/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead,  th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body
{
	margin:0;
	padding:0 0 46px 0;
	background:#ece6db url('/graphics/background.jpg') bottom right no-repeat fixed;

}


div#main div#map
{
	position:relative;
	width:461px;
	height:497px;
	
	background:url('/graphics/ohiomap.png');
}

div#main div.floatleft
{
	float:left;

	padding:10px 15px 5px 10px;
	margin: 0px 23px 10px 0px;
	
	background:#b6ddff;
	color:white;
}


div#navbar
{
	
	background:#63563d  url('/graphics/nav_bg.png');
	height:29px;
	margin:103px 0 0 0;
	padding-left:48px;
	padding-top:-10px;
	z-index:4;
	display:block;
	list-style-type: none;

}


.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
  
div.prop
{
	
 height:300px;
    float:left;
    width:1px;
  
}

div#rightbar
{
	float:right;
	display:block;
	margin-top:-19px;
	margin-left:23px;
	margin-bottom:23px;
	margin-right:-23px;
	min-height:100%;
	height:auto;
  	height:100%;
	
	background:white url('/graphics/rightbg.png') repeat-x;
	width:205px;
	padding:9px 15px 15px 15px;	
}

div#main div#copy
{
	padding-right:23px;
}


div#main
{
	border:1px solid #fff9ed;
	margin-left:23px;
	padding:19px 23px 23px 23px;
	display:block;
	width:800px;
	
	background:#ffffff;

}

body div#main table.pricing td
{
	padding:10px;
}

div.topsellers
{
	margin-right:12px;
}

div#countyheader
{
	margin:-20px -24px 23px -24px;
	padding:23px;
	background:#e6eeff;
	
}

div#main div#countyheader h1 {}

div#countyheader h3
{
	margin-bottom:0;
}
div#footer
{
	width:800px;
	padding-top:12px;
	margin-top:-10px;	
	padding-left:46px;
	padding-right:0px;
}