/* --------------------------------------- Colors
		#74b32b - Green in Header
		#b60606 - Red in side headings
		#E1E1E1 - Light Gray body background
		#133115 - Charcoal color at top
---------------------------------------------------- */
*{
	margin: 0px;
	padding: 0px;
}
a{
	outline: none;
}
.hide{
	position: absolute;
	left: -9999px;
}
body{
	text-align: center;
	font: 12px/1.5em "Trebuchet MS", serif;
	background: url(images/bodybg.gif) repeat-x #E1E1E1;
}
.viewed{
	color: #6D6C6C;
	font-size: 90%;
}
#wrap{
	width: 779px;
	margin: 0px auto;
	text-align: left;
	color: #202020;
	background: url(images/wrapbg.gif) top left repeat-y #fff;
	border: 1px solid #555555;
} 
#header{
	width: 100%;
	display: block;
	color: #fff;
	background: #6eb01e url(images/head_bg.jpg) top left repeat-x;
	height: 136px;
	position: relative;
}
a.account{
	position: absolute;
	right: 20px;
}
#header h1{
	font-size: 10px;
	float: right;
	width: 229px;
	height: 136px;
	display: block;
	background: url(images/hsboh1.gif) left 0px no-repeat;
}
#header a.h1{
	display: block;
	height: 136px;
	width: 229px;
	text-indent: -9999px;
	float: right;
}
#header h1 a:hover{
	background: url(images/hsboh1over.gif) left 0px no-repeat;
}
#header #flash{
	font-size: 10px;
	float: left;
	background: url(images/beyourownh1free.gif) left 0px no-repeat;
	width: 236px;
	height: 136px;
}
#header h2{
	position: absolute;
	left: 300px;
	top: 15px;
	background: url(images/headerlogo.gif) no-repeat;
	height: 116px;
	display: block;
	width: 204px;
	text-indent: -9999px;
}
/* --------------------- LOCATION BAR ------------------------------- */
p.location{
	background-color: #0c140d;
	color: #fff;
	padding-left: 4px;
	height: 20px;
}
#navigation{
	height: 25px;
	background: url(images/navigation.gif) repeat-x;
	border-bottom: 1px solid #000;
	clear: both;
}
#navigation ul{
	width: 100%;
	list-style-type: none;
}
#navigation li{
	text-align: center;
	width: 12%;
	float: left;
	padding-top: 3px;
}
#navigation li.home, #navigation li.services, #navigation li.about{
	width: 9%;
}
#navigation li.listyour{
	width: 13%;
}
#navigation li.representatives, #navigation li.testimonials{
	width: 14%;
}
#navigation li.needs, #navigation li.search{
	width: 15%;
}
#navigation li a{
	color: #000;
	text-decoration: none;
}
#navigation li a:hover{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .08em;
}
#testimonials{
	display: none;
	float: left;
	width: 192px;
	border: 1px solid #bcbaba;
	clear: left;
	margin-left: 3px;
	margin-bottom: 5px;
	background-color: #fff;
}
#testimonials h2{
	font-size: 11px;
	background-color: #b60606;
	color: #fff;
	padding: 2px 4px;
}
#testimonials dt{
	padding: 2px 4px;
}
#testimonials dd{
	padding: 0px 4px 10px 4px;
	font-style: italic;
	background: url(images/ddbg.gif) bottom center no-repeat;
}
#maincontent{
	width: 799px;
	padding-top: 6px;
	padding-left: 210px;
/*	position: relative; */
	text-align: left;
}
body#home #maincontent{
	width: 550px;
}
#maincontent p{
	padding: 0px 4px;
	padding-bottom: 1.5em;
}
#maincontent dl{
	padding: 0px 4px;
}
#maincontent dt{
	font-weight: bold;
	margin-bottom: 5px;
}
#maincontent dd{
	margin-bottom: 15px;
}
#maincontent h1{
	font-size: 120%;
	font-family: Georgia, serif;
	text-transform: uppercase;
	padding: 0px 4px 1.5em 4px;
}
#maincontent h2{
	font-size: 17px;
	padding: 0px 4px 1.5em 4px;
}
#maincontent ul.states{
	width: 700px;
	text-align: center;
	list-style-type: none;
	height: 290px;
}
#maincontent ul.states li{
	float: left;
	width: 125px;
	margin-right: 50px;
	text-align: center;
}
#maincontent ul.states a{
	text-indent: -9999px;
	display: block;
	margin: auto;
	width: 200px;
}
#maincontent ul.states a.wisconsin{
	background: url(images/wisconsin.gif) center center no-repeat;
	height: 204px;
}
#maincontent ul.states a.wisconsin:hover{
	background: url(images/wisconsinover.gif) center center no-repeat;
	height: 204px;
}
#maincontent ul.states a.illinois{
	background: url(images/illinois.gif) center center no-repeat;
	height: 282px;
}
#maincontent ul.states a.illinois:hover{
	background: url(images/illinoisover.gif) center center no-repeat;
	height: 282px;
}
#maincontent ul.states a.maryland{
	background: url(images/maryland.gif) center center no-repeat;
	height: 212px;
}
#maincontent ul.states a.maryland:hover{
	background: url(images/marylandover.gif) center center no-repeat;
	height: 212px;
}
#maincontent ul.states a.minnesota{
	background: url(images/minnesota.gif) center center no-repeat;
	height: 274px;
}
#maincontent ul.states a.minnesota:hover{
	background: url(images/minnesotaover.gif) center center no-repeat;
	height: 274px;
}
#maincontent h4{
	font-size: 12px;
}
#maincontent ul.normal{
	margin-left: 10px;
	margin-bottom: 1.5em;
	margin-top: 3px;
}
#maincontent ul.normal li{
	margin-left: 10px;
	padding-bottom: 4px;
}
#maincontent img.right{
	float: right;
	margin: 0px 5px 5px 5px;
}
#links{
	float: left;
	display: block;
	width: 200px;
	padding-top: 5px;
}
#links a{
	text-indent: -9999px;
	display: block;
}
#links a.advanced{
	background: url(images/advancedsearch.gif) center center no-repeat;
	height: 50px;
}
#links a.renttoown{
	background: url(images/renttoown.gif) center center no-repeat;
	height: 50px;
}
#links a.faqs{
	background: url(images/faqs.gif) center center no-repeat;
	height: 50px;
}
#links a.freeguide{
	background: url(images/freeguide.gif) center center no-repeat;
	height: 100px;
}
#links a.nomoneydown{
	background: url(images/gsflogogray.gif) center center no-repeat;
	height: 100px;
}
#links p{
	padding: 0px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#links p.img{
	text-align: center;
}
#links form{
	margin-left: 3px;
	margin-bottom: 9px;
}
#links h3{
	font-size: 12px;
	padding-left: 4px;
}
#links ul.choosecounties{
	list-style-type: none;
}
#footer{
	clear: both;
	width: 100%;
	background-color: #3E443F;
	color: #fff;
	padding: 5px 0px;
	font-size: 12px;
	text-align: center;
}
#footer a{
	color: #fff;
}
#footer ul{
	list-style-type: none;
}
#footer ul li{
	float: left;
	width: 19%;
	text-align: center;
}
#footer p{	
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bottomfix{
	clear: both;
	height: 0px;
}
/* ----------------------- Listing Results Styles ------------------------------- */
div#leftlisting{
	display: block;
	width: 260px;
	float: left;
}
div.images img{
	margin-bottom: 8px;
	border: 0px;
}
div.images img.thumbnail{
	float: left;
	margin-right: 4px;
	border: 0px;
}
.thumbnail{
	border: 0px;
}
#leftlisting div.agentinformation{
	width: 250px;
	background-color: #e2f1c9;
	color:  #3a3f33;
	clear: both;
	margin-top: 5px;
	border: 1px solid #75845c;
	margin-bottom: 5px;
}
div.agentinformation p{
	padding: 0px;
	margin: 0px;
}
div.agentinformation h4{
	font-size: 12px;
	margin-top: 3px;
	font-weight: normal;
	color: #3a3f33;
	text-indent: 5px;
	margin-bottom: 6px;
	padding-bottom: 2px;
	border-bottom: 1px dashed  #636f51;
}
div.agentinformation img{
	float: left;
	border: 1px solid #5b644c;
	margin: 0px 7px 4px 4px;
}
#leftlisting div.agentinformation p.agentname{
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
div#rightlisting{
	float: left;
	width: 293px;
}
#rightlisting p{
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
}
#maincontent a.print{
	float: left;
	display: block;
	font: 10px Arial, sans-serif;
	padding-top: 24px;
	background: url(images/print.gif) center top no-repeat;
	width: 24px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#maincontent p.propaddress{
	float: right;
	display: block;
	clear: none;
	padding: 0px;
}
#rightlisting ul.general{
	margin-top: 4px;
	padding-top: 4px;
	clear: both;
	width: 100%;
	list-style-type: none;
	border-top: 1px dashed #c0c0c0;
}
#rightlisting ul.general li{
	float: left;
	width: 49%;
}
#rightlisting h4{
	padding-top: 9px;
	font-size: 12px;
}
#rightlisting ul.dimensions{
	padding-top: 4px;
	clear: both;
	width: 100%;
	list-style-type: none;
}
#rightlisting ul.dimensions li{
	float: left;
	width: 49%;
}
/* ---------------------------------- Agent listings -------------------------------------- */
#maincontent div.topinfo{
	display: block;
	height: 60px;
}
#maincontent div.topinfo p.propaddress{
	margin-right: 5px;
}
#maincontent div.agentcontactinfo{
	display: block;
	width: 550px;
	border-top: 1px dashed #c0c0c0;
	padding-top: 4px;
}
#maincontent div.agentcontactinfo img{
	float: left;
	margin-right: 40px;
}
#maincontent div.agentcontactinfo p.contact{
	margin-bottom: 4px;
	padding-bottom: 0px;
}
#maincontent div.agentcontactinfo ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#maincontent div.comments{
	width: 550px;
	display: block;
	margin-top: 5px;
	border-top: 1px dashed #c0c0c0;
	padding-bottom: 4px;
	padding-top: 6px;
}
#maincontent div.comments form textarea{
	width: 550px;
	height: 60px;
	border: 1px solid #808080;
	margin-bottom: 5px;
}
#maincontent div.comments form input{
	width: 550px;
	height: 20px;
	border: 1px solid #808080;
	margin-bottom: 5px;
}
#maincontent div.comments input.submit{
	background: url(images/buttonbg.gif) no-repeat #ebebeb;
	font: 12px "Trebuchet MS", serif;
	border: 1px solid #808080;
	width: 125px;
	height: 25px;
}
#maincontent div.partners{
	width: 550px;
	display: block;
	margin-top: 5px;
	border-top: 1px dashed #c0c0c0;
	padding-bottom: 4px;
	padding-top: 6px;
}
#maincontent div.partners img{
	margin-top: 5px;
	float: left;
	margin-right: 9px;
	border: 0px;
	padding-bottom: 4px;
}
/* ------------------------------- TabNav(from the master himself at SimpleBits) ----------------- */
 #tabnav	{
	height: 20px;
	width: 553px;
	margin: 0;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	margin-bottom: 10px;
}
#tabnav li{
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited{
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}
#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}
#tabnav a:hover{
	background: #fff;
}
#maincontent table.resultstable{
	width: 95%;
	border-collapse: collapse;
	margin-top: 10px;
}
#maincontent table.resultstable td{
	text-align: center;
	border: 1px solid #ccc;
}
#maincontent table.resultstable td img{
	border: 1px solid #000;
}
#maincontent table.resultstable td.address{
	text-align: left;
}
#maincontent table.resultstable th{
	text-align: center;
	font-weight: bold;
	background: #f3f3f3;
	border: 1px solid #ccc;
	color: #666;
}
td select{
	width: 200px;
}
.searchtable{
	text-align: left;
	margin-left: 0px;
}
form#search{
	text-align: left;
}
/* --------------------- Guide Form ------------------------------- */
form.guide{
	position: relative;
	margin-left: 4px;
	width: 546px;
}
form.guide label{
	text-align: left;
	display: block;
	float: left;
	width: 250px;
}
form.guide br{
	padding-top: 10px;
}
#maincontent form.guide p{
	padding: 0;
	margin: 0 0 5px 0;
}
.highlight{
	background-color: #F3F3F3;
}
/* ----------------------- Sign up form ----------------------------- */
.signup{
	width: 546px;
	margin-bottom: 10px;
}
.signup fieldset{
	border: 0px;
	padding: 0 4px;
	margin-bottom: 10px;
}
.signup ol{
	list-style-type: none;
}
.signup li{
	display: block;
	padding-bottom: .3em;
}
.signup label{
	width: 200px;
	display: block;
	float: left;
}
#maincontent ul.errors{
	margin-left: 40px;
	margin-bottom: 10px;
}

#maincontent img.maplink{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.wismap area:hover{
	background: url(images/wisconsincountiesovr.gif) no-repeat;
}
