/* GENERAL
********************/

*, html {
	padding: 0;
	margin: 0;
}

html, body {
	font-family: "Trebuchet MS", sans-serif;
}

body {
	background: #6a8506 url("../images/BG.jpg") repeat-x top left;
}

#all {
	margin: auto;
	text-align: center;
	width: 1024px;
}

/* HEADER
*********************/

#header {
	background: url("../images/headerBG.jpg") no-repeat top center;
	min-height: 130px;
}

#header h1 {
	background: url("../images/logo.jpg") no-repeat;
	text-indent: -9999px;
	min-height: 130px;
	margin-left: 50px;
	cursor: pointer;
}

#header p {
	color: #2c4500;
	position: absolute;
	top: 15px;
	left: 750px;
	font-size: 10pt;
}

#header p a {
	color: #2c4500;
}

#header p span {
	font-weight: bold;
	font-size: 12pt;
}

/* NAVIGATION
*********************/

#nav {
	background: url("../images/navBG.jpg") repeat-x top left;
	min-height: 50px;
}

#nav ul {
	margin-left: 50px;
}

#nav ul li {
	background: url("../images/navItem.jpg") no-repeat top center;
	list-style: none;
	float: left;
	position: relative;
	width: 155px;
	top: 4px;
	border-right: 1px transparent solid;
}

#nav ul li a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 38px;
	display: block;
}

#nav ul li a:hover,
.home #nav ul li a#home,
.products #nav ul li a#navproducts,
.faq #nav ul li a#navfaq {
	background: url("../images/navAct.jpg") no-repeat top center;
}

#nav ul li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	margin-left: 0; /* how far from flush against products you want it to be */
	padding: 10px;
	text-align: left;
	background: #d3deab;
	border: 2px solid #6a8506;
}

#nav ul li > ul {
	top: auto;
	left: auto;
}


#nav ul li:hover ul,
#nav ul li.sfhover ul,
#nav ul li.over ul {
	display: block;
}

#nav ul li ul li {
	background: none;
	padding: 2px 4px 2px 4px;
}

#nav ul li ul li a {
	color: #6a8506;
	font-size: 10pt;
	line-height: normal;
}

#nav ul li ul li a:hover {
	background: none;
	color: #2c4500;
}

#nav #search {
	float: right;
	margin-top: 10px;
	margin-right: 50px;
}

#nav input {
	border: 2px solid #6b812e;
}

#nav input[type="submit"] {
	background: url("../images/submitBtn.jpg") center center;
	border: none;
	width: 38px;
	height: 21px;
}

/* MAIN CONTENT
*********************/

#main {
	background: #e1e5e4 url("../images/fauxcolBG.jpg") repeat-y top left;
	text-align: left;
	width: 924px;
	margin: auto;
	clear: both;
}

#content {
	float: left;
	background: #e1e5e4 url("../images/contentBG2.jpg") repeat-x top left;
	width: 549px;
}

#content img {
	padding: 15px ;
}

#content h2 {
	color: #355064;
	padding: 0 15px;
}

#content p {
	padding: 15px;
	font-size: 14px;
	color: #333;
}

#content p#footnote {
	color: #666666;
	border-top: 1px dotted #666666;
	font-size: 10px;
	padding: 0;
	padding-top: 4px;
	margin: 0 15px 15px 15px;
}

#products {
	background: #27374d url("../images/prodBG.jpg") no-repeat top left;
	width: 374px;
	height: 312px;
	float: right;
}

#products h3 {
	text-indent: -9999px;
	background: url("../images/prodHeader.jpg") no-repeat top left;
	height: 40px;
	margin: 15px 15px 0 15px;
	border-bottom: 1px dotted black;
}

#products ul {
	margin: 15px;
	margin-left: 50px;
}

#products ul li {
	list-style: none;
	background: url("../images/prodBullet.gif") no-repeat left center;
	padding-left: 15px;
	margin-bottom: 10px;
	color: #c1c8c6;
	text-transform: uppercase;
	font-size: 11pt;
}

#products ul li a {
	color: #c1c8c6;
	text-decoration: none;
}
#products ul li a:hover {
	color: #6a8506;
	text-decoration: underline;
}

#faq {
	background: #c1c8c6 url("../images/faqBG.jpg") repeat-y top left;
	width: 374px;
	float: right;
	padding-bottom: 10px;
}

#faq h3 {
	text-indent: -9999px;
	background: url("../images/faqHeader.jpg") no-repeat top left;
	height: 40px;
	margin: 15px 15px 0 15px;
	border-bottom: 1px dotted black;
}

#faq p {
	margin: 15px;
	margin-left: 30px;
	font-size: 10pt;
	color: #333;
}

#faq a {
	text-decoration: none;
	color: #333;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	margin: 15px;
	margin-left: 250px;

}
#faq a:hover {
color: #2c4500;
text-decoration: underline;
}

/* FOOTER
*********************/

#footer {
	background: #2c4500;
	clear: both;
	text-align: center;
	color: #c1c8c6;
	font-size: 7pt;
	font-family: "Verdana", sans-serif;
	padding: 5px;
}

#footer p {
	padding: 0;
}

#footer a {
	color: #c8c8c8;
	font-family: "Verdana", sans-serif;
}
#footer a:hover {
text-decoration: none;
}

/* IE FIXES
********************/

*+html #nav ul li ul {
	margin-left: -77px;
}

* html #header,
* html #header h1 {
	height: 130px;
}

* html #nav {
	height: 50px;
}

* html #nav ul li ul {
	margin-top: 20px;
}

* html #nav ul li ul li {
	border: none;
}

* html #main #content img {
	padding: 15px 0 10px 15px;
}


/* preston
********************/
#content ol { 
	list-style-position:outside;
	margin:0 0 10px 40px;
	font-size:13px;
	line-height:1.4em;
	}
	
#content ol ol{ 
	margin-left:20px;
	color:#333333;
	font-size:12px;
	}
	
/* william
********************/	
td { border: none;}
table td a img { border: none;}

* html #content { font-size: 12px;} /* to adjust for #faq riding too high */