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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/************Start custom CSS *******************/

body{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#fff;
	margin:0px;
	padding:0px;
	font-size:1.12em;
	line-height:1.4em;
	background:#4673A4 url(top.png) top center repeat-x;
	text-align:center;
	}
		
a{
	color:#fff;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;	
}

.clear{
	clear:both;
	}
	
em{
	font-style:italic;
	}

p {
	margin: 20px 0px;
	}
	
h1{
	margin: 40px 0px 20px 0px;
	font-size:1.4em;
	font-weight:bold;
	}
	
h2{
	margin: 0px 0px 20px 0px;
	font-size:1.3em;
	font-weight:bold;
	}

strong {
	font-weight:bold;	
}
	
/*** HEADER & NAV *****/

#header{
	width:100%;
	background:url(logo.png) top center no-repeat;
	padding:0px;
	margin:0px;
	border-bottom:1px #fff solid;
	float:left;
}

#header span{
	display:none;
	padding:0px;
	margin:0px;
	height:0px;
	}

#header ul{
	list-style:none;
	padding-top:170px;
	width:860px;
	margin:0px auto;
}

#header li{
	float:right;
	margin:0px 0px 0px 9px;
	
	}
	
#header li a{
	display:block;
	padding:5px 7px;
	background:#2B4286;
	text-decoration:none;
	border-top:#89B6E1 1px solid;
	border-left:#89B6E1 1px solid;
	border-right:#89B6E1 1px solid;	
}

#header li.selected{
	position:relative;
	z-index:14;
	margin-bottom:-1px;
	background:#FF722B;
	border-top:#ffffff 1px solid;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;

}

#header li.selected a{
	
	background:#FF722B;
	border-top:#89B6E1 0px solid;
	border-left:#89B6E1 0px solid;
	border-right:#89B6E1 0px solid;	
	
	border-bottom:#FF722B 1px solid;
}

#header li a:hover{
	border-top:#fff 1px solid;
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;	
}

#header li.selected a:hover{
	border-top:#fff 0px solid;
	border-left:#fff 0px solid;
	border-right:#fff 0px solid;	
}

div.box{
	background:green;
	width:860px;
	height:20px;
	margin:auto;
	clear:both;
	}

/******* MID SECTION *************/

#mid {
	clear:both;
	background:#FF722B;
	width:100%;
	border-bottom:#fff 1px solid;
	}
	
#midContent{
	width:860px;
	margin:0px auto;
	padding:0px;
	line-height:0.1em;
	}
	
#mid img.home, #mid iframe{
	float:right;
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;
}

#mid iframe{
	float:left;
}

#mid img.left{
	float:left;
	}
	
#mid img.domestic{
	margin-left:50px;
	}
	
#mid blockquote{
	background:url(blockhome.gif) top left no-repeat;
	float:left;
	width:330px;
	height:260px;
	margin:40px 0px 0px 10px;
	}
	
#mid blockquote.industrial{
	background:url(blockindustrial.gif) top left no-repeat;
	
	width:430px;
	height:200px;
	
	margin:50px 0px 0px 10px;
	}
	
#mid blockquote.commercial{
	background:url(blockcommercial.gif) top left no-repeat;
	
	width:430px;
	height:230px;
	
	margin:30px 0px 0px 30px;
	}
	
#mid blockquote.domestic{
	background:url(blockdomestic.gif) top left no-repeat;
	
	width:420px;
	
	
	}	
	
	
	
#mid blockquote.services{
		margin:30px 0px 0px 30px;

}

#mid blockquote.contact{
	background:url(blockcontact.gif) top left no-repeat;
	
	width:400px;
	height:280px;
	
	margin:10px 0px 0px 30px;
	
	
	}	

	

#mid blockquote span{
	display:none;
	}

#mid ul{
	float:right;
	text-align:right;
	font-size:1.8em;
	line-height:1.8em;
	margin-right:70px;
	margin-top:30px;
	}
	
#mid li a{
	display:block;
	color:#2B4286;
	font-style:italic;
	font-weight:bold;
}
/********CONTENT*************/

#content{
	width:860px;
	text-align:left;
	margin:auto;
	}
	
#content ul{
	list-style:square;
	margin-left:60px;
	
		}
		
#content li{
	margin-bottom:3px;
	}
	
#content div.projPics{
	float:left;
	width:102px;
	text-align:left;
	margin-left:15px;
	}
	
#content div.projPics img{
	margin-bottom:15px;
	border:1px solid #7E9DBF;
	}
	
#content div.proj{
	padding:20px 0px;
	border-top:1px solid #7E9DBF;
	
	
}
#content div.pics{
	float:right;
	text-align:center;
}

#content div.pics p{
	font-size:0.7em;
	margin-top:-10px;

}



#content div.right{
	margin-left:20px;
}
	
/************Form	***********/

#form{
	width:400px;
	float:right;
	padding:20px 0px;
	text-align:left;
	line-height:1.5em;
}
#contact {
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
}

#contact label {
	text-align:right;
	display:block;
	float:left;
	width:170px;
	line-height:1.5em;
	padding-right:10px;

}
input , textarea{
	border:#fff 1px solid;
	background:url(top.png) center left repeat-x;
	padding:3px;
	width:366px;
	line-height:1.4em;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.12em;
	
}
input:focus, textarea:focus  {
	
	background:transparent;

	
}

#contact ol {
	list-style:none;
}
#contact li {
	display:block;
	padding-bottom:15px;
}
#contact input.sendBtn {
	margin:0px 0px 0px 314px;
	width:60px;
	padding:0px;
	
}
	
	
/*********FOOTER***********/

#footer{
	width:875px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size:0.8em;
	line-height:1.2em;
	background:url(bottom.gif) top center no-repeat;
	padding-top:66px;
	padding-right:65px;
	padding-bottom:40px;
	
	padding-left:40px
	}
	
#footer a img{
	float:left;
}