@import "style.css";

*{
  clear: both;
}
img {
  clear: none;
}
h1{
  float: left;
  clear: both;
}
h2{
  float: left;
  clear: none;
}
#header{
  background: none;
}
#footer{
  padding: 5px;
  margin: 5px;
  background: #666;
  height: auto;
}

#main,
#content,
#content-inner,
#header{
  width: 100%;
  overflow: visible !important;
  float: none !important;
}

#banner,
#foot-navigation,
#sidebar,
#logged-in-message,
#mini-sitemap,
#flash-space{
  display: none;
}
.print,
.breadcrumbs,
.contact-button,
.estate-contact,
.information-event-contact{
  display: none;
}

.estate-details h4,
.estate-dealer h4{
  page-break-after: avoid;
}
.estate-map{
}
#map{
}
#map div{
  background-color: #fff !important;
}
#contact-menu {
  display: none;
}
#center-column {
  float: left;
  clear: none;
  width: auto;
}
#content-menu {
  clear: none;
  float: left;
}
#flash-content {
  float: left;
  clear: none;
  background: url("/images/flash-alternate.jpg") no-repeat left top;
}

