@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cc9933;
	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;
	font-size: 10pt;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/topnav.jpg);
	vertical-align: top;
}
.oneColFixCtrHdr #header {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/banner.jpg);
	margin-bottom: 0px;
	vertical-align: top;
	width: 780px;
	display: block;
	background-repeat: no-repeat;
	height: 208px;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	background-image: url(images/textback.jpg);
	vertical-align: top;
	padding-top: 20px;
	padding-right: 75px;
	padding-bottom: 20px;
	padding-left: 100px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	background-image: url(images/textback.jpg);
}
.oneColFixCtrHdr #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 */
}

h1 {
	color: #471f0d;
	font-size: 16pt;
}

h2 {
	color: #006633;
	font-size: 12pt;
}

h3 {
	color: #471f0d;
	font-size: 10pt;
	font-style: italic;
}

h4 {
	color: #471f0d;
	font-size: 14pt;
	text-align: center;
}


.subnav {
	color: #006633;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 25px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	width: 190px;
	float: right;
	border-top-color: #471f0d;
	border-right-color: #471f0d;
	border-bottom-color: #471f0d;
	border-left-color: #471f0d;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-image: url(images/subnavback.jpg);
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-bottom: 30px;
}


a {
	color: #006633;
	font-size: 10pt;
	font-weight: bold;
}

a:hover {
color: #471f0d;
	font-size: 10pt;
}

li {
	padding-bottom: 4px;
}

#bottomnav {
	text-align: center;
	color: #006633;
	font-weight: bold;
}

#bottomnav a  {
	text-align: center;
	color: #006633;
	font-weight: 500;
}

#bottomnav a:hover  {
	text-align: center;
	color: #471f0d;
	font-weight: 500;
}


td {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: left;
	vertical-align: top;
	border-color: #006633;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

img.product {
	margin-right: 10px;
	border-width: 1 px;
	border-color: #471f0d;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 2px;
	margin-bottom: 12px;
}

img.homeL {
	margin-right: 12px;
	border-width: 1 px;
	border-color: #471f0d;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 10px;
	margin-bottom: 35px;
}

img.homeR {
	margin-right: 0px;
	border-width: 1 px;
	border-color: #471f0d;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 8px;
}

td.alt {
	border: 0px;
}


#contact {
	display: block;
	height: 50px;
	text-align: right;
	color: #FFFFFF;
	padding-right: 70px;
	padding-top: 10px;
}

#topnav{
	margin-top: 75px;
	text-align: left;
	color: #FFFFFF;
}

#topnav a {
	font-family: Palatino;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
} 

#topnav a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.nav1 {
	margin-left: 30px;
	display: block;
	width: 50px;
	height: 40px;
	float: left;
	padding-top: 35px;
	padding-left: 15px;
}

.nav2 {
	display: block;
	width: 150px;
	height: 40px;
	float: left;
	padding-top: 35px;
	padding-left: 15px;
	margin-left: 10px;
}


.nav3 {
	margin-left: 15px;
	display: block;
	width: 120px;
	height: 40px;
	float: left;
	padding-top: 28px;
	padding-left: 15px;
}

.nav4 {
	display: block;
	width: 170px;
	height: 40px;
	float: left;
	padding-top: 20px;
	padding-left: 15px;
	margin-left: 10px;
}


.nav5 {
	display: block;
	width: 140px;
	height: 40px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
} 




#contact a {
	font-family: Palatino;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
} 

#contact a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

