/* CSS Document */

/* FONTS */

/* 100% = 16px | 10px = 0.62em | 12px = 0.75em | 14px = 0.875em | 1.8em = 22px |  */

/* COLORS #1b4797 blue for link | #333333 dk gray text | #b4975a gold headings */

* { padding: 0; margin: 0; }

body {
	background: #b4975a url(../img/bgd_body.gif) top left repeat-x;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* 16px */
	}	

#wrapper { 
	width: 820px; 
	margin: 10px auto;
	border: 2px solid black; /*border is now on wrapper instead of page */
	background-color: white;
	height: auto;
	}
	
/*STYLES FOR HEADER CONTENT*/
#headerHome {
	width:820px;
	height:130px;
	padding: 0;
	margin: 0;
	float: left;
	
	}
#headerHome img {
	border: 0;
	}	
#hLeft {
	width: 311px;
	float: left;
}

#hRight {
	width: 500px;
	float: right;
}

	
/*SEARCH FORM*/	
	
#login {
	
	float: left;

	}
#login img {
	padding-top: 8px;
	padding-right: 10px;
	border: none;

	}	
	
#searchwrapper {
	width:475px;
	height:40px;
	background-image: url(../img/bg_searchbar.gif);
	background-repeat: no-repeat; /*important*/
	margin: 0;
	padding-right: 10px;
	position:relative; /*important*/
	float: right;
}
 
#searchwrapper form { display:inline ; }

#searchwrapper form fieldset {
	border: none;
	}
#searchwrapper form label {
	display: none;
	}	

.searchbox {
border: 1px solid #009999;
background-color:white;
position:absolute; /*important*/
top:5px;
left:15px;
width:345px;
height:20px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
}
 
.searchbox_submit {
	border:0px; 
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:8px;
	left:380px;
	width:63px;
	height:22px;
}

#banner {
	width: 475px;
	padding-right: 10px;
	float: right;
}
#banner img {
	margin-top: 15px;
	float: right;
	
	border: none;
	}
	
#taglineHome {
	width: 820px;
	float: left;
	clear: both;
	border-top: 1px solid #b4985b;
	
}
#taglineHome h2 {
	float: left;
	background: url(../img/tagline-text.gif) no-repeat;
	text-indent: -9999px;
	width: 331px;
	height: 27px;
	}
	
#login {
	float: right;
	}
#login img {
	padding: 5px 10px;
	border: none;
	}		
	
/*END STYLES FOR HEADER*/	

/*STYLE FOR TOP NAV*/

#mainNav {
	float: left;
	width: 820px;	
	background: #FFFFFF url(../img/bg_mainnav_gold.jpg) repeat-x top right;
	text-align: center;	
	padding-top: 5px;
	padding-bottom: 0;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 3px solid black;
}

#topNav a {
	text-decoration: none;
	color: #000000;
	padding: 6px;
	line-height: 1.4em;	
}

#topNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
	}

#topNav a.topNavActive {
	padding: 2px 16px 2px 8px;
	text-decoration: none;
	color: #000;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #d3d3d3;
	background-color: #fff;
	}

#topNav a.topNavActive:visited {
	text-decoration: none;
	color: #000;
	}	

#topNav ul {
	display: inline;
	}

#topNav li {
	display: inline;
	}
/* END TOP NAV*/


#footer {
	background-color: #000000;
	width: 820px;
	float: left;
	font-size: 0.75em;
	padding-top: 8px;
	padding-bottom: 5px;
	}
#footer p {
	color: #FFFFFF;
	text-align: center;
	}
#footer ul {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	}	
#footer ul li {
	display: inline;
	color: #FFFFFF;
	}
#footer ul li a {
	color: #FFFFFF;
	}
	
	
/*UNIQUE LAYOUT FOR HOME*/

#homeWrapper {
	width: 820px;
	height: auto;
	float: left;
	/*background: url(../img/bg_home_2col.jpg) repeat-y top left;*/
	padding: 0;
	margin: 0;
	}
#homeWrapper a, #homeWrapper a:visited {
	color: #1b4797;
	font-weight: bold;
	}
#homeWrapper p {
	font-size: 0.75em;
	}		
	
#homeLeft {
	width: 360px;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
	
}
#homeLeft h1, h2, h3, h4, p {
	margin-left: 10px;
	margin-right: 25px;
	color: ##333333;
	}
#homeLeft h1 {
	font-size: 1.1em;
	padding-bottom: 5px;
	color: #b4975a;		
	}
#homeLeft p {
	padding-bottom: 8px;
	color: #333333;	
	}			

#homeRight {
	width: 460px;
	float: right;
	padding-top: 10px;
	padding-bottom: 8px;
}

#homeRight h1 {
	font-size: 1.1em;
	padding-bottom: 5px;	
	margin-right: 15px;
	color: #b4975a;	
	}
	
/*item contains inline items*/	
.item {
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 450px;
	
}
.item h1 {
	font-size: 100%;
	color: #333333;
	}
.item h2 {
	font-size: 0.875em;
	padding-bottom: 5px;
	color: #333333;
	}
.item p {
	padding-bottom: 10px;
	color: #333333;
	}	
	
.item img {
	float: left;

	padding-right: 10px;
	}
	
/*END HOME ONLY STYLE*/				