@charset "utf-8";
/* CSS Document */

.servicesBanner
{
	background-image:url(../images/contact-banner.jpg); 
	background-position: 50% 0px;
	height:480px;
}

.servicesWrapper
{
	padding:60px 0;
}

.servicesTitleContainer
{
	position:relative;
	padding-bottom:60px;
}

.blueStrip
{
	content: "";
	height: 80px;
	width: 200%;
	background-color: #17b6ea;
	position: absolute;
	top: 0;
	left: -199%;
	margin-left: -15px;
}

.servicesTitleContainer .servicesTitleLHS
{
	width: 15%;
	float: left;
	text-align: right;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
}

.servicesTitleContainer .servicesTitleLHS span
{
	color:#17b6ea;
	display:block;
}

.servicesTitleContainer .servicesTitleRHS
{
	width: 77.5%;
	float: left;
	padding-left: 3.5%;
	line-height: 27px;
}

.servicesContentLHS
{
	width: 25%;
	float:left;
}

.servicesContentLHS ul
{
	margin:0;
	padding:0;
	list-style-type:none; 
}

.servicesContentLHS ul li
{
	border-bottom: solid 1px #e5e5e5;
	font-family: "Roboto-Regular";	
}

.servicesContentLHS ul li a
{
	display: block;
	color:#000;
	padding:15px 20px 15px 30px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.servicesContentLHS ul li a:hover
{
	color:#17b6ea;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.selected
{
	position:relative;
	background-color:#fff;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	box-shadow: 0px 5px 0 #f8f8f8, 0px -5px 0 #f8f8f8, -5px 0 0 0 #f8f8f8;
}

.selected a
{
	color: #17b6ea !important;
}


.rightBorder
{
	position: absolute;
	background-color:#fff;
	height:49px;
	width: 5px;
	right:-2px;
	top:0;
}

.servicesContentRHS
{
	width: 70.9%;
	float:right;
	padding-left: 4%;
	border-left:solid 1px #e5e5e5; 
	box-shadow: -5px 0px 2px 0px #f8f8f8;
}

.innerPageTitle
{
	background-color:#17b6ea;
	padding:12px 20px 7px 20px;
	color:#fff;
	font-size: 22px;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.innerPageContent
{
	line-height: 25px;
	padding-bottom: 40px;
}

