/* CSS Document */

body {
	background-color:#000000;
}

#title {
	width:850px;
	height:108px;
	margin:auto;
}

#header {
	width:850px;
	background-image:url(/images/headerImage.jpg);
	background-repeat:no-repeat;
	height:401px;
	margin:auto;
}

#headerInterior {
	height:271px;
	width:850px;
	margin:auto;
}

#nav {
	width:850px;
	margin: auto;
	height: 28px;
}
#nav ul {
	margin: 0;
	padding: 8px 5px 8px 0px;
	list-style: none;
	text-align: center;
	
}
#nav ul li {
	font:15px Arial;
	color:#e7c304;
	display: inline;
	position: relative;
	border-right: 1px solid #CCCCCC;
	padding:1px 10px 2px 10px;
}

#nav ul li.last{
	border-right: none;
}
#nav ul li a {
	color: #e7c304;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #e7c304;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
}
/* Begin Drop-Down Nav Styles*/


#nav ul li ul{
	position: absolute;
	left: 0px;
	top: 26px important!;
	top: 16px;
	display: none;
	text-align: left;
}

#nav ul li:hover ul{
	display: block;
	padding:0px;
	margin:0px;
}

#nav ul li ul li{
	display: block;
	width: 230px;
	height: 22px;
	border: none;
	border-top: 1px solid #000000;
}
#nav ul li ul li a{
	font-weight: normal;
	display: block;
	font-size: 12px;
	padding: 5px 2px 5px 7px;
	margin: 0px 0px;
	background-color: #46678f;
	text-decoration: none;
}
#nav ul li ul li a:hover{
	font-weight: normal;
	font-size: 12px;
	display: block;
	height: auto;
	background-color:#e7c304;
	color: #000000;
	text-decoration: none;
}

/* End Drop-Down Nav Styles*/
#content {
	margin:0px auto;
	font:12px Arial; color:#ffffff;
	width:830px;
	padding:20px 10px 0px 10px;
}

#content h1 {
	font:16px Arial; color:#e7c304;
	font-weight:bold;
}
#content h1.home {
	font:12px Arial; color:#afaeae;
	font-weight:bold;
}
#content h2 {
	font:14px Arial; color:#ffffff;
	font-weight:bold;
}
#content a {
	color:#ffffff;
	text-decoration:underline;
}
#content a:hover {
	color:#e7c304;
	text-decoration:none;
}

#bottom-interior {
	font:11px Arial;
	background:#000000;
	width: 833px;
	margin: auto;
	margin-top: 25px;
	text-align: center;
	color:#666666;
}

#bottom-interior a {
	color: #666666;
	text-decoration: none;
}

#bottom-interior a:hover {
	color: #b1b1b1;
	text-decoration: underline;
}