/*---------------------------------------------------- 
index.css
 ----------------------------------------------------- */
/* TableContentBottom 
 ----------------------------------------------------- */

#TableContentBottom {
	margin-top:0px;
	width:100%;	
}

#TableContentBottom td {
	vertical-align:top;
}

#TableContentBottom .MapContainer {
	margin-bottom:10px;
}

#TableContentBottom .Map {
	background:url(/images3/map.gif) no-repeat; 
	width:410px; 
	height:480px; 
}

#TableContentBottom .CountyList {
	text-align:right;
	width:236px;
	font-size:13px;
	line-height:126%;
}

#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;
}