@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.gif) top repeat-x #2e2f2f;
	margin: 0px;
	padding: 0 1px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

/* DIVs */

#center {
	width: 836px;
	margin: 0 auto 0 auto;
	}

#wrapper {
	width: 836px;
	float: left;
	background: url(images/wrap-bg.gif) repeat-y;
	}

#left {
	width: 166px;
	float: left;
	background: url(images/top-left.gif) top no-repeat;
	}

#logo {
	width: 166px;
	height: 104px;
	float: left;
	}

#nav img {
	float: left;
	}

#logo {
	width: 166px;
	height: 104px;
	float: left;
	}

#nav {
	width: 141px;
	float: left;
	padding: 0 3px 0 22px;
	}

.left-content {
	width: 132px;
	float: left;
	padding: 10px 8px 10px 26px;
	text-align: center;
	}

#right {
	width: 670px;
	float: left;
	background:url(images/top-rt.gif) top no-repeat;
	}

#top-text {
	width: 660px;
	height: 30px;
	float: left;
	padding: 21px 10px 0 0;
	text-align: center;
	}

#banner {
	width: 632px;
	height: 212px;
	float: left;
	padding: 0 29px 0 9px;
	}

#content {
	width: 597px;
	float: left;
	padding: 15px 49px 0 24px;
	}

.content {
	width: 597px;
	float: left;
	padding: 15px 49px 0 24px;
	}

#commercial {
	width: 298px;
	float: left;
	}

#residential {
	width: 299px;
	float: left;
	}

#footer {
	width: 686px;
	height: 32px;
	float: left;
	background: url(images/footer.gif);
	padding: 12px 0 0 150px;
	text-align: center;
	}

#subfooter {
	width: 796px;
	height: 32px;
	float: left;
	padding: 12px 20px 0 20px;
	text-align: left;
	}

#sf-left {
	width: 398px;
	height: 32px;
	float: left;
	}

#sf-right {
	width: 398px;
	height: 32px;
	float: left;
	}

.left-rule {
	width: 132px;
	float: left;
	padding: 0px 8px 0px 26px;
	text-align: center;
	}

.feat-box {
	width: 150px;
	float: right;
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin: 0 0 25px 25px;
	}

/* Text Styles */

p {
	font-size: 12px;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	}

p a, p a:hover {
	color: #333333;
	text-decoration: none;
	}
	
p a.visible {
	color: #c5050e;
	font-weight: bold;
	}

p a.visible:hover {
	color: #000000;
	}

li a, li a:hover {
	color: #333333;
	text-decoration: none;
	}

li a.visible {
	color: #c5050e;
	font-weight: bold;
	}

li a.visible:hover {
	color: #000000;
	}

#left p {
	color: #CCCCCC;
	font-size: 10px;
	}

.left-content p {
	margin-bottom: 0px;
	}

p.caption {
	font-size: 10px;
	color: #999999;
	}


h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	color: #c5050e;
	}

h1 a, h1 a:hover {
	color: #c5050e;
	text-decoration: none;
	}
	
h1 a.visible {
	color: #c5050e;
	font-weight: bold;
	}

h1 a.visible:hover {
	color: #000000;
	}


h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	color: #000000;
	}

h2 a, h2 a:hover {
	color: #000000;
	text-decoration: none;
	}
	
h2 a.visible {
	color: #000000;
	font-weight: bold;
	}

h2 a.visible:hover {
	color: #c5050e;
	}


h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	color: #333333;
	}

h3 a, h3 a:hover {
	color: #333333;
	text-decoration: none;
	}
	
h3 a.visible {
	color: #333333;
	font-weight: bold;
	}

h3 a.visible:hover {
	color: #c5050e;
	}


h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	color: #333333;
	}

h4 a, h4 a:hover {
	color: #333333;
	text-decoration: none;
	}
	
h4 a.visible {
	color: #333333;
	font-weight: bold;
	}

h4 a.visible:hover {
	color: #c5050e;
	}

#top-text h1 {
	font-size: 11px;
	color: #CCCCCC;
	letter-spacing: 3px;
	font-weight: normal;
	margin: 0px;
	}

#footer a {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	margin: 0 10px 0 10px;
	}

#footer a:hover {
	text-decoration: underline;
	}

#subfooter {
	color: #CCCCCC;
	font-size: 11px;
	}

/* Other */

a img {
	border: 0px;
	}

.float {
	float: left;
	}