@charset "UTF-8";
html, body {    
   height: 100%; 
}
body {
	margin: 0px;
	padding: 0px;
}
img a {
	border:0;	
}
a {
	text-decoration: none;
	color: #303970;
}
a:hover {
	text-decoration: underline;	
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666;
	margin-bottom: 12px;
}
ul {
	margin-bottom: 12px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #F26722;
	margin-bottom: 8px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E6E7E8;
	text-align: center;
	text-shadow: 1px 1px 0px #192a63;
	filter: dropshadow(color=#192a63, offx=1, offy=1);
	line-height: 1.5em;
}
.popup {
	text-align: left;
}
h3 {}
h4 {
	font-weight: bold;
	color: #666;
	font-style: italic;
	text-align: left;
}
h5 {}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #fff;
	line-height: 1.5em;
}
#container {
	
}
#header {
	background-color: #E6E7E8;
	background-image: url(images/highlight.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#header #header_wrap {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo {
	float: left;
}
#tagline {
	margin-left: 15px;
	float: left;
}
#slideshow {
	padding: 15px 0 0 0;
	height: 315px;
	width: 1000px;
	clear: both;
}
#navigation {
	clear: both;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#top_nav {
	float: right;
	background-image: url(images/top_links.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	height: 33px;
	width: 270px;
	padding: 8px 0px 0px 15px;
}
#main_nav {
	height:35px;
	padding-left:12px;
	margin:0;
}
#top_nav li, #main_nav li {
	display: inline-block;
	background-image: url(images/nav_breakline.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height:16px;
}
#top_nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
	padding-right: 12px;
	padding-left: 12px;
}
#top_nav li a:hover {
	text-decoration: underline;	
}
#top_nav #last_item, #main_nav #last_item {
	background-image: none;
}
#main_nav li a {
	float: left;
	padding: 10px 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 16px;
	margin: 0px;
}
#main_nav li a:hover {
	background-image: url(images/active_link.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 0px #999999;
	filter: dropshadow(color=#999999, offx=1, offy=1);
}
#content {
	background-image: url(images/nav_shadow.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px 20px;
}
.clearfooter {
	height: 239px;
	clear: both;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #475488;
	background-color: #303970;
	float: left;
	height: 254px;
	position: relative;
}
#footer_wrap {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	word-wrap: break-word;
}
#footerbox_lft {
	margin: 0px;
	float: left;
	width: 209px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #303970;
	padding: 10px 10px 0 10px;
	height:231px;
}
.footerbox_mid {
	margin: 0px;
	float: left;
	width: 228px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #303970;
	padding: 10px 10px 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #475488;
	height:231px;
}
#footerbox_rt {
	margin: 0px;
	float: left;
	width: 229px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #475488;
	padding: 10px 10px 0 10px;
	height:231px;
}
#footer ul {
	padding: 18px;
}
#footer ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #E6E7E8;
	margin-bottom: 8px;
	list-style-image: url(images/bullet.png);
	line-height:16px;
}
#footer ul li a {
	color: #E6E7E8;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#legal {
	width:100%;
	clear:both;
}