@charset "utf-8";
/* CSS Document */

.wrapper .bodycontainer .leftCol {
	float: left;
	width: 382px;
	position: relative;
}
.wrapper .bodycontainer .leftCol .searchContainer {
	background-image: url(/images/searchInventoryBg.jpg);
	background-repeat: no-repeat;
	height: 149px;
	width: 382px;
}
.wrapper .bodycontainer .leftCol .searchContainer .newInvtory {
	width: 190px;
	height: 150px;
	float: left;
	position: relative;
}
select  {
	color: #326EAA;
	text-transform: uppercase;
	font-size: 90%;
	width: 150px;
	border: 1px solid #6699cc;
}
.newInvtory .selectModel {
	position: absolute;
	left: 20px;
	top: 40px;
}
.newInvtory .submitNew {
	position: absolute;
	width: 82px;
	top: 70px;
	left: 90px;
}
.usedInvtory .selectMake {
	position: absolute;
	left: 20px;
	top: 40px;
}
.usedInvtory .selectModel {
	position: absolute;
	left: 20px;
	top: 65px;
}
.usedInvtory .submitUsed {
	position: absolute;
	width: 82px;
	top: 118px;
	left: 90px;
}
.usedInvtory .certified {
	position: absolute;
	left: 20px;
	top: 90px;
	color: #336699;
	font-size: 85%;
	vertical-align: middle;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
}

.vehicleImage{
    
    padding-right: 8px;
}
.sitemapVehicleText{
    line-height: 10pt;
}



.wrapper .bodycontainer .leftCol .searchContainer .usedInvtory {
	width: 190px;
	height: 150px;
	float: left;
	position: relative;
}


.wrapper .bodycontainer .leftCol .largeAd {
	padding-top: 15px;
}

.wrapper .bodycontainer .rightCol {
	width: 513px;
	position: relative;
	margin-left: 25px;
	float: left;
	margin-bottom: 20px;
}
.SOWrapper {	
	position: relative;	
}
.SOcontainer {
	background-image: url(/images/specialOffersBG.jpg);
	background-repeat: no-repeat;
	height:100%;
	height: 467px;
	width: 513px;
}
.SOcontainer .offerHd {
	margin-top: 20px;
	margin-left: 20px;
}
.SOcontainer .offers {
	height: 260px;
	overflow: auto;
	width: 450px;
	margin-top: 20px;
	margin-left: 20px;
	padding-right: 20px;
}
.SOcontainer .offers img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.SOcontainer .offers a {
	font-weight: bold;
	text-decoration: none;
}
.SOcontainer .footNote {
	font-size: 110%;
	margin-right: 30px;
	margin-left: 20px;
	font-weight: bold;
	color: #336699;
	margin-top: 10px;
}

