/* Common
 ----------------------------------------------------- */
.SeparatorText {
	color:#3E98BF;
	font-weight:800;
	float:right;
} 

/* TableContentTop 
 ----------------------------------------------------- */

#TableContentTop {
	width:100%;	
	padding-bottom:3px;
}

#TableContentTop td {
	vertical-align:top;
}

#TableContentTop .Logo {
	margin-top:12px;
}


#TableContentTop .Text {
	font-size:12px;
	padding-top:10px;
	text-align:right;
	line-height:120%;
}


/* TableContentBottom 
 ----------------------------------------------------- */

#TableContentBottom {
	margin-top:0px;
	width:100%;	
}

#TableContentBottom td {
	vertical-align:top;
}

#TableContentBottom .MapContainer {
	margin-bottom:10px;
}

#TableContentBottom .Map {
	background:url(/img/map.gif) no-repeat; 
	width:410px; 
	height:424px; 
}

#TableContentBottom .CountyList {
	width:236px;
	font-size:14px;
	line-height:126%;
	text-align: left;
}

#TableContentBottom .CountyList li {
	list-style-type:none;
}

#TableContentBottom .Deposer {
	position:absolute;
	margin-left:-8px;
}

/* IE7 */
*+html #TableContentBottom .Deposer {
	margin-left:-97px;
}

/* IE6 */
*html #TableContentBottom .Deposer {
	margin-left:-97px;
}


/* Footer
 ----------------------------------------------------- */

#Footer {
	margin-top:2px;
	color:rgb(102, 102, 102);
	text-align:center;
	font-size:10px;
}

#Footer a {
	font-weight:normal;
}

#Footer .Link {
	margin-right:6px;
}

