/* CSS Document */

body {
	background-image: url(bg.gif);
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.headline {
	color: #1A3F53;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.body_text {
	color: #21211F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}

.body_text a{

color:#8A1F1C;
}

.body_text a:hover{
background-color: #8A1F1C;
color: #FFFFFF;
}

.body_text img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 12px 12px 12px 12px;
	
	}
.headline_sub {
	color: #2B7C95;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.body_small {
	font-size: 12px;
	color: #383835;
	font-family: Arial, Helvetica, sans-serif;
}

.body_small a{
color:#8A1F1C;
}

.body_small a:hover{
background-color: #8A1F1C;
color: #FFFFFF;
}



.headline_orange {
	color: #D58F06;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.news_headline {
	color: #2B7C95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.news_headline a{
	color: #2B7C95;
	text-decoration: none;
}


.news_headline a:hover{
	color: #FFFFFF;
	background-color:#2B7C95;
}

.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}


.bg_sub_secs{
background-image: url(sub_sec_bg_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.search_box{
	border-top: 3px none #9D3D48;
	border-right: 3px solid #9D3D48;
	border-bottom: 3px solid #9D3D48;
	border-left: 3px solid #9D3D48;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B8C4CA;
}
.util_text {
color: #B3474C;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.util_text a{
color: #FFFFFF;
text-decoration: none;
}
.util_text a:hover{
text-decoration: underline
}

.sub_menu_white {
	color: #A92A2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.sub_menu_white a{
	color: #FFFFFF;
	text-decoration:none;	
}

.sub_menu_white a:hover{
	color: #A92A2D;
	text-decoration:none;	
}

.red_header {
	color: #8A1F1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F6E3BD;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6E3BD;
}

.promo_box_border{
	border: 3px solid #F6E3BD;
}



			/* NAVIGATION BUTTONS */
			.menu {
						height: 39px;
						width: 764px;
						left: 3px;
						position: relative;
						
						
						
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(/menu_button_on.gif) no-repeat;
						width: 95px;
						height: 39px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 12px;
						width: 95px;
						height: 39px;
						display: block;
						float: left;
						color: #FFFFFF; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #FFFFFF;
			}
			

			.cssnav img {width: 95px; height: 39px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 0px;top: 13px;
					    text-align: center;
					    width: 95px;
					    cursor: pointer;
					     
			}
			/* END OF NAVIGATION */
			
			
			
			
			/*---------Green Button---------------*/

#green_button a
{
color: #FFFFFF;

font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
background:  url("button_green_left.gif") left top no-repeat;
text-decoration: none;
padding-left: 13px;

}

#green_button a span
{
	background: url("button_green_right.gif") right top no-repeat;
	padding-right:35px;
	padding-left:5px;
	padding-bottom: 13px;
	padding-top: 10px;
	line-height:23px;
}

#green_button a, #green_button a span
{
display: block;
float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#green_button a, #green_button a span
{
float: none
}
/* End IE5-Mac hack */

#green_button a:hover
{
color: #FFFFFF;

background: url("button_green_left_on.gif") left top no-repeat;
text-decoration: none;
padding-left: 13px;
}

#green_button a:hover span
{
background: url("button_green_right_on.gif") right top no-repeat;
padding-right:35px;
padding-left:5px;
}

#green_button
{
list-style: none;
padding: 0;
margin: 0;
}

#green_button li
{
float: left;
display: block;
margin: 0;
padding: 0;
}

.picture_border {
padding: 5px;
border: 1px solid #CCCCCC;
margin: 10px 10px 0px 10px;
}