/*
©2008, JW McArthur Realty
Powered by MegaGate Broadband

HTML Redefines ----- */
body
{
	background-color: #727272;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1
{
	font-size: 1.3em;
	margin-left: 10px;
	width: 630px;
	text-align: right;
	padding: 3px;
	border-bottom: 1px solid #3d3d3d;
}
/* Layout ---------- */
#page
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background-color: white;
}
#header
{
	width: 900px;
	margin: 0px;
	padding: 0px;
}
	#header img
	{
		border: 0px;
	}
.sidebar
{
	width: 228px;
	height: 100%;
	text-align: center;
	float: left;
	
}
	.sidebar .menubuttons img
	{
		border: 0px;
		border-bottom: 1px solid #5d5d5d;
	}
	.sidebar .countylistings
	{
		text-align: center;
	}
	.sidebar .countylistings td
	{
		border: 1px solid #dddddd;
		padding: 2px;
	}
.main
{
	width: 671px;
	border-left: 1px solid #3d3d3d;
	text-align: left;
	float: left;
}
	.main .indeximage
	{
		border-bottom: 30px solid #3d3d3d;
	}
	.main .content
	{
		padding: 3px;
	}
#footer
{
	width: 100%;
	background: url(../images/footer-bottom.gif) bottom left #750000 no-repeat;
	color: white;
	font-size: .7em;
	text-align: right;
	height: 60px;
	clear: both;
	
}
	#footer .content
	{
		padding: 5px;
	}
	#footer .content a
	{
		color: white;
	}
#thestate 
{
	background-image: url(../images/counties/statemap.gif);
	width: 170px;
	height: 279px;
	overflow: hidden;
}
.countyimage 
{
	position: relative;
}
.recentlistings
{
	border: 1px solid silver;
	padding: 3px;
	font-size: 12px;
	width: 125px;
}
/* Rural Page */
.stripeMe {
	border-collapse: collapse;
	width: 620px;
	font-size: 1.1em;
}
	.stripeMe thead th
	{
		background: #666666;
		color: white;
		font-size: 12px;
		padding: 3px;
		border-bottom: 1px solid black;
	}
	.stripeMe .descriptor
	{
		text-align: right;
		font-size: 12px;
		padding: 5px 3px 0px 0px;
		border-right: 1px solid #cccccc;
	}
	.stripeMe .imageCell
	{
		border-right: 1px solid #cccccc;
		padding: 10px;
	}
		.stripeMe .imageCell img
		{
			margin-bottom: 5px;
			border: 1px solid gray;
		}
		.stripeMe .imageCell .littletext
		{
			text-align: center;
			font-size: 8px;
		}
	
	.stripeMe td
	{
		padding: 2px 3px;
		border-bottom: 1px solid #CCCCCC;
		vertical-align: top;
	}
	.stripeMe tr.alt td
	{
		background: #fafafa;
	}