/* locator.css */

@import "/styles/locator/header.css";
@import "/styles/locator/join.css";
@import "/styles/locator/account.css";
@import "/styles/locator/search-browse.css";
@import "/styles/locator/home.css";
@import "/styles/locator/footer.css";

#sponsors {
  width: auto;
  height: auto;
  min-height: 50px;
  border-top: 1px solid #707070;
  margin: 20px 0 10px 0;
  padding: 11px 0 0 0;
  zoom: 1;
  color: #707070;
}

#sponsors dt {
  font-size: 10px;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 0;
}

#sponsors dd {
  margin: 0;
  padding: 0;
}

#sponsors dd ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}

#sponsors dd ul li {
  float: left;
  width: auto;
  height: 50px;
  margin: 0 24px 10px 0;
}

#sponsors dd ul li a {
  display: block;
  width: auto;
  height: 50px;
  background-repeat: no-repeat;
  background-position: top left;
}

#sponsors dd ul li a span {
  display: none;
}

