* {
  margin: 0;
  padding: 0;
}

body {
  background: #b5c9cd;
}

h1 span, h2 span, h3 span, h4 span, a.read_more span { display: none; }
a, a:active { outline: none; }
img { border: none; }

h3 {
  padding: 0 0 8px 12px;
  width: 670px;
  height: 38px;
  background: transparent url('../images/backgrounds/panel_green.png') no-repeat;
}

input[type="text"] {
  margin-top: 4px;
  padding: 2px;
  border: 1px solid #8f8e8e;
  background: #d8d7d7;
}


a.read_more {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  width: 74px;
  height: 9px;
  background: transparent url('../images/buttons/read_more.png') no-repeat;
}


#wrapper {
  /*background: transparent url('../images/backgrounds/content.png') repeat-y;*/
  margin: 46px auto 46px auto;
  width: 912px;
  min-height: 1000px;
}

#header {
  margin: auto;
  width: 900px;
  height: 179px;
  background: transparent url('../images/header.png') no-repeat;
}

#content {
  width: 912px;
  min-height: 824px;
  background: transparent url('../images/backgrounds/content.png') repeat-y;
  padding-left: 6px;
}
  #left {
    float: left;
    position: relative;
    width: 680px;
    min-height: 824px;
    background: transparent url('../images/backgrounds/content_part.png') repeat-y;
  }
    #banner {
      width: 670px;
      height: 146px;
      background: transparent url('../images/features/quote.jpg') no-repeat;
    }
      #banner span { display: none; }
    .content_item {
      /* so that #bottom_feature doesn't overflap text due to absolute positioning */
      margin-bottom: 280px;
      width: 670px;
    }
      .content_item p, .content_item table, .content_item li {
        margin-left: 32px;
        padding-right: 32px;
      }
      .content_item li { margin-left: 52px; }
        .content_item table td { vertical-align: top; }
    #bottom_feature {
      position: absolute;
      bottom: 0;
      width: 670px;
      height: 250px;
      background: transparent url('../images/backgrounds/dark.png') no-repeat;
    }
      #bottom_feature img {
        padding: 18px 0 0 14px;
      }
      #bottom_feature img.first { padding-left: 26px; }
  #right {
    float: right;
    padding-right: 24px;
  }
    #right div.box {
      width: 200px;
      margin-top: 12px;
    }
      #right div.box div.t {
        height: 32px;
        background: transparent url('../images/backgrounds/right_top.png') no-repeat;
        background-position: 1px 0;
      }
        #right div.box div.t img {
          margin: 11px 0 0 -2px;
        }
      #right div.box div.c {
        width: 192px;
        min-height: 60px;
        padding: 6px 0 0 2px;
        background: transparent url('../images/backgrounds/right_mid.png') repeat-y;
        text-align: center;
      }
        #right img.type {  }
        #right img.button { margin-top: 6px; }
        #right img.social { margin: 8px 8px 0 6px; }
        #right input.wide { width: 160px; }
        #day { width: 18px; text-align: center; }
        #month { width: 18px; text-align: center; }
        #year { width: 32px; text-align: center; }
        #right input#submit { margin: 4px 0 0 120px; }
      #right div.box div.b {
        height: 11px;
        background: transparent url('../images/backgrounds/right_bottom.png') no-repeat;
      }
    


#footer {
  height: 79px;
  background: transparent url('../images/backgrounds/footer.png') no-repeat;
  padding-left: 6px;
  text-align: center;
  clear: both;
}
  #footer_links {
    width: 900px;
    padding-top: 24px;
  }
    #footer_links img.sep { margin: 0 8px; }
  #credits {
    width: 900px;
    padding-top: 10px;
  }


#nav {
  width: 670px;
  height: 36px;
  background: transparent url('../images/backgrounds/nav.jpg') repeat-x;
}
  #nav ul {
    list-style: none;
  }
  #nav li {
    list-style: none;
    float: left;
    display: inline;
    background: url('../images/nav/on.jpg');
  }
    #nav li a {
      display: block;
      padding: 14px 12px 0 13px;
      height: 22px;
      background: url('../images/nav/off.jpg') repeat-x;
    }
    #nav li a:hover {
      background: url('../images/nav/on.jpg') repeat-x;
    }
  #nav li.sep {
    width: 1px;
    height: 36px;
    background: url('../images/nav/sep.jpg');
  }


















.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

