@charset "utf-8";
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	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: #FFFFFF;
}
a {
	color: #ffd204;
	text-decoration:none;
}



.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #6baa39;
	background-image:url(images/container-bg.gif);
}
.oneColFixCtr #mainContent {
	height:100%;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #leftColumn {
	width: 217px;
	float:left;
}
.oneColFixCtr #menu {
	width: 211px;
	float:left;
	background: #6baa39;
}
.oneColFixCtr #leftColumnMargin {
	width: 6px;
	float:right;
}
.oneColFixCtr #menuLinks {
	background: #dafac1;
}
.oneColFixCtr #menuLinks a {
	color: #6baa39;
}
.oneColFixCtr #menuLinks a:hover {
	color: #f7941d;
}
.oneColFixCtr #dealerLinks {
	background-image:url(images/menu-bg.jpg);
	background-repeat:repeat-x;
	font-size:115%;
	font-weight:bold;
	padding-right:5px;
	text-align:right;
}
.oneColFixCtr #dealerLinks a {
	color: #FFFFFF;
}
.oneColFixCtr #home {
	width: 769px;
	float:right;
}
.oneColFixCtr #content {
	width: 669px;
	float:right;
	border-left:#dafac1 2px solid;
	border-right:#dafac1 2px solid;
	background: #FFFFFF;
	color:#000000;
	padding:0 45px 0 45px;
}
.oneColFixCtr #content a {
	color: #ed1c24;
}
.oneColFixCtr #footer {
	background: #dafac1; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #announcement {
	padding: 0 30px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000000;
}
.oneColFixCtr #announcement a {
	color: #ed1c24;
}
.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: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0;
}
.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;
}
h2 {
	color: #f38706;
	font-size: 150%;
}
h3 {
	color: #f38706;
	font-size: 100%;
}
.orangeText {
	color: #f38706;
}
.largeYellowText {
	color: #ffdc5c;
	font-size: 125%;
	font-weight:bold;
}
hr {
	height:1px;
	color:#f7941d;
	background-color:#f7941d;
}