@charset "utf-8";
/* CSS Document */
/* Updated 10/5/2010 MVTWIN EXW * /
/***************************
3SEP2009 - TA overview box padding
***************************/ 


/***************************
    Header
***************************/
#HeaderOuterDiv {
	width: auto;
	padding: 0px;
	padding: 0 0 6px 6px;
	border: 0px;
	background: url(/images/background/shadowSides.png) repeat-y scroll -5px 0;
}
#HeaderOuterDiv #HeaderInnerDiv {
	padding: 0 0 6px 0;
	overflow: hidden;
}
#HeaderInnerDivLeft {
	text-align: left;
	padding: 5px 0 2px;
	color: #333;
}
#HeaderInnerDivRight {
	text-align: right;
	padding: 5px 0 2px 20px;
}
#HeaderInnerRightTopDiv {
	padding-bottom: 5px;
	color: #185395;
}
#HeaderInnerRightMiddleDiv {
	padding-top: 5px;
	padding-bottom: 5px;
}
#HeaderInnerRightBottomDiv {
	padding-top: 5px;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}
#HeaderInnerRightBottomDiv .FontSize {
	padding: 0px 0px 0px 0px;
}
#zipcode {
	margin-right :-7px;
	margin-left:-3px;
}
a.HomeContactusLink, a.HomeContactusLink:link, a.HomeContactusLink:active, a.HomeContactusLink:visited {
	font-size:1em;
	color:#185395;
	text-decoration:none;
}
a.HomeContactusLink:hover {
	font-size:1em;
	color:#185395;
	text-decoration:underline;
}
a.HeaderLink, a.HeaderLink:link, a.HeaderLink:active, a.HeaderLink:visited {
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	margin-bottom: 20px;
}
a.HeaderLink:hover {
	font-size: 1em;
	color: #666666;
	text-decoration: underline;
}
.HeaderLink {
	vertical-align: top;
}
/***************************
    EduNavBar
***************************/

#EduNavBarOuterDiv {
	padding: 0 0 0 0 !important;
	border: 0px;
	height: 30px;
	width:auto;
	background: url(/images/background/shadowSides.png) repeat-y scroll -5px 0;
	position:relative;
	z-index:100;
}
#EduNavBarOuterDiv #EduNavBarInnerDiv {
	/*change 1: height: 60px; */
	padding: 0 !important;
	overflow: hidden;
}
#EduNavBarOuterDiv #EduNavBarInnerDiv_Bluebar {
	padding: 0 !important;
	FLOAT: left;
	overflow: visible;
	width: 99.5%;
	background: url(/images/background/top_nav_bkgd.gif) no-repeat 1px 0;
}
#EduNavBarInnerDiv_Bluebar UL {
	FLOAT: left;
	width:100%;
	list-style-type:none;
	padding:0px;
	margin:0px;
	text-align:center;
}
#EduNavBarInnerDiv_Bluebar a {
	color: #484641;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1em;
}
#EduNavBarInnerDiv_Bluebar li {
	padding: 5px 0 5px 0;
	FLOAT: left;
	border-right: solid 1px #E0E3E6;
	width: 19.9%;
}
#EduNavBarInnerDiv_Bluebar a:hover {
	color: #aa005f
}
#active a {
	color: #aa005f;
}
/***************************
    PhoneHours
***************************/

#PhoneHoursOuterDiv {
	width: 100%;
	padding: 5px;
	border: solid 1px #000000;
	background-color: #dcdcdc;
}
/***************************
    Footer
***************************/

#FooterOuterDiv {
	width: 970px;
	padding: 15px 5px 20px 20px;
}
.Footerlink:hover {
	text-decoration: underline;
}
/* START :: CONTACT INFO  */
#BottomBorder {
	width: 99%;
	background-color: #484641;
}
#contactInfo {
	height: 67px;
	clear: both;
	padding: 19px 0 15px 20px;
	width:98%;
	margin: 10;
	color: #ffffff
}
#contactInfo .contactInfoWrapper {
	float: left;
	clear: none;
	width: 33%;
}
#contactInfo .contactInfoWrapper .Caption {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	font-size: 1em;
}
#contactInfo .contactInfoWrapper .Caption a {
	color: #ffffff;
	text-decoration: none;
}
#contactInfo .contactInfoWrapper .Caption a:hover {
	text-decoration: underline;
}
#contactInfo .contactInfoWrapper p /*TODO: Should be removed*/ {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	font-size: 1em;
	color: #333333;
}
#contactInfo .contactInfoWrapper .Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.083em;
	font-weight: bold;
}
#contactInfo .contactInfoWrapper p strong /*TODO: Should be removed*/ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.083em;
	font-weight: bold;
	color: #333333;
}
#contactInfo .contactLinks {
	width: 285px;
}
#contactInfo .contactLinks ul li {
	float: left;
	padding: 0px 5px 5px 5px;
	list-style:none
}
#contactInfo .contactLinks ul li a {
	font-size: 1em;
	text-decoration: none;
}
#contactInfo .contactLinks ul li a:hover {
	font-size:1em;
	text-decoration: underline;
}
/* END :: CONTACT INFO */

/* start :: Footer Navigation */
#navSupplementary {
	width: 98%;
	text-align: center;
	position: relative;
	display: block;
	bottom: 0;
	left: 0;
	height: auto;
	margin-top: 11px;
}
#navSupplementary ul {
	margin: 0 auto;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
}
#navSupplementary ul li {
	display: inline;
	padding:  0 7px 0px 7px;
	border-right: solid 2px #bababa;
}
#navSupplementary ul li.last {
	border: none;
}
#navSupplementary ul li a {
	color: #666666;
	text-decoration: none;
}
#navSupplementary ul li a:hover {
	text-decoration: underline;
}
/* end :: footer navigation */

.codes {
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-align: left;
	line-height: 18px;
}
/***************************
    Pages
***************************/

.LandingPageOuterDiv {
}
.GenericOuterDiv {
}
h2.head {
	font-size: 1.333em;
	margin-top: 15px;
	line-height:20px;
	color:#009999;
	font-weight:bold;
}
a:link.blue {
	color:#000099;
}
/***************************
    General
***************************/

.LeftPadding {
	padding-left: 5px;
}
.RightPadding {
	padding-right: 5px;
}
/***************************
    HomePage.aspx
***************************/
#content {
	left: 0;
	padding:0;
	border: 0;
	width: 100%;
	background: url(/images/background/shadowSides.png) repeat-y scroll -5px center;
}
#content #content_container {
	height: auto;
	padding: 0 8px 0px 1px;
	width: 99%;
	overflow: hidden;
}
#content #content_container #content_wrapper {
	float: left;
	width: 98%;
	background: #fff;
	border-top: 0px solid #f1efeb;
	border-left: 21px solid #f1efeb;
	border-right: 21px solid #f1efeb;
}
#footercontent {
	left: 0;
	width: 100%;
	height : 105px;
	background: url(/images/background/shadowSides.png) repeat-y scroll -5px 0;
}
#footercontent #footercontent_container {
	height: auto;
	padding: 0px 0px 6px 1px;
	overflow: hidden;
}
#footercontent #footercontent_container #footercontent_wrapper {
	float: left;
	width: 1010px;
	background: #fff;
	border-top: 0px solid #f1efeb;
	border-left: 21px solid #f1efeb;
	border-right: 21px solid #f1efeb;
}
.hidden strong {
	position: absolute;
	left: -9999px;
}
/* START :: Content Wrapper for Home Page */
.contentWrapper {
	background: url("/images/Background/home-bg.jpg") no-repeat scroll right bottom transparent;
	float: left;
	padding: 4px 0 130px 30px;
	width: 968px;
}
/* START :: Content Wrapper for Home Page MVT images 2012 */

.contentWrapper-mvt1 {
	background: url("/images/Background/home_mvt1.jpg") no-repeat scroll right bottom transparent;
	float: left;
	padding: 4px 0 130px 30px;
	width: 968px;
}
#content-mvt1 {
	background: url("/images/background/shadowSides.png") repeat-y scroll -5px center transparent;
	border: 0 none;
	left: 0;
	padding: 0;
	width: 100%;
}
#content-mvt1 #content_container-mvt1 {
	height: auto;
	overflow: hidden;
	padding: 0 8px 0 1px;
	width: 99%;
}
.contentWrapper-mvt2 {
	background: url("/images/Background/home_mvt2.jpg") no-repeat scroll right bottom transparent;
	float: left;
	padding: 4px 0 130px 30px;
	width: 968px;
}
#content-mvt2 {
	background: url("/images/background/shadowSides.png") repeat-y scroll -5px center transparent;
	border: 0 none;
	left: 0;
	padding: 0;
	width: 100%;
}
#content-mvt2 #content_container-mvt2 {
	height: auto;
	overflow: hidden;
	padding: 0 8px 0 1px;
	width: 99%;
}
.contentWrapper-mvt3 {
	float: left;
	padding: 4px 0 50px 30px;
	width: 968px;
}
#content-mvt3 {
	background: url("/images/background/shadowSides.png") repeat-y scroll -5px center transparent;
	border: 0 none;
	left: 0;
	padding: 0;
	width: 100%;
}
#content-mvt3 #content_container-mvt3 {
	height: auto;
	overflow: hidden;
	padding: 0 8px 0 1px;
	width: 99%;
}
.contentWrapper-mvt1 .wBorder {
	width: 962px;
	padding-top: 7px;
}
.contentWrapper-mvt1 h1 {
	background: url("/images/content/spacer.gif") no-repeat scroll 0 0 transparent;
	height: 40px;
	width: 580px;
}
.contentWrapper-mvt1 h2 {
	clear: left;
	margin-bottom: 10px;
	width: 465px;
}
.contentWrapper-mvt1 a {
	color:#0000FF;
!important;
	text-decoration: underline !important;
}
.contentWrapper-mvt2 .wBorder {
	width: 962px;
	padding-top: 7px;
}
.contentWrapper-mvt2 h1 {
	background: url("/images/content/spacer.gif") no-repeat scroll 0 0 transparent;
	height: 40px;
	width: 580px;
	color: #5C9A1B !important;
}
.contentWrapper-mvt2 h2 {
	clear: left;
	margin-bottom: 10px;
	width: 465px;
	color: #484641;
	font-weight: normal;
}
.contentWrapper-mvt2 a {
	color:#0000FF;
}
.contentWrapper-mvt3 .wBorder {
	width: 962px;
	padding-top: 7px;
}
.contentWrapper-mvt3 h1 {
	background: url("/images/content/spacer.gif") no-repeat scroll 0 0 transparent;
	height: 40px;
	width: 580px;
	color: #5C9A1B !important;
}
.contentWrapper-mvt3 h2 {
	clear: left;
	margin-bottom: 10px;
	width: 465px;
}
.contentWrapper-mvt3 a {
	color:#0000FF;
}
/* END :: Content Wrapper for Home Page MVT images 2012 */

.contentWrapper .wBorder {
	width: 962px;
	padding-top: 7px;
}
.contentWrapper h1 {
	background: url("/images/content/spacer.gif") no-repeat scroll 0 0 transparent;
	height: 40px;
	width: 580px;
	color: #5C9A1B !important;
}
.contentWrapper h2 {
	clear: left;
	margin-bottom: 10px;
	width: 465px;
	color: #484641;
	font-weight: normal;
}
.contentWrapper a {
	color:#0000FF;
	text-decoration: underline;
}
/* END :: Content Wrapper for Home Page */

/* START :: Find a Plan Small Box  */
.cb1 {
	background: #fff url(/images/background/cb1Bg-2.png) no-repeat 0 0;
	float: left;
	width: 257px;
	height:177px;
	padding: 27px 18px 5px 18px;
	margin: 10px 0 0px 0;
}
.cb2 ul {
	list-style: none;
	margin: -5px auto;
	padding-left: 10px;
}
.cb2 ul li {
	background: url(/images/background/bullet.png) no-repeat 0 2px;/* Bullet Image */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 0.55em;
	padding-left: 10px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	margin-left:7px;
	margin-top:0;
}
.Starthere ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.Starthere ul li {
	background: url(/images/background/bullet-start.png) no-repeat 0 2px;
	font-size: 1em;
	line-height: 0.55em;
	padding: 5px 0 15px 25px;
	margin: 0;
}
.Starthere a {
	color: #aa005f;
	text-decoration:none;
	border-bottom: 1px dotted #aa005f;
	font-weight:bold;
}
.Starthere a:hover {
	border-bottom: 1px solid #aa005f;
}
.cb2 h3 {
	margin:-20px 0px 5px 5px;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
}
.cb2 .Starthere {
	padding-top:7px;
	padding-left: 17px;
}
.cb2 span, .cb2 p {
	margin-top:0px;
	font-size: 1em;
	line-height: 1.2em;
}
/* END :: Find a Plan Small Box */

/* START :: Find out what you need to know */
.cb2 {
	position: absolute;
	background: url(/images/background/cb2Bg-3.png) no-repeat 0 0;
	width: 264px;
	height:177px;
	display:inline;
	padding: 27px 9px 5px 10px;
	margin: 10px 0 0 8px;
}
.cb1 h3 {
	margin:-20px 0px 10px 8px;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
}
.cb1 span.title {
	margin-top:20px;
	padding:20px 0 10px 10px;
	font-size: 1.083em;
	color: #185395;
	line-height: 15px;
}
.cb1 span, .cb1 p {
	margin-top: -2px;
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 15px;
}
.cb1 p.error, .cb1 span.error {
	color: #f11304;
}
.cb1 input.zipcode {
	border: 1px solid #99adc3;
	float: left;
	width: 110px;
	margin-right: 9px;
}
.cb1 input.findPlan {
	border: none;
	padding: 0px;
}
.cb1 a.zipCodeLookup {
	float: left;
	margin-top: 4px;
}
.cb1 a, .cb1 a:hover, .cb1 a:visited {
	font-size: 1em;
	color:#0000FF;
	line-height: 15px;
}
/* END :: Find out what you need to know */


/* START :: Find a Plan Overview ZIP Box  */
.cb3 {
	position: absolute;
	background: url(/images/background/cb3Bg.png) no-repeat 0 0;
	width: 268px;
	height:auto;
	display:inline;
	padding: 30px 9px 5px 10px;
	margin: 10px 0 0 8px;
}
.cb3 span, .cb3 p {
	margin-Top: -5px;
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 15px;
	height:auto;
}
.cb3 ul {
	margin-Top: -5px;
}
.cb3 .innerdiv {
	height: 1000px;
}
.cb3 span.title {
	padding-top:10px;
	font-size: 1.083em;
 color: #?85395;
	line-height: 15px;
}
.cb3 p.error, .cb3 span.error {
	color: #f11304;
}
.cb3 input.zipcode {
	border: 1px solid #99adc3;
	float: left;
	width: 110px;
	margin-right: 9px;
}
.cb3 input.findPlan {
	border: none;
	padding: 0px;
}
.cb3 a.zipCodeLookup {
	float: left;
	margin-top: 4px;
}
.cb3 a, .cb3 a:hover, .cb3 a:visited {
	font-size: 1em;
	color:#185395;
	line-height: 15px;
}
/* END :: Find a Plan Overview ZIP Box  */

/* START :: Find a Plan Big Box  */
.FindaPlanBigCss {
	right: 35px;
	top: 100px;
	position: absolute;
	background: #fff url(/images/buttons/continue_blue.png) no-repeat 0 0;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	min-height: 146px;
	width: 264px;
	height: 300px;
	padding: 32px 9px 12px 18px;
	margin: 10px 0 0 8px;
}
.FindaPlanBigCss span, .FindaPlanBigCss p {
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 15px;
}
.FindaPlanBigCss span.title {
	font-size: 1.167em;
	color: #185395;
	line-height: 25px;
}
.FindaPlanBigCss p.error, .FindaPlanBigCss span.error {
	color: #f11304;
	font-size: 1em;
}
.FindaPlanBigCss input.zipcode {
	border: 1px solid #99adc3;
	float: left;
	width: 110px;
	margin-top: 11px;
	margin-right: 9px;
}
.FindaPlanBigCss input.findPlan {
	border: none;
	margin-top: 10px;
	padding: 0px;
}
.FindaPlanBigCss a.zipCodeLookup {
	float: left;
	margin-top: 4px;
}
.FindaPlanBigCss a, .FindaPlanBigCss a:hover, .FindaPlanBigCss a:visited {
	font-size: 1em;
	color: #0000FF;
	line-height: 17px;
}
.FindaPlanBigCss ul {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 10px 0 17px 18px;
}
.FindaPlanBigCss ul li {
	padding-bottom: 8px;
}
/* END :: Find a Plan Big Box */

/* START :: Already Humana Member */
.callToAction {
	float: left;
	clear: both;
	width: 360px;
}
.callToAction span.title {
	font-size: 1.25em;
	color: #009999;
	line-height: 17px;
}
.callToAction p {
	font-size: 1.083em;
	line-height: 14px;
}
.callToAction-video {
	float: left;
	clear: both;
	width: 360px;
	margin: 5px 0px 0px 0px;
}
.callToAction-video span.title {
	font-size: 1.25em;
	color: #009999;
}
.callToAction-video div {
	MARGIN: 0px 3px 5px 110px;
}
.callToAction-video p {
	font-size: 1em;
}
/* END :: Already Humana Member */

#branding {
	background: url(/images/background/shadowSides.png) repeat-y scroll 0 0;
}
.wBorder {
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
}
/* START :: CONTACT INFO  */
#contactInfo .contactLinks ul li {
	background: url(/images/background/contactInfoDivider.gif) no-repeat 0 2px;
}
#contactInfo .contactLinks ul li.last {
	border: none;
}
#contactInfo .contactLinks ul li.first {
	background: none;
}
/* END :: CONTACT INFO */

/***************************
    ReminderPopup
***************************/
td.Columnpadding {
	padding: 3px;
}
.ReminderPopup {
	width: 470px;
	padding: 20px 20px 20px 20px;
	text-align: left;
}
.ReminderPopup.TitleBig {
	font-size: 1.417em;
	color: #009999;
	font-weight: bold;
}
.ReminderPopup.TitleSmall {
	font-size: 1.25em;
	color: #009999;
	font-weight: bold;
}
.ReminderPopup.PopupFieldsPanelBorder {
	border-width: 3px;
	border-color: #009999;
	border-style: solid;
}
.ReminderPopup input.TextBox {
	border: 1px solid #99adc3;
	float: left;
	width: 200px;
	margin-right: 9px;
	margin-left: 10px;
}
.ReminderPopup #StateDropDownList {
	border: 1px solid #99adc3;
	float: left;
	width: 215px;
	margin-right: 9px;
	margin-left: 10px;
}
.ReminderPopup input.PhoneTextBox1 {
	border: 1px solid #99adc3;
	float: left;
	width: 51px;
	margin-right: 10px;
	margin-left: 10px;
}
.ReminderPopup input.PhoneTextBox23 {
	border: 1px solid #99adc3;
	float: left;
	width: 51px;
	margin-right: 10px;
}
.ReminderPopup #RadioButton {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border: solid 1px #ff0000;
}
.ReminderPopup tr {
	border: 10px;
	height: 30px;
}
.CMSCode {
	text-align: left;
}
/***************************
    FreeBookletPopup
***************************/
.FreeBookletPopup {
 width? 470px;
	padding: 20px 20px 20px 20px;
	text-align: left;
}
.FreeBookletPopup.TitleBig {
	font-size: 17px;
	color: #009999;
	font-weight: bold;
}
.FreeBookletPopup.TitleSmall {
	font-size: 1.083em;
	color: #009999;
	font-weight: bold;
}
.FreeBookletPopup.PopupFieldsPanelBorder {
	border-width: 3px;
	border-color: #009999;
	border-style: solid;
}
.FreeBookletPopup input.TextBox {
	border: 1px solid #99adc3;
	float: left;
	width: 200px;
	margin-right: 9px;
	margin-left: 10px;
}
.FreeBookletPopup #StateDropDownList {
	border: 1px solid #99adc3;
	float: left;
	width: 215px;
	margin-right: 9px;
	margin-left: 10px;
}
.FreeBookletPopup input.PhoneTextBox1 {
	border: 1px solid #99adc3;
	float: left;
	width: 51px;
	margin-right: 10px;
	margin-left: 10px;
}
.FreeBookletPopup input.PhoneTextBox23 {
	border: 1px solid #99adc3;
	float: left;
	width: 51px;
	margin-right: 10px;
}
.FreeBookletPopup .RadioButton {
	float: left;
	margin-right: 10px;
	margin-left: 8px;
}
.FreeBookletPopup .RadioButton #HtmlEmailPreferenceRadioButton, .FreeBookletPopup .RadioButton #TextEmailPreferenceRadioButton {
	border: none;
}
.FreeBookletPopup tr {
	border: 10px;
	height: 30px;
}
.FreeBookletPopup .PopupFieldsPanelBorder table#EnterZipTable tr td {
	padding: 35px;
}
.FreeBookletPopup .PopupFieldsPanelBorder table#EnterZipTable tr td ul li {
	padding-bottom: 8px;
}
.HomePageModalHeader {
	background: #f5f2df;
	height: 34px;
	text-align: right;
	padding: 10px 10px 0 70px;
	vertical-align: middle;
}
a.ModalHeaderLink {
	font-size: 1em;
	color: #185395;
	text-decoration: underline;
}
a.ModalHeaderLink:visited, a.ModalHeaderLink:hover {
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
.ModalNeedZipTitle {
	background: #215d9c;
	height: 35px;
	font-size: 1.667em;
	text-align: left;
	line-height: 35px;
	color: White;
}
.ModalNeedZipDescription {
	padding: 15px 0 5px 10px;
}
.PlansHomeModalFooter {
	background: #f5f2df;
	height: 34px;
	text-align: right;
	padding: 10px 10px 0 0;
	vertical-align: middle;
}
/***************************
    Ajax Tab Control
***************************/

/* START :: MedicarePlans */
.Ajax4Tabs {
}
.Ajax4Tabs .ajax__tab_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.083em;
	float: left;
}
.Ajax4Tabs .ajax__tab_outer {
	padding: 10px 15px 10px -5px;
	margin: 0 5px 10px 0;
	height: 37px;
	width: 97%;/* Minimum Width */
	background: url(/images/background/AjaxTab/Tabs4HeaderBg.png) no-repeat bottom left;
}
.Ajax4Tabs .ajax__tab_inner {
	padding-left: 0;
}
.Ajax4Tabs .ajax__tab_tab {
	padding: 9px 0 0 0;
}
.Ajax4Tabs .ajax__tab_hover .ajax__tab_outer {
}
.Ajax4Tabs .ajax__tab_hover .ajax__tab_inner {
}
.Ajax4Tabs ajax__tab_hover .ajax__tab_tab {
}
.Ajax4Tabs .ajax__tab_active .ajax__tab_outer {
	padding: 10px 15px 5px 0;
	margin: 0 5px 5px 0;
	height: 37px;
	width: 97.8%; /* Minimum Width */
	background: url(/images/background/AjaxTab/Tabs4HeaderBgActive.png) no-repeat bottom left;
}
.Ajax4Tabs .ajax__tab_active .ajax__tab_inner {
}
.Ajax4Tabs .ajax__tab_active .ajax__tab_tab {
}
.Ajax4Tabs .ajax__tab_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.2em;
	border-top: 0;
	padding: 0;
	width: 97.8%;
	background: url(/images/background/AjaxTab/TabBodyBg.png) repeat-x top left;
	padding: 15px 20px 15px 15px;
	float: left;
	text-align: left;
}
.Ajax5Tabs {
}
.Ajax5Tabs .ajax__tab_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	line-height:1.27em;
	float: left;
}
.Ajax5Tabs .ajax__tab_outer {
	padding: 10px 15px 0px 15px;
	margin: 0 5px 0 5px;
	height: 37px;
	width: 151px;
	background: url(/images/background/AjaxTab/Tabs5HeaderBg.png) no-repeat bottom left;
}
.Ajax5Tabs .ajax__tab_inner {
	padding-left: 3px;
}
.Ajax5Tabs .ajax__tab_tab {
	padding: 9px 0 0 0;
	float: left;
? display: inline-block;
	text-align: right;
}
.Ajax5Tabs .ajax__tab_hover .ajax__tab_outer {
}
.Ajax5Tabs .ajax__tab_hover .ajax__tab_inner {
}
.Ajax5Tabs .ajax__tab_hover .ajax__tab_tab {
}
.Ajax5Tabs .ajax__tab_active .ajax__tab_outer {
	padding: 10px 15px 5px 5px;
	margin: 0 5px 0 5px;
	height: 37px;
	background: url(/images/background/AjaxTab/Tabs5HeaderBgActive.png) no-repeat bottom left;
}
.Ajax5Tabs .ajax__tab_active .ajax__tab_inner {
	font-weight:bold;
}
.Ajax5Tabs .ajax__tab_active .ajax__tab_tab {
}
.Ajax5Tabs .ajax__tab_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-top: 0;
	width:1010px;
	background: url(/images/background/AjaxTab/TabBodyBg.png) repeat-x top left;
	padding: 15px 0px 20px 8px;
	float:left;
	text-align: left;
}
/* END   :: MedicarePlans */


/***************************
    Medicare Plans
***************************/

/* START :: Panels Body */

/* START :: Vertical Right Section */
.inner-open {
	position:static;
	top:0;
	left:0;
}
.Ajax4Tabs .details, .Ajax5Tabs .details, .details {
	float: right;
	font-size:1em;
	line-height:1.2em;
	width: 615px;
	padding: 0 0px 5px 5px;
}
.Ajax4Tabs .odetails, .Ajax5Tabs .odetails {
	float: left;
	width: 633px;
	padding-left: 15px;
}
.Ajax4Tabs .details h1, .Ajax5Tabs .details h1 {
	margin-bottom:10px;
	margin-top:8px;
	font-size:1.667em;
	font-weight:normal;
}
.Ajax4Tabs .details h2, .Ajax5Tabs .details h2 {
	color: #009999;
	font-size: 1.333em;
	line-height:20px;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
.Ajax4Tabs .details span, .Ajax5Tabs .details span {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}
.details p.padding_bottom {
	padding-top:8px;
	padding-bottom: 8px;
}
.details ul {
	list-style: none;
	margin: 0 auto;
}
.details ul li {
	background: url(/images/background/bullet.png) no-repeat 0px 7px;/* Bullet Image */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 15px;
	padding-left: 7px;
	margin-bottom: 5px;
	margin-left:10px;
	margin-top:10px;
}
.Ajax4Tabs .modRow {
	display: inline-block;
	margin-top:21px;
	float: left;
}
.Ajax5Tabs .modRow {
	display: inline-block;
	margin-top:21px;
	margin-left:30px;
}
.modRow .modBox {
	margin-bottom:2px;
	height:auto;
	width:270px;
	float:left;
	padding:10px 11px;
	margin-right:20px;
	border:solid 1px #bababa;
}
.modBox h3 {
	margin-top: 25px;
	font-size: 1.167em;
	color: #009999;
	line-height: normal;
	font-weight: bold;
}
.modBox h3 a, .modBox h3 a:visited, .modBox h3 a:hover {
	color:#009999;
}
.modBox span {
	line-height: 1.4em;
	font-size: 1em;
}
.modBox span a {
	color:#185395;
	text-decoration: underline;
}
.modBox span a.arrow {
	color: #0000A0;
	padding-left: 18px;
	background: url(/images/background/rightArrow.png) no-repeat scroll 0 4px;
	padding-bottom:5px;
}
.modRow .first {
	margin-left:0;
	padding-bottom:10px;
	float:left;
}
.modRow .last {
	margin-right:0;
	padding-bottom:10px;
	float:right;
}
/* END :: Vertical Right Section */

/* START :: Vertical Left Section (Navigation) */
.Ajax4Tabs .navCol, .Ajax5Tabs .navCol {
	float: left;
	width: 294px;
}
.Ajax4Tabs .navCol .secondNav, .Ajax5Tabs .navCol .secondNav {
	padding: 16px 0px 0px;
	margin-bottom: 59px;
	border:solid 1px #bababa;
	background: #fff url(/images/background/secondNavBg.png) no-repeat bottom left;
}
.Ajax4Tabs .navCol .secondNav ul, .Ajax5Tabs .navCol .secondNav ul {
	list-style: none;
	margin: 0 5px;
}
.Ajax4Tabs .navCol .secondNav ul li, .Ajax5Tabs .navCol .secondNav ul li {
	padding:10px 0 10px 20px;
	margin:0 5px;
	background:url(/images/background/secondNavArrow.png) no-repeat 2px 15px;
	border-bottom:solid 1px #bababa;
}
.Ajax4Tabs .navCol .secondNav ul li a, .Ajax5Tabs .navCol .secondNav ul li a {
	display:block;
	color:#165394;
	font-size:1em;
	font-weight:bold;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
 text-d?coration:none;
}
.Ajax4Tabs .navCol .secondNav ul li a:hover, .Ajax5Tabs .navCol .secondNav ul li a:hover {
	text-decoration:underline;
}
.Ajax4Tabs .navCol .secondNav ul li.first, .Ajax5Tabs .navCol .secondNav ul li.first {
	border-top: solid 1px #bababa;
}
.Ajax4Tabs .navCol .secondNav ul li.active, .Ajax5Tabs .navCol .secondNav ul li.active {
	padding-left: 0;
	background: url(/images/background/subNavActiveBg.png) repeat-x scroll left bottom;
}
.Ajax4Tabs .navCol .secondNav ul li.active a, .Ajax5Tabs .navCol .secondNav ul li.active a {
	padding-left: 20px;
	background: url(/images/background/activeArrow.png) no-repeat scroll 2px 5px;
	color: #028686;
	text-decoration: none;
}
.addInfo h3 {
	color: #2d7a7e;
	font-size: 1.4em;
	line-height: 20px;
	font-weight: normal;
	padding-bottom:10px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
.tabBody .navCol h3 {
	margin:0 5px;
}
.Ajax4Tabs .navCol .addInfo h3, .Ajax5Tabs .navCol .addInfo h3 {
	border-bottom:solid 1px #bababa;
}
.Ajax4Tabs .navCol .addInfo span, .Ajax5Tabs .navCol .addInfo span {
	font-size:1.083em;
	font-weight: bold;
	display: block;/*TODO: Picked from p span */
	margin-top: 20px;/*TODO: Picked from p span */
	margin-bottom: 10px;
}
.Ajax4Tabs .navCol .addInfo ul li, .Ajax5Tabs .navCol .addInfo ul li {
	margin-bottom:12px;
}
.Ajax4Tabs .navCol .addInfo ul li, .Ajax5Tabs .navCol .addInfo ol li {
	margin-bottom:12px;
}
.Ajax4Tabs .navCol .addInfo ul li a, .Ajax5Tabs .navCol .addInfo ul li a {
	font-size: 1.25em;
	color: #1c5897;
	text-decoration: underline;
}
.Ajax4Tabs .navCol .addInfo ul li a:hover, .Ajax5Tabs .navCol .addInfo ul li a:hover {
	text-decoration: none;
}
.Ajax4Tabs .navCol .addInfo p a, .Ajax5Tabs .navCol .addInfo p a {
	font-size: 1em;
	color: #1c5897;
	background: transparent url(/images/background/rightArrow.png) no-repeat scroll 0 2px;
	display: block;
	padding-left: 18px;
}
.indentarrow {
	font-size: 1em;
	color: #1c5897;
	background: transparent url(/images/background/rightArrow.png) no-repeat 6px 5px;
	display: block;
	padding-left: 18px;
}
.ecovers {
	padding: 16px 10px 0px 10px;
	margin-bottom: 59px;
	border:solid 1px #bababa;
	line-height: 20px;
}
.ecovers ul li {
	padding:10px 0px 0px 20px;
	margin:5px 5px;
	list-style: none;
	background:url(/images/background/secondNavArrow.png) no-repeat 2px 15px;
}
.ecovers h3 {
	color: #00b0aa;
	font-size: 1.4em;
	line-height: 20px;
	font-weight: normal;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
/* END :: Vertical Left Section (Navigation) */

.topLink {
	clear:both;
	display:block;
	padding-top:20px;
	font-size:1.083em;
}
/* END :: Panels Body */

/***************************
	User Control
    FindaPlanHorizontal
***************************/

.leaderBox {
	height: auto;
	width: 100%;
	margin: 10px 0px 0 5px;
	padding :  0px 0px 0px 0px;
	position: relative;
	background: url(/images/background/leaderBox_bg_grey.png) no-repeat top left;
}
.leaderBox .innerDiv {
	padding: 5px 5px 0 5px;
	position:relative;
	height:auto;
	background: url(/images/background/leaderBox_bg_grey_bottom.png) no-repeat bottom left;
}
.leaderBox .Watermark {
	vertical-align: middle;
	font-size: 1.083em;
	color: #d29334;
	border: 1px solid #98adc4;
	height:18px;
	width:124px;
	vertical-align:top;
	padding: 2px 0 0 6px;
	margin: 0px 23px 0px 0px;
}
.leaderBox .ZipCodeTextBox {
	font-size: 1em;
	color: #606060;
	margin-bottom:7px;
	border: 1px solid #98adc4;
	height: 15px;
	width: 120px;
	vertical-align:top;
	padding: 2px 0 5px 6px;
	margin: 0px 5px 0px 0px;
}
.leaderBox .TitleText {
	font-size: 1.25em;
	color: #000000;
	margin-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align: top;
}
.leaderBox .BodyText {
	width: 494px;
	font-size: 1.25em;
	padding-top: 3px;
	line-height: normal;
	padding-right: 80px;
	vertical-align: top;
	font-weight: normal;
}
.leaderBox .FindaPlanImageButton {
	padding-top: 4px;
	border:none;
}
.InvalidZip {
	font-weight:bold;
	color:Red
}
/***************************
    Overview Page
***************************/

.details table {
	border: solid 1px #bababa;
	border-collapse: separate;
	border-spacing: 0px;
	margin-top: 25px;
	width:100%;
}
.details table thead tr th {
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 7px;
 backgroun?: #009999;
	border: solid 1px #fff;
	color: #fff;
	font-size: 1em;
	line-height:15px;
	font-weight: bold;
	text-align: center;
}
.details table thead tr th.first {
	background:#fff;
	text-align:left;
	width:50px;
}
.details table tbody tr.odd th {
	background:#f5f1e9;
	border:1px solid #fff;
}
.details table tbody tr.odd td {
	background:#f5f1e9;
	border:solid 1px #fff;
}
.details table tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	padding: 7px 0 7px 0;
}
.details table tbody tr td.first {
	text-align:left;
}
/* START :: Right Side Column */
.otherCol {
	float:left;
	padding-left:26px;
}
.otherCol .otherColHeader {
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 17px;
	background: #009999;
	color: #fff;
	font-size: 1.083em;
	font-weight: bold;
	line-height:1.1em;
	width:239px;
	margin-bottom: 0px;
}
.otherCol dl {
	padding:15px 17px;
	width:237px;
	border:solid 1px #bababa;
	margin-top: 0px;
}
.otherCol dl dt {
	margin-bottom:20px;
	font-size:13px;
	color:#185395;
}
.otherCol dl ul {
	list-style: none;
	display: block;
	margin-top: 10px;
}
.otherCol dl ul li {
	background:url(/images/background/secondNavArrow.png) no-repeat 0 4px;
	padding-left: 17px;
	margin-bottom: 5px;
}
.otherCol dl ul li a {
	font-size: 1em;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.otherCol .otherColContent {
	width: 237px;
	padding: 15px 30px 12px 0px;
	margin: 0;
	border: 1px solid #bababa;
	border-top: none;
	font-size: 1em;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.otherCol p.padding_bottom {
	padding-bottom: 8px;
}
.otherCol .otherColContent ol {
	margin-left: 26px;
}
ol.nested {
	padding-left: 3px;
}
ol li {
	list-style: decimal outside;
}
ol.nested li {
	list-style: lower-alpha;
}
/***************************
 Home Page Video Modal Test
***************************/

.overlay {
	padding:40px;
	width:576px;
	display:none;
	background-image:url(/images/white.png);
}
.close {
	background:url(/images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	display:block;
	width:35px;
	height:35px;
	cursor:pointer;
}
#player {
	height:450px;
	display:block;
}
.videoLink a {
	color:#185395;
	text-decoration:none;
}
.videoLink a:hover {
	color:#185395;
	text-decoration:underline;
}
/************************************************/

.homeZip .innerDiv {
	margin-top:-10px;
	padding: 5px 0 0px 0px;
	position:relative;
	height:auto;
}
.homeZip .ZipCodeTextBox {
	font-size: 1.083em;
	color: #606060;
	border: 1px solid #98ADC4;
	width: 120px;
	vertical-align: top;
	padding: 2px 0 0 6px;
	margin: 0px 5px 0px 0px;
	background-color: white !important;
}
.hdn_label_zipcode {
	visibility:hidden;
	display:none;
}
.left49 {
	padding-top: 20px;
	float:left;
	width:49%
}
.right49 {
	padding-top: 20px;
	float:right;
	width:30%
}
#clearboth {
	clear: both;
}
/***************************
       MVT Test CSS
***************************/
	
.homeZip .ZipCodeTextBoxTest {
	border: 1px solid #98ADC4;
	color: #606060;
	font-size: 1.25em;
	height: 1.5em;
	margin: 5px 5px 0 0;
	padding: 2px 0 0 6px;
	vertical-align: top;
	width: 115px;
	background-color: white !important;
}
