body {
    font-family: Verdana,Helvetica,Arial,sans;
    font-size: 11px;
    font-weight: bold;
    background-color: #f1f1f1;
}

div {
    z-index: 1;
    overflow: hidden;
}

applet {
    z-index: 2;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.spacer {
	position:relative;
	height:10px;
	width:450px;
}
#leftContainer {
	position:relative;
	top:10px;
	left:10px;
}
#controlsDiv {
	position:relative;
	top:0px;
	left:0px;
	border-bottom:1px solid #c6c6c6;
	width:450px;
}
#filtersDiv {
	position:relative;
	top:0px;
	left:0px;
    width: 450px;
	height:300px;
    overflow-y: auto;
    overflow-x: hidden;
	
}
#fieldDiv {
	position:relative;
	top:9px;
	left:5px;
	float:left;
}
#countDiv {
	position:relative;
	top:0px;
	left:0xp;
	width:450px;
	border-bottom:1px solid #c6c6c6;
}
#stateDiv {	
	position:relative;
	top:0px;
	left:0xp;
	width:450px;
	border-bottom:1px solid #c6c6c6;
}
#filterTitle {
	position:relative;
	top:0px;
	left:10px;
	width:230px;
	height:42px;
	font-family: Arial, Helvetica, sans-serif;
	color:#2b579a;
	font-size:16px;
	float:left;
	font-weight:normal;
}
#searchDiv {
	position:relative;
	left:0px;
	top:0px;
}
#note1,#note2 {
	position:absolute; 
	bottom:4px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px; 
	color:#666; 
	font-weight:normal;
}


#contactUS {
	z-index: 6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	top: 0px;
	right: 0px;
	position: absolute;
	display: block;
	height: 25px;
}
#contactUS a {
	color:#333;
	font-weight:bold;
	text-decoration: none;
}
#contactUS a:hover {
	color:#000;
}
#testdrive {
	z-index: 6;
	top: 22px;
	right: 0px;
	position: absolute;
	display: block;
	height: 21px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../../../images/testdriveBG4b.gif);
	background-repeat: repeat-x;
}
#testdrive:hover {
	background-image:url(../../../images/testdriveBG4b_hover.gif);
	background-repeat: repeat-x;
}

