div#flash {
  width: 748px;
  height: 200px;
  background-image: url(/images/flash_alt.jpg);
}
div#home-content {
  /* width = 500 - (left padding + right padding) */
  width: 456px;
  float: left;
  padding: 16px 22px;
  background: url(/images/background.gif);
  
  /* Scoot the background image to the left to hide the light area */
  background-position: -10px 0px;
}
div#home-search {
  /* width = 248 - (left padding + right padding) */
  width: 204px;
  padding: 16px 22px;
  float: left;
  background-color: #474344;
  font: bold 10px 'Trebuchet MS';
  color: #989687;
}
div#home-search div#by-area, 
div#home-search div#specific-property, 
div#home-search div#square-footage, 
div#home-search div#property-type {
  margin: 14px 0 9px 0;
}
div#home-search div#by-area  {
  background: url(/images/title_area.gif) no-repeat;
  text-indent: -2000px;
  width: 109px;
  height: 10px;
  margin-top:17px;
}

div#home-search div#specific-property {
  background: url(/images/title_specific_property.gif) no-repeat;
  text-indent: -2000px;
  width: 109px;
  height: 10px;
  margin-top:17px;
}
div#home-search div#square-footage {
  background: url(/images/title_square_footage.gif) no-repeat;
  text-indent: -2000px;
  width: 99px;
  height: 10px;
}
div#home-search div#property-type {
  background: url(/images/title_property_type.gif) no-repeat;
  text-indent: -2000px;
  width: 91px;
  height: 10px;
}
div#home-search select {
  font: 10px Verdana;
  color: #474344;
}
div#home-search select option {
  color: #474344;
}
/*div#home-search select option.first {
  color: #999;
}*/
div#home-search input.submit-button {
  margin-top: 16px;
}
div#home-search div.error {
  color: red;
  margin: 8px 0 -10px 0;
}
div#home-search div.error ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.submit-container {
  padding-bottom:6px;
}
ul.city {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom:18px;
}
ul.city li {
  float: left;
  padding: 0px;
  color:#A8A8A8;
  font-family:Verdana;
  font-size:11px;
  line-height:18px;
}
.area-check {
  vertical-align:-4px; 
}
#press-heading {
  padding-top:10px;
}
