/* CSS Document */
form { margin: 0; padding: 0; }
.clear { clear: both; height: 0; font-size: 0; line-height: 0; }
.county_list { float:left; width: 92px; margin: 3px; padding: 0; border-style: solid; border-color: #000000; border-width: thin; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-align: center; background-color: #800000; }
.county_list a { width: 92px; display: block; text-decoration: none; background-color: #800000; color: #ffffff; }
.county_list a:hover { background-color: #21783c; color: #f4f19e; }
#container {
padding: 1em;
width: 536px;
margin: auto;
background-color: #ffffff;
}

.locator_page_links {
margin: auto;
}


input.submitLink {
  color: #00f;
  background-color: transparent;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  cursor: hand;
}

input.submitLinkCurrentPage {
  color: #000;
  background-color: transparent;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.locator_results {
width: 400px;
text-align: center;
border: 1px solid #999;
background: #eee;
margin: auto;
margin-top: 10px;
}


.locator_result {
background: #fff;
padding: 10px;
margin: auto;
margin: 10px;
border: 1px solid #999;
}

.locator_result_field_name {
font-weight: bold;
width: 100px;
float: left;
text-align: right;
}

.locator_result_field_data {
margin-left: 105px;
text-align: left;
}

