.bobyPart {
	position: relative;
	height:145px;
	display: table;
	width: 100%;
	margin-top: 40px;
	
	
}
.bobyPart .onshore, .bobyPart .offshore, .bobyPart .services {
	height: 145px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 31%;
	top: 20px;
	z-index: 11;
	margin: 0 32px 0 0;
	background-color: #f37921;
	margin: 0 32px 0 0;
}
.bobyPart .onshore, .bobyPart .offshore, .bobyPart .services{
	margin: 18px 32px 0 0;
}

.bobyPart .onshore {
	left: 0;
	top: 121px;
	margin-top: -121px;
	background-color: #96989b;
}
.bobyPart .offshore {
	background-color: #f37921;
	left: 34%;
	top: 121px;
	margin-top: -121px;
}
.bobyPart .services {
	background-color: #00285d;
	left: 68%;
	top: 121px;
	margin-top: -121px;
}

.bobyPart .onshore h2, .bobyPart .offshore h2, .bobyPart .services h2{
	height: 145px;
	color: #fff;
	font-size: 24px;
	line-height: 120px;
	padding: 22px 0 0 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 10%;
}
.bobyPart .onshore h2 {
	background-repeat: no-repeat;
	background-position: 90% 65%;
	background-image: url(../images/onshore.png);
}
.bobyPart .offshore h2 {
	background-repeat: no-repeat;
	background-position: 90% 65%;
	background-image: url(../images/offshore.png);
}
.bobyPart .services h2{
	background-repeat: no-repeat;
	background-position: 90% 65%;
	background-image: url(../images/services.png);
}
.bobyPart .onshore p, .bobyPart .offshore p, .bobyPart .services p{
	border: 0 solid red;
	z-index: 1;
	float: left;
	color: #fff;
	line-height: 21px;
	margin: 0;
	padding: 0 10px;
}
.bobyPart .onshore p a, .bobyPart .offshore p a, .bobyPart .services p a{
	color: #fff;
	text-decoration: underline;
	float: left;
	clear:both;
	margin-left:15px;
	text-align:left;
}
.bobyPart .onshore p a:hover, .bobyPart .offshore p a:hover, .bobyPart .services p a:hover{
	text-decoration:none !important;
}