@charset "UTF-8";
/* CSS Document */

html, body, div, ul, li, h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #111111;
	background-color: #111111;
	color: #FFFFFF;
}

div{
	position:relative;
}
a{
	text-decoration: none;
}
#maincontent a{
	text-decoration:none;
	color:#FF9999;
	font-weight: bold;
}


#wrap{
	margin: 0px auto;
	width:950px;
	
}
#splashheader{
	background-image: url(images/splashhead.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 950px;
}
#splashmaincontent{
	background: #000000;
	background-color: #000000;
}

#header{
	background-color: #333333;
	background-image: url(images/tempheader.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 950px;
}
#header h1 span, #splashheader h1 span, #maincontent h2 span{
	position:absolute;
	left: -10000em;
}
#logo{
	position: absolute;
	top: 10px;
	left: 10px;
}
#headphoto{
	position:absolute;
	top:0px;
	left: 546px;
}

#primarynav{
	position:absolute;
	bottom: 0px;
	height:50px;
	line-height: 50px;
	font-size: 13px;
	letter-spacing: 1px;
}

#splashheader #primarynav{
	height:62px;
	line-height: 62px;
}

#primarynav ul {
	list-style-type: none;
	width: 950px;
}
#primarynav ul li{
	list-style-type: none;
	display: inline;
	padding: 3px 7px;
}
#directionslink{
	position:absolute;
	top: 0px;
	right: 10px;
	height:50px;
	line-height: 50px;
	font-size: 13px;
	letter-spacing: 1px;
	
}
#directionslink a{
	color: #ffffff;
}	
#primarynav ul li a{
	color: #ffffff;
	
	
}

#maincontent{
	padding-bottom: 25px;
	background-color: #B1831C;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top right;
}
#maincontent h2{
	margin: 0px;
	padding: 0px 25px 15px 17px;
}
#maincontent h3{
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0px;
	padding: 10px 25px 10px 25px;
}

#maintable{
	width: 950px;
}
#maintable .mainbar p{
	font-size: 14px;
	padding-left: 50px;
	padding-right: 90px;
	line-height: 20px;
}

#maintable .mainbar h2{
	font-size: 18px;
	padding-left: 50px;
	padding-bottom: 0px;
}
#maintable td{
	vertical-align: top;
}
#maintable .sidebar{
	width: 250px;
	text-align:center;
}
#maintable .mainbar{
	width: 700px;
}

#maintable .mainbar ul{
	list-style-type: disc;
	margin-left: 100px;
}





#footer{
	height: 50px;
	background-color: #B91518;
}

#subfooter{
	color:#666666;	
	font-size: 11px;
	text-align:center;
}

#subfooter ul{
	padding-top: 10px;
	font-size:11px;
	text-align:center;
	text-align:center;
	list-style-type: none;
	
}
#subfooter ul li{
	list-style-type: none;
	display: inline;
	border-right: 1px solid #444444;
	padding: 0px 10px;
}
#subfooter a{
	color: #333333;
}
#subfooter ul .last{
	border-right: 0px solid black;
}



#messages {
	background: #eeffee;
	border: 1px solid #009900;
	color: #009900;
}
#errors {
	background: #ffeeee;
	border: 1px solid #990000;
	color: #990000;
}
#warnings {
	background: #FFFFEE;
	border: 1px solid #FFFF33;
	color:#333333;
}
.reporter {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 20px;
	padding: 8px;
}
.reporter span {
	display: block;
}
