html #header, html #middle, html #footer {
  width: 1010px; }

body {
  background: black url(../images/bg.png) repeat-x top left;
  font-family: Georgia, Times New Roman, serif; }
  body a {
    color: maroon; }
    body a:hover {
      color: #380303; }

#header {
  background: transparent url(../images/header.jpg) no-repeat top left;
  min-height: 217px;
  padding: 0; }

#header-container {
  background-image: none !important;
  min-height: 217px; }

ul#quick-navigation {
  left: 10px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 6px; }
  ul#quick-navigation li {
    padding: 0 10px;
    border-left: 1px solid white; }
    ul#quick-navigation li:first-child {
      border: none; }

#column-one ul#page-navigation {
  background-color: maroon !important;
  height: 41px; }
  #column-one ul#page-navigation li {
    margin-left: -2px; }
    #column-one ul#page-navigation li:first-child {
      margin-left: 0; }
      #column-one ul#page-navigation li:first-child ul li {
        margin-left: 0; }
    #column-one ul#page-navigation li a {
      font-size: 13px;
      border-right: 1px solid #aa5454;
      font-family: Georgia, Times New Roman, serif !important;
      padding: 12px 10px 13px !important; }
      #column-one ul#page-navigation li a:hover {
        background-color: #510605 !important; }
    #column-one ul#page-navigation li ul {
      background-color: #510605 !important;
      border: none !important; }
      #column-one ul#page-navigation li ul li a {
        border: none !important;
        background-color: #510605 !important; }
        #column-one ul#page-navigation li ul li a:hover {
          background-color: #380303 !important; }
      #column-one ul#page-navigation li ul li:first-child {
        margin-left: -2px; }

#column-two {
  padding: 1em; }
  #column-two #page-content #title h2 {
    font-family: Verdana, Arial, sans-serif; }

#footer {
  background-color: maroon; }
  #footer #footer-container {
    text-align: left !important;
    color: white; }
    #footer #footer-container a {
      color: white; }

html #header h1 {
  color: black;
  display: block;
  font-size: 1.5em;
  font-weight: normal;
  left: 378px;
  position: absolute;
  top: 160px; }

#header #header-container span.tagline1 {
  float: right;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 6px;
  width: 13.3em; }

#header #header-container span.tagline2 {
  color: black;
  font-size: 1em;
  font-weight: normal;
  left: 412px;
  position: absolute;
  top: 195px; }

body#tinymce {
  background-color: white !important;
  min-height: 550px;
  color: black !important; }
  body#tinymce h1, body#tinymce h2, body#tinymce h3, body#tinymce h4, body#tinymce h5, body#tinymce h6 {
    font-family: Verdana, Arial, sans-serif; }
  body#tinymce h1 {
    font-size: 18px; }
  body#tinymce h2 {
    font-size: 16px; }
  body#tinymce h3 {
    font-size: 14px; }
  body#tinymce h4 {
    font-size: 13px; }
  body#tinymce h5 {
    font-size: 12px; }
  body#tinymce h6 {
    font-size: 11px;
    font-weight: bold; }
  body#tinymce p {
    margin: 5px 0; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-family: Verdana, Arial, sans-serif; }
.content h1 {
  font-size: 18px; }
.content h2 {
  font-size: 16px; }
.content h3 {
  font-size: 14px; }
.content h4 {
  font-size: 13px; }
.content h5 {
  font-size: 12px; }
.content h6 {
  font-size: 11px;
  font-weight: bold; }
.content p {
  margin: 5px 0; }
