.countyName	{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #ff0000;
	border-bottom: 1px dotted #086939;
	padding-bottom: 3px;
}

.countyListingArea	{
	padding-left: 19px;
	/* border-left: 24px solid #edf7e4; */
}

.townName 	{
	font-weight: bold;
}

.townName:before 	{
	content: "- ";
	margin-left: -15px;
}

.townInfo	{
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #ffffff;
	/* border-bottom: 1px solid #ddf2cb; */
	border-bottom: 1px solid #ffffff;
}

.townInfoLast	{
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}

.townInfo:hover	{
	background: #f7ffea;
	border-top: 1px solid #c1d3b1;
	border-bottom: 1px solid #c1d3b1;
}

.townInfoLast:hover	{
	background: #f7ffea;
	border-top: 1px solid #c1d3b1;
	border-bottom: 1px solid #c1d3b1;
}