.home #middle-container {
  background: transparent url(../images/middle-home.jpg) repeat-y top left; }

html #header, html #middle, html #footer {
  width: 100%;
  margin: 0 auto; }
html body {
  background: transparent url(../images/bg.png);
  font-family: Arial, Helvetica, sans-serif; }
  html body a {
    color: #800001; }
    html body a:hover {
      color: #be8416; }
html #header {
  background: transparent url(../images/header.jpg) no-repeat center top; }
  html #header #header-container {
    width: 950px;
    margin: 0 auto;
    min-height: 138px;
    padding-bottom: 0;
    border-bottom: 1px solid white; }
    html #header #header-container h1, html #header #header-container tagline1, html #header #header-container tagline2 {
      display: none; }
    html #header #header-container ul#quick-navigation {
      top: 5px;
      right: 20px;
      padding: 0 12px; }
      html #header #header-container ul#quick-navigation li {
        border-left: 1px solid white; }
        html #header #header-container ul#quick-navigation li a {
          color: white;
          font-size: 12px; }
html #middle {
  background: transparent url(../images/middle.jpg) repeat-y center top; }
  html #middle #middle-container {
    width: 950px;
    margin: 0 auto; }
    html #middle #middle-container #column-one {
      width: 180px; }
      html #middle #middle-container #column-one ul#page-navigation li {
        background: transparent url(../images/menu.jpg) no-repeat left 7px;
        height: auto;
        border-bottom: 1px solid white;
        display: block; }
        html #middle #middle-container #column-one ul#page-navigation li.current > a, html #middle #middle-container #column-one ul#page-navigation li a:hover {
          color: #be8416; }
        html #middle #middle-container #column-one ul#page-navigation li a {
          display: block !important;
          text-align: left;
          font-weight: bold;
          padding: 5px 5px 5px 15px;
          line-height: 11px;
          color: white; }
        html #middle #middle-container #column-one ul#page-navigation li ul {
          background: #560001; }
          html #middle #middle-container #column-one ul#page-navigation li ul li {
            background: transparent;
            border-bottom: none; }
            html #middle #middle-container #column-one ul#page-navigation li ul li a {
              background: transparent;
              line-height: 14px; }
            html #middle #middle-container #column-one ul#page-navigation li ul li.current > a, html #middle #middle-container #column-one ul#page-navigation li ul li a:hover {
              color: #be8416; }
            html #middle #middle-container #column-one ul#page-navigation li ul li ul {
              background: #3e0001; }
      html #middle #middle-container #column-one ul#private-page-navigation {
        margin: 10px 15px 10px 10px; }
    html #middle #middle-container #column-two {
      width: 770px; }
      html #middle #middle-container #column-two #page-content #title {
        border-bottom: 1px solid #bdbdbd; }
        html #middle #middle-container #column-two #page-content #title h2 {
          color: #800001;
          padding-bottom: 0; }
html #footer {
  background: black url(../images/footer.jpg) no-repeat top center;
  min-height: 100px; }
  html #footer #footer-container {
    width: 950px;
    margin: 0 auto; }
    html #footer #footer-container p.credits {
      position: relative;
      top: 35px;
      float: right;
      padding-right: 15px;
      color: white;
      font-size: 12px; }
      html #footer #footer-container p.credits a {
        color: #7a5306; }

body#tinymce {
  background-color: white !important;
  min-height: 550px;
  color: black !important; }
  body#tinymce h1 {
    font-size: 2em; }
  body#tinymce h2 {
    font-size: 1.8em; }
  body#tinymce h3 {
    font-size: 1.4em; }
  body#tinymce h4 {
    font-size: 1.2em; }
  body#tinymce h5 {
    font-size: 1.1em; }
  body#tinymce h6 {
    font-size: 1em; }
  body#tinymce p {
    margin: 0; }

.content h1 {
  font-size: 2em; }
.content h2 {
  font-size: 1.8em; }
.content h3 {
  font-size: 1.4em; }
.content h4 {
  font-size: 1.2em; }
.content h5 {
  font-size: 1.1em; }
.content h6 {
  font-size: 1em; }
.content p {
  margin: 0; }
