body {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 13px;
  color: #404040;
}


/* GENERAL LINKS
-------------------------------------------------------- */



a:link {
  color: #00886A;
  font-weight: bold;
  font-style: normal;
  font-family: arial, sans-serif;
  }

a:visited {
  font-family: arial, sans-serif;
  text-decoration: underline 1px solid #4790DB;
  color: #00886A;
  background-color: transparent;
  font-weight: bold;
  font-style: normal;
  }

a:hover {
  font-family: arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
  background-color: #24C6A2;
  border-bottom: none 0px;
  font-style: normal;
  }


/* HEADERS
--------------------------------------------------------  */


#header-top {
  background-image: url(images/header-top.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  height: 80px;
  }

#header-top-text {

  color: #606060;
  text-align: right;
  font-size: 11px;
  font-family: tahoma, arial, sans-serif;
  height: 20px;
  padding: 20px 0px 0px 0px;
  }

#header-top-text a {
  font-weight: normal;
  }


#header {
  width: 560px;
  height: 146px;
  color: #ceead2;
  background-image: url(images/header.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  text-align: left;
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 0px;

}

#header-text {

  color: #ffffff;
  text-align: right;
  font-size: 11px;
  font-family: tahoma, arial, sans-serif;
  height: 20px;
  padding: 125px 5px 0px 0px;
  }

#header-text a {
  font-family: tahoma, arial, sans-serif;
  font-weight: normal;
  color: white;
  text-decoration: none;
  }

#header-text a:hover {
  font-weight: normal;
  font-family: tahoma, arial, sans-serif;
  color: white;
  text-decoration: none;
  background-color: #00886A;
  padding: 1px 0px 1px 0px;
  }




/* WRAPPER
--------------------------------------------------------  */



#wrapper {
  position: relative;
  height: auto;
  width: 750px;
  margin: auto;
  background-color: white;
  background-image: url(images/column1-bkgrd1.gif);
  background-repeat: repeat-y;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

.linksButtons {
   float: right;
   margin-right: 5cm;
   margin-top: 2cm;
}
.linksButtons2 {
   display: none;
}

@media screen and (max-width: 1450px) {
    .linksButtons {
        display: none;
    }
    .linksButtons2{
        display: block;
        float: left;
        padding: 15px;
    }
}


.links{
   
    background-color: #8ac007;
    border: 1px solid #8ac007;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: large;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 0;
    padding: 3px 10px 4px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}


/* COLUMN 1 & NAVIGATION
-------------------------------------------------------- */


#column1 {
  width: 185px;
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  font-family; verdana, arial, tahoma;
  font-size: 90%;
}


#navigation-top {
  background-image: url(images/menu-top.gif);
  height: 32px;
  background-repeat: no-repeat;
  }

#navigation-bottom {
  background-image: url(images/menu-bottom.gif);
  background-repeat: no-repeat;
  height: 14px;
  }

#navigation-content {
  padding: 0px 0px 8px 0px;
}

#navigation-content ul {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#navigation-content li a {
  width: 169px;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 11px 0px 8px 5px;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #00886A;
  background-image: url(images/nav-btn-a.gif);
  background-repeat: no-repeat;
}

#navigation-content li a:visited {
  text-decoration: none;
  color: #00886A;
}

#navigation-content li a:hover {
  color: #429FE0;
  background-image: url(images/nav-btn-hover.gif);
  background-repeat: no-repeat;
  background-color: transparent;
}

#navigation-content li #current {
  color: #ffffff;
  background-image: url(images/nav-btn-critical.gif);
  background-repeat: no-repeat;
}

#navigation-content li #critical {
  color: #ffffff;
  background-image: url(images/nav-btn-critical.gif);
  background-repeat: no-repeat;
}

#nav-tools ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

#nav-tools li a{
  width: 159px;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 12px 0px 7px 15px;
  border-bottom: 0px none;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
  color: #00886a;
  background-image: url(images/nav-tools.gif);
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#nav-tools li a:visited {
  text-decoration: none;
  color: #00886a;
  background-color: #ffffff;
  background-image: url(images/nav-tools.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}


#nav-tools li a:hover {
  text-decoration: none;
  color: #429fE0;
  background-color: #ffffff;
  background-image: url(images/nav-tools.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#nav-tools li #current-tools {
  font-weight: bold;
  text-decoration: none;
  color: #429fE0;
  background-color: #ffffff;
  background-image: url(images/nav-tools.gif);
  background-repeat: no-repeat;
  }


.column1-specials-container {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  }

.specials-top  {
  background-image: url(images/specials-top.gif);
  background-repeat: no-repeat;
  height: 27px;
  }

.specials-bottom  {
  background-image: url(images/specials-bottom.gif);
  background-repeat: no-repeat;
  height: 30px;
  }

.column1-specials-content {
  background-image: url();
  background-repeat: repeat-y;
  padding: 5px 5px 10px 3px;
  font-family: arial, sans-serif;
  font-size: 11px;
  }

.specials-headline {
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #ff6600;
  font-size: 14px;
  letter-spacing: -1px;
  }

#specials-details a {
  padding: 0px 0px 0px 3px;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #ff6600;
  }

#specials-details a:visited {
  text-decoration: none;
  color: #ff6600;
}

#specials-details a:hover {
  color: #ffffff;
  background-color: #ff6600;
}





/* COLUMN 2
--------------------------------------------------------  */



.column2 {
  height: auto;
  width: 255px;
  margin: 5px 15px 3px 0px;
  padding: 0px 8px 0px 8px;
  border-right: 1px solid #9CC8F5;
  float: left;
  font-family: arial, sans-serif;
  font-size: 12px;
}

.column2-content {
  font-family: arial, sans-serif;
  font-size: 12px;
  }

.column2-content p {
  line-height: 17px;
  }

.video-caption {
  float: right;
  width: 127px;
  height: 106px;
  padding: 10px 0px 0px 0px;
  }



#video-wim a {
  float: left;
  width: 137px;
  height: 116px;
  margin: 0px 0px 20px -10px;
  padding: 0px 0px 0px 0px;
  background-image: url(images/video-wim.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #B7D7F7;
  }

#video-wim a:hover {
  color: #ffffff;
  text-decoration: underline;
  background-image: url(images/video-wim.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0px -116px;
  }

#video-returns a {
  float: left;
  width: 137px;
  height: 116px;
  margin: 0px 0px 20px -10px;
  padding: 0px 0px 0px 0px;
  background-image: url(images/video-returns.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #B7D7F7;
  }

#video-returns a:hover {
  color: #ffffff;
  text-decoration: underline;
  background-image: url(images/video-returns.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0px -116px;
  }

#video-indenial a {
  float: left;
  width: 137px;
  height: 116px;
  margin: 0px 0px 20px -10px;
  padding: 0px 0px 0px 0px;
  background-image: url(images/video-indenial.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #B7D7F7;
  }

#video-indenial a:hover {
  color: #ffffff;
  text-decoration: underline;
  background-image: url(images/video-indenial.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0px -116px;
  }

#video-gary a {
  float: left;
  width: 137px;
  height: 116px;
  margin: 0px 0px 0px -10px;
  padding: 0px 0px 0px 0px;
  background-image: url(images/video-gary.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #B7D7F7;
  }

#video-gary a:hover {
  color: #ffffff;
  text-decoration: underline;
  background-image: url(images/video-gary.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0px -116px;
  }


#video-brian a {
  float: left;
  width: 137px;
  height: 116px;
  margin: 0px 0px 0px -10px;
  padding: 0px 0px 0px 0px;
  background-image: url(images/video-brian.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #B7D7F7;
  }

#video-brian a:hover {
  color: #ffffff;
  text-decoration: underline;
  background-image: url(images/video-brian.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0px -116px;
  }

#video-quiz a {
  float: left;
  width: 137px;
  height: 116px;
  margin: -5px 0px 0px -10px;
  padding: 0px 0px 0px 0px;
  background-image: url(images/video-quiz.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #B7D7F7;
  }

#video-quiz a:hover {
  color: #ffffff;
  text-decoration: underline;
  background-image: url(images/video-quiz.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0px -116px;
  }

#video-medichair a {
  float: left;
  width: 137px;
  height: 116px;
  margin: 0px 0px 0px -10px;
  padding: 0px 0px 0px 0px;
  background-image: url(images/video-medichair.png);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #B7D7F7;
  }

.page-headline {
  display: block;
  font-size: 15px;
  font-family: arial, sans-serif;
  color: #429fE0;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  }


.teaser {
  display: block;
  margin: 10px 0px 10px 0px;
  font-size: 11px;
  font-weight: bold;
  color: #888888;
}

.page-subhead {
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 0px 0px;
  background-repeat: no-repeat;
  font-family:  arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #429fe0;
  width: 100%;
  border-top: 1px solid #35CCAB;
  }

.bullets ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.bullets li {
  list-style-type: none;
  margin: 0px 0px 10px -20px;
  padding: 0px 0px 0px 20px;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  background: url(images/bullet.jpg);
  background-repeat: no-repeat;
}


.testi-attrib {
  display: block;
  width: 100%;
  text-align: right;
  font-style: italic;
  }

.portrait {
  border: 3px solid #FF9900;
  padding: 1px;
  }



/* COLUMN 3
--------------------------------------------------------  */


.column3 {
  height: auto;
  width: 256px;
  margin: 5px 0px 3px 0px;
  padding: 0px 8px 0px 8px;
  float: left;
  }

.column3-content {
  font-family: arial, sans-serif;
  font-size: 12px;
  }

.column3-content p {
  line-height: 17px;
  }

.column-wide-letter {
  height: auto;
  width: 557px;
  margin: 5px 0px 3px 0px;
  padding: 0px 0px 0px 8px;
  float: left;
  }

.column-wide-videos {
  width: 100%;
  }

.column-wide {
  height: auto;
  width: 525px;
  margin: 5px 15px 3px 0px;
  padding: 0px 8px 0px 8px;
  float: left;
  }

.column-wide-content, .column-wide-letter, .column-wide-videos {
  font-family: arial, sans-serif;
  font-size: 15px;
  }

.column-wide-content {
  }

.column-wide-content p {
  line-height: 17px;
  margin: 5px 0px 0px 0px;
  }

.column-wide-letter a {
  background-color: #429FE0;
  display: block;
  padding: 10px;
  margin: 15px auto 15px auto;
  color: white;
  border-radius: 2px;
  border: 1px solid #005f9b;
  width: 25%;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  }

.column-wide-letter a:hover {
  background-color: #005f9b;
  border: 1px solid #429FE0;
  }


/* GENERAL USE
-------------------------------------------------------- */

.clearcut {
  clear: both;
  }

hr {
  height: 2px;
  border: 0px none;
  border-top: 1px solid #35CCAB;
  }



/* TABLE STYLES
-------------------------------------------------------- */



/*  styles for insurance table */

.insurance {
  border: 0px none;
  border-collapse: collapse;
  }

.insurance td.tablehead {
  width: 200px;
  background-color: #4290E0;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  text-indent: 0px;
  background-image: url();
  }

.insurance td.sidebar {
  font-weight: bold;
  text-indent: 0px;
  background-image: url();
  }

.insurance td {
  border: 1px solid #c0c0c0;
  padding: 5px 10px 5px 5px;
  vertical-align: top;
  text-indent: 17px;
  background-image: url(images/insurance-x.gif);
  background-repeat: no-repeat;
  }

.insurance td.checkmark{
  text-indent: 17px;
  background-image: url(images/insurance-check.gif);
  background-repeat: no-repeat;
  }

.insurance td.conclusion {
  background-image: url();
  text-indent: 0px;
  font-style: italic;
  }





/*  styles for mortgage table */

.mortgage {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  }

.mortgage td.tablehead {
  background-color: #4290E0;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  text-indent: 0px;
  background-image: url();
  }

.mortgage td.sidebar {
  font-weight: bold;
  text-indent: 0px;
  background-image: url();
  }

.mortgage td {
  padding: 5px 5px 5px 5px;
  vertical-align: middle;
  color: #000000;
  background-repeat: no-repeat;
  text-align: left;
  }


/*  styles for required fields on termquotes */

.required {
  color: red;
  font-family: arial, sans-serif;
  font-size: 18px;
  line-height: 15px;
  }

.required-text {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  }



/* PRIVACY POLICY
------------------------------------------------------------------
*/


#privacy-content a:link {
  font-family: tahoma, arial, verdana, sans-serif;
  background-color: inherit;
  font-size: 11px;
  color: #4290E0;
  }


#privacy-content a:visited {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 11px;
  color: #4290E0;
  font-weight: bold;
  background-color: inherit;
  }

#privacy-content a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #4290E0;
  border-bottom: none 0px;
  }


#privacy-content {
  margin: 10px 15px 0px 15px;
  padding: 0px 0px 10px 0px;
  border: 0px none;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #484848;
  background-color: white;
  background-repeat: no-repeat;
  text-align: left;
  }


#privacy-header {
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  color: #4290E0;
  }


.privacy-centered {
  margin: 0px auto 10px auto;
  text-align: center;
  }

#privacy-content ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  }

  #privacy-content ul li {
    padding: 20px 0px 0px 0px;
    text-decoration: none;
    color: #484848;
    background-color: transparent;
    }

  .privacy-itemhead {
    color: #4290E0;
    font-weight: bold;
    background-color: transparent;
    }

    #privacy-content ul li ul {
      list-style-type: none;
      margin: 0px;
      padding: 0px;
    }

  #privacy-content ul li ul li {
    padding: 5px 0px 0px 15px;
    text-decoration: none;
    color: #484848;
    background-color: transparent;
    }



/*  CALCULATOR OUTPUT TABLES
--------------------------------------------------------
*/



.calc {
  border: 0px none;
  border-collapse: collapse;
  }

.calc td {
  border: 1px solid #c0c0c0;
  padding: 5px 10px 5px 5px;
  vertical-align: top;
  }

.calc td.tablehead {
  width: 200px;
  background-color: #4290E0;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  text-indent: 0px;
  background-image: url();
  }


.required {
  color: red;
  font-family: arial, sans-serif;
  font-size: 18px;
  line-height: 15px;
  }

.required-text {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  }








/*  FOOTER
--------------------------------------------------------
*/



#footer-spacer {
  clear: both;
  height: 25px;
}

#footer {
  width: 750px;
  position: relative;
  margin: 2px auto 0px auto;
  padding: 15px 0px 0px 0px;
  background-color: transparent;
  background-image:url(images/footer-top.jpg);
  background-repeat: no-repeat;
  }

#footer-content {
  padding: 10px 0px 10px 0px;
  line-height: 15px;
  font-size: 10px;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  color: #c0c0c0;
  text-align: center;
  }

#footer-content a {
  font-weight: bold;
  font-size: 11px;
  color: #4290E0;
  text-decoration: none;
  }

#footer-content a:visited {
  font-weight: bold;
  color: #4290E0;
  }

#footer-content a:hover {
  font-weight: bold;
  color: #ffffff;
  background-color: #4290E0;
  }

h1 {
  display: block;
  font-size: 18px;
  font-family: arial, sans-serif;
  letter-spacing: -0.px;
  color: #2d7dcf;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #35CCAB;
  margin: 20px 0 10px 0;
  }


h2 {
  font-size: 15px;
  color: #2d7dcf;
  }

h3 {
  margin: 0px;
  font-family: tahoma; sans-serif;
  font-size: 110%;
}


/* COMPULIFE CALCULATORS
-----------------------------------------
*/
  .default_header{
    border-collapse: collapse;
    border: 1px solid #004080;
    background-color: #004080;
    padding: 2px;
    color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
  }

  .default_sub_header{
    border-collapse: collapse;
    border-bottom: 1px solid #004080;
    background-color: #D9E0EC;
    padding: 2px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
  }

  .default_sub_header_center{
    border-collapse: collapse;
    border-bottom: 1px solid #004080;
    background-color: #D9E0EC;
    padding: 2px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
  }


  .default_sub_header_center_border{
    border-collapse: collapse;
    border: 1px solid #004080;
    background-color: #D9E0EC;
    padding: 2px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
  }

    .default_sub_group{
    border-collapse: collapse;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
    background-color: #e6e6e6;
    padding: 2px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
  }


 .default_table {
    border-collapse: collapse;
    border: 1px solid #004080;
    background-color: #FFFFFF;
    padding: 2px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
}

  .Row0 {
    border-collapse: collapse;
  border-bottom: 1px solid #808080;
  background-color: #FFFFFF;
    padding: 2px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
}

  .Row1 {
    border-collapse: collapse;
  border-bottom: 1px solid #808080;
  background-color: #e6e6e6;
    padding: 2px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
}


  .gray_cell {
    border-collapse: collapse;
  background-color: #e6e6e6;
    padding: 2px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
}

  .gray_cell_right {
    border-collapse: collapse;
  background-color: #e6e6e6;
    padding: 2px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: right;
    margin-left:auto;
    margin-right:auto;
}



  .center_gray {
    border-collapse: collapse;
    border: 1px solid #004080;
    background-color: #e6e6e6;
    padding: 2px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
}

  .default_white {
    border: 0px solid white;
    background-color: #FFFFFF;
    color: #000000;
    padding: 2px;
  font-family: Arial;
  font-size: 10pt;
}

