@charset "utf-8";
/* CSS Document */
/*---------------------begin header----------------------*/

#uni_header {
	width:100%;
	background:url(../images/header_bg.jpg) repeat-x top;
	height:166px;

}
#header_banner{
	width:1000px;
	/**background:url(../images/banner.jpg) no-repeat;**/
	height:133px;
}
/*---------------------BEGIN HEADER_MENU----------------------*/
#header_menu{
	width:1000px;
	background:url(../images/menu_bg.jpg) repeat-x;
}

#menu{
	width:974px;
	height:33px;
	float:left;
	background:url(../images/menu_bg.jpg);
}
.center_item{
	width:545px;
	margin-bottom:5px;
}
.center_item .center_item_top{
	background:#f5f5f5;
	border-top:2px solid #e9e9e9;
	border-left:2px solid #e9e9e9;
	border-right:2px solid #e9e9e9;	
	float:left;
	width:531px;
	padding:0px 5px 0px 5px;
}
.center_item_intro{
	float:left;
	width:165px;
}
.center_item_intro img{
	border:1px solid #e9e9e9;
	padding:2px;
	margin:9px 5px 0px 0px;
}
.center_info_intro{
	text-align:justify;
	float:left;
	width:362px;
	margin-top:9px;
}
.center_info_content{
	text-align:justify;
	margin-top:9px;
}
.vsf-more{
	clear: both;
}
.center_service_intro{
	text-align:justify;
	margin-top:2px;
	color:#666;
}
.link_detail a{
	background:url(../images/next_icon.jpg) no-repeat right;
	padding-right:18px;
	float:right;
	color:#163371;
	font-weight:bold;
	font-size:11px;
}
.top{
	position:relative;
	top:-22px;
}
.link_back a{
	background:url(../images/back.gif) no-repeat left;
	padding-left:10px;
	float:right;
	color:#163371;
	font-weight:bold;
	font-size:11px;
}
.link_down a{
	background:url(../images/download.gif) no-repeat right;
	padding-right:24px;
	float:right;
	color:#163371;
	font-weight:bold;
	font-size:11px;
	margin-left: 5px;
}
.center_news img{
	width:81px;
	padding:2px;
	margin:0px 5px 0px 0px;
	float:left;
	border:1px solid #e5e5e5;
}
.center_news{
	text-align:justify;
	padding-top:9px;
}
#content_footer img{
	margin:2px;
	width:234px;
	height:111px;
}
/*--------------Begin Content-----------------*/
#uni_mainContent{
	width:1000px;
	background:url(../images/container_bg.jpg) repeat-y;
}

#content {
	width:965px;
	padding:5px;
}
/*--------------Begin Content_right-----------------*/
#content_right{
	width:754px;
	float:right;
	padding-right:0px;
}
#center{
	width:545px;
	float:left;
	overflow:hidden;
}
/*--------------Begin Footer------------------*/

#uni_footer {
	clear:left;
	width:100%;
	margin:0 auto;
	height:50px;
	background:#163371;
}
#footer{
	width:1000px;
	background:#163371;
	height:50px;
}
#footer_center{
	width:956px;
	float:left;
	color:#fff;
	text-align:right;
	height:50px;
	line-height:25px;
	padding-right:18px;
}
#footer_center a{
	color: burlyWood;
}
#footer_center a:hover{
	color: #fff;
}
#menu_footer {
	background:url(../images/menu_footer_bg.jpg) repeat-x;
	width:947px;
	height:47px;
	float:left;
}
#menu_footer ul {
	list-style-type:none;
	text-align:center;
	font-size:11px;
	margin-top:16px;
}
#menu_footer ul a {
	float:left;
	color:#666;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding: 0 28px;
}
#menu_footer ul a:hover{
	color:blue;
}
#menu_footer ul li {
	display: block;
	float:left;
	border-right:1px solid #666666;
}

#menu_footer ul li.end {
	border-right:none;
}
/*---------------BEGIN CONTACT----------------------*/
.address_info{
	border-bottom:1px solid #00aef0;
	padding-bottom:5px;
	margin-bottom:5px;
}
.address_info p{
	color:#000;
	font-size:12px;
}
span.text1{
	color:#959595;
	font-size:12px;
}
.contact_onl{
	width:100%;
	font-size:12px;
}
.contact_onl form{
	margin-top:12px;
	margin-bottom:10px;
}
.contact_onl label{
	float:left;
	width:100px;
}
.contact_onl input{
	float:left;
	width:400px;
	margin-bottom:3px;
}
.contact_onl textarea{
	float:left;
	width:400px;
	margin-bottom:5px;
	height:130px;
}
.contact_onl select{
	margin-bottom:5px;
	clear: both;
}
.btn_contact{
	clear:left;
	margin-left:250px;
}
.btn_contact a{
	background:#ccc;
	border:1px solid #18397c;
	color:#000;
	font-weight:bold;
	padding:2px 5px;
	margin-left:5px;
}
.head{
	border-bottom: 1px solid #E9E9E9;
	margin-left:5px;
}
.heading_h1{
	background:transparent url(../images/next_icon.jpg) no-repeat scroll left center;
	color:#163371;
	height:24px;
	margin:10px 0 0;
	padding:0 0 0 20px;
	font-size: 18px;
}
.page_item{
	padding-left:20px;
}
.center_item_top a:hover h3{
	color:blue;
	}
#footer_center p{float:left;}	
