@charset "utf-8";
* {
	margin: 0;
	padding: 0;

}
img { border: 0; }
body
{
    font: 12px Arial, Helvetica, sans-serif;
    background: #324289;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #000000;
}
h1 {
	font-size: 2.0em;
	font-weight: bold;
	padding: 10px 0;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 7px 0;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0 0 0;
}
p {
	padding: 5px 0;
}
#mainContent ul, #mainContent ol {
	margin: 0 10px;
	padding: 5px;
}
#mainContent li {
	padding: 5px;
}
.twoColFixLtHdr #container { 
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header
{
    background-position: #FFFFFF;
    background: #FFFFFF;
    background-image: url(../images/bda-top-header.png);
    text-align: right; 
    vertical-align: text-bottom; 
    background-color: #FFFDF0; 
    height: 133px;
}
.twoColFixLtHdr #navigation {
	
	height: 28px;
	margin-left: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 260px;
	height: 100%;
	padding: 10px 5px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 270px;

} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	border: 1px dashed #CCC;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.center { text-align: center; }
.carListing {
	position: relative;
	margin: 5px 0;
	height: 160px;
	border: 1px solid #003895;
	padding: 5px;
	background-image: url(../images/inventory-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 600px;
}
.carListing h3 {
	font-size: 12px;
}
.carListing .carInformation {
	font-size: 10px;
	position: absolute;
	height: 125px;
	left: 230px;
	top: 7px;
	overflow: hidden;
}
.carListing .highlight {
	position: absolute;
	left: 500px;
	top: 60px;
	width: 102px;
	color: #FFF;
	text-align: center;
}
.carListing .highlight h1 {
	font-size: 16px;
}
.carListing .highlight h1 a
{
    color: #000099;
    text-decoration: none;
}
.carListing .priceSpecial {
      position: absolute;
      width: 130px;
      height: 30px;
      top: 3px;
      left: 80px;
      padding: 15px 10px;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background: url(../images/specialStarburst.gif) no-repeat top left;
}

#searchBox label {
	display: block;
	width: 200px;
}
#searchBox select {
	width: 200px
}
#pasch {
	text-align: center;
}
.adjustedZIndex {
    z-index: 100;
}