@charset "utf-8";
h1 {
	color: #006F3E;
	font-size: 26px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 6px;
}
h2 {
	color: #9E2216;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#all_content {
	height: 528px;
	width: 888px;
	margin: 0px;
	padding: 0px;
}
#address {
	width: 170px;
	float: right;
	color: #9E2216;
	font-size: 14px;
	padding: 10px;
	background-color: #ffe6b9;
	border: 1px solid #9E2216;
}
#form {
	width: 375px;
	float: left;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	text-align: left;
}
.formtext {
	width: 100px;
}
label  {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;

}

#form p {
	padding-top: 5px;
}
textarea {
}
@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #063;
}
.twoColFixLtHdr #container { 
	width: 900px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {



} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #007642;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 280px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #600;
} 
.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 */
	color: #007E48;
}
.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;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#navcontainer {
	width: 250px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 220px;
	background-color: #600;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #FFF;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #CCC;
	color: #063;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#footer {
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
#awningsform {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 5px;
	padding: 5px;
	float: right;
	width: 400px;
}
.addressbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #670001;
	margin: 10px;
	padding: 10px;
	float: right;
	height: 150px;
	width: 100px;
}
#contactus {
	float: right;
	width: 500px;
	right: 300px;
	text-align: left;
	height: auto;
}

