html #header, html #middle, html #footer {
  margin: 0 auto;
  width: 1032px; }
html body {
  background: #8d191b;
  font-family: Arial, Helvetica, sans-serif; }
  html body a {
    color: #972e2f; }
    html body a:hover {
      color: #c9292b; }
html #header {
  min-height: 297px; }
  html #header #header-container {
    min-height: 297px;
    background: transparent url(../images/header.png) no-repeat center top; }
    html #header #header-container h1, html #header #header-container tagline1, html #header #header-container tagline2 {
      display: none; }
    html #header #header-container ul#quick-navigation {
      position: absolute;
      top: 0;
      right: 9.7em;
      background: transparent url(../images/quicknav_bg.png) repeat left top;
      padding: 10px; }
      html #header #header-container ul#quick-navigation li {
        display: inline;
        float: left;
        padding-left: 0;
        font-size: 12px; }
        html #header #header-container ul#quick-navigation li a {
          color: white;
          padding: 0 0.8em;
          border-left: 1px solid white; }
          html #header #header-container ul#quick-navigation li a:hover {
            color: #ffff99; }
        html #header #header-container ul#quick-navigation li:first-child a {
          border-left: none; }
    html #header #header-container ul#page-navigation {
      float: left;
      height: 30px;
      margin-left: 49px;
      margin-top: 241px;
      background: #006633 url(../images/nav_bg.png) repeat-x left top;
      width: 940px; }
      html #header #header-container ul#page-navigation li {
        height: 30px;
        float: left;
        display: block;
        text-align: center;
        border-right: 1px solid #c3c785; }
        html #header #header-container ul#page-navigation li.current > a, html #header #header-container ul#page-navigation li a:hover {
          background: #bcae00 url(../images/nav_bg_over.png) repeat-x; }
        html #header #header-container ul#page-navigation li a {
          display: block !important;
          background-color: transparent;
          line-height: 16px;
          font-size: 12px;
          padding: 7px 15px;
          color: white; }
        html #header #header-container ul#page-navigation li ul {
          margin-top: 0;
          width: 15em;
          height: auto;
          background: transparent url(../images/subnav.png); }
          html #header #header-container ul#page-navigation li ul li {
            border-right: none;
            height: auto; }
            html #header #header-container ul#page-navigation li ul li a {
              padding: 7px 15px;
              line-height: 10px; }
            html #header #header-container ul#page-navigation li ul li.current > a, html #header #header-container ul#page-navigation li ul li a:hover {
              background: transparent;
              color: #ffff99; }
            html #header #header-container ul#page-navigation li ul li ul {
              left: 15em;
              top: 0; }
    html #header #header-container ul#private-page-navigation {
      clear: both;
      width: 835px;
      margin-left: 50px; }
html #middle {
  background: transparent url(../images/middle_bg.png) repeat-y; }
  html #middle #middle-container {
    background: transparent url(../images/middle_bottom.png) no-repeat 5px bottom;
    margin: 0 auto;
    min-height: 418px;
    padding: 10px; }
    html #middle #middle-container #column-one {
      width: 910px;
      margin: 0 auto; }
    html #middle #middle-container #column-two {
      width: 910px;
      margin: 0 auto; }
      html #middle #middle-container #column-two #page-content #title h2 {
        color: #8d191b;
        padding-bottom: 5px; }
html #footer {
  background: url(/templates/common/images/gl_logo_sm.gif) no-repeat 50px 10px; }
  html #footer #footer-container {
    width: 910px;
    margin: 0 auto;
    min-height: 50px; }
    html #footer #footer-container p.credits {
      position: relative;
      top: 13px;
      left: 41px;
      float: left;
      color: white;
      font-size: 12px; }
      html #footer #footer-container p.credits a {
        color: white; }
        html #footer #footer-container p.credits a:hover {
          color: #ffff99; }
    html #footer #footer-container ul#quick-navigation {
      display: none; }

body#tinymce {
  background-color: white !important;
  min-height: 500px; }
