@charset "utf-8";
/* CSS Document */

#maincontent { width:685px !important; padding:25px 15px 15px 5px; margin-right:0;}
.container {
	width: 694px;
	margin: 10px auto;
	
}
ul.tabs {
	margin: 0 0 0 8px;;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #b9b9b9;
	/*border-left: 1px solid #999;*/
	width: 678px;;
}
ul.tabs li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #b9b9b9;
	border-left: none;
	margin-bottom: -1px;
	background: #a6b7cf;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #31609e;
	display: block;
	font-size: 14px;
	padding: 0;
	/*border: 1px solid #f0f0f0;*/
	outline: none;
	width:162px;
	text-align:center;
	
}
ul.tabs li a:hover {
	background: #fff;
}	
html ul.tabs li.active  {
	background: #fff;
	border: 1px solid #b9b9b9;
	border-bottom: 1px solid #fff;
	

}
html ul.tabs li.active a {color:#000; }
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	background-image: url(images/contentbg-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.tab_content {
	padding: 50px ;
	min-height:250px;
	height:auto !important;
	height: 250px;
	
}
