<!--
/* General Styling ====== */

body {
	background-image: url('../images/Background.gif');
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #145200;
	font-family: Verdana, Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-align: left;
	color: black;
}

a {
	color: #004c93;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

a img {border-color: #79591b;}

h2.title {font-size: 1.4em; margin-top: 5px;}

hr.footer {color: #145200; background-color: #145200;}

.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}

.bold {font-weight: bold;}
.underline {text-decoration: underline;}
.italic {font-style: italic;}

.footnote {font-size: 0.8em;}

.whlogo {margin-bottom: 5px;}

#dealer {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
}

#lartergreen {font-size: 1.1em; font-weight: bold;}



/* Layout ====== */
.main {
	width: 780px; /*width: 755px;*/
	wid\th: 725px; /*wid\th: 700px;*/
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

html>body .main {width: 725px; /*width: 700px;*/}

td.nav {
	text-align: center;
	padding: 3px 0 10px 0;
}

table#header {
	margin-left: auto; 
	margin-right: auto; 
	width: 760px;
}

table table {
	width: 100%;
	border-spacing: 6px;
}

table table td.border {
	width: 50%;
	border: 2px solid #f4da7b;
	vertical-align: top;
}

td.vtop {vertical-align: top;}

body table#header td.logo a img {border: none;}


/* Navigation Heading ====== */
.navmenu {
	display:block; 
	background-image: url('../images/WoodBG.jpg'); 
	font-size: 15px; 
	padding: 2px 0;
	line-height: 150%;
	text-align: center;
}

.navmenu a {
	color:#eee;
	text-decoration: none;
	padding: 1px 5px;
	margin: 0 8px;
	color: black;
	font-weight: bold;
}

.navmenu a#current {
	border: solid 1px black;
	padding: 1px 5px;
	margin: 0 8px;
	font-weight: bold;
	color: black;
	background-color: #fef6e5;
}

.navmenu a:hover {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding: 1px 5px;
	margin: 0 8px;
	font-weight: bold;
	color: white;
	background-color: #8C0D0D;
}

#toprow {margin-top: 4px;}
#bottomrow {margin-top: -9px; padding-bottom: 7px;}

/* IE hacks found at http://jake.cfwebtools.com/index.cfm/2007/5/1/CSS-Browser-Hacks */
* html .navmenu #bottomrow {padding-bottom: 5px;}
*:first-child+html .navmenu #bottomrow {padding-bottom: 5px;}
-->