html #header, html #middle, html #footer {
  width: 100%;
  margin: 0 auto; }
html body {
  background: #feeff4;
  font-family: Arial, Helvetica, sans-serif; }
  html body a {
    color: #d9487f; }
    html body a:hover {
      color: #542d26; }
html #header {
  background: transparent;
  border-top: 0; }
  html #header #header-container {
    width: 944px;
    margin: 0 auto;
    min-height: 195px;
    padding-bottom: 0;
    background: transparent url(../images/header.png) no-repeat center top; }
    html #header #header-container h1 {
      width: 100%;
      text-align: left;
      left: 15px;
      top: 19px;
      font-weight: bold;
      font-size: 12px;
      color: white;
      display: block;
      position: absolute; }
    html #header #header-container .tagline1 {
      width: 100%;
      text-align: left;
      left: 15px;
      top: 34px;
      font-weight: bold;
      font-size: 12px;
      color: white; }
    html #header #header-container .tagline2 {
      width: 100%;
      text-align: left;
      left: 15px;
      top: 50px;
      font-weight: bold;
      font-size: 12px;
      color: white;
      display: block;
      position: absolute; }
    html #header #header-container ul#quick-navigation {
      padding-right: 20px;
      top: 5px;
      left: 15px; }
      html #header #header-container ul#quick-navigation li {
        border-left: 1px solid #e495b2; }
        html #header #header-container ul#quick-navigation li a {
          color: #e495b2;
          font-weight: bold;
          font-size: 12px; }
          html #header #header-container ul#quick-navigation li a:hover {
            color: white;
            text-decoration: none; }
      html #header #header-container ul#quick-navigation li:first-child {
        padding-left: 0;
        margin-left: 0; }
html #middle {
  background: transparent url(../images/mid-bg.png) repeat-y center top; }
  html #middle #middle-container {
    width: 944px;
    margin: 0 auto; }
    html #middle #middle-container #column-one {
      width: 198px; }
      html #middle #middle-container #column-one ul#page-navigation li {
        height: auto;
        display: block;
        margin: 0;
        border-bottom: 1px solid white; }
        html #middle #middle-container #column-one ul#page-navigation li.current > a, html #middle #middle-container #column-one ul#page-navigation li a:hover {
          font-weight: bold;
          display: block; }
        html #middle #middle-container #column-one ul#page-navigation li a {
          display: block;
          padding: 3px 3px 3px 10px;
          line-height: 20px;
          color: white; }
        html #middle #middle-container #column-one ul#page-navigation li ul {
          background: #d96a91; }
          html #middle #middle-container #column-one ul#page-navigation li ul li {
            background: transparent;
            margin: 0;
            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 {
              font-weight: bold; }
            html #middle #middle-container #column-one ul#page-navigation li ul li ul {
              background: #d45885; }
              html #middle #middle-container #column-one ul#page-navigation li ul li ul li {
                margin: 0; }
      html #middle #middle-container #column-one ul#private-page-navigation {
        margin: 10px 15px 10px 10px; }
    html #middle #middle-container #column-two {
      width: 746px; }
      html #middle #middle-container #column-two #page-content {
        background: white; }
        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: #da467b;
            padding-bottom: 0; }
html #footer {
  background: transparent;
  min-height: 90x; }
  html #footer #footer-container {
    width: 944px;
    min-height: 60px;
    margin: 0 auto;
    background: #542d26; }
    html #footer #footer-container p.credits {
      position: relative;
      top: 10px;
      float: left;
      color: white;
      padding: 13px 70px 32px;
      font-size: 12px;
      background: url(/templates/common/images/gl_logo_sm.gif) no-repeat 14px 0px; }
      html #footer #footer-container p.credits a {
        color: #f3b4c9; }

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; }

body#tinymce h1, h2, h3, h4, h5, h6 {
  color: da467b; }

.content h1, h2, h3, h4, h5, h6 {
  color: #da467b; }

.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; }

body.home #middle {
  background: transparent url(../images/mid-bg-home.png) repeat-y center top; }
  body.home #middle #middle-container #column-two #page-content {
    background: transparent; }
