body{
	background:#fff;
}
.wrapper{
	width:874px;
	margin:0 auto;
	padding:15px 63px;
}
.clear{
	clear:both;
}
.header{
	border-radius:5px;
	box-shadow: 0 1px 3px #666;
	padding:17px 15px;
	background:url(../images/bg-header.jpg) left top no-repeat;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}
.header-left{
	float:left;
	width:50%;
	padding-top:6px;
}
.header-right{
	float:right;
	width:50%;
	text-align:right;
}
.banner{
	padding:10px 0;
}
.banner img{
	border-radius:5px;
}
.content{
	padding-top:10px;
}
.nav{
	width:200px;
	margin:0;
	padding:0;
	float:left;
}
.nav ul{
	margin:0;
	padding:0;
	border-radius:5px;
	overflow:hidden;
}
.nav ul li{
	display:block;
	text-align:left;
	list-style:none;
	background: -webkit-linear-gradient(#087470, #004b47); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#087470, #004b47); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#087470, #004b47); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#087470, #004b47);
}
.nav ul li:hover{
	color:#fff;
	background:#00433f;
}
.nav ul li.active{
	color:#fff;
	background:#00433f;
	border-bottom:none;
	padding:10px 7px 10px 13px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.nav ul li a{
	padding:10px 7px 10px 13px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	display:block;
}
.text, .text2{
	font-family:Arial, Helvetica, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
	color:7d7d7d;
	width:618px;
	margin-left:14px;
	padding:20px;
	box-shadow: 0 1px 3px #666;
	float:left;
	min-height:135px;
	font-size:14px;
	border-radius:5px;
}
.text h3{
	margin:0 0 25px;
	padding:0;
	font-size:19px;
	font-weight:bold;
	color:#00433f;
}
.text p{
	font-size:14px;
	line-height:23px;
	color:#7d7d7d;
}
.text a{
	color:#000;
	text-decoration:none;
}
.border-none{
	border-bottom:none !important;
}
.job-title{
	width:338px;
	height:48px;
	border:solid 1px #e8e9eb;
	margin-bottom:13px;
}
.job-title:hover{
	border:solid 1px #b28434;
}
.job-title a{
	text-decoration:none;
	display:block;
	padding:13px 15px;
	color:#000;
	font-size:17px;
	line-height:22px;
}
.job-title a:hover{
	color:#b28434;
}
.color-grey{
	color:#7d7d7d;
}
.color-green{
	color:#00433f !important;
}
.font20{
	font-size:20px;
	color:#7d7d7d; 
}
.text ul{
	margin:0;
	padding:0;
	list-style:none;
}
.text li{
	background:url(../images/img-tick.png) no-repeat left 3px;
	padding:0 0 15px 25px;
	font-weight:bold;
	color:#7d7d7d;
}
.text li a{
	color: #7d7d7d;
}
.work-for h3{
	margin:0 0 15px;
	padding:0;
	font-size:20px;
	font-weight:bold;
	color:#00433f;
}
.work-for h4{
	margin:0 0 10px;
	padding:0;
	font-size:17px;
	font-weight:bold;
	color:#7d7d7d;
}
.work-for ul{
	margin:0;
	padding:10px 0 30px 30px;
	list-style-position:inside;
	color:#7d7d7d;
}
.work-for ul li{
	padding:0 0 10px;
}
.work-for p{
	color:#7d7d7d;
}
.imgcenter{
	text-align:center;
}
.padding30{
	padding-left:30px;
}