﻿/* Import base styles
-------------------------------------------------------------- */
@import url(base.css);


a
{
	font-family:Verdana, Arial;
	text-decoration:underline;
	color:#003399;
}
a:link
{
	color:#003399;
}
a:visited
{
	color:#003399;
}
a:hover
{
	color:#ff760c;
}
a:active
{
	color:#003399;
}


.bold
{
	font-weight:bold;
}

.pageHeader
{
	list-style:none;
}


.left
{
	float:left;
}

.clear
{
	clear:both;
}
.bold
{
	font-weight:bold;
}




.pageHeaderRight
{
	float:right;
	padding-right:20px;
	margin-top:11px;
}


h1
{
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial;
	color:#006d9d;
	margin: 5px 0px 5px 0px;
}

h2
{
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial;
	color:#005f39;
	margin: 5px 0px 5px 0px;
}

h3
{
	color:#0d6394;
	font-family:Verdana,Arial;
	font-size:12px;
	vertical-align:middle;
}

h4
{
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial;
	color:#006d9d;
	margin: 5px 0px 5px 0px;
}


/*  --------- Header ------------- */

#master-header
{
	padding-top:12px;
}

#master-header h3
{
	position:absolute;
}

#header-locations
{
	left:530px;
	top:23px;
}
#header-questions-answers
{
	left:648px;
	top:23px;
}
#header-already-member
{
	left:808px;
	top:23px;
}
#master-header h3 a
{
	display:block;
	background: url( '/assets/images/global-bullet.jpg' ) no-repeat top left;
	text-decoration:none;
	color:#0d6394;
	font-family:Verdana,Arial;
	font-size:10px;
	padding:0px 0px 0px 16px;
	height:10px;
}

#master-header h3 a:hover
{
	text-decoration:underline;
	background-position: 0 -14px;
}




.content
{
	margin:0 auto; 
	width:945px;
	position:relative;
}

.master-content
{
	border-right:solid 1px #aaaaaa;
	border-left:solid 1px #aaaaaa;
	width:938px;
}	

.master-right-sidebar
{
	float:left;
	width:210px;
}


.pageHeaderRight a
{
	text-decoration:none;
	color:#0d6394;
	font-family:Verdana,Arial;
	font-size:10px;
	vertical-align:middle;
	padding:8px 0px 0px 4px;
}

.pageHeaderRight a:hover
{
	text-decoration:underline;
}

.pageHeaderRight img
{
	float:left;
}



/* ------ Main Nav Menu -------- */

.mainMenu
{
	text-align:left;
	vertical-align:middle;
	padding-top:10px;	
	clear:both;
	height:29px;
}

.mainMenu_start
{
	background-color:#58af30;
	height:28px;
	/* width:214px; */
	border-right:solid 1px #ffffff;
	float:left;
}	





.mainMenu ul
{
	font-family:Verdana,Arial;
	font-size:13px;
	font-weight:bold;
}

.mainMenu ul a
{
	text-decoration:none;
}

.mainMenu ul, #mainMenu ul li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mainMenu ul li
{
	float:left;
}

.mainMenu ul li a
{
	display:block;
	color:#ffffff;
	/*  background-color:#7fb741;
	padding: 7px 14px 7px 14px; */
	white-space:nowrap;
	border-right:solid 1px #ffffff;
}

.mainMenu ul li a.selected
{
	background-color:#f16d05;
}


.mainMenu ul li a:visited
{
	color:#ffffff;
}

.mainMenu ul li a:hover
{
	color:#ffffff;
	/* background-color:#f16d05; */
}

.mainMenu ul li a.nohover:hover
{
	color:#ffffff;
	background-color:#7fb741;
	cursor:default;
}



.nav-menu-start
{
	width:95px;
	height:29px;
	background-color:#7fb741;
}
.nav-home
{
	display:block;
	background: url( '../images/nav-home.jpg' ) no-repeat top left;
	width:71px;
	height:29px;
}
.nav-home-selected
{
	display:block;
	background: url( '../images/nav-home.jpg' ) no-repeat 0px -29px;
	width:71px;
	height:29px;	
}
.nav-home:hover
{
	background: url( '../images/nav-home.jpg' ) no-repeat 0px -29px;
}
.nav-whykp
{
	display:block;
	background: url( '../images/nav-whykp.jpg' ) no-repeat top left;
	width:209px;
	height:29px;
}
.nav-whykp-selected
{
	display:block;
	background: url( '../images/nav-whykp.jpg' ) no-repeat 0px -29px;
	width:209px;
	height:29px;
}
.nav-whykp:hover
{
	background: url( '../images/nav-whykp.jpg' ) no-repeat 0px -29px;
}
.nav-explore
{
	display:block;
	background: url( '../images/nav-explore.jpg' ) no-repeat top left;
	width:196px;
	height:29px;
}
.nav-explore-selected
{
	display:block;
	background: url( '../images/nav-explore.jpg' ) no-repeat 0px -29px;
	width:196px;
	height:29px;
}
.nav-explore:hover
{
	background: url( '../images/nav-explore.jpg' ) no-repeat 0px -29px;
}
.nav-apply
{
	display:block;
	background: url( '../images/nav-apply.jpg' ) no-repeat top left;
	width:114px;
	height:29px;
}
.nav-apply-selected
{
	display:block;
	background: url( '../images/nav-apply.jpg' ) no-repeat 0px -29px;
	width:114px;
	height:29px;
}
.nav-apply:hover
{
	background: url( '../images/nav-apply.jpg' ) no-repeat 0px -29px;
}
.nav-menu-end
{
	
	width:250px;
	height:29px;
	background: #7fb741 url('/assets/images/global_headerFooterCorner.gif') no-repeat top right;	
}


.rightSideBar 
{
	font-family:Verdana,Arial;
	font-size:14px;
	color:#484848;
	font-weight:bold;
}




/* ---- Info Box - Right Side ---- */

.infoBoxContainer
{
	margin-top:15px;
	margin-bottom:10px;
	background: url('../images/quick-assist-header.jpg') top left no-repeat;
}

.infoBoxContainer .call-us
{
	background: url('../images/icon-telephone.jpg') no-repeat top left;
	padding-left:24px;
	color:#006D9D;
	text-decoration:none;
}

.infoBoxContainer .enrollment-kit
{
	background: url('../images/icon-enrollment-kit.jpg') no-repeat top left;
	padding-left:24px;
	color:#006D9D;
	cursor:pointer;
}
.infoBoxContainer .enrollment-kit:hover
{
	color:#FF760C;
/*	background-position: 0 -18px; */
}

.infoBoxContainer .chat
{
	background: url('../images/icon-chat.jpg') no-repeat top left;
	padding-left:24px;
	color:#006D9D;
	/* cursor:pointer; */
}
/* .infoBoxContainer .chat:hover
{
	color:#FF760C;
	background-position: 0 -17px; 
}*/


.infoBoxContainer input
{
	border: solid 1px #1c9bce;
	color:#484848;
	width:201px;
	margin-top: 3px;
}

.infoBoxContainer .section-container
{
	background: url('../images/global_menuSide.gif') repeat-y; 
	width:201px;
}

.infoBoxTitle
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding: 21px 0 10px 20px
}

.infoSectionTitle
{
	font-size:13px;
	font-weight:bold;
	color:#006d9d;
/*	background: url('../images/global_menuSide.gif') repeat-y; */
	padding:10px 0px 0px 10px;
}

.infoBoxContent
{
	/* background: url('../images/global_menuSide.gif') repeat-y; */
	width:158px;
	padding:0px 0px 0px 35px;
	vertical-align:top;
	font-family: Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	clear:both;
}

.infoBoxBottom
{
	background: url('../images/global_menuFooter.gif') no-repeat top left;
	width:201px;
	height:13px;
}





/* ---- Already Member Overlay ---- */

.alreadyMember
{
	display:none;
	background: url('../images/already_member.gif') top left no-repeat;
	position:absolute;
	top:37px;
	left:720px;
	width:297px;
	height:42px;
	padding:0;
}
.alreadyMember p
{
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#323232;
	margin:16px 0px 0px 10px;
}

.alreadyMember a
{
	padding:0;
	font-size:11px;
}

.tooltip
{
	display:none;
	background: url('../images/already_member.gif') top left no-repeat;
	position:absolute;
	top:37px;
	left:720px;
	width:297px;
	height:42px;
	padding:0;	
	text-align:center;
}
.tooltip p
{
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#323232;
	margin:16px 0px 0px 10px;
}


#contentPlaceHolder3
{
	margin:0 auto;
	width:850px;
}
#master-footer-spacer
{
	width:850px;
	height:50px;
	clear:both;
}

.pageContent
{
	float:left;
	width:722px;
	font-family:Verdana,Arial;
	font-size:13px;
	color:#484848;
	margin-top:1px;
	margin-bottom:10px;
}



/* ------ Footer ------ */

#footer-container
{	
	margin:0 auto;
	text-align:center;
	width:700px;
	margin-top:10px;
	position:relative;
}
.footerLink
{
	float:left;
	padding-right:10px;
	padding-left:10px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#003399;
}

.footerSeparator
{
	border-right:solid 1px #003399;
}



.divider
{
	height:28px;
	width:940px;
	border-top:solid 1px #ffffff;
	background: url('/assets/images/global_headerFooterCorner.gif') no-repeat right -28px;	
	background-color:#7fb741;
	clear:both;
}




.divDisclaimer
{
	margin:0 autoo;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:normal;
	color:#323232;
	padding-top:15px;
}

.companyDescription
{
	display:none;
}


.default
{
	font-family:Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	color:#323232;
}	


.menuend
{
}


/*Questions and Answers*/

#QAContent
{
	font-family:Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	color:#323232;	
}

#QAContent #content
{
	margin-bottom:10px;
}

#divQA img
{
	cursor:pointer;
}

.question
{
	font-family:Verdana,arial;
	font-size:13px;
	color: #003399;
	cursor:pointer;
	/* margin-top:5px; */
	margin-bottom:3px;
	margin-left:6px;
	width:650px;
}

.answer
{
	display:none;
	font-family:Verdana, Arial;
	font-size:13px;
	color: #252525;
	margin-bottom:10px;
	margin-left:22px;
	clear:both;
}

#divDisclaimer
{
	margin-top:20px;
	font-size:11px;
}


.answer ul
{
	margin: 2px 0px 10px 15px;
}

.answer li 
{
	color: #006d9d;
	padding-bottom:1px;
}

.answer li span
{
	color:#000000;
}



/* Button
--------------------------------------------------------------*/
a.btn 
{
	height: 19px;
	margin: 6px 0 0 0px;
	padding: 0 0 0 0;
	background: url('/assets/images/global_btnGreen.gif') no-repeat right 0;
	position: relative;
	border: none;
	display: -moz-inline-box;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
}
a.btn:hover 
{
	color: #fff;
	text-decoration: none;
	background: url('/assets/images/global_btnGreen.gif') no-repeat right -19px;
}
a.btn span 
{
	color: #fff;
	height:17px;
	margin:0 10px 0 0;
	padding:2px 0 0 10px;
	display: -moz-inline-box;
	display: inline-block;
	background: url('/assets/images/global_btnGreen.gif') no-repeat left 0;
}
a.btn:hover span 
{
	color: #fff;
	background: url('/assets/images/global_btnGreen.gif') no-repeat left -19px;
}



/* Button
--------------------------------------------------------------*/
a.btnO 
{
	height: 26px;
	margin: 6px 0 0 0px;
	padding: 0 0 0 0;
	background: url('/assets/images/global_btnOrange.gif') no-repeat right 0;
	position: relative;
	border: none;
	display: -moz-inline-box;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
}
a.btnO:hover 
{
	color: #fff;
	text-decoration: none;
	background: url('/assets/images/global_btnOrange.gif') no-repeat right -26px;
}
a.btnO span 
{
	color: #fff;
	height:21px;
	margin:0 10px 0 0;
	padding:5px 0 0 10px;
	display: -moz-inline-box;
	display: inline-block;
	background: url('/assets/images/global_btnOrange.gif') no-repeat left 0;
}
a.btnO:hover span 
{
	color: #fff;
	background: url('/assets/images/global_btnOrange.gif') no-repeat left -26px;
}





/* ---- Home ---- */

.homeTitle
{
	font-family:Verdana, Arial;
	font-size:16px;
	font-weight:bold;
	color:#005f39;
	margin-top:20px;
}

.homeSection
{
	float:left;
	padding-left:30px;
	padding-right:30px;
	border-right:solid 1px #0d6394;
	font-family:Verdana,Arial;
	font-size:13px;
	width:220px;
}

.homeSection p
{
	margin-top:10px;
}

.homeSectionLast
{
	float:left;
	padding-left:30px;
	padding-right:30px;
	font-family:Verdana,Arial;
	font-size:13px;
	width:220px;
}

.homeSectionLast p
{
	margin-top:10px;
}


#home-see-why
{
	display:block;
	background: url( '/assets/images/home-seeWhy.jpg' ) no-repeat top left;
	width: 193px;
	height: 47px;
	margin-left:-2px;
}
#home-see-why:hover
{
	background-position: 0 -47px;
}

#home-coverage-and-costs
{
	display:block;
	background: url( '/assets/images/home-explore.jpg' ) no-repeat top left;
	width: 171px;
	height: 47px;
}
#home-coverage-and-costs:hover
{
	background-position: 0 -47px;
}

#home-apply-now
{
	display:block;
	background: url( '/assets/images/home-apply.jpg' ) no-repeat top left;
	width: 178px;
	height: 46px;
}
#home-apply-now:hover
{
	background-position: 0 -46px;
}



/* ---- Why Kaiser ---- */

.whyKaiserContent
{
	margin:15px 10px 0px 15px;
	font-family:Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	color:#323232;
}
.whyKaiserContent h1
{
	margin-left:20px;
}

.blueHeader
{
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial;
	color:#006d9d;
	margin: 5px 0px 5px 0px;
}

.greenHeader
{
	font-family:Verdana, Arial;
	font-size:14px;
	color:#005f39;
	font-weight:bold;
	margin:15px 0px 5px 0px;
}

.reasons
{
	margin: 10px 0px 0px 20px;
}

.reasons p.cta
{
	margin-top:15px;
	margin-bottom:10px;
}

.reasons ul
{
	margin: 10px 0px 0px 15px;
}

.reasons li 
{
	color: #006d9d;
	padding-bottom:8px;
}

.reasons li span
{
	color:#000000;
}

.coordinatedCareContent
{
	display:block;
}

.coordinatedCareContent div
{
	margin-left:40px;
}

.coordinatedCareContent li
{
	padding-bottom:2px;
}

.coordinatedCareContent p
{
	margin-top:10px;
}

.video-title
{
	background:url('/assets/images/videos-title2.jpg') no-repeat top center;
	width:201px;
	height:31px;
}
.video-stretch
{
	background:url('/assets/images/videos-stretch.jpg') repeat-y;
	width:201px;
}
.video-bottom
{
	background:url('/assets/images/videos-bottom.jpg') no-repeat top center;
	width:201px;
	height:13px;
}
.video-1
{
	display:block;
	background:url('/assets/images/video-connected.jpg') no-repeat top center;
	width:165px;
	height:94px;
}
.video-1:hover
{
	background-position:0 -94px;
}
.video-2
{
	display:block;
	background:url('/assets/images/video-health-manager.jpg') no-repeat top center;
	width:165px;
	height:95px;
}
.video-2:hover
{
	background-position:0px -95px;
}
.video-content
{
	padding:14px 0 0 17px;
}
.video-content a
{
	font-size:12px;
	color:#003399;
	margin:7px 0;
}




/* ---- Explore Plans ---- */


.exploreContent
{
	margin:15px 0px 0px 15px;
	font-family:Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	color:#323232;
}

.exploreContent p
{
	margin:5px 0px 10px 0px;
}

.exploreContent p.applyButton
{
	text-align:right;
	width:659px;
	margin:0;
}

.exploreFooter
{
	display:none;
}

.exploreCondensed
{
	display:block;
}

.exploreExpanded
{
	display:none;
}

.plan
{
	display:block;
	margin-bottom:30px;
}

.plan ul
{
	margin: 10px 0px 0px 15px;
}

.plan li 
{
	color: #006d9d;
	padding-bottom:2px;
}

.plan li span
{
	color:#000000;
}

.plan h4
{
	margin-top:15px;
}

.selectedState
{
	text-decoration:none;
	/* color:#f57c1f; */
	color:#000000;
	font-weight:bold;
}

.selectedState:link
{
	color:#f57c1f;
	font-weight:bold;
}

.selectedState:visited
{
	color:#f57c1f;
	font-weight:bold;
}
	
.state
{
	font-size:10px;
}

.stateStart
{
	font-size:12px;
}

.altQuote
{
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial;
	color:#006d9d;
	margin: 5px 0px 5px 0px;
}

.exploreDisclaimer
{
	font-size:11px;
}

.exploreOverlayContent
{
	color:#323232;
	font-family:Verdana,Arial;
	font-size:13px;
	font-weight:normal;
	margin:10px 0;
}
.state-list p
{
	margin: 5px 0 10px 0;
}
.explore-regions-popup-link
{
	color:#003399;
	font-weight:bold;
}
.region-header
{
	background-color:#E4F1F1;
	width:685px;
	height:26px;
	padding:6px 0 0 4px;
	margin-left:-4px;
}




	
	
/* ---- Apply now ---- */

#divApplyContent
{
	margin:15px 0px 0px 15px;
	font-family:Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	color:#323232;
}

#divApplyContent .ApplyNowButton
{
	margin-top:20px;
}


/* ---- Enrollment Kit ---- */

.text1
{
	width:150px;
	font-family:Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	color:#323232;
}

.text2
{
	width:200px;
	font-family:Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	color:#323232;
}

.textCity
{
	width:100px;
	font-family:Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	color:#323232;
}

.textState
{
	width:50px;
	font-family:Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	color:#323232;
}

.textZip
{
	width:60px;
	font-family:Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	color:#323232;
}

.enrollmentKit div
{
	padding: 0px 20px 0px 20px;
}

.enrollmentKit table td
{
	padding:1px;
}

.enrollmentKit label
{
	padding-left:5px;
}

.enrollmentKit .privacyLink
{
	padding-top:20px;
}

.enrollmentKit input[type="radio"]
{
	margin-left:10px;
}

.enrollmentKit .submitButton
{
	padding-top:15px;
}

.enrollmentKit .header
{
	padding-top:10px;
}

.enrollmentKit #pnlSuccess
{
	margin-top:50px;
}



/* ---- Home Page - Slide Show ---- */

#slideshow 
{
    position:relative;
	width:711;
	height:279px;
}

#slideshow img
{
	position:absolute;
	display:none;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active 
{
     z-index:10;
}

#slideshow img.last-active 
{
    z-index:9;
}





.MyHealthManagerContent #Disclaimer
{
	font-size:10px;
}

.MyHealthManagerContent #ifrHealthManager
{
	width:985px;
	height:630px;
}

.MyHealthManagerContent .hideLinks
{
	background-color:#FFFFFF;
	height:33px;
	left:460px;
	position:absolute;
	top:51px;
	width:334px;
}




.video-connected
{
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

#ifrConnected
{
	width:550px;
	height:328px;
	overflow:hidden;
}




.errorState
{
	border-top:solid 2px #660000;
	border-left:solid 2px #660000;
	border-bottom:solid 1px #ff0000;
	border-right:solid 1px #ff0000;
}

#errorMsg
{
	color:#cc0000;
}

.SiteMapContent
{
	margin-left:20px;
	margin-top:20px;
}



/* ------ Learn More popup ------ */

.learnMore
{
	position:absolute;
	top:-360px;
	left:433px;
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#323232;
	display:none;
	text-align:left;
	line-height:13px;
}

.learnMore p
{
	padding:5px 10px;
}

.learnMoreTop
{
	background: url('/assets/images/popupTop.gif') no-repeat;
	width:297px;
	height:13px;
}
.learnMoreStretch
{
	background: url('/assets/images/popupStretch.gif') repeat-y;
	width:297px;
}
.learnMoreBottom
{
	background: url('/assets/images/popupBottom.gif') no-repeat;
	width:297px;
	height:8px;
}






.calculator
{
	margin-left:20px;
}




#MapSizeButton
{
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
	background-color:#ffffff;
	font-size:11px;
	padding:4px;
}

#terms-and-conditions-content
{
	margin:0 10px 0 10px;
}

#terms-and-conditions-content p
{
	margin:8px 0 8px 0;
}



