ul#counties{
  margin:0;
  padding:0;
  list-style:none;
}

ul#counties li {
  overflow:hidden;
  width:100%;
  margin:0;
  padding:0;
  font-size:1.3em;
  border-bottom: 1px dotted #cccccc;
}

ul#counties li a {
  display:block;
  padding:5px 0 5px 0;
}

ul#counties li address {
  margin: 0 0 1em 0;
  font-style:normal;
  float:left;
  width:80%;
}

address a {
 font-weight: bold;
}


div#branch-map {
  margin:5px auto 5px auto;
  width:590px;
}

.brachmain {
  width:200px;
  height:200px;
  float:right;
  margin:0px 5px 10px 10px;
}

div.branchthumb {
  width:75px;
  height:75px;
  float:left;
  margin:8px 8px 8px 0px;
}