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

html, body, #main {
	min-height: 100%;
	height: 100%;
	position:relative;
	}  /* hack for IE5+/Win.*/

img {
	border:0;
}
	
html>body, html>body #main {height: auto;}
/* Without this, Moz1.0 adds a vertical scrollbar */

body {
	margin:25px 0 0 0;
	padding:0;
	color:#333;
	font-size:12px;
	line-height:16px;
	font-family:Verdana, Arial, sans-serif;
	background-color:#1c6aa5;
}

p, td, li, blockquote {
	color:#333;
}

p {
margin-top:0px;
	margin-bottom:0px;
}	

p.right {
	text-align:right;
	margin-bottom:0px;
}


a, a:visited {
	color:#1c6aa5;
	text-decoration:underline;
}

a:hover, a:visited:hover, a:active {
	color:#ae1a00;
	text-decoration:underline;
}

h1 {
	color:#ae1a00;
	padding-top:0px;
	margin-top:0px;
	font-size:14px;}

h2 
	{
	color:#7b8e0c;
	font-size:12px;
	margin-top:0px;
	}
	

	
#outer {
	width:1000px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #aaa;
	background:#fff;
}

#main {
	text-align:left;
	width:100%;
	padding:8px 0px;
	}
	
#logo {
	float:left;
	padding-left:8px;
	padding-right:22px;
}

html>body #nav {padding-bottom:35px;} /* hack for ie 7 */

/*\*/ * html #nav { padding-bottom:35px;} /*hack for ie 6*/

#utility_nav {
	font-size:10px;
	float:right;
	color:#333;
/*	padding-top:20px; */
	text-align:right;
	width:250px;
	margin-right:11px;
}

#utility_nav a, #utility_nav a:visited {
	color:#333;
	text-decoration:none;
}

#utility_nav a:hover, #utility_nav a:active {
	color:#333;
	text-decoration:underline;
}

#banner {
	clear:both;
	height:234px;
	width:1000px;
	padding:12px 0px 33px 0px;
}

#rotate {
	float:left;
	color:#000;
	padding:0px;
}

#mission {
	background-color:#d6d4a8;
	float:right;
	padding:10px 10px 17px 10px; 
	width:292px;
	height:207px;
	font-weight:bold;
	
	}
	
#hm_content {
	clear:both;
	padding:0px 31px 20px 31px;
	font-size:14px;
}

#hm_content_left {
	width: 280px;
	float: left;
}

#hm_content_right {
	float:right;
	width:620px;
}

#footer {
	clear:both;
	font-size:10px;
	color:#666;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

#footer a, #footer a:visited {
	color:#666;
	text-decoration:underline;
}

#footer a:hover, #footer a:active {
	text-decoration:underline;
	color:#333;
}

#sub_banner {
	clear:both;
	height:50px;
	width:1000px;
	padding:12px 0px 33px 0px;
}

#sub_content {
	clear:both;
	padding:0px 31px 20px 31px;
	font-size:14px;
}

#sub_content_left {
	width: 280px;
	float: left;
}

#sub_content_right {
	float:right;
	width:620px;
}

#snav {
	padding: 0 0 0 26px;
	font-size:12px;
	color:#333;
	line-height:17px;
	font-weight:bold;
}

#snav a, #snav a:visited {
	color:#1c6aa5;
	text-decoration:none;
}

.highlight {
	text-decoration:underline;
	}
	
.green {
	color:#00CC00;
}

.orange {
	color:#FF9900;
}

.blue {
	color:#0000CC;
}