.regionMap {
  background: url('/images/layout/region_selection_box.jpg');
  width: 329px;
  height: 165px;
  max-height: 150px;
  text-align: center;
  vertical-align: middle;
  padding-top: 15px;
  float: left;
  margin-right: 20px;
}

.regionMap2{
  #background: url('/images/layout/region_selection_box.jpg');
  width: 329px;
  #height: 165px;
  #max-height: 150px;
  text-align: center;
  vertical-align: middle;
  padding-top: 15px;
  float: left;
  margin-right: 20px;
} 

.regionSelection {
  margin-bottom: 30px;
  max-width: 690px;
  width: 690px;
  color: #224e7a;
  line-height: 1.8em;
  font-weight: bold;
}

.regionSelection a,
.regionSelection a:hover {
  text-decoration: underline;
  color: #224e7a;
  white-space: nowrap;
}

.regionSelection .header {
  font-size: 18pt;
  color: #b1b1b1;
  padding-bottom: 8px;
  font-weight: normal;
}
.regionSelection .subheader {
  font-size: 12pt;
  color: #b1b1b1;
  font-weight: normal;
}

.nearCity {
  color: #a62c15;
  font-style: italic;
  font-size: 8pt;
}
.regionCities {
  padding-bottom: 5px;
}
.regionStates {
}
.leftPane {
  float: left;
  width: 640px;
  padding: 0px 10px 0px 0px;
}
.rightPane {
  float: right;
  width: 199px;
  line-height: 1.5em;
}

