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

body {
	font-family: Helvetica, Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana, sans-serif;
	background-color: #999;
	margin: auto;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/layout/contentbg.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 134px;
	background-image: url(../images/layout/topbar3.jpg);
	background-repeat: no-repeat;
}

#commercialbox {
	width: 220px;
	padding: 53px 0 0 455px;
	font-weight: bold;
	font-size: 13px;
	float: left;
}

#commercialbox a {
	color: #333;
}

#commercialbox a:hover {
	color: #2d821d;
}

#residentialbox {
	width: 220px;
	padding: 53px 0 0 95px;
	font-weight: bold;
	font-size: 13px;
	float: left;
}

#residentialbox a {
	color: #333;
}

#residentialbox a:hover {
	color: #2d821d;
}

#banner {
	height: 395px;
	background-image: url(../images/layout/commbanner-green.jpg);
	background-repeat: no-repeat;
}

#heading {
	height: 75px;
	background-image: url(../images/layout/heading.jpg);
	background-repeat: no-repeat;
}

#nav {
	height: 28px;
	padding: 12px 0 0 0;
	background-image: url(../images/layout/navbg.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 940px;
	padding: 0 0 0 30px;
	background-image: url(../images/layout/contentbg.jpg);
	background-repeat: repeat-y;
}

#leftcol {
	width: 280px;
	padding-bottom: 10px;
	float: left;
}

#shortline {
	height: 1px;
	width: 260px;
	background-color: #45a932;
}

#rightcol {
	width: 635px;
	float: right;
}

#longline {
	height: 1px;
	width: 635px;
	background-color: #45a932;
}

#services {
	width: 320px;
	padding: 20px 0 0 0;
	float: left;
}

#homepic {
	width: 280px;
	padding: 20px 0 0 0;
	float: right;
}

#footer {
	height: 60px;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#footerlinks, #footerlinks a {
	font-size: 13px;
	color: #fff;
	padding: 23px 0 0 0;
}

#footerlinks a:hover {
	color: #53bd3e;
}


/* --------------------------------------- Text Styles ---------------------------------------- */

.black {
	color: #000;
}

.grey {
	color: #333;
}

.lightgrey {
	color: #a8a7a7;
}

.white {
	color: #FFF;
}

.green {
	color: #102a0a;
}

p {
	font-size: 15px;
	color: #fff;
	padding-top: 0px;
	margin-top: 0px;
}

table p {
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #102a0a;
}

a:hover {
	text-decoration: none;
	color: #CCC;
}

h1 {
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}


