html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a { color: #000; text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { color: #000; }
body {
  background: #f5f5db url(images/bg.jpg) top center repeat-y;
  background-position: top center;
  font: normal 1.0em Arial;
  line-height: 1;
  overflow-x: hidden;
}



/* structure */
#container {
  background: url(images/container.jpg) top center no-repeat;
  margin: 0 auto;
  min-height: 499px;
  width: 100%;
}

#top {
  height: 141px;
  width: 942px;
}

#content {
  margin: 13px auto 0 auto;
  padding-left: 14px;
  width: 912px;
}



/* Content Left */
#left {
  float: left;
  margin: 0 0 25px 0;
  width: 615px;
}
  #left p {
    color: #6f6f6f;
    font-size: 0.75em;
  }
  #left form {
    background: url(images/form.jpg) no-repeat;
    height: 731px;
    font: normal 1.0em Verdana;
    padding: 0 20px 0 44px;
    position: relative;
  }
    #left form p.caption {
      color: #50646d;
      padding: 90px 0 20px 0;
    }
    #left form .fix {background: url(images/big_round.gif) no-repeat;}
    #left form div.dark {
      margin: 10px 0 0 0;
      padding: 6px 19px;
    }
    #left form div.row {
      margin: 8px 0 0 0;
    }
      #left form div.required.row label strong {
        color: #de0000;
        font: bold 0.9em Verdana;
      }
      #left form div.row label {
        color: #536567;
        display: block;
        font-size: 0.8em;
        margin: 0 0 0 3px;
      }
        #left form div.checkboxes label {
          display: inline;
        }
      #left form div.row input { 
        margin: 1px 0 0 0;
      }
      #left form div.row input[type=text] {
        width: 200px;
      }
    /* error divs */
    #left form div.error {
      
    }
      #left form div.error label {
        color: #000;
        font-weight: bold;
      }
      #left form div.error select,
      #left form div.error input {
        border: 1px solid #c43b36;
      }
    #left form #submit {
      left: 276px;
      position: absolute;
      top: 300px;
    }
    #left form fieldset {
      
    }
      #left form h2,
      #left form fieldset legend {
        color: #4d656f;
        font: bold 1.0em Arial;
      }
      #left form fieldset.left {
        float: left;
        width: 44%;
      }
      #left form fieldset.right {
        float: right;
        width: 56%;
      }
        #left form fieldset.right p.info {
          color: #4e646f;
          font-size: 0.65em;
          line-height: 1.5em;
          margin: 20px 8px 0 20px;
        }
  #left div.info {
    clear: both;
    color: #99a4a6;
    margin: 45px 20px 0 0;
  }
    #left div.info p {
      line-height: 1.5em;
      font-size: 0.7em;
      margin: 10px 0 15px 0;
    }
/* hack */
#left #additional {
  left: 300px;
  position: absolute;
  top: 380px;
  width: 300px;
}
  #left #additional h2 {
    width: 250px;
  }
  #left #additional input {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


/* Content right */
#right {
  float: left;
  width: 296px;
}
  #right #flash-quote {
    height: 141px;
    width: 296px;
  }
  #right div.info {
    margin: 34px 0 0 20px;
  }
    #right div.info img {
      display: block;
      margin: 0 0 16px 0;
    }
    #right div.info ul {
      margin: 0 0 40px 0;
    }
      #right div.info ul li {
        color: #4f6570;
        font: normal 12px Verdana;
        list-style: disc inside;
        margin: 10px 20px 15px 15px;
      }
        #right div.info ul li a {
          color: #4f6570;
          font-size: 11px;
          text-decoration: none;
        }



body.thankyou {
  
}
  body.thankyou h1 {
    color: #4f686f;
    font: bold 1.9em Arial;
    margin: 20px 0 15px 0;
  }
  body.thankyou h2 {
    color: #cb7e06;
    font: normal 1.25em Arial;
    margin: 2px 0 15px 0;
  }
  body.thankyou p {
    color: #434343;
    font: normal 0.75em Arial;
  }


/* shared */
.clear { clear: both }
