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

body {
  background-color: #fedcf5;
  background-image: none;
  font-family: Arial, Helvetica, sans-serif; }
  body a {
    color: #ff6666; }

#header-container {
  background: transparent url(../images/header.jpg) no-repeat scroll left top;
  padding-top: 217px;
  margin-top: 0; }
  #header-container h1 {
    display: none; }
  #header-container .tagline1 {
    display: none; }
  #header-container .tagline2 {
    display: none; }

ul#quick-navigation {
  position: absolute;
  top: 0.2em;
  right: 1em; }
  ul#quick-navigation li {
    padding-left: 0.6em; }
    ul#quick-navigation li a {
      color: white;
      border-left: 1px solid white;
      font-size: 1.1em; }
      ul#quick-navigation li a:hover {
        color: #009933;
        text-decoration: none; }

#middle {
  background-color: white; }

#middle-container {
  padding: 1em 1.5em; }

ul#page-navigation {
  background: transparent url(../images/nav_bg.png) repeat-x left top; }
  ul#page-navigation li {
    border-right: none;
    height: 3em; }
    ul#page-navigation li a {
      background: transparent;
      padding: 9px 3em 7px;
      font-size: 1.1em;
      font-weight: bold;
      text-align: center; }
      ul#page-navigation li a:hover {
        background: transparent url(../images/nav_bg_over.png) repeat-x left top;
        color: white; }
    ul#page-navigation li.current a {
      background: #ea76af url(../images/nav_bg_over.png) repeat-x left top;
      color: white; }
    ul#page-navigation li.current ul {
      *top: 3em; }
      ul#page-navigation li.current ul li {
        display: block;
        width: 12em;
        border-bottom: 1px solid #ea76af; }
        ul#page-navigation li.current ul li a {
          background-color: #d55e82;
          background-image: none;
          opacity: 1;
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          color: white;
          text-align: left;
          font-weight: normal;
          padding: 0.6em 1em; }
          ul#page-navigation li.current ul li a:hover {
            color: white;
            text-decoration: underline;
            background-image: none; }
        ul#page-navigation li.current ul li:last-child {
          border-bottom: none; }
    ul#page-navigation li ul {
      *top: 3em; }
      ul#page-navigation li ul li {
        border-bottom: 1px solid #ea76af;
        border-left: none;
        border-right: none;
        display: block;
        width: 12em; }
        ul#page-navigation li ul li a {
          background-color: #d55e82;
          background-image: none;
          opacity: 1;
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          text-align: left;
          padding: 0.6em 1em;
          font-weight: normal; }
          ul#page-navigation li ul li a:hover {
            background-color: #d55e82;
            background-image: none;
            text-decoration: underline; }
        ul#page-navigation li ul li:last-child {
          border-bottom: none; }
        ul#page-navigation li ul li.current a {
          background-color: #d55e82;
          background-image: none;
          text-decoration: underline; }

ul#page-navigation li ul {
  left: 0; }

ul#page-navigation li ul li ul {
  margin-left: -30px; }

#private-page-navigation li a {
  padding: 0.1em 0.7em 0 0.7em; }

#page-content h2 {
  font-size: small;
  font-family: Arial, sans-serif;
  color: #ff6666; }
#page-content p {
  font-size: small;
  font-family: Georgia, serif;
  color: black; }

table.Presidents_Message td {
  color: white;
  font-size: x-small; }

table.Home_Page_News a {
  color: white;
  font-weight: bold; }

table.Home_Page_News a:hover {
  color: #005826;
  text-decoration: none; }

#footer {
  background: transparent url(../images/footer.png) repeat-x top left; }

#footer #footer-container {
  background: transparent url(../../templates/common/images/gl_logo.gif) no-repeat left top;
  padding: 2.5em 0 2.7em 6.8em;
  font-size: 1.2em;
  color: white; }
  #footer #footer-container a {
    color: white; }

#footer #footer-container ul#quick-navigation {
  display: none; }

body.splash {
  background: white; }

.splash #middle {
  background: transparent url(../images/phiphiomega_splash.jpg) no-repeat top center;
  min-height: 768px;
  margin-top: 0; }

.splash #middle ul#page-navigation {
  position: relative;
  top: 335px;
  *top: 345px;
  left: 420px;
  background: none;
  width: 90px; }

.splash #middle ul#page-navigation li {
  display: none; }

.splash #middle ul#page-navigation li:first-child {
  display: block;
  height: 4em; }
  .splash #middle ul#page-navigation li:first-child a {
    color: black;
    font-family: Times New Roman, serif;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    background: none;
    text-indent: -9999px;
    height: 40px;
    width: 90px; }

.splash #middle ul#page-navigation li ul {
  display: none; }

.splash #footer {
  display: none; }

