@charset "utf-8";
h1 {
	font-size:22px;
	color:#072549;
	padding-bottom:5px;
	border-bottom:thin #072549 solid;
	letter-spacing:-1px;
}
h2 {
	font-size:18px;
	letter-spacing:-1px;
	
}

h2 A:link	{ color: white; text-decoration: none }	
h2 A:visited	{ color: white; text-decoration: none }
h2 A:active	{ color: white; text-decoration: none }
h2 A:hover	{ color: white; text-decoration: underline }


h3 {
	font-size:16px;
}

/*--------------------------------------FORM LAYOUT ------------------------------------------------*/
#fadSearch {
	float: left;
	background:#072549;
	width:230px;
}
#fadSearch form {
	background: #072549;
	width:200px;
	margin:0;
	padding: 0 15px 0 15px;
	color:#FFF;
}
.input {
	color: #666665;
	background-color: #b5bac2;
	border:#999 1px solid;
	padding:2px 0px 2px 8px;
	height:22px;
	line-height:14px;
	color: #666665;
	font-size:12px;
	width:135px;
}
span.select {
  position: absolute;
  width: 135px; /* With the padding included, the width is 135 pixels: the actual width of the image. */
  height: 22px;
  padding: 4px 0px 3px 8px;
  color: #666665;
  font-size:11px;
  background: url(/images/select.gif) no-repeat;
}
#fadSearch option {
	color: #666665;
	background-color: #b5bac2;
}
.Submit {
	float: right;
	clear: both;
	margin-top:10px;
}
.title {
	font-size: 18px;
}
#fadSearch form fieldset ul{
	margin:0;
	padding:0;
	}
#fadSearch form fieldset li {
	list-style:none;
	margin:0;
}
#fadSearch form fieldset {
	border:none;
}
#fadSearch form fieldset label {
	display:block;
	width:auto;
	padding-bottom: 5px;
	padding-top: 5px;
}
#fadSearch form .checkbox {
	font:10px;
}

	
/*styles for the rounded box FORM container */
.rndtop {
	background:url(/images/top-right.jpg) no-repeat  right top;
}
.rndbottom {
	background:url(/images/bottom-right.jpg) no-repeat right top;
}
.rndbottom img {
	display:block;
}
#map {
	float: right;
	height: 330px;
	width: 470px
}
#wrapper {
	width: 732px;
	position: relative;
	margin: 0px;
	padding: 0px;
	font: 12px Tahoma, Geneva, sans-serif;
	clear:both;
}
/* this is the classes for the results that are displayed underneath the map - there is a left, middle and right container displaying like a table of columns */
.resultcontainer {
	clear:both;
	width:712px;
	background-color: #072549;
	border-bottom:1px dotted #FFF;
	color: #FFF;
	}
	
.resultslt {
	float:left;
	width:357px;
	padding: 10px 15px 0px 15px;
	color: #FFF;
	}

.results {
	text-align:center;
	margin-left:387px;
	margin-right:100px;
	color: #FFF;
	border-left:1px dotted #fff;
	border-right:1px dotted #ffffff;
	height: 1%;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.results tr {
	color:#FFF;
	font:10px;
}
.dealerSummaryFacilities img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:5px;
}
.fltrtTel { /* this has been used to float the telephone numbers to the right hand side of the 1st column */
	float: right;
	display: block;
	width: 150px;
}
.resultsrt {
	float:right;
	width:90px;
	padding: 10px 10px 10px 0px;
	text-align: right;
}
.miles {
	font-size: 16px;
	font-weight: bold;
	color: #90949f;
	text-align:right;
	padding-bottom:10px;
}



.clear {
	clear: both;
}

#fadSearch form fieldset .facilities ul li {
	float: left;
	width: 80px;
}

#resultsWrapper {
	clear: both;
	padding: 10px;
}
