/* CSS Document */
.header_div
{
display:block; 
float:left; 
width:1004px; 
height:223px; 
background-color:#000000;  
border-left:#ABABAB 1px solid; 
border-right:#ABABAB 1px solid;
}

.left_header_div
{
display:block; 
float:left; 
width:200px; 
height:223px; 
background-color:#2A3763; 
}

.menu_bg_div
{
display:block; 
float:left; 
width:157px; 
height:36px; 
}

.center_white_div
{
display:block;
float:left; 
/*position: fixed;*/
bottom: 0px;
top:223px; 
width:1004px; 
min-height: 100%;
height: auto !important;
height: 100%;
z-index:9;
overflow: hidden;
background-color:#FFFFFF;  
border-left:#ABABAB 1px solid; 
border-right:#ABABAB 1px solid;

}

.footer_gray_div
{
/*bottom: 0;*/
/*position: absolute;*/
display: block;
float:left; 
/*position: fixed;*/
/*bottom: 0px;*/
width: 1004px;
height:51px;
padding-top:25px;
/*overflow: hidden;*/
z-index: 10;
background-color:#8E91A4;
border-left:#ABABAB 1px solid; 
border-right:#ABABAB 1px solid;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}

.news_titles
{
color:#515050;
text-decoration:none;
}

.news_titles:hover
{
text-decoration: underline;
}

.news_blue
{
color:#315B88;
text-decoration:none;
background-image:url('img/arrow.jpg'); 
background-repeat:no-repeat; 
background-position:10px 0px; 
padding-left:30px;
}

.news_blue:hover
{
text-decoration: underline;
}

.news_more_link
{
display:block;
float:right;

font-family:Verdana; 
font-size:12px; 
color:#315B88;
text-align:right;
text-decoration:none;
background-repeat:no-repeat;
background-position:241px 10px;
padding-right:11px;
padding-top:7px;
}

.model_title
{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}

.model_title:hover
{
color:#951B1B;
}


.model_title1
{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:13px;
color:#363636;
text-decoration:none;
}

.model_title1:hover
{
text-decoration:underline;
}


.href_search_menu
{
	display: block;
	float: left;
	width: 100%;
	color: #333333;
	text-decoration: none;
	padding: 4px 0px 4px 10px;
}

.href_search_menu:hover
{
	background-color: #5E657F;
	color: #CCCCCC;
}

.div_search_content
{
	display: block;
	float: left;
	color: #666666;
}

.href_search_model
{
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.href_search_model:hover
{
	color: #000000;
	text-decoration: underline;
}