/*BASIC STYLING**********************************************/
html,body{margin: 0; padding:0;}

body{
    text-align: center;
	background: #4e4e4e url('../images/backgrd.jpg') repeat;
	padding-bottom:20px;
	}

p{margin-top:0;}

h1,h2,h3{font: normal normal 200% "Trebuchet MS",Arial,sans-serif;}

h2{font-size:160%;}

h3{font-size:120%;}

img{border: 0px;}

div.space p {
	height: 200px;
	}
	
/*Header****************************************************************************/
div#header{
	width:100%;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	background: url('../images/logo.png') no-repeat center;
	}
div#header h1,div#menu{
	width:770px;
	margin:0 auto;
	text-align:left;
	}
div#menu{
	font: 85%/1.3 "Trebuchet MS",Verdana,Arial,sans-serif;
	position: relative;
	right: 5px;
	}
div#header h1{
	padding: 45px 0 0px;
	color: #FFF;
	}
div#subheader{
	background-color: #FFF;
	width: 100%;
	padding: 0px 0px 0px 5px;
	margin-bottom: 5px;
	}

/*Navigation*************************************************************************/
ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
	}
ul#nav{
	float:right;
	font-size: 100%;
	font-weight: bold;
	}
ul#nav li{
	float:left;
	margin-left: 3px;
	text-align: center;
	}
ul#nav a{
	float:left;
	width: 150px;
	background-color:#999;
	text-decoration: none;
	color: #FFf;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	}
ul#nav a:hover{
	background: #921203;
	color: #FFF;
	text-decoration: underline;
	}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	background: #FFF;
	color: #C65F12;
	}
	
/*Miscellaneous *************************************************************************/
span.head{
	margin: -6px 0 5px -20px;
	padding: 10px 3px 3px 10px;
	font-size: 120%;
	font-weight: bold;
	display: block;
	background: #FFF;
	color: #921203;
	width: 745px;
	height:18px;
	border-bottom: 1px #C65F12 solid;
	}
span.head2{
	margin: -6px 0 5px -20px;
	padding: 10px 3px 3px 10px;
	font-size: 120%;
	font-weight: bold;
	display: block;
	background: #FFF;
	color: #921203;
	width: 318px;
	height:18px;
	border-bottom: 1px #C65F12 solid;
	}	
span.subhead {
	border-bottom: 1px #999999 solid;
	color: #921203;
}
p.subheadp {
	margin-left: 20px;
}

div.third{
	font-size: 11px;
	margin: 1px;
	padding: 5px;
	display: block;
	float:left;
	background: #ddedff;
	color:#2f639d;
	border: #2f639d 0.5px solid;
	width: 239.33px;
	}
div.note{
	font-size: 11px;
	margin: 1px;
	padding: 5px;
	display: block;
	float:left;
	background: #F1DDC4;
	color:#B0001E;
	border: #B0001E 0.5px solid;
	width: 744px;
	}

span.note p{
	margin: 0px;
	padding: 0px;
	}

p.list {
	padding-left: 40px;
	}

/*Menu Divs *************************************************************************/

#drop, #drop ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#drop a {
	display: block;
	width: 10em;
}

#drop li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#drop li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#drop li:hover ul, #drop li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

div#buttons{
	font: 85%/1.3 "Trebuchet MS",Verdana,Arial,sans-serif;
	/*height:50px;*/
	float:left;
	display:inline;
}

div#buttons a{
	color:#FFF;
	display:block;
	float:left;
	/*height: 40px;*/
	width: 140px;
	text-align:center;
	vertical-align: middle;
	margin:1px;
	padding: 5px;
	text-decoration:none;
	background-color: #CC0000;
	}

div#buttons a:hover{
	background: #921203;
	color: #FFFFFF;
	}	

div#buttons a.activelink{	
	background: #921203;
	color: #FFFFFF;
	}


/*Content Divs *************************************************************************/
div#container{
	width:760px;
	margin:0 auto 5px;
	padding:0px 0 10px;
	text-align:left;
	position:relative;
	top: 1px;
	}
div#content{
	background-color: #f2f2f2;
	color:#333333;
	line-height: 18px;
	float:left;
	display:inline;
	width:758px;
	margin: 1px;
	}
div#subcontent{
	font: 14px "Trebuchet MS",Verdana,Arial,sans-serif;
	color:#333;
	line-height: 18px;
	float:left;
	display:inline;
	width:718px;
	padding: 20px;
	margin-bottom: -3px;
	}	

div#subcontent a:link{
	color:#6b170d;
	}

div#subcontent a:visited{
	color:#6b170d;
	}
div#subcontent2{
	font: 14px "Trebuchet MS",Verdana,Arial,sans-serif;
	color:#333;
	line-height: 18px;
	float:left;
	display:inline;
	width:318px;
	padding: 20px;
	margin-bottom: -3px;
	}	

div#subcontent a:link2{
	color:#6b170d;
	}

div#subcontent a:visited2{
	color:#6b170d;
	}	

div#subcontentindex{
	font: 14px "Trebuchet MS",Verdana,Arial,sans-serif;
	color:#333;
	line-height: 18px;
	float:left;
	display:inline;
	width:100%;
	padding: 4px;
	margin-bottom: -3px;
	}	

div#subcontentindex a:link{
	color:#6b170d;
	}

div#subcontentindex a:visited{
	color:#6b170d;
	}

div#subcontentserif{
	font: 14px "Times New Roman", Times, serif;
	color:#333;
	line-height: 18px;
	float:left;
	display:inline;
	width:698px;
	padding: 10px;
	}	
	
	
/*Footer Divs *****************************************************************************/
div#footer{
	font: .65em "Trebuchet MS",Verdana,Arial,sans-serif;
	clear:both;
	background: #d1120c;
	color: #FFF;
	text-align:center;
	width:744px;
	padding: 7px;
	margin:1px;
	}
	
div#footer div{
}
#container #content #contactform {
	padding: 10px;
	float: right;
	width: 380px;
	margin-top: 50px;
}
