	@font-face {
			font-family: 'HelvHeavyCond';
			src: url('../fonts/helveticaneueltpro-hvcn-webfont.eot');
			src: url('../fonts/helveticaneueltpro-hvcn-webfont.eot?#iefix') format('embedded-opentype'),
					 url('../fonts/helveticaneueltpro-hvcn-webfont.woff') format('woff'),
					 url('../fonts/helveticaneueltpro-hvcn-webfont.ttf') format('truetype'),
					 url('../fonts/helveticaneueltpro-hvcn-webfont.svg#chunkfive') format('svg');
			font-weight: normal;
			font-style: normal;
	}
	@font-face {
			font-family: 'HelvLightCond';
			src: url('../fonts/helvcondlt.eot');
			src: url('../fonts/helvcondlt.eot?#iefix') format('embedded-opentype'),
					 url('../fonts/helvcondlt.woff') format('woff'),
					 url('../fonts/helvcondlt.ttf') format('truetype'),
					 url('../fonts/helvcondlt.svg#chunkfive') format('svg');
			font-weight: normal;
			font-style: normal;
	}
	
body{
	font-size: 16px;	
}
body#body {
	background: url(../images/noise.jpg);
	font-size: 16px;	
}
#main p{
	margin: .5em 0;
}

a {
    color: #71ACB7;
    outline: medium none;
}
.wrap {
	margin: 0 auto;
    max-width: 980px;
    padding: 0 10px;
    width: 980px;
}
.header {
    background: url("../images/header-bg.jpg");
    height: 100px;
    margin: 0 auto;
    position: relative;
}
#inner-header {
    position: relative;
    width: 940px;
	left: -10px;
}
#logo a {
    background: url("../images/logo2.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 80px;
    position: absolute;
    text-indent: -9999px;
    width: 320px;
}
.block-address, .block-phone {
    color: #112020;
    font-size: 18px;
    line-height: 22px;
	width: auto !important;
}
.block-phone {
    float: right;
    font-weight: bold;
    padding-right: 0;
    padding-top: 118px;
    text-align: right;
}
.call-now {
    color: #8A969A;
    display: inline-block;
    font-size: 28px;
    font-style: italic;
    line-height: 22px;
}
.phone {
    color: #1B333B;
    display: block;
    font-size: 48px;
    line-height: 36px;
    margin-top: 10px;
    text-shadow: -2px 2px 0 #FFFFFF;
}
.prefix {
    font-size: 36px;
    position: relative;
    top: -8px;
}
.slogan{float: left; display: block; clear: left; padding-left: 0;}
.slogan1{font-size: 17px; padding-top: 118px;  color: #666;}
.slogan2{font-size: 24px; line-height: 22px; font-weight: bold;  color: #576D72;}

#inner-header nav {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 28px;
	z-index: 1000;
}
#inner-header nav li a {
    background: none repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    float: left;
    font-family: "HelvLightCond",helvetica,arial,sans-serif;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#inner-header nav li:first-child {
    background: none repeat scroll 0 0 transparent !important;
}
#inner-header nav > ul > li {
    background: url("../images/menu-sep.png") no-repeat scroll left center transparent;
    float: left;
}

#inner-header nav li a:hover, #inner-header nav li.active a{
    border-bottom: 5px solid yellow;
    border-radius: 0 0 0 0;
}
.nav li {
    float: left;
    position: relative;
}
#home-widgets {
    clear: both;
    margin-top: 10px;
}
#home-widgets .widget {
    background: none repeat scroll 0 0 #003B60;
    box-shadow: 0 0 10px #888888;
    float: left;
	color: #fff;
    height: 220px;
	padding: 10px;
    margin: 10px;
    width: 200px;
}

.widgettitle, .widget_title {
    border: 0 none !important;
    font-family: "HelvHeavyCond",sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom:0px;
    margin-top: 0px;
	padding: 0;
	color: #fff;
    text-transform: capitalize;
}
.widget-3{
	width: 440px !important;
}
.widget-3 input, .widget-3 .select-wrap{
	display: block;
	background: #fff;
	height: 29px; 
	width: 205px;
	margin-top: 10px;
	border: 0; 
	padding: 0 5px;
	border-radius: 3px;	
}
.widget-3 select{
	border: 0;
	position: relative; 
	width: 205px;
	top: 5px;	
	left: -3px;
}
.widget-3 textarea{
	
	width: 205px;
	height: 136px;
	float: right; 
	padding: 5px;
	border-radius: 3px;	
	border: 0;	
}
.wpcf7-form-control.wpcf7-submit, .button {
    float: right;
	padding: 0 5px;
	width: 215px;
	background: #ffffc4; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffc4 0%, #ffff00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffc4), color-stop(100%,#ffff00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffc4 0%,#ffff00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffc4 0%,#ffff00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffc4 0%,#ffff00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffc4 0%,#ffff00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc4', endColorstr='#ffff00',GradientType=0 ); /* IE6-9 */
	border: 1px solid #B4AF1A;
	color: #576F73;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px -2px 0 #fff;
	box-shadow: 0px 5px 20px #366870;
}
.widget-photo {
    height: 240px !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    width: 460px !important;
	background: url(../images/photo.jpg) !important;
}
.widget-photo h4{display: none;}
.widget-features {
    box-shadow: 0 0 50px #CFD6A7 inset;
    width: 440px !important;
}
.textwidget {
    width: 100%;
}
.textwidget ul {
    list-style-image: url("../images/list-image.png");
    margin-left: 25px;
     margin-top: 10px;
    width: 430px;
}
.textwidget li {
    float: left;
    font-size: 16px;
    margin-bottom: 2px !important;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    padding: 0 10px 0 0;
    width: 185px;
	position: relative;
}
.textwidget li:before {
    background-color: #E9E45D;
    border-radius: 20px 20px 20px 20px;
    content: "";
    display: block;
    height: 11px;
    left: -18px;
    position: absolute;
    top: 7px;
    width: 11px;
}
.widget-about{
	background: transparent !important;
	box-shadow: 0 0 0 !important;
	padding: 0 !important;
	width: 460px !important;
	color: #333 !important;
}
.widget-about h4{
	color: #1A333A;	
	font-weight: bold;
	font-size: 24px;
	border-bottom: 4px solid #1A333A !important;
}
.widget-3, .widget-2b{background: #055585  !important;}
.widgettitle, .widget_title,
.slogan2,
.phone,
.wpcf7-form-control.wpcf7-submit{
	font-family: 'HelvHeavyCond', sans-serif;
}
.daynight,
.widget-services{
	background: transparent !important;
	box-shadow: 0 0 0 !important;
	padding: 0 !important;
	width: 220px !important;
	height: 240px !important;
	color: #666 !important;	
	font-size: 16px;
	line-height: 16px;
	height: auto !important; 
}
.widget-2{
	background: url(../images/special1.png) repeat 0 0 #003B60  !important;	
}
.widget-2b{
	background: url(../images/special2.png) repeat 0 0 #055585  !important;	
}
.widget-2 h4, .widget-2b h4{
	display: none;
}
.widget-services h5{
	font-family: 'HelvHeavyCond', sans-serif;
	font-size: 	24px;
	margin: 5px 0;
}
.daynight{
	background: url(../images/daynight.png) no-repeat center 50px !important;
	height: 300px !important;	
}
.daynight h4{
	font-family: 'HelvHeavyCond', sans-serif;
	font-size: 	18px;
	color: #AFD0D8;
	text-align: center; 
	font-style: italic;
}

.foot {
    left: -10px;
    margin: 0 auto;
    position: relative;
    width: 940px;
}
#footer,.foot{
	background: #153640;	
	text-align: left;
	color: #fff; 
	font-size: 16px; 
	position: relative;
}

#footer, .foot {
    background: none repeat scroll 0 0 #003B60;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    text-align: left;
}

#footer a{
	color: #E9E45D;	
}
#footer .address{
	float: left; 
	width: 220px; 
	margin-right: 20px;	
	min-height: 80px;
}
#footer .footer-links{
	float: left; 
	clear: left; 	
}
.footer-links > li {
    border-left: 1px solid #FFFFFF;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}
.footer-links > li:first-child{
    border-left: 0px solid #FFFFFF;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
}
.footer-icons{
	position: absolute; 
	right: 0; 
	top: 10px;
	text-align: right;
}	

#cont {
    clear: both;
}

form{
	position: relative;	
}


label.error:before {
    border-color: transparent transparent transparent red;
    border-style: solid;
    border-width: 14px;
    content: "";
    height: 0;
    margin-top: 0;
    position: absolute;
    right: -28px;
    width: 0;
}
label.error {
    background: none repeat scroll 0 0 red;
    border-radius: 3px 0 0 4px;
    height: 28px;
    left: -100px;
    line-height: 28px;
    margin-top: -28px;
    padding: 0 8px;
    position: absolute;
}

body.thankyou{text-align: center; padding-top: 200px;}
body.thankyou .message{
	margin: 0 auto; 
	width: 800px; 	
}
body.thankyou .message h1{
	font-size: 36px;
	font-family: "HelvHeavyCond", sans-serif;
}
body.thankyou .button{
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	line-height: 30px; 
	height: 30px; 
	width: auto; 
	padding: 0 15px; 
	float: none;
	font-family: "HelvHeavyCond", sans-serif;	
}

#slides{
	position: relative;	
}
.slidesjs-pagination {
    right: 10px;
    position: absolute;
    bottom: 8px;
    z-index: 100000 !important;
}
.slidesjs-pagination li{
	float: left;	
	margin-left: 3px;
}
.slidesjs-pagination li a{
    border: 7px solid white;
    border-radius: 10px 10px 10px 10px;
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0;	
}
.slidesjs-pagination li a.active{
	border-color: yellow;	
}
body.residential .commercial,
body.commercial .residential{
	display: none;	
}