/* Site layout: replaces legacy frameset with a single responsive page shell */
.site-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 12px 2rem;
}

.site-banner {
  display: block;
  margin: 0;
  line-height: 0;
}

.site-banner img {
  max-width: 100%;
  height: auto;
}

.site-nav {
  background: #666633 url(../images/menu/paperbkgrnd.gif) repeat;
  border: 1px solid #333300;
  margin: 0 0 1rem;
  padding: 0.35rem 0.5rem;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
}

.site-nav a {
  color: #fff;
  text-decoration: none;
  padding: 0.15rem 0.35rem;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus {
  color: #ff6600;
  background: #333300;
}

.site-nav .sep {
  color: #cccc99;
  font-weight: normal;
  padding: 0 0.1rem;
}

.site-main table {
  max-width: 100%;
}

.site-main img {
  max-width: 100%;
  height: auto;
}

.site-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #555500;
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #cccc99;
}

.site-footer a {
  color: #ff6600;
}

.quote-rotator {
  color: #ff5e00;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.45;
  min-height: 6rem;
  padding: 0.5rem;
}

.quote-rotator cite {
  display: block;
  margin-top: 0.75rem;
  font-style: normal;
  font-size: 0.8rem;
  color: #ffff99;
}

@media (max-width: 640px) {
  .site-nav {
    font-size: 0.7rem;
    line-height: 1.8;
  }
}
