body {
background-color:#ddddaa;
font-size:11pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#6E5F34; 
margin:12px 0 12px 0;
padding:0;
}

#container {
width:960px;
background-color:#FFFFFF;
margin:auto;
padding:auto;
border:2px solid #6E5F34;;
}

#header {
clear:both;
width:960px;
height:188px;
background-image:url(../images/top-of-the-range-header-960.jpg);
background-repeat:no-repeat;
padding:0;
}

#menulinks {
clear:both;
width:960px;
height:32px;
padding:0px;
background-color:#6E5F34;
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
display:block;
float:left;
padding:6px 30px 0px 30px;
height:26px;
background-image:none;
background-color:#6E5F34;
color:#FFFFFF;
text-decoration:none;
font-size:10.5pt;
}
  
#menulinks a:hover, #menulinks a.active {
background-color:#999933;
color:#000000;
text-decoration:none;
}

.menuline {
display:block;
float:left;
width:1px;
height:36px;
background-image:url(../images/menuline.png);
}

#mainarea {
width:960px;
clear:both;
padding:0px;
}

#contentarea {
width:860px;
padding:30px 50px 20px 50px;
background-color:#FFFFFF;
float:left;
font-size:11pt;
}

#contentarea img {
border:2px solid #6E5F34;
}

#contentarea a img {
border:2px solid #6E5F34;
msrgin-right:2px;
}

#contentarea a:hover {
color:red;
text-decoration:underline;
}

#contentarea a {
color:blue;
text-decoration:underline;
}


#contentarea h2 img {
border:none;
margin-left:-40px;
}

#contentarea h3 img {
border:none;
margin-left:-12px;
}

#testimonials {
width:860px;
padding:30px 50px 20px 50px;
background-color:#FFFFFF;
float:left;
font-size:10pt;
}

#testimonials h2 img {
border:none;
margin-left:-40px;
}

#footer {
width:960px;
clear:both;
height:28px;
padding:12px 0 0 0;
text-align:center;
font-size:10pt;
background-color:#6E5F34;
color:#FFFFFF;
}

#footer a {
color:#FFFFFF;
}

h1 {
font-size:20pt;
color:#999933;
margin:0;
}

h1 a {
color:#999933;
}

h2 {
font-size:12pt;
color:#999933;
padding-top:6px;
}

a {
color:#6E5F34;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

label {
width: 4em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both;
color:#6E5F34;
}

.input-box {
float: left;
margin-bottom: 10px;
color:#6E5F34;
background: #eeeebb;
border: #6E5F34 solid 1px;
}

.input-box-same {
margin-top: 5px;
color: #000066;
background: #ddddaa;
border: #6E5F34 solid 1px;
}

.question {
font-size:12px;
padding-right: 1em;
padding-left: 1em;
color:#999933;
text-align:left;
}

.submit-button {
margin-left: 5em;
clear: both;
color: #000;
background: #ddddaa;
border: 2px #aaa outset;
}

fieldset {
border: #6E5F34 solid 1px;
width: 420px;
font-size:12px;
text-align:center
}

legend {
background: #6E5F34;
border: #6E5F34 solid 1px;
padding: 4px 16px;
font-weight:bold;
color:#FFF;
}


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
.redText {
	color: #FF0000;
}

