.main-header{
	float:left;
	width:100%;
	background: url("../images/whatwedo/what-we-do_header.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 200px;
	margin-bottom: 30px;
}
.top-header-content{
	width:1280px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}
.caption_div{
	margin: 0;
	position: absolute;
	top: 45%;
	left: 0%;
	-ms-transform: translate(0%, -45%);
	transform: translate(0%, -45%);
}
.caption-txt-light{
	font-size: 36px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 300;
}
.caption-txt-b{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 500;
}
#body-container{
	float:left;
	width:100%;
	position:relative;
	clear:both !important;

}
.bodycontent{
	width: 100%; float: left; text-align: center;
	margin-bottom: 55px;
}
.inner-container {
  	width: 100%; max-width: 1260px; margin: 0 auto; text-align: left;
}
