#menu{
	font-family: Arial, Helvetica;
	font-size: 12px;
	background-color: #D2D2D2;
	height: 25px;
	border: 1px #111110 solid;
	border-left: none;
	text-align: center;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
}
#subMenu{
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #c7c7c7;
	width: 96%;
	height: 20px;
	border: 1px #111110 solid;
	border-top: none;
	text-align: center;
	color: #222222;
	line-height: 20px;
	overflow: hidden;
}
#mainWrapper{
	padding: 2px 0 0 10px;
}

#rerank{
width: 300px;
position: absolute;
margin-left: 320px;
}

#footer{
   width: 800px;
	height: 63px;
	border: 1px #242424 solid;
	background-image: url(../images/f_bkg.gif);
	background-repeat: repeat-x;
	background-color: #676868;
	color: black;
	padding: 0;
}
#copy{
   width: 800px;
	color: gray;
	font-size: 9px;
	text-align: center;
}
a:#copy link{
	color: #222222;
}

#mainContent{
	padding: 0 8px 8px 8px;
}
#pageTitle{
margin-left: 206px;
}
.mainImage{
	border: 1px black solid;
	margin: 0px 6px 6px 0;
}



.search_form select{
	font-size: 11px;
	line-height: 12px;
	margin: 2px;
}


.lg_content{
	font-size: 11px;
}
/*ROUNDED CORNER DIV - LIGHT GRAY*/
.t {background: url(../images/dot.gif) 0 0 repeat-x #eeeeee; width: 200px}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/lg_bl.gif) 0 100% no-repeat; width: 200px}
.br {background: url(../images/lg_br.gif) 100% 100% no-repeat}
.tl {background: url(../images/lg_tl.gif) 0 0 no-repeat}
.tr {background: url(../images/lg_tr.gif) 100% 0 no-repeat; padding:6px; text-align: left}
.clear {font-size: 1px; height: 1px}

.bottomCar{
	border: 1px black solid;
	margin-right: 8px;
}
.rednote{
color: red;
}
.sm{
font-size: 10px;
}
.searchTable td{
vertical-align: top;
}



/*not sure what this is but will leave here for now */
.carpic{
	filter:progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4)
}


