@font-face {
    font-family: '10kReasons';
    src: url('../fonts/kgtenthousandreasons-webfont.eot');
    src: url('../fonts/kgtenthousandreasons-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kgtenthousandreasons-webfont.woff') format('woff'),
         url('../fonts/kgtenthousandreasons-webfont.ttf') format('truetype'),
         url('../fonts/kgtenthousandreasons-webfont.svg#kg_ten_thousand_reasonsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TymesLittleCaps';
    src: url('../fonts/tymeslittlecaps-webfont.eot');
    src: url('../fonts/tymeslittlecaps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tymeslittlecaps-webfont.woff') format('woff'),
         url('../fonts/tymeslittlecaps-webfont.ttf') format('truetype'),
         url('../fonts/tymeslittlecaps-webfont.svg#tymesmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: arial, verdana, sans-serif;
    background: url("../images/bamboo-green.jpg");
    font-size: 100%;
}

ol, ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

a {
    color: #114B16;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #249E2E;
}

a:hover {
    text-decoration: underline;
}

h3 {
    text-align: center;
    font-weight: bold;
    font-size: 125%;
}

h3 a, h3 a:visited {
    color: #020;
}

.heading {
    margin: 24px 0 16px;
    font-weight: bold;
    font-size: 105%;
}

.heading .author {
    padding-left: 16px;
    font-style: italic;
    font-weight: normal;
}

.indent {
    padding: 0 32px;
}

h1, h2 {
    margin: 3px 0;
    font-family: "TymesLittleCaps", Times, serif;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 175%;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.lfloat {
    float: left;
}

.rfloat {
    float: right;
}

.clear {
    clear: both;
}

.column {
    padding: 0 16px;
    min-height: 400px;
}

.captioned-image {
    text-align: center;
    font-size: 85%;
}

.captioned-image.lfloat {
    margin-right: 16px;
}

.captioned-image.rfloat {
    margin-left: 16px;
}

.captioned-image img, .captioned-image object {
    display: block;
    margin: 0 auto 4px;
}

.captioned-image .credits {
    font-style: italic;
    font-size: 85%;
}

#container {
    width: 960px;
    margin: 16px auto;
    text-align: justify;
    background-color: #FDFFFD;
    color: #020;
    border-radius: 6px;
    box-shadow: 3px 3px 12px #222;
    position: relative;
}

#banner-container {
    background: url("../images/title-cloud-bg.png") no-repeat;
    height: 140px;
    border-bottom: 2px solid #17691F;
    border-radius: 6px 6px 0 0;
}

#banner {
    padding: 12px 12px 24px;
}

#footer {
    padding: 30px 12px 12px;
    color: #343;
    font-size: 90%;
    border-top: solid 2px #17691F;
    border-radius: 0 0 6px 6px;
}

#footer .heading {
    margin: 14px 0 7px;
    font-size: 95%;
}

#zech-quote {
    width: 260px;
    font-family: '10kReasons', sans-serif;
    font-weight: bold;
}

.navigation {
    position: relative;
    clear: both;
    text-align: center;
}

.navigation.top {
    top: -18px;
    margin-bottom: 16px;
}

.navigation.bottom {
    bottom: -18px;
    margin-top: 16px;
}

.navigation a, .navigation span {
    display: inline-block;
    height: 20px;
    padding: 8px;
    margin: 0 3px;
    color: #FFFFFF;
    font-weight: bold;
    background: url("../images/button-bg.png");
    box-shadow: 1px 1px 2px #111;
    border-radius: 4px;
    text-decoration: none;
}

.navigation span {
    box-shadow: none;
}

.navigation a:hover {
    background: url("../images/button-bg-hover.png");
}

#disclaimer {
    font-size: 90%;
    font-style: italic;
}

#owned-operated {
    text-align: center;
}

#cancer-free {
    text-align: center;
    font-size: 125%;
    font-family: Times, serif;
    font-style: italic;
}

/* Used in various FAQ pages */

.section {
  margin: 24px 0 0;
  font-size: 105%;
  font-weight: bold;
}

.section a {
    display: block;
    margin: 12px 40px 0;
    font-size: 100%;
}

.section .body a {
    display: inline;
    margin: 0;
}

.section .body {
    margin: 12px 40px 0;
    padding-bottom: 12px;
    font-size: 100%;
    font-weight: normal;
}

.section .body li {
    margin-top: 16px;
}

.section .quote {
    font-weight: normal;
    font-size: 100%;
    padding-bottom: 12px;
}

.quote {
    font-style: italic;
    margin: 12px 40px;
}

.quote .author {
    font-style: normal;
    margin: 0 40px;
}
