td {
  vertical-align: top;
  font-size: 10px;
  text-align: left;

}
/* Building Stylization */
.bldg {
  background: #FFFFFF;
  border-bottom: 1px dashed #D9D9D9;
  padding: 5px 10px;
  width: 508px;
  color: #404040;
  vertical-align: middle;
}
.mapimage {
  width: 137px; height: 122px;
  border: 5px solid #083472;
  float: left;
  margin: 10px 20px 10px 0px;
}
.map {
  width: 137px;
  float: left;
  margin: 10px 20px 10px 0px;
}
#Enlarge {
  font-size: 10px;
  color: #404040;
}
.bldg h2 {
  font-size: 15px;
  color: #547823;
  text-decoration: underline;
}
.bldg .text {
  line-height: 140%;
}

/* Wilkes Barre Stylization */
.wbtown {
  padding: 0px 15px;
  color: #454545;
  background: #A8C677;
  width: 220px;
}
.wbtown h2 {
  font-size: 15px;
  color: #282828;
  text-decoration: underline;
}

.wbtown a {
  color: #454545;
  text-decoration: none;
}

/* Attractions Stylization */
.transportation      { color: #404040; background: #ffffff; padding: 5px 10px; width: 300px; border-right: 1px dashed #d9d9d9 }
.transportation h2 {
  font-size: 15px;
  color: #083472;
}
.transtype   { color: #547823; font-size: 13px }
/* Directions Stylization */
.directions    { color: #404040; font-size: 11px; background: #e1eaef; padding: 5px 10px; width: 458px }
.directions h2 {
  font-size: 15px;
  color: #083472;
}

/* Footer Color Bars */
.lowerLdiv {
  font-size: 1px; height: 5px; background: #1A6BA6;
  width: 250px;  
}
.lowerRdiv {
  font-size: 1px; height: 5px; background: #596F16;
  width: 508px;
}