div.geosection-map {
  height: 396px;
  width: 590px;
  background-repeat: no-repeat;
  position: relative;
  }
div#south-map {
  background-image: url(../images/south-map.jpg);
  }
div#northwest-map {
  background-image: url(../images/northwest-map.jpg);
  }
div#east-map {
  background-image: url(../images/east-map.jpg);
  }
div#west-map {
  background-image: url(../images/west-map.jpg);
  }
div#central-map {
  background-image: url(../images/central-map.jpg);
  }
div#north-map {
  background-image: url(../images/north-map.jpg);
  }
  
div.geosection-map span.num {
  display: block;
  margin: 0;
  padding: 1px 2px;
  position: absolute;
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #d72719;
  background-color: #fff9d6;
  /*border: solid 2px #bebe58;*/
  border: solid 2px #ffffff;
  line-height: 11px;
  }
div.geosection-map a.num:link, div.geosection-map a.num:visited {
  display: block;
  margin: 0;
  padding: 1px 2px;
  position: absolute;
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #d72719;
  background-color: #fff9d6;
  /*border: solid 2px #bebe58;*/
  border: solid 2px #ffffff;
  line-height: 11px;
  text-decoration: none;
  }
div#geosection-key {
  margin-top: 10px;
  }
div#geosection-key table#key {
  width: 587px;
  background-color: #eaf2f5;
  font-size: 12px;
  } 
div#geosection-key table#key td#key-header {
  background: transparent url(../images/area-key-header.jpg) no-repeat top left;
  height: 24px;
  border: none;
  }
div#geosection-key table#key td#geosection-color-codes {
  background: transparent url(../images/geosection-color-codes.gif) no-repeat 0px 0px;
  width: 585px;
  height: 26px;
  border-left: solid 1px #e1bd9d;
  border-right: solid 1px #e1bd9d;
  border-bottom: solid 1px #e1bd9d;
  }
div#geosection-key table#key td img.codebox {
  margin-right: 5px;
  }
div#geosection-key table#key td.keynum {
  text-align: center;
  color: #d75349;
  border-left: solid 1px #e1bd9d;
  border-bottom: solid 1px #e1bd9d;
  width: 48px;
  padding: 3px 0px;  
  }
div#geosection-key table#key td.builder {
  border-left: solid 1px #e1bd9d;
  border-right: solid 1px #e1bd9d;
  border-bottom: solid 1px #e1bd9d;
  width: 162px;
  color: #606453;
  text-align: center;
  padding: 3px 0px;
  }
div#geosection-key table#key td.builder a:link, div#geosection-key table#key td.builder a:visited {
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  color: #606453;
  }
div#geosection-key table#key td.communities {
  border-right: solid 1px #e1bd9d;
  border-bottom: solid 1px #e1bd9d;
  padding: 3px 0px;
  }
div#geosection-key table#key td.communities div {
  font-family: arial, sans-serif;
  color: #606453;
  text-align: center;
  }
div#geosection-key table#key td.communities div a:link, div#geosection-key table#key td.communities div a:visited {
  font-family: arial, sans-serif;
  color: #606453;
  }

