body {
  background-color: #3a1d16;
  font-family: Helvetica, Arial, Verdana, sans-serif; }
  body a, body a:hover {
    color: #db487e; }

#header {
  border-bottom: none; }

#header-container {
  background: #3a1d16 url(../images/header.jpg) no-repeat bottom right;
  min-height: 240px;
  padding-bottom: 0; }

#header .tagline1, #header .tagline2 {
  display: none; }

#middle-container {
  background: #e495b2 url(../images/middle_bg.jpg) repeat-y top left;
  overflow: hidden; }

#column-one {
  float: left;
  width: 17em; }

#column-two {
  background-color: white;
  width: 78em;
  float: left; }
  #column-two #page-content {
    position: relative;
    padding: 1em;
    min-height: 45em; }
    #column-two #page-content #title {
      border-bottom: 1px solid black;
      padding-bottom: 0; }
      #column-two #page-content #title h2 {
        color: black;
        font-size: 1.4em; }

#footer {
  background: #db487e url(/templates/common/images/gl_logo.gif) no-repeat 0 0.2em; }
  #footer #footer-container {
    margin: 0;
    color: white;
    font-size: 1.1em;
    text-transform: uppercase; }
    #footer #footer-container p {
      padding: 3.2em 0 2.4em 7em; }
    #footer #footer-container a {
      color: white; }

ul#page-navigation li {
  border-bottom: 1px solid #edbacd;
  background: transparent;
  padding-left: 1.5em;
  padding-bottom: 1px;
  margin: 1px 0 0; }
  ul#page-navigation li a {
    color: white;
    font-weight: normal; }
    ul#page-navigation li a:hover {
      text-decoration: none;
      color: #db487e; }
  ul#page-navigation li.current > a {
    text-decoration: none;
    font-weight: normal;
    color: #db487e; }
  ul#page-navigation li ul {
    margin: 0 -1.5em -0.1em -3em;
    background-color: #db487e; }
    ul#page-navigation li ul li {
      padding: 0.2em 0.5em 0.3em 2.4em;
      margin: 1px 0.5em 0;
      background: none;
      border-bottom: none; }
      ul#page-navigation li ul li a {
        color: white;
        line-height: 1.4em;
        text-decoration: none;
        font-weight: normal; }
        ul#page-navigation li ul li a:hover {
          color: white;
          text-decoration: underline; }
      ul#page-navigation li ul li:first-child {
        border-top: 1px solid #edbacd;
        margin: 1px 5px 0;
        padding-top: 5px; }
      ul#page-navigation li ul li.current > a {
        font-weight: normal;
        color: white;
        text-decoration: underline; }

#private-page-navigation {
  margin: 5px; }

ul#quick-navigation {
  top: 22.6em; }
  ul#quick-navigation li {
    line-height: 1.3em; }
    ul#quick-navigation li a {
      color: white;
      text-decoration: none;
      font-size: 1.1em; }
      ul#quick-navigation li a:hover {
        color: white;
        text-decoration: underline; }
    ul#quick-navigation li:first-child {
      border-left: none; }
