 /** =screen.css
************************************************************
************************************************************/


/***********DEBUGING CSS
******************************************/
.bounding-box
{
    border:solid 2px black;
}
/*****************************************/

.total-content
{
    height:auto;
    min-height:100%;
}


/*HOVER EFFECTS
***************************************************************/
.underline-Green:hover
{
    border-bottom:solid 2px #43A238;
}

/* line heights
**************************************************************/
.line-h-30
{
    line-height:30px;
}

.line-h-12
{
    line-height:30px;
}

/* indents
************************************************************/
.indent-5
{
    padding-left:10px;
}

.indent-10
{
    margin-left:10px;
}

.indent-15
{
    margin-left:15px;
}

.indent-20
{
    margin-left:20px;
}

.indent-30
{
    margin-left:30px;
}

.indent-40
{
    margin-left:40px;
}

.indent-50
{
    margin-left:50px;
}

.indent-60
{
    margin-left:60px;
}

.indent-bottom-10
{
    margin-bottom:10px;
}

.indent-top-10
{
    margin-top:10px;
}

/* down
************************************************************/
.down-10
{
    margin-top:10px;
}

/*padded
***********************************************************/
.bubble .padded
{
    padding: 5px 10px 5px 10px;
}

.padded-5
{
    padding:5px 5px 5px 5px;
}

.padded-10
{
    padding:10px 10px 10px 10px;
}


/* up
************************************************************/
.up-10
{
    margin-bottom:10px;
}

/* bars
************************************************************/
.bar
{
    height:10px;
    width:100%;
}

.bar-thin
{
    height:2px;
    width:100%;
}

/* colors
************************************************************/
.bg-blue
{
    background-color:#2F6790;
}

.bg-green
{
    background-color:#43A238;
}

.blue
{
    color:#2F6790;
}

.green
{
    color:#43A238;
}

.white
{
    color:White;
}


/** =fonts
************************************************************/
body,
input, button, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .025em;
}
pre,code,kbd,tt,samp {
  font-family: "Andale Mono", "Courier New", Courier, monospace;
}
h2, h3, h4 {
  color: #2c2c2c;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-title h2,
.product-links h4,
.features h3,
.home-container h3 {
  text-transform: uppercase;
}

h3 span {
  color: #00578f;
}

.bold
{
    font-weight:bold;
}

.font-12
{
    font-size:12px;    
}

/** =site specific baseline
************************************************************/
html { background-color: #fff; }

body {
  font-size: 12px;
  line-height: 1.5; /* 18px */
  color: #434343;
  background: #e6e2d2 url(images/bg-body.png) repeat-x 0 0;
  height:100%;
}

/** =image replacement
************************************************************/
.replace {
  text-indent: -999em; display: block; font-size: 0; overflow: hidden;
}

/* ICONS
*************************************************************/

.icon {background-image: url(images/icons.png); background-repeat: no-repeat;}
/*.icon:hover{background-image: url(images/icons.png);}*/
.product-links .icon
{
    border-left:solid 1px #E6E8E0;
    /*border:solid 2px black; */
    margin-left:8px;
    width:70%;
}
.icon:hover{ background-color:#F6F8F0;}
.check-blue { background-position: 10px 0;}
.check-yellow { background-position: 10px -100px;}
.check-red { background-position: 10px -200px;}
.check-green { background-position: 10px -300px;}
.check-magglass { background-position: 10px -400px;}
.check-quote { background-position: 10px -500px;}

.content .ProductsMenu
{
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.iconpawns
{
    background-image: url(images/icons2.png);
    background-repeat: no-repeat; 
    padding-left: 45px;
    padding-top: 18px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #00578f;
    line-height: 20px; 
    border-bottom: 1px;
}

.iconpawns:hover{ background-color:#F3F1E5;}

.content .iconpawns:hover 
{
    border-bottom: 0px;
 }

.agent { background-position: 0 -6px;}
.employer { background-position: 0 -109px;}
.employee { background-position: 0 -209px;}
.partners { background-position: 0 -309px;}
.quote { background-position: 0 -409px;}

/** Getting started menu
*************************************************************/

.gettingstartedmenu li
{
    border-bottom:solid 1px #ccc;
    width:195px;
}

/** =layout
************************************************************/
.wrapper {
  width: 871px;
  margin: 0 auto;
}
.container {
  padding: 0 8px;
}
.main {
  background:  url(images/bg-main.png) no-repeat 0 50px;
}
.content {
  padding: 0 15px;
}
div .content-main   { float: right; }
.content-right  {  }
.content-left   { float: left; }

/* =lists */
ol li { list-style: decimal; }
ul li { list-style: none; }
dt { font-weight: bold; }
ul li {
  background: url(images/bullet-black.png) no-repeat 0 .5em;
  padding-left: .75em;
}
dt { font-weight: bold; }
dd { margin-bottom: .75em; }
.reset dt { font-weight: normal; }

/* =margins */
p, table, form, pre, ul, ol, dl, address, .box { margin-bottom: 1.5em; margin-right: 10px;}
ul, ol { margin-top: 1.5em; }
ol, pre { margin-left: 1.5em; }
li { margin-bottom: .75em; line-height: 1.25; }
li ol, li ul { margin-bottom: 0; margin-top: .75em; }

li p, blockquote p { margin-bottom: .75em; }

/* =blockquote */
blockquote {
  font-style: italic;
  margin: 1.5em;
}
blockquote em,
blockquote cite { font-style: normal; }

/* =tables */
table       { width:100%; border-collapse:separate; border-spacing:0; }
th          { font-weight: bold; }
th, td      { text-align: left; }
tr.alt td,
tr.alt th   { background: #F4F4F4; }
tfoot       { font-style: italic; }
caption     { font-weight: bold; }

/* =links */
a { text-decoration: none; color: #00599e ; }
a:hover { color: #003964; }
.content a:hover { border-bottom: 1px solid #43A238; }



/* =headings */
h1,h2,h3,h4,h5,h6 { margin-bottom: .75em; font-weight: bold; }
h1,h2,h3 { line-height: 1; }
h4,h5,h6 { line-height: 1.2; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }

/** =common
************************************************************/

/* =block */
.block {
  display: block;
  margin-bottom: 1.5em;
}
a.block img {
  display: block;
}

/* =inline images */
p img, p img.left, p a.img.left img, p .captioned   { margin: .75em 1.25em .75em 0; float:left; display: inline; }
p img.right, p a.img.right img, p .captioned.right  { margin: .75em 0 .75em 1.25em; }
p .top, p .top img { margin-top: 0 !important; }

/* =ruled list */
.ruled li {
  border-bottom: 1px solid #ccc;
  background: none;
  padding: 0 0 .66em; /* adjust for border pixel */
  margin: 0 0 .75em;
}
.ruled {
  border-top: 1px solid #ccc;
  padding-top: .75em;
}
.ruled.links {
  padding-top: 0;
}
.ruled.links li {
  margin: 0;
  padding: 0;
}
.ruled.links a{
  display: block;
  padding: .75em 0 .66em;
}

/* =image frame */
.framed,
a.framed img {
  border: 2px solid #d9d5ca;
}
a.framed:hover img {
  border-color: #5ec2dd;
}

/* =text */

.intro {
  font-size: 18px;
  margin-bottom: 1em;
  font-family: Georgia, Times, "Times New Roman", sans-serif;
}

/* inline nav */
.inav li {
  margin-left: .75em;
  padding-left: .75em;
}
.inav li:first-child,
.inav .li-1 {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

/* =captioned images */
.captioned img,
.captioned .img,
.captioned .caption{
  display: block;
}
.captioned .img{
  background: #000;
}
.captioned img{
  float: none;
  margin: 0 auto;
}
.captioned .caption {
  font-size: 11px;
  text-align: right;
  color: #999;
}
.captioned {
  margin-bottom: .75em;
  display: block;
}

/* =numbers */
input.number,
label.number,
.label.number,
td.number,
th.number {
  text-align: right;
}
.neg {
  color: #000;
}
.neg:before { content: "(";}
.neg:after { content: ")";}
.pos { color: #ff0000; }

/* =cursors */
label,
button,
input[type=submit],
.pointer,
button
 { cursor: pointer; }

/** Product Services Content
************************************************************/
.content-product .col-9a,.col-9a .last 
{
  padding-left:15px;
}

.specific-product .col-17
{
    margin-left:10px;
}

.specific-product .bullets
{
    margin-left:20px;
}

.content-product .col-9,.col-9 .last 
{
  padding-left:15px;
}

.content-right 
{
  margin:280px;
  margin-left: -30px;
  padding: 10px 0px 2px 560px;
}

.product-bold
{
    color:#2f6790;
    font-size:1.3em;
    font-weight:bold;
}

.product-bold-desc
{
    margin-left:20px;
    color:#2f6790;
    font-size:1.3em;
    font-weight:bold;
}

.navarrow:hover
{
    width:200px;
}
/***********************BUBBLES********************************/
.bubble
{
   width:261px;
   margin: 5px 5px 0px 0px;
   font-size:14px;
   background-color:Transparent;
}

.bubble-large
{
   width:500px;
   margin:0px;
   font-size:14px;
}

.bubble h2
{
    padding: 0px 15px 0px 15px;
    text-align:center;
    width:231px;
    font-size:14px;
    margin:0;
}

.bubble p
{
    padding: 5px 15px 5px 15px;
}

.bubble .indented
{
    padding-left:60px;
}

.bubble .indented-both
{
    padding-left:60px;
    width:186px;
}

.blue h2
{
    color:#EEF;
}

.blue h3
{
    color:white;
    font-size:16px;
    margin: 0 0 0 0px;
}

.blue h3 span
{
    color: #6bafdb;
    margin-left:10px;
}

.blue p
{
    color:#EEF;
    margin:0;
}

.blue a
{
    color:#ccf;
}

.green a
{
    color:#7f7;
}

.blue .text a
{
    color:#fff;
}

.green .text a
{
    color:#cfc;
}

.green .text a:hover
{
    color:#cfc;
}

.blue .text a:hover
{
    color:#fff;
}

.green a:hover
{
    color:#fff;
}

.blue a:hover
{
    color:#eef;
    border-bottom:0;
}

.blue .top
{
    background: #E8E2D2 url(images/Bubbles.png) no-repeat;
    background-position: 0px 10px;
    height: 9px;
    width: 260px;
}

.blue .bottom
{
    background: #E8E2D2 url(images/Bubbles.png) no-repeat;
    background-position: 0px -10px;
    height: 20px;
    width: 240px;
}

.blue .top-smooth
{
    background: url('images/Bubbles.png') no-repeat 0px -89px;
    height: 10px;
    width: 240px;
    }

.blue .bottom-smooth
{
    background: url('images/Bubbles.png') no-repeat 0px -107px;
    height: 20px;
    width: 240px;
}

.blue .text
{
    color:White;
}

.green h2
{ 
    color:#cfc;
    text-align:center;
    font-size:14px;
}

.green h3
{
    color:white;
    font-size:16px;
    margin:0 0 0 0px;
    padding-left:10px;
}

.green p
{
    margin:0;
    color:#cfc;
}

.green .top
{
    background: #E8E2D2 url(images/Bubbles.png) no-repeat;
    background-position: 0px -41px;
    height: 10px;
    width: 250px;
}

.green .bottom
{
    background: #E8E2D2 url(images/Bubbles.png) no-repeat;
    background-position: 0px -60px;
    height: 20px;
    width: 260px;   
}

.green .top-smooth
{
    background: url('images/Bubbles.png') no-repeat 0px -140px;
    height: 10px;
    width: 250px;
    }

.green .bottom-smooth
{
    background: url('images/Bubbles.png') no-repeat 0px -160px;
    height: 20px;
    width: 260px;
}

.bubble-large h2
{
    width:500px;
    margin:0 0 0 0;
    padding-bottom:10px;
}

.bubble-large p
{
    width:500px;
    color:#cfc;
}

.green-large
{
    color:#cfc;
}

.green-large .top-smooth
{
    background: url('images/Bubbles.png') no-repeat 0px -200px;
    height: 10px;
    width: 510px;
    }

.green-large .bottom-smooth
{
    background: url('images/Bubbles.png') no-repeat 0px -211px;
    height: 20px;
    width: 510px;
}

.green-large .bottom-smooth-contact
{
    background: url('images/Bubbles.png') no-repeat 0px -211px;
    height: 20px;
    width: 510px;
}

/*INFO COLUMNS
**************************************************/

.info-column
{
    margin-top:15px;
    border-left:solid 0px;
    border-right:solid 1px;
}

.info-column p
{
    margin-left:20px;
}

.info-column-menu
{
    border-bottom:solid 1px #777;
    border-top:solid 1px #777;
    padding: 10px 0 10px 0;
}

.content-left .info-column-menu .indent a
{
    margin-left:10px; 
    font-weight:500;
}

.content-left .info-column-menu .indent2 a
{
    margin-left:25px; 
    font-size:10px;
    text-align:left;
}

.content-left .info-column-menu  a
{
    margin-left:0px; 
    font-size:12px;
    padding-top:0;
    padding-bottom:0;
    padding-right:0;
    padding-left:0;
}

.content-left .info-column-menu .Title a
{
    font-size:14px;
    padding-top:0;
    padding-bottom:0;
    padding-right:0;
}

.content-left .info-column-menu a:hover
{
    background-color:Transparent;
    color:#4F87B0;
}

.info-column-menu h2
{
     text-align:center;
     font-size:18px;
}

.content-left .info-column-menu .menu-header a
{
     
     font-size:18px;
     font-weight:bold;
}

.content-left .info-column-menu .menu-header
{
     
     font-size:18px;
     font-weight:bold;
}

.info-column-menu p
{
    margin-left:10px;
    margin-top:5px;
}

.info-column h2
{
     text-align:center;
     padding: 0px 0px 0px 0;
     font-size:14px;
}

.text span
{
     font-size:16px;
     font-weight:bolder;
}

.info-column-menu .Title
{
    text-align:left;
    font-size:14px;
    font-weight:bold;
}

.info-column-menu .Indent
{
   margin-left:10px; 
   font-weight:500;
}

.info-column-menu .Indent2
{
   margin-left:25px; 
   font-size:10px;
}


/* Employers menus */

.info-column-menu .menu-header
{

     font-size:18px;
     font-weight:bold;
}


/* icon borders For Product Services pages
***************************************************/
.icon-border-blue
{
    border-left-color:#2F6790;
    border-right-color:#2F6790;
}

.icon-border-green
{
    border-left-color:#43A238;
    border-right-color:#43A238;
}

/*circular icons (Blue icons)
***************************************************/
/*.questionicon
{
    src:url(images/QuestionIcon.png);
    background-color: Transparent;
    height:100px;
    position:absolute;
    margin-left:-28px;
    margin-top:8px;
}
*/
.arrowicon
{
    src:url(images/GreenArrow.png);
    background-color: Transparent;
    height:100px;
    position:absolute;
    margin-left:-34px;
    margin-top:-3px;
}

.informationicon
{
    background-color: Transparent;
    height:40px;
    position: absolute;
    margin-left:12px;
    margin-top:6px;
    z-index:9999;
}

.informationicon-small
{
    background-color: Transparent;
    height:30px;
    position: absolute;
    margin-left:10px;
    margin-top:0px;
    padding-top:4px;
}


/*people in Products pages****************************************/
.col-9a .person
{
    background-image: url(images/iconsPeople.png);
    position: relative;
    height: 100px;
    width: 70px;
    margin-left:120px; 
    margin-top:-30px ;     
}

.col-9a last .person
{
    background-image: url(images/iconsPeople.png);
    position: relative;
    height: 100px;
    width: 80px;
    margin-left:130px; 
    margin-top:-30px ; 
}


/** =navigation
************************************************************/
.nav-global,
.nav-footer {
  float: right;
}

.nav-global a 
{ 
    color: #535353; 
    padding: 3px 0; 
    margin: 20px 12px; 
    text-transform: uppercase;
    font-weight:bold;
    font-size:13px;
}

.nav-global a:hover 
{ 
    color: #2c2c2c; 
    border-bottom: 2px solid #43A238;}

.content-left .nav {
  width: 200px;
  margin-left: -15px;
  padding: 10px 0 2px;
  background:  url(images/bg-nav-rule.png) repeat-x 0 100%;
  font-weight: bold;
}
.content-left h4
.content-left a { 
  margin: 0;
  padding: 7px 15px;
  line-height: 1.3;
}

.content-left a.active,
.content-left a:hover { border-bottom-width: 0; background-color: #faf9f1; }

.content-left .nav ul { 
  margin-top: 3px;
  padding-left: 15px; 
  padding-bottom: 10px;
}
.content-left li li a { 
  padding-left: 10px; 
  border-top: 1px solid #e6e2d2; 
  font-weight: normal; 
}

.product-links h4 {
  float: left;
  margin: 0;
  font-size: 1em;
  line-height: 40px;
}
.product-links .nav {
  float: right;
}
.product-links a 
{
  
  margin-right: 15px;
  padding-left: 40px;
  line-height: 40px;

}

.nav-footer li {
  margin-left: 10px;
  line-height: 26px;
}

/** =header
************************************************************/
.tagline
{
    position:absolute;
    margin-top:-27px;
    margin-left:712px;
    visibility:hidden;
}


.header {
  height: 118px;
}
.logo { float: left; margin: 0;}
.logo,
.logo a {
  width: 290px;
  height: 118px;
}
.logo a {
  background: #fff url(images/logo.png) no-repeat 0 0;
}
/** =footer
************************************************************/
.total-footer
{
    width:100%; 
    bottom:0;  
    height:45px;
    /*border:5px solid green;*/
}

.footer {
  position: relative;
  background-color: #fff;
  color: #949494;
  font-size:12px;
}

.footer .wrapper {

}

.footer .container {
  padding: 10px 0px;
  line-height: 26px;
  vertical-align:top;
}
.footer img {
  float: left;
  display: block;
  margin-right: 4px;
}

.footer a
{
    margin-top:5px;
    line-height:15px;
}

.footer a:hover
{
    border-bottom:solid 1px green;
}

/** =interior pages
************************************************************/
.section-title { 
  padding: 0px 15px;
  background-image: url(images/bg-section-title.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.section-page { 
  padding: 0px 0px;
  background-image:url(images/bg-section-page.png);
  background-repeat:no-repeat;
  vertical-align:middle;
  margin-bottom:10px;
}

.section-page h2
{
    color:White;
    text-align:center;
    height:26px;
}

.section-title h2 { color: #fff; line-height: 50px; font-size: 16px; margin: 0;}

.main .content { background:  url(images/bg-content.png) repeat-y 0 0;}

.content-main,
.content-left {
  padding-bottom: 40px;
}
.content-main {
  padding-top: 20px;
}
.content-main h3 {
  text-transform: uppercase;
  font-size: 11px;
}

/** =homepage
************************************************************/
.features {
  position: relative;
  height: 250px;
  color: #fff;
}
/*text in title over picture*/
.features h3 { color: #fff; }
/*Blue Text in Labels*/
.features h3 span { color: #6bafdb; }
.feature-nav {
  background: transparent url(images/feature-nav.png) no-repeat 0 0;
  width: 230px;
  height: 250px;
  position: relative;
  z-index: 100;
}
.feature-nav h3 {
  margin: 0 0 0 23px;
  line-height: 50px;
}

.feature-nav a {
  line-height: 40px;
  color: #fff;
  padding-left: 23px;
}

.feature-nav a.activeSlide,
.feature-nav ul a.activeSlide:hover {
  background: transparent url(images/feature-nav.png) no-repeat 0 -300px;
}
.feature-nav a:hover {
  background: transparent url(images/feature-nav.png) no-repeat 0 -400px;
}
.feature-nav a.last:hover {
  background: transparent url(images/feature-nav.png) no-repeat 0 -500px;
}

.feature-cycle {
  position: absolute;
  left: 208px;
  top: 0;
  width: 655px;
  height: 250px;
  /*background-image:url(../assets/images/Loading.jpg) !important;
  background-repeat:no-repeat;*/
}

.feature-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 655px;
  height: 250px;
  background-color: #ccc;
}
.feature-content {
  position: absolute;
  width: 195px;
  left: 0;
  top: 0;
  padding: 0 12px 0 28px;
  z-index: 20;
  color: #fff;
  font-family: Verdana;
  font-size:13px;
  font-weight:600;
  line-height:17px;
  visibility:hidden;
}

.hidden
{
  visibility:hidden;
}

.feature-details h3 {
  margin: 1em 0 1em -19px;
  font-size:14px;
  color: #fff;
}



.features .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 235px;
  height: 250px;
  background-color: #3879A2;/*#3855a2;*/
  z-index: 19;
}


div.product-links {
  margin-bottom: 15px;
  padding: 4px 15px;
  background-color: #f3f1e5;
}
.home-container {
  padding-top: 20px;
  padding-bottom: 20px;
  background:  url(images/bg-home-container-2col.jpg) no-repeat 0 80px;
}

.home-container .actions {margin-top: 4px; float:left;}
.home-container .btn { float: right;}
.actions a { line-height: 28px;}

/** =css3 rounded corners for nice browsers
************************************************************/
.rnd {
  /*border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
}

/** blue button for larger sizes we will need to specify a larger graphic
************************************************************/
.btn {
  border:0;
  cursor:pointer;
  font-weight:bold;
  text-align:center;
  margin-bottom:0px;
  font-size: 1em;
  background-image: url(images/buttons.png);
  background-repeat:no-repeat;
  background-color: Transparent;
  height:28px;
  min-width:70px;
  position: relative;
  color:#fff;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:12px;
  float:right;
}

.btn:hover  
{
    background-position: 0 -200px; 
}

/* removes 1px border in FF */
button::-moz-focus-inner { border: none; padding: 0;}

/** =cross browser inline-block
************************************************************
http://blog.hedgerwow.com/2007/11/14/item-list-grid-real-world-practice-with-displayinline-block-across-browsers/
************************************************************/
.btn,
.inline-block{
  display:-moz-inline-stack; /* Firefox need this to simulate display:inline-block */
  display:inline-block; /* IE does not apply this to Block Element, and Firefox does not render this, too */
  _overflow:hidden; /* fix IE6 to expanded content */
  /*zoom:1;*/ /* trigger hasLayout */
  /*display:inline; *//* once hasLayout is true, set display:inline to block element will make display:inline behave like display:inline-block */
}


/********************************************************
Site Map*/
.content-sitemap
{
    background-color: #F3F1E5;
    min-height:250px;
}

.map-area
{
    margin-left:15px;
    padding-top:20px;
    text-align:center;
}

.map-area h3
{
    font-size:17px;
    border-bottom:solid 1px #43A238;
}

.map-area a
{
    font-size:15px;
    margin-top:5px;
}

.map-area a:hover
{
    border-bottom:solid 2px #43A238;
}

/*******************************************************
general Internal Page */

.content-general
{
    background-color: #F3F1E5;
    min-height:100%;
}


/********************************************************
contact page */

.contact-body
{
    margin-left:20px;
    margin-top:15px;
}

.address-box
{
    width:261px;
}

.address-box .map
{
    margin-left:0px;
    width: 241px; 
    height: 200px;
}

.upper-left
{
    position:absolute; 
    padding-left:10px;
    z-index:9999;
}

.upper-right
{
    position:absolute; 
    padding-left:241px;
    z-index:9999;
}

.lower-left
{
    position:absolute; 
    padding-left:10px;
    margin-top:-40px;
    z-index:9999;
}

.lower-right
{
    position:absolute; 
    padding-left:241px;
    margin-top:-40px;
    z-index:9999;
}

.address-box h3
{
    color:White;
    padding-left:10px;
    margin:0;
}

.address-box .text
{
    color:White;
    font-size:16px;
    margin-left:0px;
}


.contact-body .green .tall
{
    height:40px;
    margin-top:0px;
}

.contact-body .green .text
{
    font-size:17px;
    padding-top:10px;
}

.contact-body .btn-base
{
    width:500px;
}

.contact-body .btn
{
    margin-right:30px;
}





/*CONTACT FORM
***********************************************************/
.contact-form .inputs
{
    line-height:30px;
    width:500px;
    color:#cfc;
    margin: 0 0 0 0;
}

.contact-form .left
{
    float:left;
    padding-left:10px;
    margin-top:0px;
    padding-right:10px;
    line-height:25px;
}

.contact-form img
{
    margin-right:-10px;
}

.contact-form .right
{
    float:right; 
}

.contact-form .multiline
{
   height:100px;
   padding-top:10px;
}

.contact-form .short-fields
{
   width:120px;
   border-width:2px;
   border-color: #43A238;
   border-top-color:#43A238;
   border-left-color:#43A238;
   padding-left:5px;
   background: #E5FFE0;
   line-height:15px;
}

.contact-form .required
{
    height:5px;
}

.subj
{
   width:200px;
   border-width:2px;
   border-color: #43A238;
   border-top-color:#43A238;
   border-left-color:#43A238;
   padding-left:5px;
   background: #E5FFE0;
   line-height:15px;
}

.error
{
    color:#ebb;
}

.contact-form select
{
   border-width:2px;
   border-color: #43A238;
   border-top-color:#43A238;
   border-left-color:#43A238;
   padding-left:5px;
   background: #E5FFE0;
   color:Black;
   line-height:30px;
}

.contact-form textarea
{
   border-width:2px;
   background: #E5FFE0;
   color:Black;
   max-width:450px;
   max-height:80px;
   border-color: #43A238;
   border-top-color:#036208;
   border-left-color:#036208;
}

.contact-form .txtmultiline
{
    width:450px;
    height:1px;
    margin-bottom:10px;
    margin-right:20px;
}




/*ff only*/
@-moz-document url-prefix() 
{    
    .contact-form input
    {
        width:120px;
    }
    
    .contact-form textarea
    {
       max-width:450px;
       max-height:80px;
    }
}

.inputs select
{
   border-width:2px;
   border-color: #43A238;
   border-top-color:#036208;
   border-left-color:#036208;
   margin-right:3px;
   background: #E5FFE0;
}

.check-list
{
    line-height:10px;
    margin:0 0 0 0;
    padding:0 0 10px 15px;
}

.check-list td, .check-list th, .check-list tr
{
    line-height:16px;
    margin:0 0 0 0;
    padding:0 0 0 0;
}

.check-list input
{
    width:20px;
    line-height:20px;
    margin:0 0 0 0;
    padding:0 0 0 0;
}




/*HIGHLIGHT
**********************************************************/
.highlight
{
    background-image:url("images/Bubbles.png");
    background-position: 0px -368px;
    background-repeat:no-repeat;
    height:20px;
}


.humana-link
{
    font-size:18px;
    font-weight:bold;
}

.humana-link span
{
    color:#009999;
    font-style:italic;
}




/**PEOPLE
************************************************************/
.person1
{
    background-position: 0px -20px;
}

.person2
{
    background-position: 74px -20px;
}

.person3
{
    background-position: 152px -20px;
}

.person4
{
    background-position: 230px -20px;
}

.person5
{
    background-position: 308px -20px;
}

.person6
{
    background-position: 0px -135px;
}

.person7
{
    background-position: 74px -135px;
}

.person8
{
    background-position: 152px -135px;
}

.person9
{
    background-position: 230px -135px;
}

.person10
{
    background-position: 308px -135px;
}


/**************LOADING IMAGE******************/
.loading
{
    position:absolute;
    width:32px;
    height:32px;
    background-color:Transparent;
    margin-right:300px;
    margin-top:75px;
}


.popup
{
    visibility:hidden;
    position:fixed;
    background-color:White;
    border:solid 2px black;
    
    z-index:999;
    padding:10px 10px 10px 10px;
    width:30%;
}

.hidden-title
{
    display:none;
}

.small
{
    font-size:9px;
}

.banner
{
    margin-left:15px;
    margin-bottom:5px;
 
}


/**************************Compare Plans**************************/

.compare-table
{
    margin-left:25px;
}

.compare-table td
{
    text-align:center;
    border:solid 1px black;
    background-color:#F3F1E5;
    padding:5px 5px 5px 5px;
    vertical-align:middle;
}

.compare-table .bold
{
    font-weight:bolder;
    font-size:1.5em;
}

.compare-table .blue
{
    background-color:#2F6790;
    color:White;
    font-size:1.1em;
}

.compare-table .title
{
    color:White;
    font-size:1.25em;
    font-weight:bold;
}
/*****************************************************************/

/*Employers*/
.align-bottom
{
    vertical-align:bottom;
}

.employers-header
{
    text-align:center;
    font-size:1.8em;
    font-weight:bold;
    color:#2F6790;
}

.employer-content img
{
    position:relative;
    width:275px;
    margin: -120px 0 0px 120px;
}

.employer-content .info-column-menu
{
    border:none;
    padding-left:20px;
}

.employer-content .middle-space
{
    min-width:100px;
    height:5px;
    visibility:hidden;
}

.full-body
{
    margin-left:20px;
}

.center-image
{
    height:100px;
}

/*Partners*/

.partner-logo
{
    padding: 1px 0px 0px 80px;
}

.logos a:hover
{
    border:none;
}

/************Privacy Policy*******************/
.content-privacypolicy
{
    background-color: #F3F1E5;
}

.content-privacypolicy h1
{
    text-align:center;
    font-weight:bold;
    font-size:1.75em;
    color:#2f6790;
    padding:10px 0 0px 0;
}

.content-privacypolicy p
{
    padding:5px 50px 5px 50px;
}

.content-privacypolicy h2
{
    text-align:left;
    font-size:1.25em;
    color:#2f6790;
    padding:0px 50px 0px 50px;
    margin-bottom:-4px;
}

.content-privacypolicy img
{
    margin-top:4px;
    margin-left:70px;
    position:relative;
}






.disclaimer
{
    font-size:.8em;
}

.bullets img
{
    width:20px;
    position:relative;
    margin:0 0 0 0;
}

.bullets
{
    margin-left:20px;
    
}

.learn-more-text
{
    padding-right:20px;
    background-image:url("images/FrontArrow.png");
    background-position:right;
    background-repeat:no-repeat;
    margin-right:5px;
    text-align:right;
    line-height:16px;
}

.learn-more
{
}

.learn-more:hover
{
    border-bottom:solid 1px #43A238;
}










