html, body, p, ul, li, h1, h2, h3, h4, form {
  margin: 0px;
  padding: 0px; }

body {
  color: #666;
  font-family: Arial, sans-serif; }

a {
  text-decoration: none;
  color: #4ABCE1; }

.clearfloat {
  clear: both;
  font-size: 0px;
  height: 0px; }

#navigation {
  position: absolute;
  z-index: 95;
  width: 420px;
  height: 25px;
  margin: 45px 0px 50px 35px;
  padding-left: 15px;
  background: #fff url(../images/menu_bullet.gif) no-repeat top left; }
    #navigation h1 a {
      display: block;
      width: 15px;
      height: 15px;
      position: absolute;
      left: -5px; }
      #navigation h1 a span {
        display: none; }
  #navigation ul {
    list-style: none; }
    #navigation ul li {
      float: left; }
      #navigation ul li ul {
        position: absolute;
        left: 15px;
        top: 10px;
        padding-top: 5px;
        display: none; }
      #navigation ul li.active a {
        color: #4ABCE1; }
      #navigation ul li.active ul {
        display: block; }
        #navigation ul li.active ul a {
          color: #666; }
        #navigation ul li.active ul a:hover, #navigation ul li.active ul a.active {
          color: #4ABCE1; }
          #navigation ul li.active ul li.active a {
            color: #4ABCE1; }
  #navigation a {
    color: #666;
    text-transform: uppercase;
    font: 10px/10px Arial, sans-serif;
    float: left;
    margin-right: 8px; }
  #navigation a:hover, #navigation a.active {
    color: #4ABCE1; }
  #navigation #contact_link {
    position: absolute;
    top: -35px;
    left: 360px;
    background: url(../images/menu_bullet.gif) no-repeat top left;
    padding-left: 15px; }
  #navigation #contact_link.down {
    background: url(../images/menu_bullet_up.gif) no-repeat top left; }

#contact_info {
  position: absolute;
  z-index: 199;
  left: 35px;
  padding: 45px 15px 15px 15px;
  width: 325px;
  background: transparent url(../images/contact_bg.gif) no-repeat bottom; }
  #contact_info a.close_link {
    position: absolute;
    top: 10px;
    left: 15px;
    font: 10px/12px Arial, sans-serif;
    color: #9F9F9F; }
  #contact_info a.close_link:hover {
    color: #4ABCE1; }
  #contact_info p {
    font: 10px/12px Arial, sans-serif;
    float: left;
    width: 150px;
    margin-right: 15px;
    color: #9F9F9F;
    margin-bottom: 0px; }
    #contact_info p a {
      font: 9px/12px Arial, sans-serif;
      color: #4ABCE1; }
  #contact_info .overlay {
    position: absolute;
    bottom: -1px;
    _bottom: -8px;
    left: -1px;
    z-index: 200;
    background: url(../images/corner_close.gif) no-repeat;
    height: 13px;
    width: 13px; }
    #contact_info .overlay span {
      display: none; }

#content {
  padding-top: 120px;
  position: relative; }

#footer {
  clear: both;
  border-top: 1px solid #d0d0d0;
  margin-top: 25px;
  padding: 20px 50px; }
  #footer p {
    font: 10px/12px Arial, sans-serif;
    float: left;
    margin-right: 20px;
    color: #9F9F9F; }
