* { margin: 0; padding: 0; }

fieldset { border: none; }

html, body { height: 100%; }

body { 
  background: #d4d8da url(/images/body-bg.gif) repeat-y top center;
  font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

  a, a:visited {
    text-decoration: none;
    color: #f0ba72;
  }

  a:hover, a:active {
    color: #e09a3c;
    text-decoration: underline;
  }

  h1 {
    margin: 14px 0;
    font-weight: normal;
    font-size: 115%;
    color: #fff;
  }
  
  h2 {
    width: 500px;
    margin: 0px auto;
    border-top: 1px solid #b4babe;
    border-bottom: 1px solid #b4babe;
    text-align: center;
    font-size: 80%;
    font-weight: normal;
    line-height: 20px;
    color: #829098;
    letter-spacing: -1px;
  }

  /* Remove border around all linked images */
  a img { border: 0 none; }

  #headerImg {
    display: block;
    margin: 19px auto;
  }

  #cBoxTop{
    height: 9px;
    width: 532px;
    margin: 10px auto 0;
    background: #253842 url(/images/cBox-top.gif) no-repeat top center;
  }
  
  #cBox {
    position: relative;
    width: 438px;
    margin: 0 auto;
    padding: 11px 47px 27px;
    background: #253842 url(/images/cBox-bg.gif) repeat-y top center;
    color: #dadfe2;
    line-height: 170%;
  }

  #cBoxBtm{
    height: 9px;
    width: 532px;
    margin: 0 auto;
    background: #253842 url(/images/cBox-btm.gif) no-repeat top center;
  }
  
    #cBox p {
      margin: 14px 0;
      font-size: 90%;

    }
    
    #cBox hr {
      margin: 0;
      padding: 0;
      color: #5b6970;
      background-color: #5b6970;
      border: 0;
      height: 1px;
    }

    .floaters {
      width: 438px;
      margin: 0 auto;
    }


    .floatbox {
      position: absolute;
      width: 180px;
      left: 532px;
      clear: both;
      padding: 4px;
    }
    
    #emailus a {
      display: block;
      color: #253842;
      text-decoration: none;
      line-height: 30px;
      text-align: left;
    }

    #emailus a:link, #emailus a:visited {
      background: url(/images/email.png) no-repeat 0 0;
      padding-left: 40px;
    }

    #emailus a:hover, #emailus a:active {
      color: #d38009;
      background: url(/images/email.png) no-repeat 0 -34px;
      padding-left: 40px;
    }

    #directions {
      top: 48px;
    }

    #directions a {
      display: block;
      color: #253842;
      text-decoration: none;
      line-height: 33px;
    }

    #directions a:link, #directions a:visited {
      background: url(/images/dir.png) no-repeat 0 0;
      padding-left: 40px;
    }

    #directions a:hover, #directions a:active {
      color: #d38009;
      background: url(/images/dir.png) no-repeat 0 -33px;
      padding-left: 40px;
    }

    #blog {
      top: 86px;
    }

    #blog a {
      display: block;
      color: #253842;
      text-decoration: none;
      line-height: 30px;
    }

    #blog a:link, #blog a:visited {
      background: url(/images/blog.png) no-repeat 0 0;
      padding-left: 40px;
    }

    #blog a:hover, #blog a:active {
      color: #d38009;
      background: url(/images/blog.png) no-repeat 0 -34px;
      padding-left: 40px;
    }
    
    #give {
      top: 122px;
    }

    #submitGive {
      color: #253842;
      background: url(/images/give.png) no-repeat 0 0;
      text-decoration: none;
      display: block;
      height: 30px;
      font-size: 100%;
      cursor: pointer;
      border: 0 none;
      line-height: 30px;
      padding-left: 36px;
    }

    #submitGive:hover, #submitGive:active {
      color: #d38009;
      background: url(/images/give.png) no-repeat 0 -33px;
      text-decoration: none;
      display: block;
      height: 30px;
      font-size: 100%;
      cursor: pointer;
      border: 0 none;
      line-height: 30px;
      padding-left: 36px;
    }