/* CSS Document */

body {
	background-color: #070615;
	color: #414040;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;

}

#container {
	position:relative;
	background-image:url(../images/column.gif);
	background-repeat:repeat-y;	
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width:737px;
	text-align: left;
	background-color: #ffffff;]
	height:auto;

}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #f68d11;
	height: 98px;
	width: 735px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	border: solid;
	border-width: 1px;
	border-color: #555;
	border-bottom: none;
}

#header p {
	display:none;
}

#skip{display:none;}
#quicklinks {display:none;}

#nav {
	background-image:url(../images/nav.gif);
	background-repeat:repeat-x;
	background-position: center bottom;
	background-color: #f9aa17;
	height: 25px;
	width: 735px;
	text-align: center;
	border:solid;
	border-width:1px;
	border-color:#666;
	border-top: none;
	border-bottom: none;
	float:right;
	clear:both;
}

#nav h3 {
	display:none;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	clear:both;
}

#nav li {
	display:block;
	float:left;
	width:auto;
}

#nav ul ul {
	display:none;
}

#nav ul ul li {

}

#nav a {
	display:block;
	color:#fff;
	width:50px;
	padding:5px 45px;
	text-decoration:none;
	font-size:1.2em;

}

#nav a:hover {
	background-color: #fab11a;
}

#sub_nav {
	float:left;
	width:161px;
	background-color:#5c799f;
	border:none;
	border-right:none;
	border-left:none;
	min-height:364px;
}

#sub_nav h3 {
	display:none;
}

#sub_nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	border-left:none;
	border-right:none;
	border-top:none;
	border-width:3px;
	border-color:#070615;
}

#sub_nav li {
	display:block;
	width:auto;
	font-size:11px;
}

#sub_nav li:hover ul {
	display:block;
	background-color:#333333;
	width:auto;
	margin:0;
	padding:0;
	font-size:10px;
}

#sub_nav ul ul {
display:none;
}

#sub_nav ul ul li {

}

#sub_nav a {
	display:block;
	color:#fff;
	width:auto;
	padding:5px 15px;
	text-decoration:none;
	font-size:1.2em;
	border-bottom:solid;
	border-width:2px;
	border-color:#070615;
	
}
#sub_nav a:hover {
display:block;
	background-color:#80a6cf;
	width:auto;
}
#sub_nav *{
display:block;
}

#img_box {
	float:right;
	width:574px;
	height:240px;
	border:none;
	border-right:none;
	border-bottom:none;
	background-repeat: no-repeat;
	background-position:bottom left;
}

#breadcrumb {display:none;}

#content_box {
	float: left;
	width:574px;
	min-height: 800px;

}

#content_box h1 {
	margin-top:7px;
	margin-bottom:0px;
	padding:0px;
	padding-left:5px;
	font-weight:300;
	border-bottom: solid;
	border-width: 2px;
	border-color: #5a7bca;
	width:100%;
	font-size:1.7em;
	color:#fa9b3a;
}
#flashcontent {

margin:0;
padding:0;
	width:599px;
	height:240px;
	margin-left:-30px;
	}
#content_box h2, h3{
	margin-top:0px;

	margin-bottom:7px;
	padding:0px;
	padding-left:15px;
	font-weight:bold;
	font-size:16px;
	color:#330000;
	}

#content_box p{
	margin:10px;
	padding:0px;
}

#content_box a, #sub_content_box a{
	color:#414040;
	border-bottom: solid;
	border-width: 1px;
	border-color: #5a7bca;
	text-decoration:none;

}

#sub_content_box {
	background-color:#80a6cf;
	float:left;
	font-size:12px;
	padding:15px;
	width:115px;
}

#sub_content_box h2 {
	display:none;
}

#sub_content_box p{
	margin-top:7px;
	margin-bottom:7px;
	padding:0px;
}

#sub_content_box ul, #content_box ul{
	margin-top:7px;
	margin-bottom:7px;
	list-style-image: url(images/bullet.gif);
}

#sub_content_box a{
	color:#fff;
}

#footer {
	position:relative;
	z-index:300;
	width: 100%;
	text-align: center;
	color: #c8c8c8;
	clear:both;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #070615;
	font-size:.9em;

}

#footer p{
	margin:0px;
	padding:0px;
	padding-top:15px;
}

#footer a, a:visited {
	color: #c8c8c8;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#extra1 {
	display:none;
}
