#pagecontainer {
	position:relative;
	padding: 0 0 40px 0;
    font-family: sans-serif;
	width:873px;
	margin:0 auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
	background:#1d757d url(images/homepageBg.png) center -1px repeat; /* the right sidebar colour */
}
.widthlimiter{
	position:relative;
	width:100%;
	padding-top:63px;
	background:transparent url(images/homepage-widthlimiter-background.png) center -32px repeat-x; /* the right sidebar colour */
	/*background:url(images/nav_tile.jpg) repeat-y;  tile for below nav image */
}

#header_content {
	margin:-30px -50px 0 -52px;
	position:relative;
	border-bottom:10px solid #0c796a;
	border-top:10px solid #00a651;
	overflow:hidden;
}

#overview {
	overflow:hidden;
	clear:both;
	border:1px solid #666;
	margin:0 30px;
	background:#fff;
	padding:1em 30px;
	-webkit-box-shadow:0 0 20px #444;
	-moz-box-shadow:0 0 20px #444;
	border:1px solid #eee;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font:normal normal 100 .85em/1.6em "Calibri", Futura, "Trebuchet MS";
	color:#555;
}

#header-overview strong {
	font-weight:900;
	color:#333;
}

#footer {
	background:transparent url(images/60black.png);
    font-family: sans-serif;
	clear:both;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-275px;
	width:550px;
	border:1px solid #222;
	border-bottom:none;
	overflow:hidden;
}

#footer p {
	font:normal normal 100 .85em/1.6em "Calibri", Futura, "Trebuchet MS";
}

#header h1 { /* the watermark image at the right */
	background:#FFF url(images/masthead-right.jpg) right no-repeat;
	margin:0;
	padding:0;
	height:122px;
}
#header h1 a {
	background:url(images/masthead_logo.jpg) no-repeat scroll 0 -20px;
	height:122px;
	margin:0;
	padding:0;
	text-indent:-999em;
	width:100%;
	display:block;
}

#tagline {
	position:absolute;
	bottom:20px;
	right:50px;
	font-size:24px;
	color: #0c796a;
}
#tagline .text2 {
	margin-left:80px;
}

#content {
	width:975px;
	background:#eee url(images/homepageLinkMap2.jpg) center center no-repeat;
	margin:20px 0 20px -51px;
	height:290px;
	position:relative;
	z-index:99999;
	border-top:5px solid #222;
	border-bottom:5px solid #222;
}

#content h1 {
	margin:0;
	padding:0;
}

#content h1 a {
	display:block;
}

#content h1#residential {
	position:absolute;
	top:0;
	left:0;
	width:470px;
	height:250px;
}

#content h1#residential a {
	width:470px;
	height:250px;
	background:transparent url(images/residential-link.png) left top no-repeat;
	text-indent:-9999px;
}

#content h1#residential a:hover {
	background-position:left bottom;
}

#content h1#commercial {
	position:absolute;
	bottom:0;
	right:0;
	width:470px;
	height:250px;
}

#content h1#commercial a {
	width:470px;
	height:250px;
	background:transparent url(images/commercial-link.png) 100% 0% no-repeat;
	text-indent:-9999px;
}

#content h1#commercial a:hover {
	background-position:100% 100%;
}

/*
 * 2.Main Content
 */
 
#content p {
	color:#eee;
}

.widthlimiter a {
	color:#fff !important;
}

#footer ul, #footer li {
	margin:0;
	padding:0;
	list-style:none;
}

#footer ul {
	width:550px;
	margin:0 auto;
}

#footer li {
	float:left;
	font:normal normal 100 1em/1em "Calibri", Futura, "Trebuchet MS";
}

#footer li a {
	width:110px;
	padding:.5em 0;
	text-align:center;
	display:block;
	text-decoration:none;
	-webkit-transition:all 500ms linear;
}

#footer li a:hover {
	background:#222;
}