body {
	background-color: #4E6434;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #478022;
}
a:visited {
	color: #478022;
}
a:hover {
	color: #478022;
}
a:active {
	color: #FFFFFF;
}
.style1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.style8 {
	font-size: 9pt;
	color: #E0E0E0;
}
.border {
    border: solid 3px #5555f5;
	width: 993px;
	float: left;
}
.newborder {
	clear: none;
	float: none;
	height: 1px;
	width: 1px;
	margin: 0px;
	padding: 0px;
}
.listings {
	background-image:url(../images/background-gradient.jpg);
	background-repeat:repeat-y;
}
div.listings {
	padding:10px;
	min-height:380px;
}
table.heading th {
	background-image:url(../images/header-background.jpg);
	background-repeat:repeat-x;
}
td.listings td {
	border-top:solid 2px #8fbd5b;
}
table.listing_detail {
	padding:10px;
	margin:0px;
}
table.listing_detail td {
	border:none;
}
table.listing_detail p, table.listing_detail h1 {
	color:#595959;
	padding:0px;
	margin:0px;
}
table.listing_detail p {
	margin-bottom:5px;
	color:#595959;
	font-weight:bold;
}
table.listing_detail .thumbnail {
	border:solid 3px #8fbd5b;
}
table.listing_detail .thumbscontainer {
	float:none;
}
.thumbscontainer {
	padding-right:10px;
}
table.listing_detail h1 {
	font-size:18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #595959;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:uppercase;
}
table.listing_detail h1 span.price {
	color:#7a6f20;
}
table.listing_detail span.ls_label {
	font-weight:bold;
	color:#7a6f20;
	text-transform: uppercase;
	font-size:14px;
}
table.listing_detail p.send_email {
	color:#8fbd5b;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}
table.listing_detail p.description {
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	text-align:justify;
	font-weight:normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #595959;
	padding-bottom:10px;
}
table td.gold {
	background-image:url(../images/gold-bar-bkgnd.jpg);
	background-repeat:repeat-x;
	color:#478022;
	font-weight:bold;
	padding:10px;
	border:solid 2px #aab478;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
}
table td.green {
	background-image:url(../images/green-bar-bkgnd.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px;
	border:solid 2px #8da760;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
}
table td.green a {
	color:#FFFFFF;
	text-decoration:none;
}
td.listings table.listingSummary td {
	border:none;
}
/*Listing Summary Styles*/
td.listings table.listingSummary {
	margin:10px;
}
td.listings table.listingSummary td {
	padding:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #828282;
	border-bottom-color: #828282;
}
td.listings table.listingSummary td.nav {
	border:none;
	text-align:center;
}
td.listings table.listingSummary td.last {
	border-right:none;
}
td.listings table.listingSummary h1.price {
	color:#7a6f20;
	margin-bottom:0px;
	margin-top:5px;
	text-transform:uppercase;
	font-size:20px;
}
td.listings table.listingSummary p {
	font-weight:bold;
	color:#595959;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
}
/* Insurance Forms */
#auto {
	display:block;
}
#auto p {
}
fieldset {
	border: 1px solid #666666;
	margin:2px;
	margin-bottom:25px;
}
legend {
	font-weight:bold;
	font-size:16px;
}
label {
	width:204px;
	float:left;
	text-align:right;
	margin-right:10px;
	font-size:12px;
	margin-top:2px;
}
input, select, textarea {
	margin:2px;
}
br {
	line-height:10px;
}
.clear {
	float: none;
	width: auto;
}
.errors {
	color:#990000;
}