@charset "utf-8";

/* 
==========================================================================================================================================

INDEX

1. BODY AND CONTAINERS
2. BANNERS & MENU
3. OTHER DIVS
4. TYPE

==========================================================================================================================================
*/


/*
==========================================================================================================================================
1. BODY AND CONTAINERS
------------------------------------------------------------------------------------------------------------------------------------------
*/


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	height:100%;
	background-image:url(../images/backgrounds/brownPaper2.JPG)	
	} 

#banner {width:1200px; margin:0 0 0 -100px; z-index:2; position:relative}

#container {
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:none;
	position:relative;
}

#mainArea {width:980px; padding:0 10px;}

/*
==========================================================================================================================================
2. BANNER AND MENU
------------------------------------------------------------------------------------------------------------------------------------------
*/

.topMenu{
	position:relative;
	margin-top:-80px;
	width:1000px;
	z-index:0;
	height:150px
}

.topMenuButton {
	float:left;
	margin-left:40px;
	
}

#footer {background-image:url(../images/backgrounds/footer.PNG); width:966px; height:29px; margin-left:-13px; margin-top:10px; padding:2px 20px; text-align:center}
#footer p{color:#fff}
/*
==========================================================================================================================================
3. OTHER DIVS
------------------------------------------------------------------------------------------------------------------------------------------
*/
.FB {width:980px; float:left}
.FBT {width:980px; height:10px; background-image:url(../images/backgrounds/fullWidth/T.PNG);}
.FBM {width:960px; background-image:url(../images/backgrounds/fullWidth/M.PNG); padding:0 10px 5px 10px}
.FBB {width:980px; height:15px; background-image:url(../images/backgrounds/fullWidth/B.PNG)}

.LB {width:686px; float:left}
.LBT {width:686px; height:10px; background-image:url(../images/backgrounds/3QuartBox/T.PNG);}
.LBM {width:666px; background-image:url(../images/backgrounds/3QuartBox/M.PNG); padding:0 10px 5px 10px}
.LBB {width:686px; height:15px; background-image:url(../images/backgrounds/3QuartBox/B.PNG)}

.SB {width:270px; float:left;}
.SBT {width:270px; height:10px; background-image:url(../images/backgrounds/smallBox/T.PNG);}
.SBM {width:250px; background-image:url(../images/backgrounds/smallBox/M.PNG); padding:0 10px 5px 10px}
.SBB {width:270px; height:15px; background-image:url(../images/backgrounds/smallBox/B.PNG)}

.fltLt {float:left;}
.fltRt {float:right;}
.clr {clear:both; height:1px}

/*
==========================================================================================================================================
4. TYPE 
------------------------------------------------------------------------------------------------------------------------------------------
*/

p {color:#006; font-family: Verdana, Geneva, sans-serif; font-size: 14px; margin:5px 0}
li {color:#333333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-left:20px;}

h1 {font-family:Verdana, Geneva, sans-serif; color:#006; font-weight:100; margin:0; padding:0 0 8px 0; font-size:26px}
h2 {font-family:Verdana, Geneva, sans-serif; color:#006; font-weight:100; margin:0; padding:0 0 5px 0; font-size:20px}
h3 {font-family:Verdana, Geneva, sans-serif; color:#222; font-weight:100}
h4 {font-family:Verdana, Geneva, sans-serif; color:#222; font-weight:100; margin:0; padding:0 0 3px 0; font-size:16px; color:#d42b64;}
h5 {}
h6 {}


a:link {COLOR:#d42b64; text-decoration:none; }
a:visited {COLOR:#d42b64; text-decoration:none; }
a:hover {COLOR:#ea145c; text-decoration:none; }
a:active {COLOR:#d42b64; text-decoration:none; }


/*
==========================================================================================================================================
4. FORM 
------------------------------------------------------------------------------------------------------------------------------------------
*/

.searchInput {background:none; background-image:url(../images/form/entryBox.PNG); width:116px; height:17px; padding:2px 5px 1px 5px; border:none; font-size:12px; font-family:Arial, Helvetica, sans-serif}
.searchButton {background:none; background-image:url(../images/form/searchButton.PNG); width:96px; height:20px; border:none; color:#fff; cursor:pointer}
.blueGreenSub {background:none; background-image:url(../images/buttons/blueGreenSubmit.PNG); width:110px; height:35px; border:none; font-size:12px; color:#FFF; cursor:pointer; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-align:center; margin:4px}
