/* Bar Layout */
.offerheader {
  width: 250px;
}
.offerheader .colorbar {
  font-size: 1px; height: 8px; background: #72A1C2;
}
.offerheader .colordiv {
  font-size: 1px; height: 2px; background: #1A6BA6;
}
.offerheader .title {
  background: #89B04E URL('/images/BulletGR.gif') no-repeat;
  height: 22px; color: #FFFFFF;
  padding: 2px 30px;
  font-size: 18px;
}
.maintxtheader {
  width: 508px;
}
.maintxtheader .colorbar {
  font-size: 1px; height: 8px; background: #89B04E;
}
.maintxtheader .colordiv {
  font-size: 1px; height: 2px; background: #596F16;
}
.maintxtheader .title {
  background: #72A1C2 URL('/images/BulletBL.gif') no-repeat;
  height: 22px; color: #FFFFFF;
  padding: 2px 30px;
  font-size: 18px;
}

.offer {
  background: #A8C677;
  color: #242424;
  vertical-align: top;
  font-size: 12px;
  padding: 0px 10px;
  height: 275px;
  border-bottom: 1px dashed #D9D9D9;
}
h2.subtitle {
  font-size: 18px;
  text-decoration: underline;
  color: #173472;
  font-weight: normal;
}
h2.title {
  font-size: 18px;
  text-decoration: underline;
  color: #547823;
  font-weight: normal;
}
.maintxt {
  background: #FFFFFF;
  color: #454545;
  padding: 0px 12px;
  text-align: justify;
  line-height: 135%;
  font-size: 11px;
  border-left: 1px dashed #D9D9D9;
}
.floorplan {
  background: #E1EAEF;
  vertical-align: top;
  padding: 0px 10px;
}
.pdficon {
  text-align: center;
}
.floorplanlink {
  color: #454545;
  text-decoration: none;
  font-size: 12px;
}

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