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

/*  
Color Palette 
Grey Border #666 
Light/Mossy Green #D0E19D
Orange #CC6600
Blue #003776
*/

body {
	background-color: #fff;
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/site_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 20px 0px 40px 0px;
	text-align: center;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #003776;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header {
	position: relative;
	width: 900px;
	height: 115px;
	background-color: #fff;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#header #logo {
	position: absolute;
	left: 25px;
	top: 25px;
}
#header #tagline {
	position: absolute;
	top: 0px;
	right: 0px;
}
#nav {
	width: 900px;
	background-color: #D0E19D;
	color: #333;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 10px solid #CC6600;
	font-size: 12px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 111px;
	height: 50px;	
	border-right: 1px solid #fff;
}
#nav li.last {
	border-right: none;
	padding-top: 5px;
	padding-bottom: 15px;
	height: 30px;
}
#nav li a:link, #nav li a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float: left;
	text-align: center;
	width: 101px;
	padding: 10px 5px 5px 5px;
	height: 35px;
	color: #333333;
}
#nav a.one_line {
	padding-top: 15px !important;
	height: 30px;
}

/*  LEVEL TWO */
ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0px;
	margin-left: 2px;
	padding-left: 0px; 
}
ul.dropdown ul li { 
	font-weight: normal; 
	background: #D0E19D; 
	color: #333;  
	float: none; 
	height: 100% !important;
	border-top: none;
	border-bottom: 1px solid #CC6600;
	border-right: none !important;
}
ul.dropdown ul li a:link, ul.dropdown ul li a:visited {
	border: none !important;
	padding-right: 0px;
	padding-bottom: 10px !important;
	height: 100% !important;
}
ul.dropdown ul li:first-child a {
	/* border-top: 1px solid #fff; */
}
ul.dropdown ul li:last-child a {
	/*
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-bottom: 5px;
	*/
}
ul.dropdown ul li a.last_child {
	/*
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	*/
}
ul.dropdown ul li a:hover {
	text-decoration: none;
	background-image: url(../images/nav_rollover.png);
	color: #fff !important;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{ 
	width: 75%;
	display: inline-block; 
} 

#header_img {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 900px;
}
#header_flash {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 900px;
	height: 138px;
	padding: 0px;
	margin: 0px;
}
#content_area {
	width: 900px;
	background-color: #fff;
	padding: 10px 0px 10px 0px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#col1 {
	float: left;
	display: block;
	width: 205px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	color: #000;
	font-size: 12px;
	border: 1px solid #fff;
	min-height: 200px;
	text-align: left;
}
#col1 h2 {
	color: #CC6600;
	font-weight: normal;
}
#col2 {
	float: left;
	width: 415px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	background-color: #fff;
	color: #000;
	line-height: 125%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}
#col2 h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003776;
	line-height: 125%;
	font-size: 18px;
}
#col2 h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003376;
	line-height: 150%;
	font-size: 14px;
}
#col2 a:link, #col2 a:active, #col2 a:visited {
	font-weight: bold;
}
#col2_wide {
	float: left;
	width: 655px;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 125%;
	font-size: 12px;
	text-align:left;
}
#col2_wide h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003776;
	line-height: 125%;
	font-size: 18px;
}
#col2_wide h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003376;
	line-height: 150%;
	font-size: 14px;
}
#col2_wide a:link, #col2_wide a:active, #col2_wide a:visited {
	font-weight: bold;
}
#col3 {
	float: right;
	width: 190px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #000;
}
#social {
	width: 200px;
	height: 45px;
	color: #fff;
	background-color: #ccc;
	border: 1px solid #666;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
#social_text {
	background-color: #003776;
	margin: 0px;
	float: left;
	padding: 15px 10px 10px 10px;
	width: 80px;
	height: 20px;
	font-size: 11px;
}
#social_links {
	height: 45px;
	width: 100px;
	float: right;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
}
#body_content {

}
#search {
	color: #000;
	text-transform: uppercase;
	text-align: right;
}
#share {
	/*
	border: 1px solid #ccc;
	background-color: #efefef;
	*/
	margin: 10px 15px 10px 10px;
	padding: 5px;
}
#footer {
	width: 900px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border: 1px solid #666;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 150%;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #333399;
}
/* News Releases & Announcments */
.date_released {
	font-size: 11px;
}

/* Styling classes */
.small_text {
	font-size: 8px;
}
.img_right {
	float: right;
	margin: 10px 0px 10px 20px;
}

/* Utility Classes */
.clear {
	clear: both;
}