#home-page #top-hr {
  margin-top: 0;
}
#home-page #homepage-search {
  margin-bottom: 50px;
}
#home-page #homepage-search-form {
  float: left;
  margin-right: 10px;
}
#home-page #homepage-search-form label {
  font-family: Vaud, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-weight: bold;
  margin-right: 10px;
}
#home-page #homepage-search-form #searchtext {
  margin-right: 10px;
  border-radius: 0;
}
#home-page #homepage-search-form #submit-button {
  height: 30px;
  border-radius: 0;
  background-color: buttonface;
}
#home-page #search-examples {
  float: left;
  padding-right: 20px;
  margin-top: 5px;
}
#home-page #links-and-contact-info {
  background-color: #f3f1f1;
  margin-top: 30px;
  padding: 2.5%;
}
#home-page #links-and-contact-info ul,
#home-page #links-and-contact-info table {
  margin: 0;
  padding: 0;
}
#home-page #links {
  float: left;
}
#home-page #links li {
  list-style: none;
  margin-left: 0;
  line-height: 28px;
}
#home-page #contact-info {
  float: left;
}
#home-page #contact-info thead th {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
#home-page #contact-info tr:first-child td,
#home-page #contact-info tr:first-child th {
  padding-top: 10px;
}
#home-page #contact-info th {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding: 0 20px 0 5px;
}
#home-page #contact-info td {
  padding-right: 5px;
}
#login-form label {
  display: inline-block;
  width: 80px;
  font-weight: bold;
}
#login-form .field {
  margin-bottom: 5px;
}
/*# sourceMappingURL=core.css.map */