@charset "utf-8";
body  {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #999999;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: 404036;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px double #404036;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: 404036;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px double #404036;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: brown;
	font-size: 12px;
	font-weight: bold;
}	
.twoColElsLtHdr #container {
	width: 1000px;
	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-color: #FFFFFF;
} 
.twoColElsLtHdr #header {
	font-size: 12px;
	background: #DDDDDD;
	padding: 0;
} 
.twoColElsLtHdr #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 */
}
#fluted {
	margin: auto;
	width: 100%;
	height: 80px;
	background-image: url(./images/fluted.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: -15px;
	padding-bottom: 0px;
	padding-left: -15px;
}
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: auto; /* since this element is floated, a width must be given */
	background: #EBEBEB;
	padding: 0px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#sidebar1 .heading {
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #000000;
	color:#E8E8E8;
	font-size: 14px;
	font-weight: bold;
	background-image: url(./images/mouseoverbg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#sidebar1 .menu {
	width: 175px;
	font-size: 12px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

#sidebar1 .menu ul {
    color: #404036;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar1 .menu li {
	position: relative;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
}

#sidebar1 .menu li a {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 0;
	height: 24px;
	background-image: url(./images/menubg.gif);
	background-repeat: repeat-x;
}	
	
#sidebar1 .menu li a:link, #side li a:visited {
	color: #404036;
	display: block;
	padding: 0px;
	position: relative;
	}
	
#sidebar1 .menu li a:hover {
	background: url(./images/mouseoverbg.gif) repeat-x;
	color: #ffffff;
	}

#sidebar1 .menu ul ul {
position: absolute;
background-color:#f8f8f9;
top: 0;
left: 100%;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: #404036;
}

#sidebar1 .menu ul ul,
#sidebar1 .menu ul li:hover ul ul
{display: none;
}

#sidebar1 .menu ul li:hover ul,
#sidebar1 .menu ul ul li:hover ul
{display: block;
}
.twoColElsLtHdr #mainContent {
	font-size: 12px;
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	/*background-color: #FFFFFF;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 200px;
} 
.twoColElsLtHdr #footer {
	padding: 0 10px;
	/*background-color: #999999;*/
} 
.twoColElsLtHdr #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 */
	font-size: 12px;
	text-align: center;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.textbox {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}
.textbox2 {
	float: right;
	margin: 30px 50px 35px 40px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 30px;
	margin-right: 50px;
}
.fltlft2 { /* this class can be used to float an element left in your page */
	float:left;
	margin-left: 175px;
	margin-right: 175px;
	background-color:#E8E8E8;
	outline: solid;
	outline-color:#666666;
}
#logo {
	text-align: left;
	margin: 0px;
	padding: 0;
	float: left;
	width: 35%;
}
#topmenu {
	text-align: middle;
	margin: 0px;
	width: 65%;
	float: right;
}
#top {
	margin-top: 36px;
}
#topnav li {
	display: inline;
	list-style: none;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px solid white;
	height: 70px;
	text-decoration: none;
}
#topnav li.first {border-style: none;}

#topnav li.last {
	padding-right: 0px;
}

#topnav li a {
	color: white;
}

#topnav li a:hover {
	text-decoration: underline;color: #0a2646;
}
#contentdiv {
	margin: 0px;
	padding: 0 0 0 0;
	width: 300px;
	float: left;
	text-align: left;
}
#flashdiv {
	position: relative;
	margin: 0px;
	padding: 0 0 0 0;
	width: 300px;
	float: right;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#flashdiv2 {
	position: relative;
	margin: 0px;
	padding: 8px 0 0 0;
	width: 300px;
	float: right;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#dealermap {
	position: relative;
	margin: 0px;
	padding: 0;
	float: right;
}
#facebook {
	position: relative;
	width: auto;
	height: auto;
	float: right;
	padding: 5px;
}
#myspace {
	position: relative;
	width: 35px;
	height: 35px;
	float: right;
	padding-right: 5px;
}
#twitter {
	position: relative;
	width: auto;
	height: auto;
	float: right;
	padding: 5px;
}
#socialcontain {
	float: right;
	padding-bottom: 2px;
	height: 37px;
	width: auto;
}
#socialcontain2 {
	position: absolute;
	width: 810px;
	height: 35px;
	overflow:hidden;
	clear:left;
	top: 30px;
}
#specContent {
	font-size: 12px;
	margin: 0 120px 0 190px;
}
img {
	border-style: none;
}
a { color: #003300; }
a:visited { color: #666666; }
a:hover { color: #0f0; }
a:active { color: #f00; }
