/***************************************************************************************************
  Home Page Content Area
***************************************************************************************************/
#left_ads
{
	float: left;
	width: 216px;
	background-color: White;
	border: 1px #999999 solid;
}
#main_area
{
	width: 853px;
	/* border: 1px #999999 solid; */
	overflow: hidden;
    min-height: 358px;
	height: auto !important;
	height: 358px;
}

#bottom_ads
{
	float: left;
	width: 853px;
	background-color: White;
}
.ad
{
	margin-right: 2px;
	float: left;
}
.ad_rightmost
{
	margin-right: 0px;
	float: left;
}
#comm_list
{
	width: 842px;
	margin-top: 10px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/* color: #9f9f9f; */
	color: black;
	padding: 5px 5px 5px 5px;
	border: 1px #9f9f9f solid;
}
#comm_list hr
{
	color: #9f9f9f;
}

#comm_list a
{
	font-size: 8pt;
	color: #9f9f9f;
	text-decoration: none;
}
#comm_list a:hover
{
	font-size: 8pt;
	color: #9f9f9f;
	text-decoration: underline;
}

#comm_list .state a
{
	color: black;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 2px;
}
#comm_list .county
{
	font-size: 8pt;
	font-weight: bold;
}

