@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D1902F;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;
}
a:link {
	font-weight: bold;
	color: #E0392E;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #E0392E;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.reverse {
	color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: lighter;
}
#header {
	height: 200px;
	background-color: #000000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #9c5708;
	text-align: center;
	padding-top: 15px;
}
#nav {
	text-align: center;
}
#content {
	padding-top: 15px;
}
#subnav {
	text-align: center;
}
#results {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C5708;
	font-size: 10px;
	margin-bottom: 15px;
}
#retailer {
	width: 122px;
}
#address {
}
#gallery {
	padding: 5px;
	margin-bottom: 15px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
#phone {
	width: 130px;
}
#website {
	width: 200px;
}
#miles {
	text-align: center;
	width: 35px;
}
.required {
	font-weight: bold;
	color: #E0392E;
}
.footnote {
	font-size: 11px;
	font-style: italic;
}
