/*					Set Global Properties				*/
html * {
	font-family: Georgia, Arial, serif;
}
html, body {
	background-color: transparent;
	height: 80%;
}
body {
	background-color: #FAD3A0;
	color: #663333;
	font-size: 13px;
	padding: 25px;
}

/*						Search Box					*/
#finder {
	margin: 0px;
}

#finder input, select {
	margin: 5px;
}

#finder input.search {
	width: 200px;
}

/*						Finder Table					*/
#finder_table {
	width: 100%;
	padding: 0px;
	border:2px solid #FAD3A0;
}
#finder_table th {
	padding: 5px;
	background-color: #663333;
	font-weight: bold;
	color: #FDF5D1;
}
#finder_table th[class="finder_miles"] {
	padding: 5px;
	background-color: #663333;
	font-weight: bold;
	color: #FDF5D1;
}
#finder_table tr {
	vertical-align: top;
}
#finder_table td {
	text-align: left;
	padding: 5px;
	border:2px solid #FAD3A0;
}
#finder_table .finder_phone {
	width: 125px;
}
#finder_table .finder_miles {
	background-color: #FFFFCC;
	font-weight: bold;
}
#finder_table .finder_brands {
	width: 150px;
}
#finder_table .finder_brands ul li {
	list-style-position: inside;
	list-style-type: circle;
	color: #0d6021;
	margin-left: 5px;
	font-size: 10px;
}

/*						Field Sets					*/
fieldset {
	background-color: #FAD3A0;
	border-color: #660000;
	border-style: solid;
	border-width: 2px;
	margin:0px 0px 25px 0px; /* top right bottom left */
	overflow: auto;
	padding: 5px 5px 5px 5px; /* top right bottom left */

}
legend {
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	color: #663333;
}

/*						Links						*/
a {
	color: #941B1B;
	font-size: 10pt;
}
a:visited {
	color: #663333;
	text-decoration: underline;
}
a:active {
	color: #CD050D;
	text-decoration: underline;
}
a:hover {
	color: #CD050D;
	text-decoration: underline;
}
a:link {
	color: #0d6021;
	text-decoration: underline;
}

/*						Help ? Link					*/
a.nonlink {
	cursor: help;
	color: #FFFFCC;
	font-size: 10pt;
}
a.nonlink:visited {
	color: #FFFFCC;
	text-decoration: underline;
}
a.nonlink:active {
	color: #FFFFCC;
	text-decoration: underline;
}
a.nonlink:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a.nonlink:link {
	color: #FFFFCC;
	text-decoration: underline;
}

/*						VIP Footer Box					*/
#vipcopyright {
	background-color: #FAD3A0;
	border:2px solid #660000;
}
#vipcopyright td {
	padding: 5px;
	font-size: 13px;
}

/*
The new style attributes appear when a user's search returns more than 20
locations, causing  a new table row to appear in the results table
(#finder_table). This new row includes the following attributes:

.finder_paging -The table cell for the new table row.
.finder_page - Each page number link
.finder_page_current - The current page number link
.finder_page_next - The link to the next page of results
.finder_page_prev - The link to the previous page of results.
 */