html #header, html #middle, html #footer {
  width: 100%;
  margin: 0 auto; }
  html #header #header-container, html #header #middle-container, html #header #footer-container, html #middle #header-container, html #middle #middle-container, html #middle #footer-container, html #footer #header-container, html #footer #middle-container, html #footer #footer-container {
    width: 1021px;
    margin: 0 auto; }
html body {
  background: white;
  font-family: Arial, Helvetica, sans-serif; }
  html body a {
    color: #2c8acd; }
    html body a:hover {
      color: #13629a; }
html #header {
  min-height: 134px;
  background: #d9e6f6; }
  html #header #header-container {
    min-height: 134px; }
    html #header #header-container h1, html #header #header-container tagline1, html #header #header-container tagline2 {
      display: none; }
    html #header #header-container a img {
      position: relative;
      top: 10px;
      left: 40px;
      float: left; }
    html #header #header-container ul#quick-navigation {
      display: none; }
    html #header #header-container ul#page-navigation {
      position: absolute;
      top: 98px;
      height: 36px;
      width: 850px;
      margin-left: 170px; }
      html #header #header-container ul#page-navigation li {
        height: auto;
        float: left;
        display: block;
        margin-right: 4px; }
        html #header #header-container ul#page-navigation li.current, html #header #header-container ul#page-navigation li:hover {
          background: #5da5d9;
          border-radius: 10px 10px 0 0; }
        html #header #header-container ul#page-navigation li a {
          display: block !important;
          font-size: 13px;
          text-transform: uppercase;
          padding: 11px 11px 10px 11px; }
          html #header #header-container ul#page-navigation li a:hover {
            color: white; }
        html #header #header-container ul#page-navigation li ul {
          top: 36px;
          width: 220px;
          background: transparent url(../images/li.png) repeat-x top left;
          border-radius: 0 10px 10px 10px; }
          html #header #header-container ul#page-navigation li ul li {
            border-radius: 0 0 0 0 !important;
            background: transparent !important;
            width: 220px; }
            html #header #header-container ul#page-navigation li ul li a {
              line-height: 12px; }
              html #header #header-container ul#page-navigation li ul li a:hover {
                color: #696969; }
            html #header #header-container ul#page-navigation li ul li ul {
              left: 220px;
              top: 0; }
html #middle {
  background: white; }
  html #middle #middle-container {
    background: transparent; }
    html #middle #middle-container #column-two #page-content {
      color: #666666; }
      html #middle #middle-container #column-two #page-content #title h2 {
        color: black; }
html #footer {
  background: white;
  min-height: 90px; }
  html #footer #footer-container {
    min-height: 90px;
    background: white url(../images/footer.png) no-repeat 50% 45px; }
    html #footer #footer-container p.credits {
      margin-top: 55px;
      color: #666666;
      text-align: center; }
      html #footer #footer-container p.credits a {
        color: #00ccfe; }
    html #footer #footer-container ul#quick-navigation {
      display: block;
      width: 50%;
      top: 18px;
      left: 330px;
      position: relative; }
      html #footer #footer-container ul#quick-navigation li a {
        color: #666666; }
    html #footer #footer-container ul#site-map {
      width: 100%;
      left: -87px;
      position: relative; }
      html #footer #footer-container ul#site-map li {
        float: left;
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid black;
        font-size: 11px; }
        html #footer #footer-container ul#site-map li:first-child {
          border-left: none; }
        html #footer #footer-container ul#site-map li a:hover {
          color: #2c8acd; }
        html #footer #footer-container ul#site-map li ul {
          display: none; }

.home #header {
  background: #d9e6f6 url(../images/header-bg-home.png) repeat-x top left; }

.home #middle {
  background: white url(../images/bg.jpg) repeat-x center top; }

.home #page-content {
  padding-top: 20px; }

body#tinymce {
  background-color: white !important;
  min-height: 550px;
  color: black !important; }
  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 {
  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; }
