@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
html, body {
  width: 100%;
  height: 100%;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #6d9f48; /* this is the color outside of the container */
	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: #000000;
}
#container {
	width: 790px;  /* using 10px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	overflow: hidden;
	background: #6d9f48;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
#header { 
	background: #6d9f48; 
	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 h1 {
	margin: 0; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



#nav { /*Background box for entire menu*/
	background-color:#3a8503;
	border: solid #3a8503 0px;
	border-style: solid;
	width: 790px;
	overflow: hidden;
	height: 50px;
	margin: 0px;
	padding:0px;
	position: relative;
	list-style: none;
}
#nav li { /*list format*/
  float: left;
  position: relative;
}
#nav a {
	display: block;
	padding: 15px 25px;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(images/) repeat-x top center;
	color: #e0e7db;
	margin-bottom: 0px;
}
#nav a:hover {background-image: url(images/navbghi.jpg); background-color:#6d9f48; color: white;}
#nav .active {background-image: url(images/navbghi.jpg); background-color:#6d9f48; color: white;}
#nav1 { /*Background box for entire menu*/
	background-color:#3a8503;
	border: solid #3a8503 0px;
	border-style: solid;
	width: 790px;
	height: 220px;
	overflow: hidden;
	margin: 0;
	position: relative;
	list-style: none;
}
#nav1 li { /*list format*/
  float: left;
  position: relative;
}
#nav1 a {
	display: block;
	padding: 15px;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(images/) repeat-x top center;
	color: #e0e7db;
	margin-bottom: 0px;
}
#nav1 a:hover {background-image: url(images/navbghi.jpg); background-color:#6d9f48; color: white;}
#nav1 .active {background-image: url(images/navbghi.jpg); background-color:#6d9f48; color: white;}
#nav2 { /*Background box for entire menu*/
	background-color:#3a8503;
	border: solid #3a8503 0px;
	border-style: solid;
	width: 790px;
	height: 115px;
	margin: 0;
	position: relative;
	list-style: none;
}
#nav2 li { /*list format*/
  float: left;
  position: relative;
}
#nav2 b {
	display: block;
	padding: 15px;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(images/) repeat-x top center;
	color: #e0e7db;
	margin-bottom: 0px;
}
#nav2 a:hover {
  background-image: url(images/navbghi.jpg);
  background-color:#6d9f48;
  color: white;
}

#l {
	width: 420px;
	height: 691px;
}
#leftside {/*Left Half*/
	position:relative;
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* 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 */
	height:790px;
	background-color: #bddfa2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 15px 20px;
	/*margin: 0px 0px 0px 0px;
	border: solid #3a8503 0px;
	border-style: solid;*/
}
#mainContent {/*Right Half*/
	position:relative;
	width:310px;
	height:790px;
	background-color:#FFFFFF;
	margin: 0 0 0 440px; /* 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: 0px 20px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: hidden;
/*	border: solid #3a8503 0px;
	border-style: solid;*/
}
#leftside1 {
	position:relative;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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-color:#FFFFFF;
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 0px;
	border: solid #3a8503 1px;
	border-style: solid;
}
#middle1 {
	position:relative;
	width:200px;
	background-color:#FFFFFF;
	margin: 0 0 0 202px; /* 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 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid #3a8503 1px;
	border-style: solid;
}
#rightside1 {
float:left;
	position:relative;
	width:200px;
	background-color:#FFFFFF;
	margin: 0 0 0 602px; /* 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 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid #3a8503 1px;
	border-style: solid;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#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 */
}
#section { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6d9f48;
	height: 150px;
} 
#footer1 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;
}
.stylefoot {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}

#thingl {
	position: relative;
	width: 160px;
	background-color: #FFFFFF;
	/*margin: 0 0 0 350px; /* 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: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid #3a8503 0px;
	border-style: solid;
  display: block;
  width: 160px;
}

#thingr {
	float: left;
	width: 160px;
	background-color: #FFFFFF;
	/*margin: 0 0 0 350px; /* 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: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid #3a8503 0px;
	border-style: solid;

  width: 160px;
}
.thing h3, .thing p {
  padding: 10px 0 0 0;
}
.thing h3 {
  color: #3a8503;
}
form {
  border: solid #3a8503 1px;
  background: #9bc37e url(../images/formbg2.jpg) repeat-x top;
  /*width: 340px;*/
  margin: 10px auto 0 auto;
  padding: 5px;
}
.styleh1 {font-family:Arial, Helvetica, sans-serif; text-align: center; font-size: 20px; color: #000000;} /* DO NOT USE!  Use style8 instead */
.styleh {
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
  /*vertical-align: top;*/
}
.style1 {text-align:left; color:#000000; font-size: 14px;}
.style2 {
	font-size: 24px;
	color: #3a8503;
}
.style4 {color: #3a8503}
.style5 {font-size: 24px}
.style6 {
	text-align:center;
	font-size: 14px
}
.style7 {font-size: 14px} /* DO NOT USE!  Use style1 instead */
.style8 {font-family:Arial, Helvetica, sans-serif; text-align: center; font-size: 24px; color: #3a8503; font-weight:bold;}
.style9 {font-family:Arial, Helvetica, sans-serif; text-align: center; font-size: 16px; color: #3a8503; font-weight:bold;}
.style10 {text-align:right; color:#000000; font-size: 14px;}

.h {
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
 /* vertical-align: top;*/
}
.o, .c {
  margin-right: 5px;
}
.t {
  background: white;
  padding: 2px;
  font-family: "Verdana","Tahoma", sans-serif;
  font-size: 10pt;
  width: 190px;
  border: solid #3a8503 1px;
}
textarea.t {
  height: 65px;
  overflow: auto;
}
#l h1 {
  font-size: 14pt;
  padding-bottom: 10px;
}
#featuredHeader {
  padding-top: 40px;
}
#coupons {
  margin: auto;
  padding: 40px;
  text-align: center;
}
#onecontent {
background-color: #FFFFFF;
text-align: justify;
padding: 20px;
}
#WindowMain, #SheffieldCutaway {
  float: right;
  position: relative;
  margin: 10px;
}
ul.u {
  padding: 20px 0 20px 30px;
}
#roof {
	float: left;
	position: relative;
	margin: 10px 10px 20px 10px;
	background-image: url(images/metalroof.jpg);
}
.callOut {padding: 20px; background-color:#fcf6e6; border:1px dotted #cd590b; margin:40px;}
.callOut3 {padding: 40px; background-color:#fcf6e6; border:1px dotted #cd590b; margin:40px;}
.callOut span{
padding-left:1.5em;
margin-bottom:1em;
float:right;
}

#callOut2 {
padding:1.5em;
background-color:#fcf6e6;
width:450px;
border:1px dotted #cd590b;
margin:20px 0 20px 0;
}


/*br {
  clear: both;
}*/
