@charset "utf-8";
/* CSS Document */

@import url("main.css");	/*--main css including body style and h1 tags--*/

@import url("menu.css");


#body-wrapper{
	width:100%;
	height:auto;
}

#wrapper{
	 width:1002px;
	 height:auto;
	 margin:0 auto;
}

#container{
	width:1002px;
	height:auto;
	float:left;
}

/*=====header====*/

.header-bg-wrapper{
	background:url(../images/header-bg.jpg) top repeat-x;
	float:left;
	width:100%;
	height:98px;
	-webkit-box-shadow: 0 10px 10px -6px #000;
	   -moz-box-shadow: 0 10px 10px -6px #000;
	        box-shadow: 0 10px 10px -6px #000;
			position:relative;
			z-index:999;
	
}

#header{
	width:100%;
	height:98px;
	float:left;
}

.logo{
	width:288px;
	height:auto;
	margin:27px 0px 0px 0px;
	float:left;
}

/*==========quick-quote==========*/

#quick-container{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
}

#quick{
	width:275px;
	height:auto;
	float:left;
	margin-left:10px;
}

.quick-items{
	width:270px;
	height:auto;
	float:left;
	margin-left:25px;
	text-align:left;
	color:#FFFFFF;
	line-height:20px;
	margin-top:10px;
	*margin-top:7px;
}

.quick-items input{
	float:right;
	*margin-top:-19px;
	width:205px;
	-moz-border-radius:3px;
 	 border-radius:3px;
	 border:none;
	 height:20px;
}

.quick-items textarea{
	float:right;
	*margin-top:-19px;
	width:202px;
	-moz-border-radius:3px;
 	 border-radius:3px;
	 border:none;
	 height:40px;
}

.tcolor{color:#FFFFFF}

.submit{
	width:auto;
	height:auto;
	float:left;
	margin-top:10px;
	margin-left:87px;
}

#banner{
	 width:681px;
	 height:259px;
	 float:left;
	 margin-bottom:5px;
	 *padding-bottom:5px;
}

.banner-con{
	border-bottom:8px solid #3391ff;
	width:100%;
	float:left
}

.tabbed-con{
	width:100%;
	background:url(../images/banner-bottom.jpg) top no-repeat;
	float:left;
}

.tabbed-wrapper{
	width:100%;
	float:left;
}
.tabbed-item{
	width:30%;
	float:left;
	background:#3391ff;
	margin-right:5%;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	position:relative;
	z-index:999;
	margin-top:-30px;
}

.tabbed-item:last-child{
	float:right;
	margin-right:0px;
}

.tabbed-item:last-child a{
	margin-top:30px;
}

.tab-content{
	width:66%;
	float:right;
	background:#2d89f4;
	text-align:left;
	color:#FFFFFF;
	padding:0px 15px 0px 15px;
}

.tabbed-item img{
	margin:25px 0px 0px 6px;
}

.tab-content h4{
	text-transform:uppercase;
	padding:0px;
	margin:25px 0px 6px 0px;
	color:#FFFFFF;
}

.tab-content p{
	margin-bottom:0px;
}

.tab-content a{
	margin-top:10px;
	float:left;
	color:#FFFFFF;
	margin-bottom:25px;
}

.tab-content a:hover{
	text-decoration:underline;
}

.welcome-container{
	width:100%;
	float:left;
	text-align:center;
}

.welcome-container h1{
	text-transform:uppercase;
	font-weight:normal;
	font-size:40px;
	margin-top:40px;
}

.welcome-container h4{
	text-transform:uppercase;
	font-weight:normal;
	color:#2d89f4;
	font-size:24px;
	margin-bottom:10px;
	letter-spacing:2px;
}

.welcome-container p{
	margin-bottom:25px;
}

.footer-top{
	width:100%;
	background-color:#222222;
	float:left;
	color:#cbcbcb;
	padding:35px 0px;
}

.footer-top h4{
	color:#cbcbcb;
	font-weight:normal;
	text-transform:uppercase;
	font-size:22px;
	margin-bottom:10px;
}

.footer-top h4 font{
	color:#3391ff;
}

.footer{
	width:100%;
	background:#111111;
	float:left;
	color:#a8a8a8;
	line-height:70px;
}

.footer font{
	float:right;
}

.footer font a{
	color:#a8a8a8;
}

.footer-top-left{
	width:32%;
	float:left;
	text-align:left;
}

.footer-top-left a{
	color:#a8a8a8;
	font-weight:bold;
}

.footer-top-left a:hover{
	text-decoration:underline;
}

.footer-top-right{
	width:62%;
	float:right;
	text-align:left;
}

.quick-row{
	width:100%;
	float:left;
}

.quick-row input{
	width:30%;
	float:left;
	margin-right:3%;
	background-color:#222222;
	border:1px solid #737373;
	height:28px;
	margin-top:5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline:none;
	padding-left:6px;
	color:#FFFFFF;
}

.quick-row textarea{
	width:98.6%;
	float:left;
	margin-right:4%;
	background-color:#222222;
	border:1px solid #737373;
	height:80px;
	margin-top:15px;
	margin-bottom:10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline:none;
	padding-left:6px;
	color:#FFFFFF;
}

.quick-row input:last-child{
	float:right;
	margin-right:0px;
	padding-right:0px;
}

.quick-row img{
	margin-top:5px;
}

.quick-btn{
	float:right;
	margin-top: 13px;
	cursor:pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3391ff), to(#1b7beb));
	background-image: -webkit-linear-gradient(top, #3391ff, #1b7beb);
	background-image: -moz-linear-gradient(top, #3391ff, #1b7beb);
	background-image: -ms-linear-gradient(top, #3391ff, #1b7beb);
	background-image: -o-linear-gradient(top, #3391ff, #1b7beb);
	background-image: linear-gradient(top, #3391ff, #1b7beb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3391ff, endColorstr=#1b7beb);
	border:none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
	font-weight:bold;
	padding:8px 25px;
}

.quick-btn:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3391ff), to(#1368cb));
	background-image: -webkit-linear-gradient(top, #3391ff, #1368cb);
	background-image: -moz-linear-gradient(top, #3391ff, #1368cb);
	background-image: -ms-linear-gradient(top, #3391ff, #1368cb);
	background-image: -o-linear-gradient(top, #3391ff, #1368cb);
	background-image: linear-gradient(top, #3391ff, #1368cb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3391ff, endColorstr=#1368cb);
	color:#FFFFFF
}

.home-text-wrapper{
	width:100%;
	float:left;
	margin:25px 0px 35px 0px;
}

.home-left{
	width:66%;
	float:left;
	text-align:justify;
}

.home-left h4{
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
}	

.home-left ul{
	width:100%;
	padding:5px 0px 15px 18px;
	margin:0px;
	float:left
}

.home-left ul li{
	margin:8px 0px;
	width:50%;
	float:left
}

.home-right{
	width:30%;
	float:right;
}

.home-right img{
	width:100%;
	float:left;
	margin-top:34px;
}

.page-container{
	margin-bottom:40px;
}

.page-container h2{
	text-transform:uppercase;
	margin-top:40px;
	font-weight:normal;
	font-size:28px;
	margin-bottom:15px;
}

.page-container h2 font{
	color:#2d89f4;
}


.contact-right{
	width:60%;
	float:right;
	border:1px dashed #CCCCCC;
}

.contact-left{
	width:37%;
	float:left;
	border:1px dashed #CCCCCC;
	font-size:14px;
	line-height:22px;
}

.contact-left h5{
	font-weight:normal;
	color:#2d89f4;
	margin:10px 0px 5px 0px;
	font-size:22px;
}

.contact-left h6{
	font-weight:normal;
	margin:12px 0px 0px 0px;
	font-size:16px;
}

.contact-left b{
	margin-top:12px;
	float:left;
	margin-bottom:10px;
}


.contact-head{}

.contact-head h4{
	text-transform:uppercase;
	font-weight:normal;
	background-color:#2d89f4;
	color:#FFFFFF;
	line-height:40px;
}

.contact-head h4 font{
	margin-left:15px;
}

.contact-inner-con{
	width:94%;
	margin:3%;
	float:left;
}

.contact-right p{
	margin-top:0px;
	margin-bottom:0px;
	text-align:justify
}

.contact-row{
	width:100%;
	float:left;
	margin-top:11px;
}

.contact-row input{
	width:47%;
	float:left;
	height:22px;
	outline:none;
	padding-left:5px;
}

.contact-row textarea{
	width:98%;
	float:left;
	height:65px;
	outline:none;
	padding-left:5px;
}

.contact-row img{
	margin-left:30px;
}

.contact-row input:last-child{
	float:right;
	margin-right:0px;
}	

.page-left{
	width:68%;
	float:left;
	text-align:justify;
}

.page-left p:first-child{
	margin-top:0px;
}

.page-right{
	width:27%;
	float:right;
}

.single-list{
	width:100%;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 18px;
	float:left;
}

.single-list li{
	margin:5px 0px;
	width:100%;
	float:left;
	font-weight:bold;
}

.three-list{
	width:100%;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 18px;
	float:left;
}

.three-list li{
	margin:6px 0px;
	width:33%;
	float:left;
	font-weight:bold;
}

.thanks-con{
	width:100%;
}

.thanks-con h1{
	text-align:center;
	margin:80px 0px 0px 0px;
	padding:0px;
	font-size:28px;
}

.thanks-con h4{
	text-align:center;
	margin:30px 0px 80px 0px;
	padding:0px;
	font-size:22px;
}

.head-contact{
	float:right;
	width:260px;
	text-align:right !important;
	right:0px;
	top:50px;
	position:relative;
	z-index:999;
	background:url(../images/phone.png) no-repeat left;
}

.head-contact h3{
	color:#FFFFFF;
	font-size:32px;
	font-weight:normal;
	margin-bottom:2px;
}

.head-contact a{
	text-decoration:none;
	color:#FF0000;
	font-size:15px;
	letter-spacing:.5px;
}

.contact-wrapp{
	width:100%;
	float:left;
}





.quick-row .g-recaptcha {
    webkit-transform: scale(0.53);
    transform: scale(0.45);
    transform-origin: 100px 0px;
    -webkit-transform-origin: 0px 0px;
    padding: 0px;
    margin-top: 10px;
    -ms-transform: scale(0.53);
    -ms-transform-origin: 0px 0px;
    height: 45px;
}

.quick-row .g-recaptcha {
    width: 30%;
    float: left;
    margin-right: 3%;
   
}


.contact-row .g-recaptcha {
    width: 30%;
    float: left;
    margin-right: 3%;
     webkit-transform: scale(0.53);
    transform: scale(0.45);
    transform-origin: 100px 0px;
    -webkit-transform-origin: 0px 0px;
    padding: 0px;
    margin-top: 10px;
    -ms-transform: scale(0.53);
    -ms-transform-origin: 0px 0px;
    height: 45px;
   