@charset "UTF-8";
body {
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: #032c4e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border: none;
}
a img {
	border: none;
}
a {
	color: #1c3d67;
}
a:hover {
}
.header {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.bottom_text {
	width: 803px;
	float: left;
	padding: 20px 20px 20px 20px;
	background: #FFFFFF;
}
.bottom_globals {
	width: 803px;
	float: left;
	text-align: center;
	font-size: 11px;
	padding: 0px 20px 40px 20px;
	background: #FFFFFF;
}
.main/******end Text Global******/ {
	width: 859px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD url(images/header_top.jpg) no-repeat left top;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 202px;
	width: 857px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.secondlevel_nav {
	text-align: right;
	padding: 7px 20px 0px 0px;
}
#quote {
}
.header_globals {
	font-size: 12px;
	padding: 7px 0px 0px 630px;
}
#border {
	height: 16px;
	background: url(images/nav_btm.gif) repeat-x center;
	border-top: 1px solid #FFFFFF;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px; /* padding keeps the content of the div away from the edges */
	height: 700px;
}
.callout_home {
	background: url(images/box_bg.jpg) no-repeat;
	width: 190px;
	_width: 210px;
	height: 177px;
	padding: 20px 0px 11px 25px;
	margin: 0px 0px 15px 0px;
	left:18px;/*float: right;*/
}
.callout_header {
	padding: 0px 0px 15px 45px;
}
ul.arrow {
	list-style-image: url(images/arrow_blue.gif);
	_list-style-image: url(images/arrow_ie.gif);
	line-height: 20px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 0px; /* padding keeps the content of the div away from the edges */
	height: 700px;
}
#mainContent {
	margin: 20px 185px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px 0 10px;
}
#eval  {
	padding-right: 20px;
	padding-left: 20px;
}
.processing_forms {
	background: url(images/processing_form_bg.gif) no-repeat;
	height: 40px;
	padding: 15px 0px 0px 10px;
	_margin: 0px 0px 20px 10px;
	font-size: 11px;
}
#footer {
	padding: 0 10px 0 20px;
	text-align: center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/******Nav Elements******/

.nav_repeater {
	background: url(images/nav_repeater.gif) repeat-x;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin: 0px;
	padding-top: 20px;
	height: 38px;
	_height: 58px;
	padding-left: 60px;
	font-size: 17px;
	font-weight: bold;
}
a.nav_clickable {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 14px;
}
a.nav_clickable:hover {
	color: #aacedc;
}
.nav_interior {
	_margin-top: -3px
}
.nav_left {
	width: 19px;
}
.nav1 {
	background: url(images/nav_about.gif);
	height: 58px;
	width: 126px;
	display: block;
}
.nav1:hover {
	background: url(images/nav_about_on.gif);
}
.nav1_bg {
	background: url(images/nav_about_on.gif);
}
.nav2 {
	background: url(images/nav_contact.gif);
	height: 58px;
	width: 134px;
	margin: 0 0 0 0px;
	display: block;
}
.nav2:hover {
	background: url(images/nav_contact_on.gif);
}
.nav2_bg {
	background: url(images/nav_contact_on.gif);
}
.nav3 {
	background: url(images/nav_data.gif);
	height: 58px;
	width: 155px;
	margin: 0 0 0 0px;
	display: block;
}
.nav3:hover {
	background: url(images/nav_data_on.gif);
}
.nav3_bg {
	background: url(images/nav_data_on.gif);
}
.nav4 {
	background: url(images/nav_faqs.gif);
	height: 58px;
	width: 87px;
	margin: 0 0 0 0px;
	display: block;
}
.nav4:hover {
	background: url(images/nav_faqs_on.gif);
}
.nav4_bg {
	background: url(images/nav_faqs_on.gif);
}
.nav5 {
	background: url(images/nav_past.gif);
	height: 58px;
	width: 134px;
	margin: 0 0 0 0px;
	display: block;
}
.nav5:hover {
	background: url(images/nav_past_on.gif);
}
.nav5_bg {
	background: url(images/nav_past_on.gif);
}
.nav6 {
	background: url(images/nav_link.gif);
	height: 58px;
	width: 100px;
	margin: 0 0 0 0px;
	display: block;
}
.nav6:hover {
	background: url(images/nav_link_on.gif);
}
.nav6_bg {
	background: url(images/nav_link_on.gif);
}
.nav7 {
	background: url(images/nav_form.gif);
	height: 58px;
	width: 107px;
	margin: 0 0 0 0px;
	display: block;
}
.nav7:hover {
	background: url(images/nav_form_on.gif);
}
.nav7_bg {
	background: url(images/nav_form_on.gif);
}
.style5 {
	font-size: 24px
}
