body {
  background-color: #FFF;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

p.disclaimer_text {
  font-size: 10px;
}

a {
  color: #007ac3;
}

#wrapper {
  width: 801px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#header {
  float: left;
  width: 801px;
}

#navigator {
  width: 801px;
  float: left;
}

#navigator img {
  float: left;
}

div.bodyarea {
  display: none;
  width: 798px;
  float: left;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  background: #dee1e5 url('../images/gradient_bg.jpg') repeat-x top left;
  position: relative;
}

.ie6 div.bodyarea {
  float: none;
}

div.buffer {
  padding: 5px 25px 5px 25px;
  display:none;
}

div.qbuffer {
  float: left;
  margin-left: 100px;
  height: 100%;
}

div.number {
  width: 60px;
  float: left;
}

div.qbuffer img {
  float: left;
}

td.arrow {
  width: 20px;
}

div.qbuffer table {
  width: 500px;
}

td.option {
  width: 360px;
}

td p {
  margin: 0px;
}

img.qcontinue {
  float: right;
  margin-left: 5px;
}

p.start_button {
  text-align: center;
  margin-bottom: 40px;
}

#calc_result {
  width: 798px;
  height: 329px;
  background: url('../images/result_bg.jpg');
  color: #FFF;
}

#calc_result p {
  color: #FFF;
  padding: 0px;
  margin: 0px;
}

p#value_plan_header, p#payg_plan_header {
  color: #FFF;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

#review_smoosher {
  float: left;
  
}

#review_smoosher p {
  padding: 2px;
  margin: 3px;
}

#review_smoosher table {
  margin: 0px 0px 15px -2px;
  display: inline;
}


#review_smoosher td.option {
  width: 300px;
}

#valueplan {
  float: left;
  width: 350px;
  margin-left: 30px;
  margin-top: 20px;
}

.ie6 #valueplan {
  margin-left: 15px;
}

a.blueit {
  color: #007ac3 !important;
}

#paygplan {
  float: right;
  width: 360px;
  margin-right: 15px;
  margin-top: 20px;
}

p#calc_review {
  float: left;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  width: 300px;
}

p#calc_review img {
  float: right;
  margin-top: 5px;
}

p.calc_note {
  clear: both;
  position: relative;
  top: 20px;
  left: 5px;
  width: 98%;
}

p#calc_review a {
  color: #000;
}

div.buffer a {
  color: #000;
}

td.right {
  text-align: right;
  width: 100px;
}

#footer {
  width: 801px;
  float: left;
}

#footer_left {
  float: left;
}

#footer_right {
  float: right;
}
