@charset "UTF-8";

@media screen, projection
{
  body { background: #78add5 url("../../../images/design/bg.png") repeat-x top left; padding: 27px 0; }

  body { text-align: center; }
  .page_margins { text-align:left; margin: 0 auto; }

  .page_margins { width: 929px; }
  .page { padding: 0px; }

  #header {
    color: #000;
    background: url("../../../images/design/bg_head.jpg") no-repeat top center;
    height: 273px; margin-bottom: 23px;
    overflow: hidden;
  }

  #nav {
    background: #168ce4 url('../../../images/design/bg_menu.png') no-repeat left top;
    height: 65px; overflow: hidden; margin-bottom: 21px; line-height: 59px; text-align: center; overflow: hidden;
  }
  #nav a {
    color: #a3d7fe; text-decoration: none; padding: 0 30px; height: 59px; line-height: 59px; display: inline-block;
  }
  #nav a:hover {
    color: #fff; text-decoration: none;
  }
  #nav a.active { background: url('../../../images/design/bg_menu_active.png') no-repeat center center; color: #fff; }
  #nav span { background: url('../../../images/design/bg_menu_line.png') no-repeat bottom left; display: inline-block; height: 59px; width: 2px; color: transparent; }

  #main { padding: 0; }

  #col1 { width: 25%; }
  #col1_content { padding: 10px 10px 10px 20px; }

  #col2 { width: 25%; }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 25%; }
  #col3_content { padding: 10px; }

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span { color:#999; }


  #footer {
    color: #fff; font-size: 0.90em;
    padding: 10px 20px;
    line-height: 1.5em; text-align: center;
  }
  #footer strong { font-weight: normal; }
  #footer a { color: #fff; text-decoration: none; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #fff; text-decoration: underline; }
}
