* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/bg.jpg);
	font-family: verdana, lucida, sans-serif;
	font-size: 12px;
}

#featureBar p {
	font-size: 10px;
}

/***** Content Formatting *****/
.contentPadding {
	padding: 15px 20px 20px 20px;
}

p {
	margin: 5px 0 15px 0;
}

h1 {
	color: #353535;
	font-weight: normal;
	font-size: 190%;
	margin-bottom: 15px;
}

h2 {
	font-size: 130%;
	font-weight: normal;
	padding: 0 0 0 0;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #353535;
	text-decoration: underline;
}

/***** Interior Page Content Formatting *****/
#pageContent a {
	color: #9D0A0E;
	text-decoration: none;
}

#pageContent a:hover {
	text-decoration: underline;
}

#pageContent {
	padding: 25px;
	line-height: 1.4em;
	color: #464646;
}

#pageContent p {
	margin-bottom: 15px;
}

#pageContent h1 {
	color: #9D0A0E;
	font-weight: normal;
	margin-bottom: 15px;
}

#pageContent h2 {
	color: #B1A291;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font-size: 18px;
}

#pageContent li {
	margin: 0 0 0 15px;
}

#pageContent ul {
	margin: 0 0 20px 15px;
}

/***** Layout *****/
#candyWrapper {
	width: 864px;
	background: #ffffff;
	border: 1px solid #AEAEAE;
	margin: 30px auto 0 auto;
	overflow: hidden;
}

#wrapper {
	width: 864px;
	margin: 0 auto;
}

#masthead {
	float: left;
	width: 864px;
}

#bar {
	float: left;
	height: 12px;
	width: 864px;
	background: #A5A5A5;
	border-top: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	margin: 5px 0 15px 0;
}

#contentWrapper {
	float: left;
	width: 864px;
}

#featureBar {
	clear: both;
}

#box1 {
	float: left;
	display: block;
	background: url(../images/bg_orange.gif) no-repeat;
	width: 253px;
	height: 114px;
	margin: 9px 9px 0 0;
	color: #FFFFFF;
}


#box2 {
	float: left;
	background: url(../images/bg_brown.gif) no-repeat;
	width: 336px;
	height: 114px;
	margin: 9px 9px 0 0;
	color: #FFFFFF;
}

#box3 {
	float: left;
	background: url(../images/bg_gray.gif) no-repeat;
	width: 239px;
	height: 114px;
	margin: 9px 0 0 0;
	color: #363636;
}

/***** Home Content *****/
#content {
	float: left;
	padding: 0px 9px 25px 9px;
	/*line-height: 1.5em;*/
}

#col1 {
	float: left;
	width: 598px;
}

#col2 {
	float: right;
	width: 239px;
	height: 401px;
	
}

#col2 h2 {
	color: #F7941D;
}

#col2 {
	color: #ffffff;
}

#contentArea {
	height: 343px;
	background-color: #826E5B;
}

#photoGallery {
	float: right;
	clear: both;
	text-align: center;
	background: url(../images/bg_photogallery.gif) no-repeat;
	width: 239px;
	height: 49px;
	margin: 9px 0 0 0;
}

#photoGallery a {
	text-decoration: underline;
	color: #353535;
}

#photoGallery a:hover {
	text-decoration: underline;
	color: white;
}

.contentPaddingAlt {
	padding: 15px 5px 20px 20px;
}

.contentPaddingAlt h2 {
	float: left;
}

.payNow {
	float: right;
	width: 105px;
	height: 38px;
	background-image: url(../images/pay_now.gif);
	background-position: bottom;
	text-indent: -9999px;
	border: 0;
}

.payNow:hover {
	background-position: top;
}

.contentPaddingAltAlt {
	padding: 15px 5px 10px 10px;
}

.contentPaddingAltAlt p {
	padding-right: 10px;
	padding-left: 10px;
}

a.freeEstimate {
	float: left;
	width: 219px;
	height: 39px;
	background-image: url(../images/free_estimate.gif);
	background-position: bottom;
	text-indent: -9999px;
}

a.freeEstimate:hover {
	background-position: top;
}


/**** Top Footer *****/
#topFooter {
	text-align: center;
	width: 866px;
	background: #585758;
	margin: 21px auto 0 auto;
	overflow: hidden;
}

#topFooterContent {
	text-align: center;
	margin: 7px 25px 7px 25px;
	line-height: 1.5em;
	color: #ffffff;
	font-size: 85%;
}	

#topFooterContent a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 10px;
}

#topFooterContent a:hover {
	text-decoration: underline;
}


/**** Bottom Footer *****/
#bottomFooter {
	width: 866px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}

#bottomFooterContent {
	text-align: center;
	margin: 5px 25px 25px 25px;
	line-height: 1.5em;
	color: #000000;
	font-weight: bold;
	font-size: 85%;
}


#bottomFooterContent a {
	color: black;
}

/***** Navigation *****/

ul#nav {
	float: left;
	width: 864px;
	list-style-type: none;
	text-align: center;
}

ul#nav li
{
	display: block;
	float: left;
	text-align: center;
}

ul#nav li a
{
	background: #B1A291;
	width: 143px;
	border-right: 1px solid #ffffff;
	padding: 11px 0 11px 0;
	color: #000000;
	text-decoration: none;
	text-transform: capital;
	font-weight: bold;
	display: block;
	text-align: center;
}

ul#nav li a:hover
{
	background: #F7941D;
}

ul#nav a:active
{
	background: #F7941D;
}

ul#nav li#active a
{
	background: #F7941D;
}

ul#nav li a.noBorder {
	border-right: 0;
	width: 144px;
}

#about .nav1 a, #residential .nav2 a, #commercial .nav3 a, #quote .nav4 a, #contact .nav5 a {
	background: #F7941D;
}

.formTable td, .formTable th {
	padding: 4px;
}
