
a {
  color: #3179C9;
  text-decoration: underline;
}
  a:hover {
    color: #004790;
  }
ul.menu a {
  text-decoration: none;
}

hr {
  margin: 20px 0 20px 0;
  border: 0;
  border-top: 1px solid #AAA;
}

.sm {
  font-size: 90%;
}

table.small td {
  font-size: 11px;
}

table.data, table.ldata {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 6px 0;
}
  table.data td {
    border: 1px solid #AAA;
    padding: 2px 2px 2px 6px;
  }
  tr.head td {
    font-weight: bold;
    background-color: #1C4C82;
    color: #9DB8CB;
    padding: 4px 2px;
  }
table.ldata td {
  border: 1px solid #BBB;
  padding: 4px 7px;
}
td.label {
  font-weight: bold;
  padding-right: 10px;
}
.right {
  text-align: right;
}
td.value {
}

input, textarea, option, select {
  font-family: verdana, sans-serif;
  font-size: 12px;
  margin-top: 2px;
}

tr.spacer td {
  height: 9px;
}

.msg {
  border: 1px solid #AAC;
  background-color: #EEF;
  width: 350px;
  padding: 12px;
  margin: 5px 0 15px 0;
}

table.contact td {
  vertical-align: top;
  padding: 3px 8px;
}

span.plustax {
  font-size: 15px;
  color: #999;
}

span.outof {
  color: #999;
  font-style: italic;
}

table.product_type_list {
  border-collapse: collapse;
}
  table.product_type_list td {
    border: 1px solid #CCC;
    padding: 2px 4px;
  }
  table.product_type_list td.itementry {
    
  }
  table.product_type_list td.qty {
    width: 20px;
    text-align: right;
  }

.nomargin {
  margin-top: 0;
}

table#quicknav {
}
  table#quicknav td {
    padding-left: 50px;
    vertical-align: top;
  }
  table#quicknav td.links {
  }
  table#quicknav td.testimonial {
  }

div.bbb {
  color: #AAA;
}

td.testimonial_msg {
  padding: 15px;
}

table.calculator {
}
  table.calculator td.label {
    font-weight: bold;
    width: 145px;
  }

table.impairment_buttons td.button {
  
}
table.impairment_buttons td.imp_label {
  font-weight: bold;
  padding-right: 20px;
  width: 140px;
}
table.impairment_buttons td.desc {
  font-size: 11px;
}

.asterisk {
  color: #FF0000;
  font-family: verdana;
  font-size: 14px;
  font-weight: normal;
}

.msg_error {
  margin: 10px 0;
  width: 450px;
  padding: 30px;
  background-color: #F59487;
  border: 1px solid #F0432C;
  font-size: 120%;
}

table.calculator_results {
  border-collapse: collapse;
  width: 80%;
}
  table.calculator_results td {
    border: 1px solid #AAA;
    padding: 6px 8px;
  }
  table.calculator_results td.label {
    width: 70%;
    vertical-align: top;
    padding-top: 8px;
  }
  table.calculator_results td.value {
    width: 30%;
    text-align: right;
  }
  table.calculator_results tr.monthly_costs td {
    background-color: #DDD;
  }


.detail {
  font-style: italic;
  font-weight: normal;
}

.italic {
  font-style: italic;
  font-weight: normal;
}

a h1, a h2, a h3 {
  margin: 0;
}
h1 {
  
  font-family: arial, sans-serif;
  font-size: 17pt;
  font-weight: normal;
  color: #0294C1;
  margin-top: 5px;
}

h2 {
  font-family: arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #136BA3;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

ul.links li {
  margin-bottom: 2px;
}

.calculator_text_expand {
  margin: 12px 0;
  border: 1px solid #8EADCC;
  background-color: #C8DCEE;
  padding: 20px 25px;
}

.smaller {
  font-size: 90%;
}

#calculator_text {
  display: none;
}

.contact_inside_div {
  margin-bottom: 12px;
}

div.copyright {
  font-family: verdana;
  font-size: 9px;
  color: #FFF;
  padding-top: 10px;
}

div.footstring {
  font-style: italic;
  text-align: center;
  font-size: 11px;
}

#googlesearchbutton {
  margin-bottom: -7px;
  //margin-bottom: -4px;
}

h1.contentheading {
  background-color: #FFF;
  padding: 0;
  margin: 10px 0 15px 2px;
}

#content-area {
  padding: 5px 15px;
}

table tr td.maincol {
  background-color: #FFF;
}

div.advisor_listing {
  margin: 15px 0;
  background-color: #EAF0F2;
}
  div.advisor_listing .inside {
    padding: 15px 25px;
  }
  img.advisor_listing {
    width: 120px;
  }
  div.adv_tl {
    background-image: url(images/advisor_tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }
  div.adv_tr {
    background-image: url(images/advisor_tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
  }
  div.adv_bl {
    background-image: url(images/advisor_bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  div.adv_br {
    background-image: url(images/advisor_br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  
div.lightgrey_rounded {
  background-color: #F3F3F3;
}
  div.lightgrey_rounded .inside {
    padding: 15px 25px;
  }
  div.lightgrey_tl {
    background-image: url(images/lightgrey_tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }
  div.lightgrey_tr {
    background-image: url(images/lightgrey_tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
  }
  div.lightgrey_bl {
    background-image: url(images/lightgrey_bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  div.lightgrey_br {
    background-image: url(images/lightgrey_br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
  }

div.advisor_unpaid {
  margin: 20px 0 20px 25px;
}
table.structure td.image {
  width: 20%;
}
table.structure td.details {
  width: 60%;
  padding-left: 20px;
}
table.structure td.buttons {
  width: 20%;
}
  table.structure td.buttons img {
    margin-top: 3px;
  }

.rounded {
}
  .rounded .inside {
    padding: 15px 25px
  }
  .rounded .tl {
    background-position: top left;
    background-repeat: no-repeat;
  }
  .rounded .tr {
    background-position: top right;
    background-repeat: no-repeat;
  }
  .rounded .bl {
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  .rounded .br {
    background-position: bottom right;
    background-repeat: no-repeat;
  }

.darkblue_rounded {
  margin: 15px 0;
  background-color: #1957A8;
  color: #AAC4D6;
}
  div.darkblue_tl {
    background-image: url(images/darkblue_tl.gif);
  }
  div.darkblue_tr {
    background-image: url(images/darkblue_tr.gif);
  }
  div.darkblue_bl {
    background-image: url(images/darkblue_bl.gif);
  }
  div.darkblue_br {
    background-image: url(images/darkblue_br.gif);
  }

.gradientblue_rounded {
  margin: 15px 0;
  background-image: url(images/gradientblue_bg.gif);
  background-repeat: repeat-x;
  background-color: #065598;
  color: #A7C5DF;
}
  div.gradientblue_tl {
    background-image: url(images/gradientblue_tl.gif);
  }
  div.gradientblue_tr {
    background-image: url(images/gradientblue_tr.gif);
  }
  div.gradientblue_bl {
    background-image: url(images/gradientblue_bl.gif);
  }
  div.gradientblue_br {
    background-image: url(images/gradientblue_br.gif);
  }
    div.gradientblue_rounded h2 {
      color: #FFF;
    }
    div.gradientblue_rounded a {
      color: #FFF;
    }
    div.gradientblue_rounded a:hover {
      color: #C5C5C5;
    }

div.rounded h1, div.rounded h2, div.rounded h3 {
  margin: 2px 0 0px 0;
}
div.rnd {
}
  div.rnd-tl {
    background-position: top left;
    background-repeat: no-repeat;
  }
  div.rnd-tr {
    background-position: top right;
    background-repeat: no-repeat;
  }
  div.rnd-bl {
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  div.rnd-br {
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 15px;
  }
  
  div.rnd.pink {
    background-color: #E40851;
  }
    div.rnd.pink .rnd-tl {
      background-image: url(images/bg-pink-tl.gif);
    }
    div.rnd.pink .rnd-tr {
      background-image: url(images/bg-pink-tr.gif);
    }
    div.rnd.pink .rnd-bl {
      background-image: url(images/bg-pink-bl.gif);
    }
    div.rnd.pink .rnd-br {
      background-image: url(images/bg-pink-br.gif);
    }

div.addsp {
  margin-top: 50px;
}

.profile_top {
  width: 100%;
}
  .profile_top td.image {
    width: 23%;
  }
  .profile_top td.desc {
    width: 77%;
  }
.profile_details {
  width: 100%;
  margin-top: 25px;
}
.profile_details td.label {
  width: 23%;
}
.profile_details td.value {
  width: 77%;
}
img.profile_image {
  width: 120px;
}

span.phone_visible {
  font-weight: bold;
}

table.contact {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
  table.contact td {
    background-color: #F3F3F3;
  }
  table.contact td textarea {
    width: 400px;
    height: 150px;
  }
tr.captcha td {
  background-color: #F49C9C;
}
.required {
  font-weight: bold;
  color: #EC0000;
}
img.button_with_text {
  margin-bottom: -30px;
}
  .text_with_button {
    font-size: 16px;
    font-weight: bold;
  }
div.recent_post {
  margin: 15px 0 25px 0;
}
  div.recent_post h3 {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  div.recent_post .body {
    margin: 0 30px 0 30px;
  }
.indented {
  margin-left: 30px;
}
textarea.code {
  width: 500px;
  height: 210px;
  padding: 15px;
  font-family: 'courier new', courier, monospace;
}
.copyright a {
  color: #EEE;
}
img.sp_listing {
  width: 120px;
}
#logo-header-link {
  display: block;
  width: 300px;
  height: 93px;
  position: relative;
  top: 0px;
  left: 40px;
}