@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#DDCC94;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
span.invisible {
	display: none;
	visibility: hidden;
}
#header {
	width: 900px;
}
ul#dealerList{
	font-size:10pt;
	text-align:left;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#dealerList li{
	border:solid 1px #000000;
	background-color:#E6DCB8;
	padding:8px;
	margin:10px 20px;
}
ul#dealerList li span#dealerName{
	font-weight:bold;
	color:#000000;
}
ul#dealerList li span#dealerPhone{
	font-weight:bold;
	color:#005538;
}
ul#dealerList li a#dealerWeb{
	font-size:8pt;
	font-style:normal;
	color:#0066FF;
	margin:0;
}
ul#dealerList li pre#dealerAddr{
	color:#000000;
	margin:0;
}
ul#dealerList li span#dealerDist{
	font-size:8pt;
	color:#000000;
}

ul#dealerList li span#dealerDist a{
	font-style:normal;
}
.gmaps  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
