/*---------------------------------------------------------------------

	Humana One
 	file: global.css
 	Description: defines styles for layout, as well as styles for
 	all header and footer styles.

---------------------------------------------------------------------*/

/* Import all globally 
	used style sheets */
@import url("base.css");
@import url("master.css");

/*convention*/
.hidden {display:none !important;}
.fltleft {float: left;}

/*	Group: Buttons
------------------------------------------*/
#content .btn-quote, #content .btn-learn {
    background: url("../img/structure/btn-set.gif") no-repeat;
    display: inline-block;
    padding-left: 3px;
    height: 30px;
    text-decoration: none;
}

	#content .btn-quote input, 
	#content .btn-learn input, 
	#content .btn-quote a, 
	#content .btn-learn a {
		border: 0;
		font-size: 12px;
		color: #fff;
		font-weight: bold; 
		font-family: Arial;
		background: url("../img/structure/btn-set.gif") no-repeat #fff;
		width: auto;
		display: inline-block;
		height: 30px;
		margin-bottom: 0;   
		cursor: pointer;
		padding: 0 6px 0 3px;
		text-decoration: none;
		line-height: 30px;
	}
	
	#content .btn-quote input.hover, 
	#content .btn-learn input.hover, 
	#content .btn-quote a:hover, 
	#content .btn-learn a:hover {
		color: #e8e9ea;
	}
    

/* quote */
#content .btn-quote { background-position: left 0; }
#content .btn-quote input, #content .btn-quote a { background-position: right 0; }
  
/* learn */  
#content .btn-learn { background-position: left -30px; }
#content .btn-learn input, #content .btn-learn a { background-position: right -30px; }


/*	Group: Why Humana Module
------------------------------------------*/
.why-humana {
    width: 324px;
    padding: 0 24px 60px 24px;
    float: right;
    background: #f7f7f7;
    font-size: 13px;
    margin-left: 60px;
    margin-top: 45px;
}

    .why-humana h2{
        font-size: 14px;
        color: #18487E;
        background: url("../img/structure/module-h2.png") no-repeat #ccc;
        margin: 0 -24px 20px -24px;
        padding: 8px 24px 8px 24px;
    }
    
    .why-humana li {
        margin-bottom: 10px;
        background: url("../img/structure/orange-bullet.png") no-repeat left 5px;
        text-indent: 10px;
        line-height: 15px;
    }

    
/*	Group: Request A Quote Form
------------------------------------------*/
#request-quote  {
    width: 515px; 
    padding-left: 14px; 
    float: left; 
    }

#request-quote fieldset { margin-bottom: 11px; float: left; width: 515px; }
#request-quote fieldset legend { position: absolute; left: -99999px; }
#request-quote fieldset legend,
#request-quote label { display: block; margin-bottom: 6px; }
#request-quote label.hide-label { position: absolute; left: -99999px; }
#request-quote .btn-quote { float: left; }
#request-quote .dash { display: inline-block; height: 27px; }
#request-quote .required { color: #990000; font-size: 11px; }
#request-quote .required em { padding-left: 5px; }

#request-quote h1 {
        text-indent: -9999px;
        background: url("../img/headers/request-quote.png") no-repeat;
        height: 20px;
        width: 152px;
        margin: 0 0 20px 0;
    }

    /* text field inputs */
    #request-quote input {
        display: inline-block; 
        margin-bottom: 8px; 
        border: 1px solid #ccc; 
        padding: 3px 5px; 
        width: 210px;
        }
        
    #request-quote input.error { background-color: #FFFFCC; }
    #request-quote input.address { width: 330px; }
    #request-quote input.city { width: 160px; }
    #request-quote input.state { width: 40px; }
    #request-quote input.zip { width: 90px; }
    #request-quote input.phone-3 { width: 40px; }
    #request-quote input.phone-4 { width: 70px; }

    /* Name */
    #request-quote .name { margin-bottom: 18px; float: left; margin-top: 10px; }
    #request-quote .name ul { float: left; }
    #request-quote .name li { float: left; margin-right: 20px; }
    #request-quote .name input {  margin-bottom: 0; }

	/* Birthdate */
    #request-quote .birthdate legend { position: static; }
    #request-quote .birthdate label { position: absolute; left: -99999px; }
    
    /* Address */
    #request-quote .address ul { float: left; margin-top: 8px; margin-bottom: 11px; }
    #request-quote .address li { float: left; margin-right: 10px; }
    #request-quote .address input {  margin-bottom: 0; }

    /* Interested Plans */
    #request-quote .interested-plans { float: left; margin-bottom: 17px; margin-top: 12px; width: 100%;  }
    #request-quote .interested-plans ul { float: left; }

        #request-quote .interested-plans li {
            float: left;
            width: 171px;
            padding-right: 10px;
            margin-bottom: 8px;
            height: 14px;
        }

        #request-quote .interested-plans input{
            margin: 0 9px 0 0;
            *margin: 0 7px 0 0;
            padding: 0;
            border: 0;
            height: 14px;
            vertical-align: middle;
            display: inline-block;
            position: relative;
            top: -1px;
            *top: 1px;
            width: auto;
        }
        
        #request-quote .interested-plans legend em {
            font-size: 10px;
            padding-left: 5px;
        }
        
        #request-quote .interested-plans legend { position: static; display: block; margin-bottom: 11px; font-weight: bold; }
        #request-quote .interested-plans label { display: inline; margin-bottom: 0; }
        #request-quote .interested-plans .clear { clear:both; }
                
        /* thank you page */
        #content #thank-you h1 { margin-left: 0; }
        #content #thank-you h2 {
			color:#17487C;
			font-size:16px;
			font-weight:normal;
			margin-bottom:3px;
			margin-top: 20px;
		}



/*	Group: Our Plans Page
------------------------------------------*/
.life-plan   { width: 453px; float: left; margin-right: 0px; }
.health-plan { width: 453px; float: left; margin-right: 37px; _margin-right: 30px; }


	.life-plan h2, .health-plan h2 {
		text-indent: -99999px;
		border-bottom: 1px solid #c1c1c2;
		margin-bottom: 14px;
		height: 34px;
	}
    
	.life-plan h2  { background: url("../img/headers/life.png") no-repeat 17px; }
	.health-plan h2 { background: url("../img/headers/health.png") no-repeat 17px; }
	
	.life-plan p.summary, .health-plan p.summary {
    font-size: 16px;
    color: #666;
    line-height: 18px;
    margin-bottom: 30px;
    padding-left: 14px;
    width: 407px;
}

/* plan container */
.plan {
    margin-left: 2px;
    width: 460px;
    margin-bottom: 10px;
    background: url("../img/structure/plan.png") bottom left;
	float: left;
}

.plan-inner {
    padding: 8px 10px 10px 89px;
    width: 361px;
    position: relative;
    background: url("../img/structure/plan.png") top left;
    bottom: 4px;
	float: left;
}

	.plan-inner img{
		position: absolute;
		left: 8px;
		top: 11px;
	}

	.plan-inner p {
		font-size: 13px;
		margin-bottom: 10px;
		line-height: 16px;
	}
	
	.plan-inner .learnmore {
		margin: 6px 0px 0px 15px;
		font-weight: bold;
		float: left;
	}
	.plan-inner .learnmore a {
		text-decoration: none;
	}
	.plan-inner .learnmore a:hover {
		text-decoration: underline;
	}
  
  
/*	Group: Internet Privacy Statement
------------------------------------------*/

	/* main copy section */
	.ips-copy {
		float: left;
		width: 709px;
		padding-right: 22px;
		margin: 15px 38px -9px 0;
		border-right: 1px solid #DBDBDB;
		position: relative; 
		top: -20px;
	}

		#content .ips-copy h1 { margin-left: 0; color: #185293; font-size: 21px;  }
		
		.ips-copy h2  {
			margin-top: 15px; 
		    color:#17487C;
			font-size:16px;
			font-weight:normal;
			margin-bottom:3px; 
		}

		.ips-copy a { text-decoration: none; }
		.about-us-copy a:hover { text-decoration: underline; }
		
		.ips-copy ul {	margin-bottom: 20px; padding-left: 15px; }
		.ips-copy li { list-style: disc; margin-bottom: 5px; }

	/* contact section*/	
	.contact { float: left; margin-top: 19px; }
		
		.contact img { float: none; }
		
		.contact .call {
			margin-top: 20px;
			line-height: 20px;	
			font-size: 13px;
			line-height: 22px;
		}

			.contact .call strong { font-size: 15px; }


/*	Group: About Us
------------------------------------------*/
.about-us-img { float: left; margin-right: 30px; }

	/* main copy section */
	.about-us-copy {
		float: left;
		width: 429px;
		padding-right: 22px;
		margin: 15px 38px -9px 0;
		border-right: 1px solid #DBDBDB;
		position: relative; 
		top: -20px;
	}

		#content .about-us-copy h1 { margin-left: 0; color: #185293; font-size: 21px;  }
		
		.about-us-copy h2  {
			margin-top: 15px; 
		    color:#17487C;
			font-size:16px;
			font-weight:normal;
			margin-bottom:3px; 
		}

		.about-us-copy a { text-decoration: none; }
		.about-us-copy a:hover { text-decoration: underline; }

	/* contact section*/	
	.contact { float: left; margin-top: 19px; }
		
		.contact img { float: none; }
		
		.contact .call {
			margin-top: 20px;
			line-height: 20px;	
			font-size: 13px;
			line-height: 22px;
		}

			.contact .call strong { font-size: 15px; }


/*	Group: Individual Plan
------------------------------------------*/
/* plan main */
.plan-main { float: left; width: 650px; }

/* tabs */
.plan-tabs {
	font-size: 14px;	
	font-weight: bold;
	float: left;
	height: 31px;
	width: 650px;
}

	.plan-tabs li {
		float: left;
		margin-right: 1px;
		height: 25px;
		line-height: 25px;
		background: url("../img/structure/tabs.png") no-repeat right 0;
		position: relative;
		bottom: -6px;
		cursor: pointer;
		padding-right: 13px;
	}

	.plan-tabs a {
		color: #000;
		text-decoration: none;
		background: url("../img/structure/tabs.png") no-repeat left 0;
		padding-left: 7px;
		display: inline-block;
		outline: 0;
		padding-right: 37px;
		height: 25px;
		line-height: 25px;
	}

	.plan-tabs a:hover { text-decoration: none; }
	.plan-tabs a:focus { color: #333; }

	
		/* active tab */
		.plan-tabs li.active {
			background-position: right -25px;
			position: relative;
			top: 1px;
			height: 31px;
			line-height: 31px;
		}
		
			.plan-tabs li.active a {
				background-position: left -25px;
				height: 31px;
				line-height: 31px;
			}

		
/* plan container */
.plan-container {
	background: url("../img/structure/plan-container.png") no-repeat 0 top;
	width: 650px;
	padding-top: 10px;
	float: left;
}

	.plan-container-inner {
		background: url("../img/structure/plan-container.png") no-repeat 0 bottom;
		padding: 7px 20px 17px 20px;
		zoom: 1;
	}
	
		.plan-container-inner h2 {
			font-weight:bold;
			margin-bottom:3px;
			color: #92b43c;
			font-size:16px;
		}
		
		.plan-container-inner p { margin-bottom: 20px; }
		.plan-container-inner sup { font-size: 9px; vertical-align: super; }
		.plan-container-inner p.footnote { line-height: 15px; font-size: 11px; }
		
		.plan-container-inner ul {	margin-bottom: 20px; padding-left: 15px; }
		.plan-container-inner li { list-style: disc; margin-bottom: 5px; }
		
		.plan-container-inner .details { margin-left: 10px; text-decoration: none; }
		.plan-container-inner .details:hover { text-decoration: underline; }
		
		.plan-container-inner table { margin-bottom: 20px; text-align: left; border: 1px solid #9EC1E9; }
		.plan-container-inner table ul { margin-top: 5px; margin-bottom: 0; }
		.plan-container-inner td { padding: 5px 10px; border: 1px solid #9EC1E9; }
		.plan-container-inner th {	background-color: #DAE8F7; padding: 5px 10px; }
		
		/* styled table */	
		.plan-container-inner .example { border: 0; width: 100%; }
		.plan-container-inner .example td { border: 0; }
		
		.plan-container-inner .example th  {
			background: #fff; 
			margin-bottom: 6px; 
			font-size: 15px; 
			padding: 0 0 3px 0;
			font-weight: normal; 
			border-bottom: 1px solid #9EC1E9;
			text-align: left;
			}
			
		.plan-container-inner .example th.condition { color: #17477B; }
		.plan-container-inner .example th.cash { color: #195496; }
		.plan-container-inner .example th.cashcon { background: #ECF2DF; color: #333; font-size:12px; font-weight: bold; width: 278px; padding:2px; border: 1px solid #fff; }
		.plan-container-inner .example .spacer { padding: 0; }
		
		.plan-container-inner .example .total { font-weight: bold; font-size: 16px; border-top: 3px double #9EC1E9; }
		.plan-container-inner .example td.condition { background: #DAE8F7; border: 1px solid #fff; }
		.plan-container-inner .example td.cash { background: #ECF2DF; color: #195496; font-weight: bold; width: 278px; border: 1px solid #fff; }
		

/*	Story Container */	
.story {
	float: right;
	width: 283px;
	background: url("../img/structure/story.png") no-repeat 0 bottom;
	padding-bottom: 10px;
	position: relative;
	top: 8px;
	right: 8px;
}

	.story-inner {
		background: url("../img/structure/story.png") no-repeat 0 top;
		padding: 16px 17px 30px 17px;
		zoom: 1;
	}
	
	.story-inner img { margin: 9px 0; }
	.story-inner p { margin-top: 16px; line-height: 17px; }
	.story-inner p.disclaimer { font-size: 11px; font-style: italic; color: #666; line-height: 15px; }
	
	.storyinnerquote {
		font-size: 17px;
		line-height: 20px;
		color: #195496;
		font-family: Tahoma;
		
	}
	
	.story-inner h2 {
		font-size: 20px;
		color: #195496;
		font-family: Tahoma;
		border-bottom: 1px solid #B0C0D3;
		padding-bottom: 4px;
		width: 262px;
		margin: 0 -11px;
		padding-left: 8px;
		position: relative;
	}
.disclaimer { font-size: 11px; font-style: italic; color: #666; line-height: 15px; }	
	
/*	Group: Home
------------------------------------------*/
#home {
	float: left; 
    margin-top: -20px; 
    margin-bottom: -20px;
    background: url("../img/structure/home-bg.png") 0 313px no-repeat;
    }
    
	/* marquee */
	.marquee {
		height: 313px;
		width: 962px;
		float: left;
		position: relative;
		margin-bottom: 27px;
	}

		.marquee .btn-learn {
			position: absolute;
			top: 179px;
			left: 348px;
		}

			#home .marquee .btn-learn a { font-size: 14px; }

		.marquee .nav {
			position: absolute;
			top: 241px;
			left: 9px;
			background: url("../img/marquee/nav.png") no-repeat;
			height: 34px;
			width: 456px;
			padding: 15px 19px;
		}

			.marquee .nav li { float: left; margin-right: 1px; border: 2px solid #9FA8AC; }
			.marquee .nav li img { cursor: pointer; border: 0; display: block; }
			.marquee .nav li.active { border-color: #EFD64A; }

		.marquee h2 {
			position: absolute;
			font-family: Tahoma;
			font-size: 21px;
			top: 63px;
			left: 669px;
		}
		
		.marqueequote {
			position: absolute;
			font-family: Tahoma;
			font-size: 21px;
			top: 63px;
			left: 348px;
			width: 291px;
		}
		
		.marquee q strong {
			color: #185293;
			font-weight: normal;
		}

		.marquee p {
			position: absolute;
			top: 93px;
			left: 670px;
			width: 270px;
			line-height: 17px; 
		}
		
		.marquee a { text-decoration: none; }
		.marquee q a { color: #666;  }
		.marquee p a { color: #333;  }
		.marquee cite { font-size: 11px; font-style: normal; }
		
		.marquee .marquee-imgs {
			height: 313px;
			overflow-y: hidden;
		}
		
			.marquee .marquee-imgs li {
				position: absolute;
				top: 0;
				left: 0;
				display: none;
			}
			
			.marquee .marquee-imgs li.active {
				display: block;
			}
		
			.marquee .marquee-imgs img {
				border: 0;
				cursor: pointer;
			}

	/* why choose humana financial protection */
	#home .why-choose { width: 272px; padding: 0 28px 0 21px; float: left; }

		#home .why-choose h2 {
			text-indent: -9999px;
			background: url("../img/headers/why-choose-home.png") no-repeat;
			height: 47px;
			width: 272px;
			margin-bottom: 20px;
		}

		#home .why-choose .more { text-decoration: none; font-weight: bold; margin-top: 10px; }	
		#home .why-choose .more:hover { text-decoration: underline; }
		#home .why-choose .btn-quote { margin-top: 15px; }

	/* our plans */
	#home .our-plans {
		float: left;
		width: 593px;
		background: url("../img/structure/our-plans-container.png") no-repeat;
		padding: 0px 20px 10px 20px;
		margin-top: 30px;
		position: relative;
	}

		#home .our-plans h2 {
			background: url("../img/headers/our-plans-h2-home.png") no-repeat;
			height: 20px;
			width: 97px;
			text-indent: -9999px;
			margin-bottom: 11px;
			position: relative;
			top: -30px;
			left: -5px;
		}
		
		#home .our-plans .addthis_button {
			position: absolute;
			top: -35px;
			right: 5px;
		}
		
		#home .our-plans p { font-size: 13px; width: 229px; line-height: 16px; }
		#home .our-plans li p { width: auto; }

		#home .our-plans .life {
			width: 300px;
			float: right;
			margin-right: -10px;
			margin-top: -20px;
			_display: inline;
		}
		
		#home .our-plans .health {
			width: 262px;
			float: left;
			margin-top: -20px;
		}

			#home .our-plans .life h3 {
				background: url("../img/headers/life-home.png") no-repeat;
				height: 34px;
				width: 239px;
				text-indent: -9999px;
				margin-bottom: 5px;
				margin-left: -6px;
			}

			#home .our-plans .health h3 {
				background: url("../img/headers/health-home.png") no-repeat;
				height: 31px;
				width: 244px;
				text-indent: -9999px;
				margin-bottom: 5px;
				margin-left: -3px;
				margin-top: 2px;
			}
			
			#home .our-plans li {
				padding-left: 78px;
				padding-top:11px;
				margin-top: 4px;
				position: relative;
				border-top: 1px dotted #D8DDD5;
				padding-bottom: 6px;
			}
			
			#home .our-plans .health ul { margin-top: 10px; }
			#home .our-plans li.first { border: 0; }
			
			#home .our-plans li img {
				left: 0px; 
				position: absolute; 
				top: 15px;
				_left: -78px;
			}
			
			.plan-name { font-size: 16px; margin-bottom: 3px; display: inline-block; color: #1E5DA2; text-decoration: none; }
			.plan-name:hover { text-decoration: underline; }


#content .btn-calc,#content .button,#modal .button {
    background: url("../img/btns/set.png") no-repeat;
    display: inline-block;
    height: 30px;
    padding-left: 3px;
    text-decoration: none;
}

#content .btn-calc input,#content .btn-calc button,#content .button a,#modal .button a {
    background: url("../img/btns/set.png") no-repeat right 0;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
	margin-right:0px;
    padding: 0 6px 0 3px;
    text-decoration: none;
    width: auto;
}
#content .btn-calc button sup,#content .button a sup,#modal .button a sup,.orangebutton sup,.greenbutton sup,.backbutton sup,.btnback sup,.btnnext sup {line-height:0;vertical-align:1px;}

#content .buttongreensm, #modal .buttongreensm  {
    background: url("../img/btns/green_sm.png") no-repeat;
    height: 22px;
}

#content .buttongreensm a, #modal .buttongreensm a  {
    background: url("../img/btns/green_sm.png") no-repeat right 0;
    height: 22px;
    line-height: 22px;
}

			
/*quote tabs*/
.quote-tabs {
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    width: 650px;
}   

.quote-tabs li {
	bottom: -6px;
	cursor: pointer;
	float: left;
	height: 26px;
	line-height: 26px;
	margin-right: 1px;
	padding-right: 13px;
	position: relative;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/structure/tabs.png);
	background-repeat: no-repeat;
	background-position: right 0;
}

.quote-tabs li.active {
    background-position: right -26px;
    height: 32px;
    line-height: 32px;
    position: relative;
    top: 1px;
}

.quote-tabs a {
    background: url("../img/structure/tabs.png") no-repeat scroll left 0 transparent;
    color: #000000;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    outline: 0 none;
    padding-left: 12px;
    padding-right: 0px;
    text-decoration: none;
}

.quote-tabs li.active a {
    background-position: left -26px;
    height: 32px;
    line-height: 32px;
}
.quote-tabs #quote-tab.highlighted {background-position:100% -58px;height:32px;line-height:32px;top:1px;}
.quote-tabs #quote-tab.highlighted a {background-position:0 -58px;color:#fff;height:32px;line-height:32px;}

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#4b535c;
  display:none;
  top:0;
  left:0;
}
   
#modal .window {
  background:#fff url("../img/structure/bg_modal.gif") no-repeat;	
  position:absolute;
  display:none;
  z-index:9999;
  padding:20px;
  width:562px;
  min-height:203px; 

}

#modal .close { background:url("../img/icons/modal_closer.gif") no-repeat;display:block;height:33px;position:absolute;right:-15px;text-indent:-5000px;top:-15px;width:33px;}
#modal .closelink {font-weight:bold;position:absolute;right:20px;top:20px;}
#modal .modalcontent {padding:75px 10px 0px 10px;width:540px;}

.modalcontent h2 {color:#12467e;font-size:18px;font-weight:bold;padding-bottom:20px;}
.modalcallout  {background: url("../img/structure/callout_modal.gif") no-repeat 0 bottom;margin-bottom:10px;padding-bottom:10px;width:546px;}
.modalcalloutcontent {background: url("../img/structure/callout_modal.gif") no-repeat 0 top;min-height:75px;padding-top:20px;}
.modalcalloutcontent h3 {font-size:14px;font-weight:bold;margin:0 0 5px;}
.modalcalloutcontent img,.modalcalloutcontent .content,.modalcalloutcontent .button {float:left;} 
.modalcalloutcontent img {padding-left:20px;padding-right:20px;}
.modalcalloutcontent .content {width:330px;padding-right:20px;}
.modalcalloutcontent .button {margin-top:20px;}
.modalcalloutcontent .hidetext {position: absolute; left: -9999px;}
.modalcontent  ul  {padding-bottom:10px;}
.modalcontent  ul li {list-style:disc; margin-left:40px;}
.modalcontent .btnback {float:left; margin-top:7px;}
.modalcontent .btnnext {float:right;}
.modalcontent .modalfooter {margin-top:20px;}

.datefield {position:relative;}
.dateformat {left:170px;position:absolute;top:1px;white-space:nowrap;}

.skip {display:none;font-size:10px;margin:5px 20px;width:100px;}

.errors {color:#C41E3A;margin:0 0 20px;width:300px;}
.errors dt {font-weight:bold;}
.errors dd {margin:5px 10px;}

fieldset {border:0;}
legend {display:none;}

/*clearfix*/
.clearfix:before, .clearfix:after {content: "\0020"; display: block; height: 0; visibility: hidden;}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

