:link,:visited {text-decoration: none;}
ol{list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
address {font-style: normal;}
ul{margin-left:20px;}

.clear {clear:both;}

html{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body{
	margin:0 auto 0 auto;
	background:#FFFFFF url(images/bodyBack.jpg) top repeat-x;
}

span.hideIt{
	display:none;
}

a{
	border:none;
	text-decoration:none;
}

a:link, a:visited{
	color:#35509E;
}

a:hover, a:active{
	color:#e9830a;
	
}

img{
	border:none;
}

p{
	margin-bottom: 20px;
}

.printOnly{
	display:none;
}

.red{
	color:#C90505;
}

#mainContainer{
	width: 768px;
	margin:0 auto;
	color:#2c2c2c;
	background:transparent url(images/mainBack.jpg) top repeat-y;
}

#headerContainer{
	width:768px;
	height:185px;
	background: #FFFFFF url(images/header.jpg) top no-repeat;
}

#headerLinks{
	float:right;
	position:relative;
	top:5px;
	right: 10px;
}
#clearLot:link, #clearLot:visited {
	color:#FF0000;
	font-size:25px; 
	font-weight:bold;
}
#clearLot:hover, #clearLot:active {
	color:#0066FF;

}
#headerLinks a:link, #headerLinks a:visited{
	color:#5A5A5A;
	font-weight:bold;
}

#headerLinks a:hover, #headerLinks a:active{
	color:#ffbc00;
	font-weight:bold;
}

#headerAdd{
	font-size:14px;
	color:#426386;
	font-weight:bold;
	position:relative;
	top: 15px;
	left:230px;
	width: 500px;
}

a#headerHome{
	display:block;
	width:143px;
	height:132px;
	position:relative;
	top:20px;
	left: 15px;
}

#middleContainer{
	width:768px;
}

#sideContainer{
	width:209px;
	display:block;
	float:left;
}

#sideVehicle{
	width: 209px;
	background:transparent url(images/featuredVehicle.jpg) top left no-repeat;
	padding-top:37px;
}

#sideVehicle .featuredVehicle{
	width: 197px;
	padding: 10px 0 0 12px;
}

#sideVehicle .featuredVehicle a img.image{
	width: 185px;
	border: 1px solid #35509e;
}

#sideVehicle .featuredVehicle a:hover img.image, #sideVehicle .featuredVehicle a:active img.image{
	width: 185px;
	border: 1px solid #fb9f00;
}

#sideVehicle .featuredVehicle div.title{
	margin-top: 5px;
	width: 184px;
	font-weight:bold;
	background: #fb9f00; 
	border: none; 
	color: #FFFFFF;
	padding:5px 2px 5px 2px; 
	text-align: center;
}

#sideVehicle .featuredVehicle span.options{
	color:#666666;
	display: block;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	width:175px;
	padding:0 5px 0 5px;
	margin-top: 10px;
}

#sideVehicle .featuredVehicle span.price{
	display:block;
	width:180px;
	padding-right:5px;
	text-align: right;
	color: #35509e;
	font-size:20px;
	font-weight:bold;
}

#sideNew{
	width: 209px;
	padding-top:37px;
	background:transparent url(images/didYouKnow.jpg) top no-repeat;
}

#didYouKnow{
	width: 189px;
	padding: 10px 10px 0 10px;
}

#didYouKnow ul{
	margin-left:5px;
}

#didYouKnow li{
	color:#000000;
	padding-bottom: 10px;
}

#didYouKnow p#withArrow{
	background:transparent url(images/arrowRight.gif) bottom no-repeat;
	height:110px;
}

.featureBox{
	width:525px;
	margin-bottom:15px;
}

.featureTop{
	text-align:center;
	background:transparent url(images/featuredBoxTop.jpg) top no-repeat;
	font-weight:bold;
	font-size:1.2em;
	color:#FFFFFF;
	padding-top: 5px;
	height:42px;
}

.featureLink a:link, .featureLink a:visited{
	float:left;
	font-size:12px;
	font-weight:100;
	text-decoration:underline;
	margin-left: 12px;
	position:relative;
	top: 6px;
}

.featureBody{
	width:515px;
	padding:5px 5px 0 5px;
	background:transparent url(images/featuredBoxBody.jpg) top repeat-y;
}

.featurePic{
	width: 120px;
	padding:5px;
	text-align:center;
	float:left;
}

.featureTexts{
	width: 370px;
	padding: 5px 5px 5px 10px;
	float:right;
}

.featureBottom{
	width:525px;
	background:transparent url(images/featuredBoxFoot.jpg) top no-repeat;
}

#contentContainer{
	float:left;
	width:534px;
	padding: 10px 15px 20px 10px;
	background:transparent url(images/contentBack.jpg) top no-repeat;
	
}

h1.pageHead{
	color:#e9830a;
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight:bold;
}

h2{
	color:#000000;
	font-weight:bold;
	margin-bottom: 10px;
}

h3{
	color:#000000;
	font-weight:bold;
	margin-bottom: 10px;
}

h4{
	color:#125198;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contactForm{
	margin-top: 20px;
	padding-bottom: 10px;
}

#contactForm label{
	display:block;
	float:left;
	width: 150px;
	text-align:right;
	font-weight:bold;
	margin-right: 15px;
	margin-bottom: 10px;
}
#contactForm input, #contactForm select, #contactForm p, #contactForm textarea{
	display:block;
	float:left;
	width:300px;
	margin-bottom: 10px;
}

#contactForm select{
	width: 304px;
}

#contactForm p{font-size:10px; margin-bottom:0;}

#contactForm input.formButton{
	float:right;
	display:block;
	width: 150px;
	height:25px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	color: #35509e;
	cursor: pointer;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px;
}

#siteMap ul, #siteMap ol{
	list-style:square;
	margin: 5px 0 5px 30px;
}

#footerContainer{
	width: 768px;
	height:190px;
	background:#FFFFFF url(images/footer.jpg) top no-repeat;
}

#footerLinks{
	position:relative;
	top: 50px;
	left: 55px;
}

a#footerASL1{
	display:block; 
	width: 60px; 
	height:62px;
	position:relative;
	top: 38px; 
	left: 15px; 
}

a#footerASL2{
	display:block; 
	width:111px; 
	height:15px;
	position:relative; 
	left:84px; 
	top:4px; 
}

#copyRight{
	font-weght: bold;
	float:right;
	position:relative;
	top:-37px;
	clear:both;
	margin-right:10px;
	font-weight:bold;
	color:#5a5a5a;
}

#copyRight a:link, #copyRight a:visited{
	color:#ffbc00;
}

#copyRight a:hover, #copyRight a:active{
	color:#5879a5;
}

#footerAdd{
	width:768px;
	text-align:center;
	position:relative;
	top: 40px;
	color:#5a5a5a;
}

.formBut{
	float:right;
	display:block;
	width: 200px;
	height:25px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	color: #3876a9;
	cursor: pointer;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px;
}	

#wholesaleHeader{
	widht: 780px;
	height: 182px;
	background:transparent url(images/wholesale-window-header.jpg) top no-repeat;
	margin: 0 auto;
}

#wholesaleAdd{
	width:780px;
	margin: 0 auto;
	font-size:14px;
	color:#426386;
	font-weight:bold;
	text-align:right;
}
.promoBanner {
	text-align:center;
	padding-bottom:10px;
}

.DealerID{position:relative; float:right; top:15px; display:inline; left:-20px; font-size:10px; color:#999999;}

#relp {
	display:block;
	width:198px;
	height:116px;
	margin:5px 0 5px 8px;
}