@charset "utf-8";
/* rules for more consistent rendering for all browsers */
html, body,
h1, h2, h3, h4, h5, h6,
p, div, span,
ul, ol, dl,
img, form div {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
}
img, form div {
  display: block;
}

/* site styles */
body {
  background: #fff url('../images/body-bg.png') repeat-x;
}

body, select, input, textarea {
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 10px;
  color: #736357;
}

div.clear {
  clear: both;
}

#content {
  width: 1000px;
  margin: 0px auto;
  padding-top: 5px;
  position: relative;
}

#content a {
  color: #736357;
}

#content h1 {
  float: left;
  padding-top: 30px;
  padding-left: 38px;
  width: 181px;
  height: 109px;
}
#content h1 span {
  display: none;
}
#content h1 a {
  display: block;
  float: left;
  width: 181px;
  height: 109px;
  background: url('../images/logo.png') no-repeat 0 0;
  outline: none;
}
#content ul#nav {
  position: absolute;
  top: 43px;
  left: 630px;
  z-index: 99;
}
#content ul#nav li {
  float: left;
}
#content ul#nav li a {
  display: block;
  height: 13px;
  background: url('../images/nav.png');
  outline: none;
}
#content ul#nav li a:hover {
  background: url('../images/nav-active.png');
}
#content ul#nav li a span {
  display: none;
}
#content ul#nav li.about-us a,
#content ul#nav li.about-us a:hover {
  width: 72px;
  background-position: 0 0;
}
#content ul#nav li.contact a,
#content ul#nav li.contact a:hover {
  width: 91px;
  background-position: -72px 0;
}
#content ul#nav li.phone a,
#content ul#nav li.phone a:hover {
  width: 110px;
  background: url('../images/nav.png');
  background-position: -163px 0;
  cursor: default;
}
#content ul#nav li.faq a,
#content ul#nav li.faq a:hover {
  width: 37px;
  background-position: -273px 0;
}
#content #intro_text {
  width: 669px;
  height: 173px;
  float: left;
  padding-left: 54px;
  padding-top: 31px;
  background: url('../images/intro-text.png') no-repeat 54px 31px;
  position: relative;
  z-index: 0;
}

#content #intro_text h2,
#content #intro_text p {
  display: none;
}

#content a#faq_link_1 {
  display: block;
  background: url('../images/faq.png');
  width: 29px;
  height: 10px;
  position: absolute;
  top: 44px;
  left: 906px;
  z-index: 2;
}
#content a#faq_link_1 span {
  display: none;
}

#content a#faq_link_2 {
  display: block;
  width: 239px;
  height: 15px;
  position: absolute;
  top: 158px;
  left: 613px;
  border-bottom: 1px solid #736357;
}
#content a#faq_link_2 span {
  display: none;
}

#content #form {
  width: 450px;
  height: 220px;
  float: left;
  background: url('../images/lower-bg.png');
  padding-top: 130px;
  padding-left: 550px;
  color: #fff;
  position: relative;
  clear: both;
}

#content #form h2 {
  display: none;
}

#content #form div.field {
  width: 180px;
  margin-right: 22px;
  margin-bottom: 6px;
  float: left;
}
#content #form div.field label {
  display: block;
  padding-bottom: 0;
}
#content #form div.field input, select {
  color: #736357;
}
#content #form div.field input.text {
  display: block;
  width: 170px;
  height: 16px;
  border: 1px solid #999b93;
}
#content #form div.field.agree {
  float: none;
  clear: both;
  width: 110px;
  margin-bottom: 0;
}
#content #form div.field.agree input {
  display: block;
  float: left;
}
#content #form div.field.agree label span {
  display: none;
}
#content #form div.field.agree label {
  float: right;
  display: block;
  width: 85px;
  height: 15px;
  background: url('../images/agree.png');
  margin-top:3px;
}
#content #form p {
  margin-right: 70px;
  line-height: 1.1em;
  height: 55px;
  z-index: 9;
}
#content #form button {
  display: block;
  width: 119px;
  height: 43px;
  border: none;
  background: url('../images/lets-go.png');
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
#content #form button span {
  display: none;
}
#content #form p#agreement a {
  color: #fff;
}
#content #footer {
  margin-top: 20px;
  padding: 0 121px 0 265px;
  float: left;
  clear: both;
  font-size: 8pt;
  width: 677px;
}
#content #footer p {
  margin-bottom: 10px;
}
#content #footer a {
  color: #736357;
}
#content #footer span.copyright {
  padding-left: 15px;
}

#content #overlay {
  position: absolute;
}

#content div#faq {
  display: none;
  width: 613px;
  border: 1px solid #b2b2b2;
  position: absolute;
  left: 270px;
  top: 30px;
  background: #fff url('../images/faq-header.png') no-repeat top;
  padding: 145px 40px 40px 40px;
  z-index: 99;
}

#content div#faq a#faq_close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 53px;
  height: 20px;
  background: url('../images/faq-close.png');
}
#content div#faq a {
  color: #736357;
}
#content div#faq a span {
  display: none;
}

#content div#faq h2 {
  display: none;
}

#content div#faq p {
  margin: 1.5em 0;
}

#content div#faq div.inner {
  height: 400px;
  overflow: auto;
}

body#page2 #content h1 a {
  height: 143px;
}
body#page2 #content #intro_text {
  background: url('../images/page2-text.png') no-repeat 52px 0;
  width: 668px;
  height: 107px;
  margin-top: 36px;
}

body#page2 #content #form {
  background: url('../images/lower-bg-p2.png') no-repeat;
  height: 250px;
}

body#page2 #content #form div.field {
  width: 300px;
  float: none;
}

body#page2 #content #form input.text,
body#page2 #content #form select {
  width: 270px;
}

body#page2 #content #form div.field.city {
  width: 110px;
  float: left;
}
body#page2 #content #form div.field.state {
  width: 30px;
  float: left;
}
body#page2 #content #form div.field.zip {
  width: 86px;
  float: left;
}
body#page2 #content #form div.field.city input {
  width: 110px;
}
body#page2 #content #form div.field.state input {
  width: 30px;
}
body#page2 #content #form div.field.zip input {
  width: 86px;
}
body#page2 #content #form div.field.credit_cards {
  clear: left;
}
body#page2 #content #form div.field.debt_amt input.text {
  background: #fff url('../images/dollar.png') no-repeat 4px center;
  padding-left: 14px;
  width: 256px;
}
body#page2 #content div#thankyou {
  margin-top: 20px;
  font-size: 1.2em;
}
body#page2 #content div#thankyou p {
  height: auto;
  margin: 1.5em 40px 0 0;
}

body.subpage {
  background: #fff url('../images/body-bg-simple.png') repeat-x;
}
body.subpage #copy {
  float: left;
  width: 555px;
  padding-left: 60px;
  margin-top: 100px;
}
body.subpage h2 {
  width: 672px;
  height: 40px;
  background-repeat: no-repeat;
}
body.subpage h2#about-us-header {
  background-image: url('../images/about-us-header.png');
}
body.subpage h2#contact-header {
  background-image: url('../images/contact-header.png');
  height: 34px;
}
body.subpage h2#disclaimer-header {
  background-image: url('../images/disclaimer-header.png');
}
body.subpage h2#privacy-header {
  background-image: url('../images/privacy-header.png');
}
body.subpage h2#terms-header {
  background-image: url('../images/terms-header.png');
}
body.subpage h2 span {
  display: none;
}
body.subpage #copy p {
  margin: 1.2em 0;
}
body.subpage #copy ul li {
  list-style-type: disc;
  margin-left: 20px;
}
body.subpage #footer {
  margin-top: 100px !important;
  width: 575px !important;
  padding: 0px 10px 0 275px !important;
}
body.subpage .big {
  font-size: 1.4em;
}

body#contact_us form {
  margin-top: 30px;
}

body#contact_us label {
  display: block;
  width: 170px;
  padding-right: 10px;
}

body#contact_us textarea {
  display: block;
  width: 360px;
  height: 4.5em;
}

body#contact_us p.textfield {
  float: left;
  width: 190px;
  margin-top: 0;
}
body#contact_us p.textfield input {
  width: 170px;
}

body#contact_us p.textarea label {
  float: none;
  width: 232px;
}

body#contact_us input.submit {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent url('../images/send.png');
  width: 75px;
  height: 30px;
  cursor: pointer;
}

body#contact_us p#field_message {
  float: none;
  clear: both;
}
body#contact_us p#field_message textarea {
  height: 8.5em;
}

body#contact_us ul.errorlist {
  color: #f00;
  text-transform: capitalize;
}
body#contact_us ul.errorlist li ul {
  margin-left: 10px;
  text-transform: none;
}

body#contact_us p.error label {
  color: #f00;
}

body#contact_us.b2b p.email {
  float: none;
}

#faq p.guarantee {
  padding-top: 2em;
}
