@charset "utf-8";

* {
	outline:none;
}
body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) repeat;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    font-smoothing:antialiased;
	font-weight:400;
}
h1 {
	font-size:30px;
	color:#0b84ae;
	font-weight:700;
}
.header-cont {
	background-color: #c2c2c2;
	background-image: url(images/top-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	height: auto;
	width: 100%;
}
header {
	margin:0 auto;
	width:1000px;
	height:auto;
}
.logo {
	float:left;
	width:auto;
	height:auto;
	text-align:center;
}
nav {
	float:left;
	width:auto;
	height:auto;
	margin-left:150px;
}nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
nav ul li {
	display: block;
	float: left;
}
nav ul li a {
	float:left;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 10px;
	padding-left: 10px;
	font-size:18px;
	line-height:100px;
	color:#343434;
	text-decoration:none;
	height: 70px;
}
nav ul li a:hover {
	background:url(images/hvr.png) left top repeat-x;
	color:#043349;
}
nav ul li a.active {
	background:url(images/hvr.png) left top repeat-x;
	color:#043349;
}
.social {
	float:right;
	width:auto;
	height:auto;
	text-align:left;
	margin-top: 40px;
}
.social img {
	margin-left:10px;
	margin-right:10px;
}
.banner-cont {
	float:left;
	width:100%;
	height:auto;
	background:url(images/banner-bg.png) center top repeat-x #fff;
	border-bottom:5px solid #d3d3d3;
}
.banner {
	margin:0 auto;
	width:1000px;
	height:auto;
}
.banner-detail {
	float:left;
	width:520px;
	height:354;
	font-size:18px;
	color:#132445;
	line-height:24px;
}
.banner-detail h1 {
	font-size:45px;
	color:#0b84ae;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.banner-detail a img {
	margin-bottom:-40px;
}
.banner-image {
	float:right;
	height:auto;
	width:auto;
	margin-top:10px;
	margin-bottom:-4px;
}
.getquote {
	float:left;
	width:auto;
	height:auto;
	border:none;
	margin-bottom:-52px;
}
.services-cont {
	float:left;
	width:100%;
	height:auto;
	margin-top:90px;
}
.services {
	margin:0 auto;
	width:1000px;
	height:auto;
}
.service-box {
	float:left;
	width:272px;
	height:auto;
	border:1px solid #d9d9d9;
	-moz-box-shadow:0px 4px 0px #b5b5b5;
	-webkit-box-shadow:0px 4px 0px #b5b5b5;
	box-shadow:0px 4px 0px #b5b5b5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:20px;
	font-size:14px;
	color:#898888;
	margin-right:27px;
	background-color: #FFF;
}
.service-box h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#595959;
}
.service-box hr {
	width:200px;
	height:2px;
	border:none;
	background:url(images/hr-bg.jpg) no-repeat;
	margin:10px 0 10px 0;
}
.service-detail {
	width:200px;
	height:auto;
}
.rs {
	background:url(images/rs.jpg) right top no-repeat #fff;
}
.is {
	background:url(images/is.jpg) right top no-repeat #fff;
}
.cs {
	background:url(images/cs.jpg) right top no-repeat #fff;
}
.service-last {
	margin-right:0;
}
.testimonial-cont {
	float:left;
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:30px 0 30px 0;
	background-color:#f1f1f1;
}
.testimonial {
	margin:0 auto;
	width:600px;
	height:auto;
	padding:0 40px 0 40px;
	text-align:center;
	font-size:17px;
	font-style:italic;
	color:#111111;
	background:url(images/testi-bg.png) center center no-repeat;
}
footer {
	float:left;
	width:100%;
	height:auto;
	background-color:#003961;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}
.ftr {
	margin:0 auto;
	width:1000px;
	height:auto;
}
.copy {
	float:left;
	width:auto;
	font-size:16px;
	color:#fff;
}
.copy a {
	margin-right:25px;
	color:#fff;
	text-decoration:none;
}
.ftr-logo {
	float:right;
	width:auto;
	height:auto;
	margin-top:-74px;
}
.inner-cont {
	width:1000px;
	margin:0 auto;
	font-size:18px;
	line-height:24px;
	color:#132445;
}
section {
	float:left;
	width:100%;
	height:auto;
	padding:30px 0 30px 0;
}
.inner-cont strong {
	font-weight:700;
	font-size:20px;
	color:#0b84ae;
}
.inner-cont em {
	font-weight:700;
	color:#0b84ae;

}
.inner-cont a {
	color:#003961;
}
.testimonial-main {
	float:left;
	width:100%;
	height:auto;
	font-style:italic;
	margin-bottom: 40px;
}
.testimonial-main em {
	font-weight:300;
	color:#666666;
}
.testi-img {
	float:right;
	width:auto;
	height:auto;
	text-align:center;
}
.half-col {
	float:left;
	width:50%;
	height:auto;
	margin-bottom: 30px;
}
.half-col strong {
	font-size:22px;
	line-height:24px;
	color:#454545;
}
.half-col strong em {
	font-style:normal;
	color:#0b6a99;
}
.half-col img {
	float:left;
	margin-right:15px;
}
.grey {
	color:#666;
}
.input {
	width:94%;
	border:1px solid #999;
	background-color:#FFF;
	padding:4% 1%;
}
.list {
	width:94%;
	border:1px solid #999;
	background-color:#FFF;
	padding:3%;
}
.input2 {
	width:96%;
	height:100px;
	border:1px solid #999;
	background-color:#FFF;
	padding:2%;
}
.half-col label {
	font-size:15px;
	color:#848484;
}
.fullwidth {
	width:100%;
}
.bbb {
	float:right;
	width:auto;
	height:auto;
	margin-right: 20px;
}
@media only screen and (max-width: 799px) {

.bbb {
	float:right;
	width:100%;
	height:auto;
	margin-right:0;
	text-align:center;
}	
.half-col {
	float:left;
	width:100%;
	height:auto;
	margin-bottom: 30px;
}	
header {
	margin:0 auto;
	width:96%;
	height:auto;
}
.logo {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
}
nav {
	float:left;
	width:64%;
	height:auto;
	margin-left:0;
	margin-bottom:15px;
}
nav ul li a {
	float:left;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 6px;
	padding-left: 6px;
	font-size:14px;
	line-height:20px;
	color:#343434;
	text-decoration:none;
	height: auto;
}
nav ul li a:hover {
	background:none;
	color:#043349;
}
.banner {
	margin:0 auto;
	width:96%;
	height:auto;
}
.banner-detail {
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	color:#132445;
	line-height:24px;
	text-align:center;
}
.banner-detail h1 {
	font-size:35px;
	color:#0b84ae;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.banner-detail a img {
	margin-bottom:-40px;
}
.banner-image {
	float:right;
	height:auto;
	width:100%;
	margin-top:10px;
	margin-bottom:-4px;
	text-align:center;
}
.getquote {
	float:left;
	width:100%;
	height:auto;
	border:none;
	margin-bottom:-52px;
	text-align:center;
}
.services {
	margin:0 auto;
	width:96%;
	height:auto;
}
.service-box {
	float:left;
	width:96%;
	height:125px;
	border:1px solid #d9d9d9;
	-moz-box-shadow:0px 4px 0px #b5b5b5;
	-webkit-box-shadow:0px 4px 0px #b5b5b5;
	box-shadow:0px 4px 0px #b5b5b5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:2%;
	font-size:13px;
	color:#898888;
	margin-right:0;
	margin-bottom:20px;
}
.service-box h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#595959;
}
.service-box hr {
	width:200px;
	height:2px;
	border:none;
	background:url(images/hr-bg.jpg) no-repeat;
	margin:10px 0 10px 0;
}
.service-detail {
	width:75%;
	height:auto;
}
.testimonial {
	margin:0 auto;
	width:88%;
	height:auto;
	padding:0 4% 0 4%;
	text-align:center;
	font-size:15px;
	font-style:italic;
	color:#111111;
	background:url(images/testi-bg.png) center center no-repeat;
	background-size:100%;
}
.ftr {
	margin:0 auto;
	width:96%;
	height:auto;
}
.copy {
	float:left;
	width:100%;
	font-size:14px;
	color:#fff;
	text-align:center;
}
.copy a {
	margin-right:8px;
	margin-left:8px;
	color:#fff;
	text-decoration:none;
}
.ftr-logo {
	float:left;
	width:100%;
	height:auto;
	margin-top:10px;
	text-align:center;
}
.social {
	float:right;
	width:auto;
	height:auto;
	text-align:left;
	margin-top: 0;
}
.inner-cont {
	width:96%;
	margin:0 auto;
	font-size:18px;
	line-height:24px;
	color:#132445;
	text-align:center;
}


@media only screen and (max-width: 520px) {
	
.banner-image img {
width:80%;
}
.testi-img {
	float:right;
	width:100%;
	height:auto;
	text-align:center;
}

nav {
	float:left;
	width:100%;
	height:auto;
	margin-left:0;
	margin-bottom:15px;
}	
	.social {
	float:left;
	width:100%;
	height:auto;
	text-align:left;
	margin-top: 0;
	margin-bottom:30px;
}
.getquote img {
	width:100%;

}
}.inner-cont ul {
	list-style-type: decimal;
}
