
html {background-color:#ffffff;}


#header_logo
{
	width:120px;
	height:85px;
	float:left;
}

#header_logo .content
{
	padding:9px 0px 0px 12px;
}

#nav_container
{
	width:550px;
	height:85px;
	float:left;
}

#nav_container a
{
	color:#ffffff;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold;
	
}

#nav_container a:hover
{
	color:#a1d0ff;
}

#nav_container ul
{
	list-style:none;
	float:left;
}

#nav_container li
{
	display:inline;
	float:left;
}

#header_nav_padding_top
{
	width:550px;
	height:20px;
	float:left;
}

#navigation_top_line
{
	height:16px;
	width:550px;
	float:left;

}

.nav_spacer_top
{
	padding:3px 14px 0px 14px;
	float:left;
}

#navigation_middle_line_container
{
	height:6px;
	width:550px;
	float:left;
	margin:5px 0px 0px 0px;
}

#nav_middle_line
{
	height:1px;
	width:500px;
	background-color:#788897;
}

#navigation_bottom_line
{
	width:550px;
	height:16px;
	float:left;

}

.nav_spacer_bottom
{
	padding:3px 13px 0px 13px;
	float:left;
}

#header_right_padding
{
	width:47px;
	height:85px;
	float:left;
}

#header_right_padding_line
{
	width:1px;
	height:40px;
	float:left;
	background-color:#788897;
	margin:22px 0px 0px 0px;
}

#header_search_container
{
	width:253px;
	height:85px;
	float:left;
}

.search_title
{
	padding:22px 0px 0px 0px;
	width:100%;
	height:14px;
	float:left;
}

.site_search
{
	margin:8px 10px 0px 0px;
	width:126px;
	height:13px;
	font-size:10px;
	color:#1c3b5a;
	float:left;
}

.search_btn
{
	padding:9px 0px 0px 0px;

}