@charset "UTF-8";
/* CSS Document */

div.county {
	background-image: url(files/countybg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 270px;
	width: 467px;
	padding-top:2em;
	padding-left:1.75em;
}

div.county2 {
	background-image: url(../../files/county2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	width: 460px;
	padding-top:2.4em;
	padding-left:1.75em;
}

div.county3 {
	background-image: url(../../files/county3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 460px;
	padding-top:2.4em;
	padding-left:1.75em;
}

div.county table, div.county2 table {
	margin: .5em;
	padding:.5em;
}

div.county h3 {
	color: #003300;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight:normal;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	}

div.county a:hover, div county2 a:hover {
	text-decoration:none;
	background-color:#FFFFCC;
	font-weight: normal;
	}	
	
div.city {
	background-image: url(files/city.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 420px;
	padding-top:1em;
	padding-left:1.75em;
}
	
div.city_long {
	background-image: url(files/city_long.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 420px;
	padding-top:1em;
	padding-left:1.75em;
}
	
div.city_extra_long {
	background-image: url(files/city_extra_long.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 420px;
	padding-top:1em;
	padding-left:1.75em;
}

div.city table, div.city_long table, div.city_extra_long table {
	margin: .5em;
	padding:.5em;
}

div.city h3, div.city_long h3, div.city_extra_long h3 {
	color: #003300;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight:bold;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	}

div.city a:hover, div.city_long a:hover, div.city_extra_long a:hover {
	text-decoration:none;
	background-color:#FFFFCC;
	font-weight: normal;
	}	