@charset "utf-8";
/* CSS Document */
body
{
	padding:0px;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#336699;
}
#wrapper
{
	width:960px;
	height:auto;
	min-height:500px;
	background-color:#ffffff;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;     
	color:#ffffff;
}
#header 
{
	width:960px;
	height:122px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	float:left;
}
#logo
{
	width:250px; 
	height:119px;
	/*background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;*/
	float:left;
}
#telphone
{
	background-image:url(../images/tel_symbol.png);
	background-repeat:no-repeat;
	color:#020202;
	float:right;
	height:40px;
	margin-right:30px;
	margin-top:60px;
	padding:0 0 0 40px;
	width:163px;
}
#header_bottom_border
{
	width:900px;
	height:3px;
	padding-left:30px;
	padding-bottom:1px;
	padding-right:30px;
	float:left;
}
#inner_wrapper
{
	width:900px;
	height:auto;
	padding-left:30px;
	padding-bottom:10px;
	padding-right:30px;
	padding-top:10px;
	float:left;
}
#left_content
{
	width:250px;
	height:auto;
	float:left;
	border-right:#c5d4e7 solid 1px;
	padding-right:15px;
}
#menu
{
	width:250px;
	height:auto;
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;

}
#menu ul
{
	padding:0px;
	margin:0px;
}
#menu li
{
	width:250px;
	height:35px;
	list-style:none;
	border-bottom:1px  dotted #000000;
	line-height:35px;
}
#menu li a
{
	color:#19559e;
	text-decoration:none;
}
#menu li a:hover 
{
	color:#ff3333;
	text-decoration:none;
}
.cur_menu
{
	color:#ff3333;
	text-decoration:none;
}
#download 
{
	width:230px;
	height:auto;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:25px;
	text-align:left;
	background-color:#0b2568;
	background-image:url(../images/download_bg.jpg);
	background-repeat:repeat-x;
}
#download ul
{
	padding:0px;
	margin:0px;
}
#download li
{
	width:230px;
	height:25px;
	line-height:25px;
	list-style:square;
	color:#FFFFFF;
	margin:0 0 0 15px;
	
}
#download li a
{
	text-decoration:none;
	color:#FFFFFF;
}
#download li a:hover
{
	text-decoration:none;
	color:#ff3333;
}
#download_title
{
font-weight:bold; border-bottom:1px solid #8ca9cd; padding-bottom:5px; margin-bottom:5px;
}
#lattest_news 
{
	width:230px;
	height:auto;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:25px;
	text-align:left;
	background-color:#101928;
}
#lattest_news a
{
	color:#76b3fd;
	font-size:12px;
}
#lattest_news a:hover
{
	color: #ff3333;
	font-size:12px;
}
.news_text
{
	font-size:11px; 
	margin-top:7px;
}
#right_content
{
	padding-left:15px;
	float:left;
	width:619px;
	height:auto;
	color:#3E3E3E;
}
#user_content
{
	/*background-color:#d30101;*/
	background-color:#fff;
	/*background-image:url(../images/user_content_bg.jpg);
	background-repeat:repeat-x;*/
	margin-top:10px;
	width:569px;
	height:auto;
	padding-top:50px;
	padding-left:25px; 
	padding-right:25px;
	padding-bottom:50px;
	text-align:justify;
	
}
#user_content a 
{
	color:#76b3fd;
	font-size:12px;
	text-decoration:none;
}
#user_content a:hover 
{
	color:#101928;
	font-size:12px;
	text-decoration:none;
}
	
#page_title   
{
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #f49c99;
	margin-bottom:10px;
	line-height:30px;
	color:#FFF;
	/*background-image:url(../images/user_content_tilte_bg.jpg);*/
	background-image:url(../images/test.jpg);
	
	background-repeat:repeat-x;
	height:40px;
}
#page_title_h   
{
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #f49c99;
	margin-bottom:10px;
	line-height:30px;
	color:#FFF;
	 
	height:30px;
}
#page_contents
{
	color:#3E3E3E;
}
#footer
{
	width:950px;
	float:left;
	background-color:#14448a;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
}
#footer_address
{
	border-right:1px solid #19559e;
	font-size:12px;
	width:252px;
	float:left;

}
#footer_address a
{
	font-size:14px;
	color:#ffffff;
}
#footer_address a:hover
{
	font-size:14px;
	color:#ff3333;
}
#footer_menu
{
	width:520px;
	height:auto;
	border:0px solid #FFFFFF;
	float:left;
	margin:0px auto;
	/*padding-left:67px;*/
}
#footer_menu ul
{
	padding:0px;
	margin:5px 0 0 0;
}
#footer_menu li
{	float:left;
	width:auto;
	list-style:none;
	font-size:14px;
	color:#FFFFFF;
	padding:0 5px 0 5px;
	
}
.line{border-right:#FFFFFF solid 1px;}
#footer_menu li a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer_menu li a:hover{
	color:#ff3333;
	text-decoration:none;
}
#copyrights
{
	font-size:11px;
	text-align:center;
	width:520px;
	float:left;
}
#copyrights a
{
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
}
#copyrights a:hover
{
	text-decoration:none;
	font-size:11px;
	color:#ff3333;
}




#footer_logo
{
	/*border-left:1px solid #19559e;*/
	width:168px;
	float:right; padding-right:5px;  

}













#pagination  
{
	float:left;
	width:100%;
	text-align:center;
	margin-top:5px;
	
}
#pagination ul
{
	padding:0px;
	margin:5px 0 0 0;
}
#pagination li
{
	list-style:none;
	float:left;
	width:30px;
	height:25px;
	line-height:25px;
	color:#FFFFFF;
	margin:0 0 0 15px;
	border:2px solid #FFF;
	background-color:#333;
}

