/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 0 auto;
}


body#home {
	background: #4d6e81 url(../images/backgrounds/bg_home.jpg) no-repeat scroll center top;
}

body#residential {
	background: #4d6e81 url(../images/backgrounds/bg_res.jpg) no-repeat scroll center top;
}

body#commercial {
	background: #4d6e81 url(../images/backgrounds/bg_commercial.jpg) no-repeat scroll center top;
}

body#about {
	background: #4d6e81 url(../images/backgrounds/bg_about.jpg) no-repeat scroll center top;
}

.HeaderLogo {
	width: 279px;
	float: left;
	margin-top: 9px;
/*	margin-bottom: 170px;
*/}

.Main {
	width: 980px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.Header {
	height: 55px;
}

.HeaderNav {
	float: right;
	margin-top: 19px;
	text-align: right;
	background: url(../images/menu.png) no-repeat scroll right center;
	width: 543px;
	height: 38px;
}

/* menu */
 
#menu {display:block; width:543px; height:38px; background:url(../images/menu.png); position:relative; margin:0 auto 2em auto;}
 
a#home {display:block; width:72px; height:0; padding-top:100px; overflow:hidden; position:absolute; left:0; top:0;}
* html a#home {height:35px; he\ight:0;}
a#home:hover {
	background:transparent url(../images/home2.png) no-repeat 0 0; overflow:visible; font-size: 0px;}
 
a#commercial {display:block; width:131px; height:0; padding-top:100px; overflow:hidden; position:absolute; left:70px; top:0;}
* html a#commercial {height:35px; he\ight:0;}
a#commercial:hover {background:transparent url(../images/commercial.png) no-repeat  0 0; overflow:visible;  font-size: 0px;}
 
a#residential {display:block; width:125px; height:0; padding-top:100px; overflow:hidden; position:absolute; left:200px; top:0;}
* html a#residential {height:35px; he\ight:0;}
a#residential:hover {background:transparent url(../images/residential.png) no-repeat 0 0; overflow:visible;  font-size: 0px;}
 
a#about {display:block; width:219px; height:0; padding-top:100px; overflow:hidden; position:absolute; left:325px; top:0;}
* html a#about {height:35px; he\ight:0;}
a#about:hover {background:transparent url(../images/about.png) no-repeat 0 0; overflow:visible;  font-size: 0px;}

/* end menu */

.HeaderNav a {
	color:#ffffff;
	text-decoration:none;
	font: bold normal 1.3em "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.HeaderNav a:hover, .HeaderNav a.active {
	color: #000000;
	}
	
.HeaderNav a.active span.noeffect, .HeaderNav a:hover span.noeffect {
	color: #ffffff;
	}
	
h1 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #eef1f3;
	}
	
a {
color:#d2dbdf;
}

a img {
	border: none;
	}
	
ul {
font-size: 1.2em;
}

#sub {
	clear: both;
	width: 980px;
	text-align:left;
	padding: 0;
	background: url(../images/bg_content_area.png) repeat-x;
	margin-top: 270px;
}

#sub.commercial {
	height: 570px;
	}

#sub.home {
	height: 470px;
	}

#sub.residential {
	height: 970px;
	}

#sub.about {
	height: 750px;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	padding: 0 51px 0 38px;
	width: 413px;
	margin: 20px 0 0;
}

.narrowcolumn p {
	margin: 0 0 16px;
	padding: 0 9px 0 0 !important;
	font-size: 1.2em;
	line-height: 1.3em;
}

div#address {
background-color:#EEF1F3;
width: 200px;
color:#273741;
font-weight:bold;
font-size: 1.4em;
font-family:Georgia, "Times New Roman", Times, serif;
padding: 15px;
margin-left:100px;
border: #131C20 medium dotted;
}

div#address a {
color:#273741;
}

/* Begin Sidebar */
#sidebar {	
	float: left;
	padding: 20px 0 10px 0;
	width: 440px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 35px 0 0 !important;
	padding: 0 !important;
}

#slideshow {
	border: none;
	}
	

	
