dl,
ol,
ul {
  margin-top: 5px;
}
dt {
  font-weight: bold;
}
dd {
  padding-left: 10px;
  padding-bottom: 10px;
}
ul {
  padding-left: 20px;
  list-style: circle outside;
}
fieldset {
  border:0;
}
a img {
  border:0;
}
body {
  min-width: 960px;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  background-color: #FFFFFF;
  color: #000000;
  margin: 0px;
  padding: 0px;
  z-index: 1
}
a {
  color: #000000;
  text-decoration: underline;
}
p {
  line-height: 170%;
  padding: 5px 0px;
}

h1,
h2,
h3,
h4 {
  color: #000000;
  font-family: 'Lora', serif;
  padding: 20px 0px 5px 0px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  padding-top: 5px;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
h2 {
  font-size: 24px;
  line-height: 1.5;
}
h3 {
  font-size: 18px;
}

#navigation-holder {
  height: 35px;
}

#menu-holder {
  height: 700px;
}

#navigation {
  font-family: 'Lora', serif;
  font-weight: bold;
  width: 960px;
  height: 35px;
  margin-bottom: 10px;
  text-align: left;
}

#navigation ul {
  display: inline;
  list-style: none;
  height: 35px;
  width: 620px;
}

#navigation li {
  float: left;
  height: 35px;
  padding: 0px;
  margin-top: 5px;
  margin-right: 15px;
}

#navigation li a {
  height: 25px;
  float: left;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

#navigation li a:hover {
  text-decoration: none;
  border-bottom: solid 5px orange;
}

#navigation li.active a {
  border-bottom: solid 5px green;
}

.bannerimage,.collapse {
  background-image: url('/img/Woven_Glass.jpg');
  background-size: contain;
  background-attachment: fixed;
}

.bannerimage {
  position: fixed;
  width: 100%;
  margin: auto;
  top: 0px;
  z-index: 10000;
}

.collapse {
  position: relative;
  width: 100%;
  margin: auto;
  top: 0px;
  height: 400px;
  z-index: 10;
}

.newmenu {
  background-color: rgba(255, 255, 255, .9);
}

.solid {
  margin-top: 10px;
  background-color: #FFFFFF;
}

.bottom_pad {
  margin-bottom: 10px;
}

.crumbs {
  margin-bottom: -15px;
}

#navigation-holder .sticky {
  position: fixed;
  top: 0px;
  z-index: 5;
}

#menu-holder .sticky {
  position: fixed;
  top: 80px;
  z-index: 5;
}

#debug {
  padding: 5px;
  font-weight: bold;
  position: fixed;
  color: green;
  z-index: 12;
  top: 0;
  left: 0;
}

.bookCover {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 120px;
}

.header {
  width: 960px;
  height: 31px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background-image: url('/img/patterns/rust.gif');
  background-color: #000000;
}

.banner {
  font-family: 'Lora', serif;
  background-color: #AB0000;
  color: #D5BE60;
  margin: 0;
  margin-top: 5px;
  padding: 0px 10px;
  z-index: 10;
}

.title {
  padding-top: 10px;
  font-size: 26px;
}

.subtitle {
  padding-bottom: 9px;
  font-size: 16px;
}

.footer {
  width: 940px;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.celltopper {
  display: block;
  width: 100%;
  margin: auto;
  border: 1px solid black;
}

.inlineimg {
  position: relative;
  float: left;
  margin: 10px 0px;
  margin-right: 20px;
}

.sarahmug {
  position: relative;
  z-index: 20;
  left: 800px;
  top: 0px;
  margin-bottom: -180px;
  border: 2px solid black;
  padding: 2px;
  background-color: #FFFFFF;
}

.verification {
  margin-top: 10px;
}

.verification img {
  margin: 0 37px;
}

.content {
  opacity: 1.0;
  background-color: #FFFFFF;
  color: #000000;
}

blockquote {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.45;
  padding-left: 25px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  position: relative;
  color: #000000;
  z-index: 2;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -4px;
  top: -20px;
  color: #000000;
  z-index: -1;
}

blockquote cite {
  color: #000000;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

@media print {
  #navigation-holder,
  #navigati¯on,
  .sarahmug,
  .header {
    display: none;
  }
  .banner,
  body {
    color: #000000;
  }
}
