html, body, ol, ul, li, dl, dt, dd, img, h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
	border: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}


/* Jello  ----- http://www.positioniseverything.net/articles/jello.html  */
body {
	padding: 0 350px 0 350px; /* these side paddings together determine the natural min-width */
	margin: 0;
	height: 100%;
	text-align: center; /* this centers the wrappers in older IEwin versions */
}
		
#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	width: 50%; /* here is the critical value for customizing the Jello behavior */
	max-width: 300px;  /* version for IE is at the bottom of this style block */
}

#expander {
	margin: 0 -350px 0 -350px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 700px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
	border: 0px dashed red;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; text-align: left; } 


/* * * * * * * * * * * * * * * * * */


#contents {
	width: 100%;
	margin-top: 1%;
	text-align: left;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
}


/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */

 html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* end Jello */







body {
	color: #000000;
	background: #364614;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-size: 12px;
}


h1 {
	padding: 0 0 10px;
	color:#820024;
	font-size: 18px;
}
h2 {
	padding: 0 0 10px;
	color:#FFFFFF;
	font-size: 14px;
}
h3 {
	padding: 0 0 10px;
	color:#3F5953;
	font-size: 14px;
}
h4 {
	padding: 0 0 8px;
}
h5 {
	padding: 0 0 6px;
}
h6 {
	padding: 0 0 4px;
}
p {
	padding: 0 0 10px;
}


a:link, a:visited {
	color: #96282B;
	text-decoration: none;
}
a:hover, a:active {
	color: orange;
	text-decoration: underline;
}


/* -----------------------  */

#hdr {
	padding: 18px 0px 18px 18px;
}
.hdrRight {
	float: right;
	margin-right: 342px;
	padding-top: 10px;
}
#pgContents {
	background: #FFFFFF;
	border: 4px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF; 
}
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	/* html #pgContents { border-bottom: 4px solid #FFFFFF; } 
	/* End hide from IE5/mac */

#navConstant {
	position:absolute;
	right: 10px;
	top: 10px;
	font-weight: bold;
}
#navConstant li {
	list-style: none;
	display: inline;
}

/* -----------------------  */

#nav {
	float:left;
	width: 133px;
/*	height: 325px;  */
	font-size:13px;
	text-align:center;
/*	background:#4A601C;  */
}
	#nav a:link, #nav a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#nav a:hover, #nav a:active {
/*		color: #CCCCCC;
		text-decoration: underline;
*/	}
#nav ol {
	margin:0px;
	padding: 0px;
}
#nav li {
	list-style: none;
}
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html #nav li { border: 1px dashed #4A601C; }    /*  must be on to prevent extra space b/w li  */
	/* End hide from IE5/mac */
#nav li a {
	display: block;
	clear:left;
	padding: 16px 0;
/*	height: 60px;
*/	width: 127px;
	border: 3px solid #4A601C;  
}
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html #nav li a { padding: 15px 0px; }    /*  adjusts v spacing to be exactly right  */
	* html #nav ol { border-bottom: 0px solid #4A601C; }    /*  adjusts v spacing to be exactly right  */
	/* End hide from IE5/mac */

#nav li a:hover {
	background:#58741C;
	border: 3px solid #58741C;  
}


#subnav li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	width: 150px;
}
#subnav ol {
	margin:0 0 20px;
	padding: 0px;
}
	#subnav li a {
		padding: 5px 0;
	}
	#subnav a:link, #subnav a:visited {
		color: #4A601C;
		border-top: 5px solid #EEEEEE;
		border-top: 5px solid #FFFFFF;
		text-decoration: none;
	}
	#subnav a:hover, #subnav a:active {
		color: #58741C;
		border-top: 5px solid #58741C;
	}

#subnav .off {
	border-top: 5px solid #FFFFFF;
}
#subnav .on {
	border-top: 5px solid #58741C;
}



/* -----------------------  */

#contentWrapper {
/*	margin-left:133px; */
	padding: 0px 4px 0 4px;
	background: url("images/contentWrapperBG.gif") top left repeat-y; 
	border-right: 18px solid #4A601C;
/*	height: auto;
/*	height:325px;  */
}

#contentTop {
	margin-left:137px; 
	background: #820024;
	height: 100px;
/*	background: url("images/contentTopBG.jpg") #820024 50% top no-repeat;  */
}

#content {
	margin-left:137px; 
	background: #FFFFFF;
	padding: 10px;
	border-top: 0px solid #820024;
/*	width: auto;
	height: auto;
*/}
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html #content { height: 1%; }    
	/* End hide from IE5/mac */
#content li {
	padding-bottom: 10px;
}

#homePhoto {
	float:left;
	width:375px;
	border-right: 4px solid #FFFFFF;
}
#homeCopy {
	line-height: 24px;
	font-size:14px;
	margin-left: 379px;    /* homePhoto image plus border width  */
	padding: 10px;
	border: 0px dashed yellow;
}

#contactMap {
	z-index: 4;
	position: relative;
	border: 0px dashed red;
}
.contactMapInfo {
	z-index: 5;
	position: absolute;
	display: none;
	top: 180px;
	padding: 5px;
	font-size: .9em;
	width: 210px;
	background: #FFFFFF;
	border: 1px solid gray;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
.contactMapInfo h4 {
	margin: 0;
	padding: 0;
}
.contactMapInfo p {
	margin: 0;
	padding: 0 0 10px;
}
.contactMapClose {
	float: right;
	margin: -6px -6px 0 0;
	padding: 2px 5px;
	border: 1px solid gray;
}
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html .contactMapClose { margin: -6px -3px 0 0; }    
	/* End hide from IE5/mac */

#manufacturers {
	padding: 0 10px;
	border-left: 1px solid gray;
}

dl.whatsNew dt {
	font-weight: bold;
}
dl.whatsNew dd {
	padding-bottom: 10px;
}

/* -----------------------  */

#footer {
	clear: both;
	background: #6E8049;		/* green  */
	background: #820024;
	color:#FFFFFF; 
	text-align: center;
	padding: 3px 18px 3px 139px;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

#footer li {
	list-style: none;
	display: inline;
	padding-right: 10px;
}

/* -----------------------  */

.ERROR {
	color: #FF00FF;
	background: #FFCCFF;
}
.warning {
	color: #FF0000;
	font-weight:bold;
}
.eventDetails {
	padding-left: 15px;
	font-size: 10px;
	color: #666666;
}
.fileDetails {
	font-size: 10px;
	color: #666666;
}
.note {
	font-size: 11px;
	color: #444444;
}
.alignRight {
	float:right;
}
.alignLeft {
	float:left;
}
.clearBoth {
	clear:both;
}
.colHalf {
	float:left;
	width: 47%;
	padding-right: 2%;
}

.crumbPath {
	margin: -11px 0 0;
	border: 0px dashed orange;
}
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html .crumbPath { margin-top: -14px; }    
	/* End hide from IE5/mac */
.crumbPath a:link, .crumbPath a:visited {
	color: #AAAAAA;
	text-decoration: none;
}
.crumbPath a:hover, .crumbPath a:active {
	color: #96282B;
	text-decoration: underline;
}

.colMfgList {
	float:left;
	width: 200px;
/*	height: auto; */
	padding-right: 10px;
	border: 0px dashed orange;
}
.colMfgList table{
	margin: 0px;
	padding: 2px 2px 2px 0px;
}
.colMfgDetail {
	float:left;
	width: 320px;
	height: 440px;
	border: 0px dashed gray;
}

.close {
	float:right;
	margin-top: -11px;
	padding: 0 4px;
	border: 1px solid gray;
}

/* area { border: 1px solid red; } */

.formRow {
	clear: left;
}
.formRow label {
	float: left;
	display: block;
	width: 150px;
	text-align: right;
	font-weight: bold;
	padding: 4px 4px 0 0;
}
.formRow .formField {
	padding-top: 4px;
	float: left;
	display: block;
	border: 0px solid red;
}
.formRow input {
	padding-top: 0px;
}