html {
  background: url(../images/background.png) repeat-x white; }
  html #header, html #middle, html #footer {
    width: 1012px;
    position: relative;
    margin: auto; }

body {
  background: url(../images/site-background.jpg) no-repeat top center;
  min-height: 1024px;
  font-family: helvetica; }
  body #header {
    background: url(../images/header.png) no-repeat bottom;
    height: 278px; }
    body #header h1 {
      display: none; }
    body #header #header-container {
      padding-top: 243px; }
      body #header #header-container ul#page-navigation {
        width: 936px;
        margin-left: 39px; }
        body #header #header-container ul#page-navigation li {
          padding: 0px;
          height: auto;
          float: left;
          border-left: 1px solid #1f5f1b; }
          body #header #header-container ul#page-navigation li:first-child {
            border: none; }
          body #header #header-container ul#page-navigation li a {
            padding: 7px 10px;
            color: white; }
            body #header #header-container ul#page-navigation li a:hover {
              background: #156c10; }
          body #header #header-container ul#page-navigation li ul li {
            border: none;
            background: #77af66; }
            body #header #header-container ul#page-navigation li ul li a:hover {
              background: #57ad44; }
            body #header #header-container ul#page-navigation li ul li ul {
              position: absolute;
              left: 100%; }
      body #header #header-container ul#quick-navigation {
        background: #187611;
        position: absolute;
        top: 0px;
        right: 30px; }
        body #header #header-container ul#quick-navigation li {
          padding: 7px 10px 7px 0px; }
          body #header #header-container ul#quick-navigation li a {
            border-left: 1px solid white;
            padding: 0px 0px 0px 10px;
            color: white; }
          body #header #header-container ul#quick-navigation li:first-child a {
            border: none; }
  body #middle {
    background: url(../images/middle-shadow.png) no-repeat bottom; }
    body #middle #middle-container {
      background: url(../images/middle.png) repeat-y; }
      body #middle #middle-container #column-one {
        width: 936px;
        margin-left: 39px; }
        body #middle #middle-container #column-one ul#private-page-navigation li a {
          color: #267923; }
      body #middle #middle-container #column-two {
        width: 900px;
        margin: auto; }
  body #footer {
    background: url(../images/footer.png) no-repeat;
    height: 44px;
    padding-bottom: 30px; }
    body #footer #footer-container .credits {
      text-align: right;
      padding: 5px 20px 0px 0px; }
      body #footer #footer-container .credits a {
        color: #277923; }

body#tinymce {
  background-color: white !important;
  min-height: 550px;
  color: black !important; }
  body#tinymce h1 {
    font-size: 2.4em; }
  body#tinymce h2 {
    font-size: 2.1em; }
  body#tinymce h3 {
    font-size: 1.8em; }
  body#tinymce h4 {
    font-size: 1.5em; }
  body#tinymce h5 {
    font-size: 1.2em; }
  body#tinymce h6 {
    font-size: 0.9em; }
  body#tinymce p {
    margin: 5px 0; }

.content h1 {
  font-size: 2.4em; }
.content h2 {
  font-size: 2.1em; }
.content h3 {
  font-size: 1.8em; }
.content h4 {
  font-size: 1.5em; }
.content h5 {
  font-size: 1.2em; }
.content h6 {
  font-size: 0.9em; }
.content p {
  margin: 5px 0; }
