

@charset "UTF-8";
/* CSS Document */
body  {
	font: 84% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #edeee1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595959;
	outline:none;
}
html>body  {
	font: 84% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #edeee1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595959;
	outline:none;
}
.twoColFixLtHdr #container { 
	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ced7bd;
	border-bottom:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	/*background-image:url(../img/header.jpg);
	background-repeat: no-repeat;*/
	height:238px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header #navbar {
background:#f5f6ef;
width: 1002px; 
height:74px;
margin-top:10px;
/*margin-top:148px;*/}

#navbar .navbarlinks {
text-align:center;
margin-left:30px;
padding-top:25px;
font:17px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#ca8316;
width: 780px;
float: right;
}

#navbar .navbarlinks a {
color:#ca8316;
font-weight:normal;
text-decoration:none;
}

#navbar .navbarlinks a:hover {text-decoration:underline;}

.eco {
margin-left:50px;
}

.twoColFixLtHdr #header h2 {
display:none;
	margin: -999px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 50px;
	padding-right:50px;
	text-align:right;
	color:#4f6f18;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 263px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px;
		}
		
.twoColFixLtHdr #sidebar1 ul {
list-style-type: none; 
font-weight:bold;
font:14px;
color:#4f6f18;
margin: 0;
padding: 0 0 0 10px;
}

.twoColFixLtHdr #sidebar1 ul li {border-bottom:1px solid #dde2ce; line-height:25px; margin: 0; padding: 0;}

.twoColFixLtHdr #sidebar1 ul li a  { text-decoration:none; color:#4f6f18;}

.twoColFixLtHdr #sidebar1 ul li a:hover {text-decoration: underline;}

.subnavbg {padding-top:20px;
padding-right:49px;
padding-bottom:10px;
padding-left:25px; 
background-image:url(../img/subnavbar/lines.gif); background-repeat: repeat-y; font-size:13px;}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 263px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:18px;
} 
#mainContent hr{
	width: 70%;
	margin: 20px auto;
	border: 1px solid #ccc;
}
.twoColFixLtHdr #mainContent h1{ 
	font-size:150%;
	color:#4f6f18;
	line-height:20px;
	}
	
.twoColFixLtHdr #mainContent h2{ 
line-height:16px;
	font-size:135%;
	color:#4f6f18;
	}
	
	.twoColFixLtHdr #mainContent h3{ 
line-height:14px;
	font-size:115%;
	color:#4f6f18;
	}

.twoColFixLtHdr #mainContent img{
	padding:5px;
	border:1px solid #ced7bd;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#edeee1;
	border-top: 1px solid #ced7bd; 
	text-align:center;
	height: 141px;
	color:#4c4c4c;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {color:#ca8316;
text-decoration:underline;
font-weight:bold;}

/* FORM */
label,input,textarea{
	width: 200px;
	float: left;
	margin:0 0 10px 0;
}

label {
	clear: left;
	margin-left: 0px;
	text-align: right;
	padding-right: 10px;
}

.form_elements{
	width: 420px;
	padding: 5px 10px;
}
input{
	width: 80px;
}
input#Interior, input#Exterior, input#DeckServices, input#Remodeling{
	width: 30px;
	padding: 0;
	margin: 0;
}