@charset "utf-8";
body  {
	background: #FFFFFF;
	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: #767a7d;
	font-size: 12px;
	font-family: "Trebuchet MS";
	line-height: 20px;
}
.hyperlink a:link  {
	text-decoration: none;
	color:#682304;
	font-weight:bold;
}
.hyperlink a:visited  {
	text-decoration: none;
	color:#682304;
	font-weight:bold;
}
.hyperlink a:active  {
	text-decoration: none;
	color:#682304;
	font-weight:bold;
}
.hyperlink a:hover  {
	text-decoration: none;
	color:#682304;
	font-weight:bold;
}
.hyperlink2 a:link  {
	text-decoration: none;
	color:#767a7d;
}
.hyperlink2 a:visited  {
	text-decoration: none;
	color:#767a7d;
}
.hyperlink2 a:active  {
	text-decoration: none;
	color:#767a7d;
}
.hyperlink2 a:hover  {
	text-decoration: none;
	color:#767a7d;
}
.hyperlink3 a:link  {
	text-decoration: none;
	color:#682304;
}
.hyperlink3 a:visited  {
	text-decoration: none;
	color:#682304;
}
.hyperlink3 a:active  {
	text-decoration: none;
	color:#682304;
}
.hyperlink3 a:hover  {
	text-decoration: none;
	color:#682304;
	font-weight: bold;
}
.hyperlink4 a:link  {
	text-decoration: none;
	color:#000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.hyperlink4 a:visited  {
	text-decoration: none;
	color:#000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.hyperlink4 a:active  {
	text-decoration: none;
	color:#000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.hyperlink4 a:hover  {
	text-decoration: none;
	color:#000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.hyperlink5 a:link  {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #91867e;
	line-height: 14px;
	position: relative;
	top: 5px;
}
.hyperlink5 a:visited  {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #91867e;
	line-height: 14px;
	position: relative;
	top: 5px;
}
.hyperlink5 a:active  {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #91867e;
	line-height: 14px;
	position: relative;
	top: 5px;
}
.hyperlink5 a:hover  {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #91867e;
	line-height: 14px;
	position: relative;
	top: 5px;
}
.hyperlink6 a:link  {
	text-decoration: none;
	color:#682304;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.hyperlink6 a:visited  {
	text-decoration: none;
	color:#682304;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.hyperlink6 a:active  {
	text-decoration: none;
	color:#682304;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.hyperlink6 a:hover  {
	text-decoration: none;
	color:#682304;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#returnSearchLink {
	text-decoration: none;
	color:#cccccc;
}
#mainMenu {
	position:relative;
	top:-15px;
	left: 35px;
}
.menuBar {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #767a7d;
	line-height:24px;
	font-weight: normal;
}
#container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	width: 800px;
	position:relative;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	height: 100px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	height: 520px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #682304;
	position: relative;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 165px;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #682304;
	position: relative;
	left: -3px;
	top: -5px;
	height: 607px;
} 
#mainContentSite {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 165px;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #682304;
	position: relative;
	left: -3px;
	top: -5px;
	height: 670px;
} 
.textContent1 {
	line-height: 18px;
}
.textContentStrong {
	font-weight: bold;
	color: #464747;
}
.textContentStrong1 {
	font-weight: bold;
	color: #464747;
	font-size:18px;
	line-height:20px;
}
.textContentSmall {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #767a7d;
}
.textContentSmall2 {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #767a7d;
	line-height:14px;
}
.textContentSmall3 {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #888c8e;
	line-height:15px;
}
.textContentSmall4 {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:14px;
}
.textContentSmall5 {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #682304;
	line-height:14px;
	text-decoration: none;
}
.textContentSmall6 {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:12px;
}
.textContentSmall7 {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #767a7d;
	line-height:14px;
}
.textContentSmall8 {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #767a7d;
	line-height:14px;
	position:relative;
	top:10px;
}
.textContentSmall9 {
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.textContentSmallDealer1 {
	font-size: 11px;
	line-height:14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #682304;
	position:relative;
	top:-5px;
	left: 0px;
	text-align: center;
}
.textContentSmallDealer2 {
	font-size: 11px;
	line-height:14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #767a7d;
	position:relative;
	top:-5px;
	left: -15px;
	text-align: center;
}
.textContentSmallStrong {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.textContentSmallStrong2 {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #363839;
	line-height:14px;
	font-weight: bold;
}
.textContentSmallStrong3 {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4a4d4f;
	line-height:15px;
	font-weight: bold;
}
.textContentSmallStrong4 {
	font-size: 14px;
	font-weight: bold;
}
#footer {
	background:#ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #682304;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #682304;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	position: relative;
	top: -8px;
	z-index: 100;
	height: 35px;
	width: 830px;
} 
#footer a {
	color: #682304;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #682304;
	font-weight:bold;
	text-decoration: none;
}
#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 */
}
.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: normal;
}
#logotype {
	background-image: url(../../images/logo.png);
	position: relative;
	height: 79px;
	width: 275px;
	top: 23px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#headerBar {
	background-image: url(../../images/headerBar2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 57px;
	width: 652px;
	position: relative;
	left: 0px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #682304;
}
#headerBar .shadow {
	height:40px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	position: absolute;
	left: 14px;
	top: 11px;
	font-weight: normal;
}
#headerBar .shaded {
	height:40px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	text-shadow:#000 2px 3px 2px;
	position: absolute;
	left: 13px;
	top: 9px;
	font-weight: normal;
}
#copyright {
	width: 165px;
	float: left;
	height: 35px;
}
.leftColumnText {
	width: 300px;
	float: left;
}
.leftColumnText ul {
	position: relative;
	top: -20px;
	left: -24px;
	margin-bottom: 0px;
}
.leftColumnText li {
	list-style-position: outside;
	list-style-type: disc;
	line-height:19px;
}
.leftColumnTextWide {
	float: left;
	width: 650px;
	position: relative;
	top: -10px;
	z-index: 15;
}
.rightColumnText {
	width: 290px;
	height:650px;
	float: left;
	padding-left: 8px;
}
.rightColumnTextDealer {
	width: 290px;
	height:400px;
	float: left;
	padding-left: 8px;
}
.leftColumnTextSite {
	width: 265px;
	float: left;
}
.leftColumnTextSite p {
	line-height:15px;
}
.rightColumnTextSite {
	width: 310px;
	float: left;
	padding-left: 8px;
}
.rightColumnTextSite p {
	line-height:15px;
}
.indent1 {
	position:relative;
	left:30px;
}
.indent2 {
	position:relative;
	left:60px;
}
.indent3 {
	position:relative;
	left:35px;
}
.indent4 {
	position:relative;
	left:13px;
	color:#000000;
	line-height:16px;
}
.adZone {
	border: 1px solid #CCCCCC;
	height: 470px;
	width: 280px;
	float: left;
	position: relative;
	left: 10px;
}
.highlight {
	height: 96px;
	width: 93px;
	margin-right: 10px;
}
#highlight1 {
	background-image: url(../../images/highlight1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 96px;
	width: 93px;
	z-index: 50;
	margin-right: 10px;
}
#highlight2 {
	background-image: url(../../images/highlight2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	z-index: 50;
}
#highlight3 {
	background-image: url(../../images/highlight3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	z-index: 50;
}
#highlight4 {
	background-image: url(../../images/highlight4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	z-index: 50;
}
.highlightZone {
	position: relative;
	left: 10px;
	height: 96px;
	width: 260px;
	float: left;
	margin-top: 18px;
}
.highlightText {
	position:relative;
	top:17px;
	line-height: 14px;
	width: 140px;
	height: 96px;
	float: left;
}
.highlightText .title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #91867e;
	line-height: 14px;
	position: relative;
	top: 5px;
}
.highlightText .content {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	position: relative;
	top: 7px;
	line-height: 14px;
}
.popUpNav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:14px;
	color: #682304;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
}
.popUpNav a {
	color: #682304;
	font-weight: normal;
	text-decoration: none;
}
.popUpNav a:hover {
	color: #682304;
	font-weight:bold;
	text-decoration: none;
}
#storeLocator {
	position: relative;
	top: 95px;
	text-align: center;
	left: 8px;
	overflow: hidden;
	width: 150px;
	height: 140px;
}
#storeLocator .heading {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #91867e;
	line-height: 14px;
	height: 50px;
	width: 150px;
	position: relative;
	top: 5px;
}
#storeLocator .note {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	position: relative;
	top: -7px;
}
#storeLocator .note2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	position: relative;
	top: 3px;
}
input.formInputField{
	background-color:#fff;
	color:#666;
	font-size:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input.formInputFieldSelected{
	font-size:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input.formInputFieldFilled{
	color:#000;
	font-size:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.zoneBorder{
	border: 1px solid #000000;
	height: 5px;
	width: 5px;
}
#retailBanner {
	position: relative;
	top: 90px;
	left: 22px;
	overflow: hidden;
	height: 100px;
	width: 120px;
	background-image: url(../../images/stores/logo1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
}
.indent {
	position:relative;
	left:15px;
	font-size:10px;
	padding-top: 2px;
}
.compactForm1 {
	background-color: white;
	-moz-border-radius: ;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.compactForm2 {
	background-color: #d9c18a;
	-moz-border-radius: ;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-right-color: #000000;
	font-size: 11px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logIn {
	float: right;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	position: relative;
	right: -10px;
	bottom: 5px;
}
#footerLinks {
	float: left;
	height: 35px;
}
.leftFloating {
	float: left;
	height: auto;
	width: auto;
}
#loginLabel {
	position: relative;
	left: -5px;
	top: 1px;
}
#loginLabelNew {
	position: relative;
	left: 5px;
	top: 5px;
	background-color: #d9c18a;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#loginLabel2 {
	position: relative;
	left: 0px;
	top: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.subHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #682304;
	line-height:20px;
}
.subHeader2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #682304;
	line-height:20px;
}
.subHeader3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #682304;
	line-height:20px;
}
.subHeader4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #682304;
	line-height:20px;
	position:relative;
	top:-3px;
}
.subHeaderDealer1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #682304;
	position:relative;
	top:15px;
	left: 0px;
}
.subHeaderDealer2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #682304;
	position:relative;
	top:15px;
	left: 18px;
}
#tableDealer1 {
	position:relative;
	left:-20px;
}
.textBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #464747;
}
.rightContent {
	float:right;
	width: 365px;
}
#formTable {
	float:right;
	width: 365px;
	position: relative;
	top: 20px;
}
.text1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}
#mainImage {
	position: absolute;
	z-index: 15;
	height: 409px;
	width: 284px;
	left: 25px;
	bottom: -35px;
}
#containerTop {
	width: 602px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #682304;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: -3px;
	left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #682304;
	height: 18px;
	padding-left: 18px;
}
.popUpNav2 a:hover {
	color: #682304;
	font-weight:normal;
	text-decoration: none;
}
