body {
  height: 100%;
  overflow: hidden;  /* Required to avoid scrollbar on Opera */
}

#banner {
  min-height: 64px;
}
* html #banner {
  height: 64px;   /* IE 6 and below don't support min-height */
}
#satellite {
  margin: 2px 2px 2px -30px;
}
h1 {
  margin-top: 4px;
}
h2 {
  right: 138px;
  bottom: 10px;
  left: 400px;
}

#primary {
  min-height: 0 !important;
  padding: 0;
  margin-bottom: 0;
  overflow-x: visible;
}

#footer {
  display: none;
}

#map {
  width: 100%;
  border-top: 1px solid #ACA5CD;
  border-right: 1px solid #ACA5CD;
}

#legend {
  height: 20px;
  width: 100%;
  line-height: 18px;
  position: absolute;
  left: 0;
  font-size: 80%;
  padding-left: 0.2em;
  border-top: 1px solid #ACA5CD;
  z-index: 999;
  background-color: white;
}
.legend_category {
  margin-left: 2em;
}
#coverage_category label {
  margin: 0 0 0 -1px;
}
#legend label {
   float: none;
}
#legend img {
  vertical-align: middle;
}
#legend div {
  display: inline;
}

#address {
  width: 190px;
}
#view {
  width: 250px;
}

#filter_small {
  position: relative;
  top: 5px;
  right: 0;
  padding: 5px;
  border: 1px solid #ACA5CD;
}
#filter_large {
  display: none;
  position: absolute;
  left: -150px;
  top: -1px;
  width: 385px;
  z-index: 99999;
  padding: 5px;
  border: 2px solid #ACA5CD;
  background-color: #D4CFEB;
}
#filter_large .small {
  padding-top: 1em;
}

#search_result_list {
  overflow: auto;
  margin-right: -10px;
  padding-right: 10px;
  margin-top: 12px;
}
* html #search_result_list {
  margin-right: 0;
}
#search_result_list .infowindow_details {
  display: none;
}
#search_result_list img {
  float: left;
  clear: left;
  padding: 0 5px 5px 0;
}
.sidebar_row {
  padding: 0.4em 0;
  cursor: pointer;
}
.sidebar_row:hover {
  background-color: white;
}
#search_result_list .sidebar_row * {
  margin: 0;
}

#infowindow {
  font-size: 80%;
}
#primary #infowindow * {
  margin-bottom: 0.2em;
}
