* {
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif; }

body {
  background: #151515;
  font-size: 62.5%; }

p, li, dd {
  font-size: 1.2em;
  line-height: 1.5em; }

p {
  margin-bottom: 1.5em; }

a {
  color: #3672f2; }

img {
  border: none; }

div#main_container {
  background: white url(/images/bg/main_container.png?1) repeat-x 0 0; }
  div#main_container div#main_container_inner {
    width: 964px;
    margin: 0 auto; }

.testimonials {
  width: 310px; }
  .testimonials dt {
    display: block;
    text-align: center; }
  .testimonials dd {
    display: block;
    padding: 0 15px 7px 15px;
    border-bottom: 1px solid #cecece; }
    .testimonials dd p {
      display: block;
      color: #171717;
      margin: 0;
      font-size: 1em; }
    .testimonials dd a {
      text-decoration: none; }
    .testimonials dd span {
      display: block;
      padding-top: 20px; }
      .testimonials dd span cite {
        color: #363636;
        font-style: normal;
        display: block; }
      .testimonials dd span a {
        color: #9d9d9d;
        font-style: italic;
        text-decoration: none; }

#header {
  position: relative;
  height: 60px; }
  #header #header_submenu {
    position: absolute;
    bottom: 15px;
    right: 30px; }
    #header #header_submenu ul {
      list-style-type: none; }
      #header #header_submenu ul li {
        float: left;
        padding: 0 15px;
        border-left: 1px solid #abb7d7; }
        #header #header_submenu ul li.left, #header #header_submenu ul li.right {
          display: none; }
        #header #header_submenu ul li.first {
          border: none; }
        #header #header_submenu ul li a {
          color: #abb7d7;
          text-decoration: none; }
          #header #header_submenu ul li a:hover {
            color: white;
            text-decoration: underline; }
  #header #main_menu {
    position: absolute;
    top: 0;
    right: 15px; }
    #header #main_menu ul {
      list-style: none; }
      #header #main_menu ul li {
        float: left;
        display: block;
        height: 59px;
        line-height: 56px; }
        #header #main_menu ul li a {
          color: white;
          text-decoration: none;
          display: block;
          height: 58px;
          padding: 0 20px;
          font-family: "trebuchet ms", "lucida grande", "lucida sans", helvetica, arial, sans-serif;
          font-size: 14px;
          font-weight: bold; }
        #header #main_menu ul li.left, #header #main_menu ul li.right {
          display: none; }

div#footer {
  background: #151515;
  margin-top: 45px; }
  div#footer div#footer_inner {
    width: 964px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: white;
    text-align: right;
    font-size: 1.2em; }
    div#footer div#footer_inner a {
      color: white;
      text-decoration: none; }
      div#footer div#footer_inner a:hover {
        text-decoration: underline; }

div#content h2 {
  font-size: 40px;
  font-weight: bold;
  color: white;
  line-height: 80px;
  margin-bottom: 30px; }
div#content h3 {
  font-size: 2.2em;
  font-weight: normal;
  color: #3b5999;
  margin-bottom: 12px; }
div#content ul {
  margin: 12px 0;
  list-style-image: url(/images/tmp/bullet.png);
  list-style-position: inside; }

div#home_banner {
  height: 260px;
  color: white;
  margin-bottom: 50px; }
  div#home_banner img {
    float: right; }
  div#home_banner h2 {
    color: white;
    font-family: arial;
    font-size: 2.4em;
    font-weight: normal;
    padding-top: 35px;
    line-height: 1em;
    margin: 0; }
  div#home_banner li {
    font-size: 1.8em;
    list-style-image: url("/images/tmp/home-bullet.png"); }

div#home_content h3.section-title {
  font-size: 1.8em;
  color: black;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece; }
div#home_content div.home_feature {
  float: left;
  width: 249px; }
  div#home_content div.home_feature h3, div#home_content div.home_feature p {
    margin-left: 2px;
    width: 213px; }
  div#home_content div.home_feature h3 {
    color: #353535;
    font-size: 1.4em;
    line-height: 24px;
    margin-bottom: 8px; }
    div#home_content div.home_feature h3 img {
      vertical-align: bottom;
      margin-right: 10px; }
  div#home_content div.home_feature p {
    color: #6d6d6d; }

.starting-at {
  color: #4a64a0;
  margin: 0 auto;
  text-align: center;
  width: 500px;
  border-bottom: 1px solid #cecece; }
  .starting-at .text {
    font-size: 10px;
    line-height: 70px;
    vertical-align: top;
    margin-right: 5px; }
  .starting-at .price {
    font-size: 60px; }
  .starting-at .time {
    color: #333333;
    font-size: 12px;
    font-weight: bold; }

.contact-form-wrapper {
  background-color: #f5f5f5;
  border: 1px solid #cecece;
  padding: 20px 25px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px; }
  .contact-form-wrapper .form-header {
    text-align: center;
    font-size: 17px;
    font-weight: bold; }
  .contact-form-wrapper form {
    font-size: 12px; }
  .contact-form-wrapper textarea, .contact-form-wrapper input {
    font-size: 13px; }
  .contact-form-wrapper fieldset {
    border: none; }
    .contact-form-wrapper fieldset.submit {
      margin-top: 20px; }
      .contact-form-wrapper fieldset.submit input {
        border: none;
        color: white;
        background-color: black;
        padding: 4px 8px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-bottomright: 3px; }
  .contact-form-wrapper label {
    margin-top: 10px;
    margin-bottom: 2px;
    display: block; }
    .contact-form-wrapper label span {
      color: red; }
  .contact-form-wrapper textarea, .contact-form-wrapper input[type=text] {
    padding: 2px;
    width: 305px;
    border: 1px solid #c1c1c1; }
  .contact-form-wrapper textarea {
    height: 120px; }

form#signup_form * {
  font-family: "lucida grande", "lucida sans"; }
form#signup_form h3 {
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin-top: 40px;
  margin-bottom: 10px; }
form#signup_form .form_column {
  float: left;
  margin-right: 15px; }
  form#signup_form .form_column input {
    width: 125px; }
form#signup_form fieldset {
  border: none;
  padding: 0; }
  form#signup_form fieldset.board_info, form#signup_form fieldset.submit {
    background: #efefef;
    border: 1px solid #d9d9d9;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    padding: 10px 20px;
    margin-top: 50px; }
    form#signup_form fieldset.board_info h3, form#signup_form fieldset.submit h3 {
      margin-bottom: 10px; }
  form#signup_form fieldset.board_info input {
    width: 175px;
    display: inline; }
  form#signup_form fieldset.submit input {
    width: auto;
    margin-top: 10px; }
  form#signup_form fieldset.submit input.checkbox {
    float: left;
    margin: 4px 10px 0 0; }
  form#signup_form fieldset.submit label {
    float: left;
    margin: 3px 0 0 0; }
  form#signup_form fieldset p {
    color: #777777;
    font-size: 13px;
    margin: 5px 0; }
  form#signup_form fieldset label {
    display: block;
    color: black;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #333333; }
    form#signup_form fieldset label.help_label {
      margin-top: 5px;
      margin-bottom: 15px;
      color: #777777;
      font-size: 12px;
      font-weight: normal; }
    form#signup_form fieldset label a {
      text-decoration: none; }
      form#signup_form fieldset label a:hover {
        color: #78b9e7; }
  form#signup_form fieldset input {
    font-size: 14px;
    padding-left: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 190px;
    display: block; }
  form#signup_form fieldset span {
    color: #434362;
    font-size: 13px;
    font-weight: bold; }
  form#signup_form fieldset select {
    margin-top: 6px; }

#cc_security_code_info {
  padding: 20px; }
  #cc_security_code_info h3 {
    font-size: 18px;
    margin: 20px 0 10px 0;
    padding: 0;
      padding-bottom: 5px;
    border-bottom: 1px solid #aaaaaa; }
  #cc_security_code_info p {
    font-size: 13px;
    margin: 0 0 10px 0; }

.feature_box {
  margin: 30px 0 50px 170px;
  width: 700px; }
  .feature_box a {
    display: block;
    float: left;
    margin-right: 30px;
    background: white url(/images/bg/features_image.jpg);
    width: 323px;
    height: 205px; }
    .feature_box a img {
      margin: 10px 0 0 10px; }

