/*
-----------------------------------------------
Medi-CareFirst - Medi-CareFirst screen styles
Version: 26 June 2008
Author: Nat Ring
----------------------------------------------- */

/* =General
----------------------------------------------- */

/*  mass reset so all browsers have margins set to zero
	and creates em based font sizing
	1em = 10px (approx.)
*/
@import "reset.css";

body {
	color:#000000;
	line-height:normal;
}
.orangeBold{
	color:#b15630;
	font-weight:bold;
}
a,  
a:link{
	color:#204890;
	text-decoration:underline;
	outline:none;
}
a:hover{
	color:#000033;
}
p{
	margin-bottom:12px;
}
h1{
	color:#000033;
	font-size:1.33em;
	font-weight:bold;
}
h2{
	color:#204890;
	font-size:1.17em;
	font-weight:bold;
}
h3{
	color:#e47746;
	font-size:1.08em;
	font-weight:bold;
	
}
h4{
	
}

.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}

img{
	border:0px;
}
.clear{
	clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{
	_zoom:1;
}
b,
strong,
.bold{
	font-weight:bold;
}
span.nowrap{
	white-space:nowrap;
}



/* Common=Sructure
----------------------------------------------- */
#page{
	font-size:1.2em;
	margin:0 auto;
	width:956px;
}
#header{
	text-align:center;
	width:955px;
	height:93px;
	margin:0 auto;
	position:relative;
}
#logo{
	margin-left: 11px;
	margin-top:21px;
	width:229px;
	float:left;
	border:0px;
}
#logo span{
	display:none;
}

#footer{
	color:#585757;
	text-align:center;
	margin:15px auto 20px;
	clear:both;
}
#footer .lists{
	margin:0 auto 18px;
}
#footer ul{
	display:block;
	text-align:center;
}

/* changed left margin to 0*/
#footer ul.first{
	margin:0 0 5px 0;
}
#footer li{
	border-right:1px solid #666666;
	color:#666666;
	display:inline;
	margin:0;
}
#footer ul.first li.last{
	border:none;
	margin:0;
}
#footer li.last{
	border:none;
	margin-left:5px;
}
#footer li.rssLink{
	border:none;
	margin-left:20px;
}
#footer li a,
#footer li a:link{
	padding:0 6px 0 2px;
	text-decoration:underline;
}
#footer a,
#footer a:link{
	text-decoration:underline;
	color:#666666;
}
#footer a.regStyles,
#footer a.regStyles:link{
	display:none;
}
#footer a:hover{
	color:#333333;
}
#footer p{
	margin-bottom:15px;
	padding:0 70px;
}
#footer a.rss,
#footer a.rss:link{
	background:url(../images/common/icon-rss.png) no-repeat 0 0;
	color:#3160a3;
	padding:1px 0 1px 22px;
}
#footer a.rss:hover{color:#000033;}


/* Common=Main Navigation
----------------------------------------------- */
#mainNav{
	background:#FFFFFF url(../images/common/nav-bg.png) repeat-x 100% 0;
	clear:both;
	overflow:auto;
}
#mainNav ul {
	background:url(../images/common/navBottom.png) no-repeat 100% 100%;
    margin:0;
    padding:0;
    list-style:none;
	float:left;
	width:100%;
}
#mainNav li {
	background:#FFFFFF url(../images/common/navBottom-left.png) no-repeat 0 100%;
    float:left;
	padding:0;
	margin:0;
    line-height:normal;
}
#mainNav li div{
	background:url(../images/common/navBottom-right.png) no-repeat 100% 100%;
	float:left;
	padding:0 0 2px 0;
}
#mainNav a,
#mainNav a:link {
    background:url(../images/common/navLeft.png) no-repeat left top;
    display:block;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	font-size:1.09em;	
}
#mainNav a:hover {
	color:#2e70b5;
}
#mainNav a span,
#mainNav a:link span{
    background:url(../images/common/navRight.png) no-repeat right top;
	display:block;
    padding:8px 20px 7px;
}
#mainNav li.active{
	background:#FFFFFF url(../images/common/navBottom-leftActive.png) no-repeat 0 100%;
}
#mainNav li.active div{
	background:url(../images/common/navBottom-rightActive.png) no-repeat 100% 100%;
}
#mainNav li.active a,
#mainNav li.active a:link{
    background:url(../images/common/navLeft-active.png) no-repeat left top;
	color:#204890;
}
#mainNav li.active a span{
    background:url(../images/common/navRight-active.png) no-repeat right top;
    padding:8px 26px 7px;
}


#welcomeBar{
	background:url(../images/common/welcome-bg.png) no-repeat 0 -1px;
	color:#000033;
	padding:10px 0 7px 24px;
	overflow:auto;
	overflow-y:hidden;
}
#welcomeBar p{
	float:left;
	margin:0;
}
#welcomeBar ul{
	float:right;
	margin-top:-2px
}
#welcomeBar ul li{
	background:none;
	border-right:1px solid #cfd2d9;
	padding-right:9px;
	margin-right:7px;
	display:inline;	
}
#welcomeBar li.last{
	border-right:none;
	margin-right:3px;
}
#welcomeBar li.textLi,
#welcomeBar li a.textStyles,
#welcomeBar li a.textStyles:link{
	display:inline;
}
#welcomeBar li.regLi,
#welcomeBar li a.regStyles,
#welcomeBar li a.regStyles:link{
	display:none;
}
#welcomeBar li a,
#welcomeBar li a:link,
#welcomeBar li a:active{
	color:#204890;
	outline:none;
}
#welcomeBar a.small,
#welcomeBar a.medium,
#welcomeBar a.large{
	width:18px;
	height:18px;
	display:inline-block;
	margin:0 0 -4px 4px;
	text-indent:-9999px;
}
#welcomeBar a.small{background:url(../images/common/textSize-small.png) no-repeat 0 0;}
#welcomeBar a.medium{background:url(../images/common/textSize-medium.png) no-repeat 0 0;}
#welcomeBar a.large{background:url(../images/common/textSize-large.png) no-repeat 0 0;}


/* Common=Utility Navigation
----------------------------------------------- */
#utilityNav{
	margin:33px 0 0 0;
	padding:0 0 0 5px;
	list-style:none;
	float:right;
} 	
#utilityNav li{
	background:none;
	margin:0;
	padding:6px 0 0 8px;
	font-weight:bold;
	float: left;
}
#utilityNav li a,
#utilityNav li a:link{
	color:#204890;
	text-decoration: none;
	border-right: 1px solid #cfd2d9;
	padding-right:7px;
}
#utilityNav li a:hover{
	color:#000033;
}
#utilityNav li.last {
	color:#2e70b5;
	padding-right:7px;		
}
#utilityNav li.last a,
#utilityNav li.last a:link{
	border-right:none;
}
#searchForm{
	padding:0;
	margin-top:0;
}
#searchForm .go{
	margin-top:-2px;
}
#searchForm .searchInput{
	width:106px;
}
#utilityNav li#formLi{
	padding:3px 0 0;
	
}
.go {
	vertical-align:top;
}

/* Common=Text Increase/Decrease
----------------------------------------------- */



/* Homepage=Content
----------------------------------------------- */		
#content{
	background:#edd480;
	padding:7px 0 3px;
	overflow:auto;
}
.home #content{overflow:hidden;}
#wrapper{
	background:url(../images/home/wrapper-bg.png) no-repeat 7px 100%;
	/*overflow:auto;   fix for Safari on Macs*/
	padding:0 7px 1px;
	margin:0 0 10px;
	width:942px;
	float:left;
}

.textSize{
	display:block;
	padding:0 20px 0 0;
	text-align:right;
	margin:10px 0 30px;
}
.textSize a{
	margin:0 0 0 10px;
}
.calloutNav{
	float:left;
	width:236px;
	min-height:267px;
}
.calloutNav ul{
	background:url(../images/home/calloutNav-top.png) no-repeat 0 0;
	padding:5px 5px 4px;
}
.calloutNav a{
	background:#d5e2f0;
	border-bottom:1px solid #adbfd2;
	border-top:1px solid #FFFFFF;
	color:#204890;
	display:block;
	text-decoration:none;
	padding:8px 10px 8px 7px;
	min-height:42px;
	line-height:17px;
	
}
.calloutNav li.first a{
	background:#d5e2f0 url(../images/home/calloutNav-item.png) no-repeat 0 0;
	border-top:none;
	padding:14px 10px 4px 7px;
}
.calloutNav li.last a,
.calloutNav li.last a:link{
	border-bottom:none;
	padding:5px 10px 5px 7px;
}
.calloutNav li.first a:hover{
	background:#a3c7ed url(../images/home/calloutNav-itemActive.png) no-repeat 0 0;
}
.calloutNav a strong{
	color:#000033;
	display:block;
	font-size:1.25em;
	font-weight:bold;
}
.calloutNav li a.active,
.calloutNav li a.active:link,
.calloutNav li a:hover{
	background:#a3c7ed;
	border-bottom:1px solid #7da2c9;
	color:#000033;
}
.calloutNav li.last a.active,
.calloutNav li.last a.active:link,
.calloutNav li.last a:hover{
	border-bottom:none;
}

.calloutHolder{
	float:left;
	width:706px;
	padding-bottom:3px;
}
.tabs{
	background:url(../images/home/callout-top.png) no-repeat 0 0;
	padding:5px 5px 0px 4px;
	width:697px;

}
ul.tabNav{
	background:none;
	width:700px; /*was 700 */
	margin:-45px 0 0; /* was -45 */
}
.tabNav li{
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ebcf75; /* was 1px */
	position:relative;
	z-index:1;
}
.tabNav li.last{border-right:none;}
	/*float:right; added this 1/19/10*/
	

.tabNav li.shadow{
	background:url(../images/home/calloutItem-shadow.png) no-repeat 0 0;
	display:block;
	border:none;
	height:15px;
	width:697px;
}
.tabNav li.white{
	border-right:none;
	border-top:2px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:#F9FBFD url(../images/home/calloutItem.png) repeat-x scroll 0 0;
	height:28px;
	margin-top:-31px;
	width:697px; /* was 697px */
	z-index:0;
}
.tabNav li.active{
	background:#a7cdf2 url(../images/home/calloutItem-active.png) repeat-x 0 0;
}
.tabNav a,
.tabNav a:link{
	background:#f9fbfd url(../images/home/calloutItem.png) repeat-x 0 0;
	border:2px solid #ffffff;
	border-bottom:1px solid #ffffff;
	color:#204890;
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
.tabNav a:hover{color:#000033;}
.tabNav .first a{border-left:0;}
.tabNav .last a{border-right:0;} 
	
.tabNav a.active{
	background:#a7cdf2 url(../images/home/calloutItem-active.png) repeat-x 0 0;	
}


.tabNav a span{
	background:url(../images/common/icon-checkeredArrow.png) no-repeat 7px 55%;
	padding:8px 7px 5px 16px;
	display:block;
}
.tabNav li.last a span{
	padding-right:15px;
}

.tabContent{
	min-height:210px;
	height:auto !important;
	height:210px;
	padding:16px 300px 36px 16px;
}
.tabContent h2{
	color:#000033;
	font-size:1.83em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px 10px;
}
.tabContent p{
	color:#204890;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.83em;
	font-weight:normal;
	margin:0 0 18px 10px;
}
.tabContent .callout{
	width:272px;
}
.tabContent .callout .top{
	background:url(../images/home/calloutShadow-top-trans.png) no-repeat 0 0;
	display:block;
	width:272px;
	height:15px;
	font-size:12px;
}
.tabContent .callout .mid{
	background:url(../images/home/calloutShadow-mid-trans.png) no-repeat 0 0;
	display:block;
	padding:0 6px;
	width:260px;
}
.tabContent .callout .bottom{
	background:url(../images/home/calloutShadow-bottom-trans.png) no-repeat 0 0;
	display:block;
	width:272px;
	height:15px;
	font-size:12px;
}
.tabContent .callout span.text{
	background:url(../images/home/checkeredArrowBig.png) no-repeat 10px 50%;
	display:block;
	margin:0;
	padding:0 10px 0 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}
.tabContent .callout a,
.tabContent .callout a:link{
	color:#000033;
	cursor:pointer;
	text-decoration:none;
	outline:none;
}
.tabContent .callout a:hover{
	color:#E47746;
}

#socialmedia{background:url(../images/home/phonebouquet.jpg) no-repeat 0 0;}
#mtm{background:url(../images/home/mtmhome.jpg) no-repeat 0 0;}
#optionsDiscount{background:url(../images/home/bg-optionsDiscount.jpg) no-repeat 0 0;}
#openEnrollment{background:url(../images/home/bg-openEnrollment.jpg) no-repeat 0 -103px;}
#optionsDiscount .callout{padding-bottom:16px;}  /*just added this 1/19/10 */
/*#optionsDiscount2{background:url(../images/home/needhelp.jpg) no-repeat 0 0;}  optionsDiscount2 = Need Help Ad */
#optionsDiscount3{background:url(../images/home/seesavings.jpg) no-repeat 0 0;}  /*optionsDiscount3 = QualSight Clear Piggy Bank Ad - 4/15/10 */
/*#webby{background:url(../images/home/webbyaward.jpg) no-repeat 0 0;} webby awards ad */
#seminar{background:url(../images/home/seminar.jpg) no-repeat 0 0;} /*added 7/27/10 */
#starRating{background:url(../images/home/star-rating-image.jpg) no-repeat 0 0;}
#starRating p{margin-bottom:23px;}  /*added this 1/19/10 */
#staySharp{background:url(../images/home/bg-staySharp.jpg) no-repeat 0 0;}
#healthKnowledge{background:url(../images/home/bg-healthKnowledge.jpg) no-repeat 0 90%;}
#supply{background:url(../images/home/bg-supply.jpg) no-repeat 0 0;}
#staySharp p{margin-bottom:32px;}
#staySharp .callout{padding-bottom:16px;}
#supply p{margin-bottom:23px;} /* was 30 px */
#supply .callout{padding-bottom:25px;} /* was 14 px */

#boxes{
	float:left;
	background:url(../images/home/boxes-bottom.png) no-repeat 0 100%;
	margin-left:10px;
}
#boxes #boxesTop{
	background:url(../images/home/boxes-top.png) no-repeat 0 0;
	padding:0 0 0 7px;
	position:relative;
}
#boxes .box{
	background:none;
	float:left;
	padding:14px 10px 37px 11px;
	width:277px;
	margin-right:14px;
}
#boxes .last{
	margin-right:0;
	padding-left:8px;
	width:285px;
}
#boxes .box h3,
#boxes .box p,
#boxes .box .cta{margin-left:108px;}
#boxes h3{
	color:#204890;
	font-size:1.09em;
	font-weight:bold;
	margin:2px 0 12px;
}
#boxes .recipe h3{margin-bottom:14px;}
#boxes a.cta,
#boxes a.cta:link{
	background:url(../images/home/checkeredArrow.png) no-repeat 0 .3em;
	bottom:15px;
	display:block;
	padding-left:10px;
	position:absolute;
	width:165px;
}

#boxes .recipe{
	float:left;
	padding:35px 20px 2px 5px;
	margin:0 37px 0 0;
	width:257px;
}
/*    this is the original i changed the bottom to 2 from 10
#boxes .recipe{
	float:left;
	padding:35px 20px 10px 5px;
	margin:0 37px 0 0;
	width:257px;
}
*/

#boxes .recipe h3,
#boxes .recipe p{margin-left:122px;}
#boxes .recipe .cta{
	margin:0;
	left:135px;
}
#boxes img{float:left;}





/* Interior=Content
----------------------------------------------- */		
.box{background:#FFFFFF url(../images/interior/box-bottom.png) repeat-x 0 100%;}
.box .top{background:url(../images/interior/box-top.png) repeat-x 0 0;}
.box .left{background:url(../images/interior/box-left.png) repeat-y 0 0;}
.box .right{background:url(../images/interior/box-right.png) repeat-y 100% 0;}
.box .tl{background:url(../images/interior/box-tl.png) no-repeat 0 0;}
.box .bl{background:url(../images/interior/box-bl.png) no-repeat 0 100%;}
.box .tr{background:url(../images/interior/box-tr.png) no-repeat 100% 0;}
.box .br{background:url(../images/interior/box-br.png) no-repeat 100% 100%;}


a.arrowLink,
a.arrowLink:link{
	background:url(../images/common/icon-checkeredArrow.png) no-repeat 0 3px;
	padding-left:11px;
	display:inline-block;
}

#print{
    float:right;
    width:50px;
    background:url(../images/interior/print_icon.gif) no-repeat left;
}
#print a{
    padding-left:20px;
}
#print a:hover{
    text-decoration:underline;
    color:#000033;
}

#leftColumn{
	padding:0 2px 0 7px;
	margin:0;
	background:#ecd37f;
	float:left;
	display:inline;
	width:196px;
}


/* Interior Navigation
----------------------------------------------- */		
.secondaryNav{
	background:url(../images/interior/secondaryNav-bottom.png) no-repeat 0 100%;
}
.secondaryNav ul{
	background:url(../images/interior/secondaryNav-top.png) no-repeat 0 0;
	padding:5px;
}
.secondaryNav li{
	border-bottom:1px solid #bbccdf;
	margin-bottom:1px;
}
.secondaryNav li.last{
	border-bottom:none;
	margin-bottom:0;
}

/* added to fix Sign Up expand button - not G1440 original code */
.secondaryNav li.parent2 span{
	background: none;
}

/* end KT added code */

.secondaryNav li a,
.secondaryNav li a:link{
	background:#D5E2F0;
	color:#000033;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
.secondaryNav li a:hover,
.secondaryNav li a.active{
	background:#a3c7ed;
}
.secondaryNav li.first a{background:#D5E2F0 url(../images/interior/secondaryNav-item.png) no-repeat 0 0;}
.secondaryNav li.first a:hover,
.secondaryNav li.first a.active{background:#a3c7ed url(../images/interior/secondaryNav-itemActive.png) no-repeat 0 0;}

/*added for items that are not parent but active ED */
.secondaryNav li.npactive a{background:#a3c7ed url(../images/interior/secondaryNav-itemActive.png) no-repeat 0 0;}

.secondaryNav li a span{
	display:block;
	padding:10px 25px 10px 9px;
}
.secondaryNav li.parent span{
	background:url(../images/interior/secondaryNav-parent.png) no-repeat 170px 50%;
}

.secondaryNav li.parentActive a{
	background:#a3c7ed;
}
.secondaryNav li.parentActive a span{
	background:url(../images/interior/secondaryNav-parentActive.png) no-repeat 168px 50%;
}

/* Tertiary Navigation
----------------------------------------------- */		
.secondaryNav ul.terNav{
	background:#ffffff;
	padding:11px 5px 5px;
}
.secondaryNav .terNav li{
	background:none;
	border:none;
	margin-bottom:6px;
}
.secondaryNav .terNav li a{
	display:block;
	background:none;
	color:#204890;
	font-weight:bold;
	text-decoration:underline;
	border:none;
	margin:0;
}
.secondaryNav .terNav li.active a,
.secondaryNav .terNav li a:hover{
	background:none;
	color:#000033;
	text-decoration:none;
}
.secondaryNav .terNav li a span{
	background:none;
	display:block;
	padding:2px 5px 2px 12px;
}
.secondaryNav .terNav li.active a span{
	background:#FFFFFF url(../images/interior/terNav-active.png) no-repeat 4px .46em;
}

/* Third Level Nav for Caregivers Section modeled after StayWell */
.swNav {background:#ffffff; margin: 5px; padding: 2px 5px 2px 12px;}
.swNav ul {background: none; padding: 0; margin: 0; border: 0; display: block;}
.swNav ul li {display:block; background:none; border:none; margin:0; padding:0;}
.swNav ul li {display:inline; background:none; border:none; margin:0; padding:0;}
.swNav ul li a {color:#204890; font-weight:normal; text-decoration: none;}
.swNav ul li.not a:hover,
.swNav ul li.not a:active {color:#000033; text-decoration: underline;}
.swNav ul li.Current a:hover,
.swNav ul li.Current a:active {color:#e47746; font-weight:normal; text-decoration: none;}
.swNav ul li.not a {color:#204890; font-weight:normal; text-decoration: none;}
.swNav ul li.Current a {color:#e47746; font-weight:normal; text-decoration: none;}


/* Navigation with Numbers (Prospects screen)
----------------------------------------------- */		
.secondaryNav .numberNav li a span{
	padding:10px 25px 10px 33px;
}
.secondaryNav .numberNav ul.terNav{
	padding:11px 5px 5px 30px;
}
.secondaryNav .numberNav ul.terNav li a span{
	padding:2px 5px 2px 12px;
}
.secondaryNav .numberNav ul.terNav li a:hover{
	background:none;
}
.secondaryNav .numberNav li a.item1 span{padding:13px 25px 10px 33px;}
.secondaryNav .numberNav li a.item1{background:#D5E2F0 url(../images/interior/numberNav-1.png) no-repeat 0 0;}
.secondaryNav .numberNav li a.item2{background:#D5E2F0 url(../images/interior/numberNav-2.png) no-repeat 5px 4px;}
.secondaryNav .numberNav li a.item3{background:#D5E2F0 url(../images/interior/numberNav-3.png) no-repeat 5px 4px;}
.secondaryNav .numberNav li a.item4{background:#D5E2F0 url(../images/interior/numberNav-4.png) no-repeat 5px 4px;}
.secondaryNav .numberNav li a.item1:hover,
.secondaryNav .numberNav li.parentActive a.item1{background:#A3C7ED url(../images/interior/numberNav-1active.png) no-repeat 0 0;}
.secondaryNav .numberNav li a.item2:hover,
.secondaryNav .numberNav li.parentActive2 a.item2{background:#A3C7ED url(../images/interior/numberNav-2active.png) no-repeat 5px 4px;}
.secondaryNav .numberNav li a.item3:hover,
.secondaryNav .numberNav li.parentActive a.item3{background:#A3C7ED url(../images/interior/numberNav-3active.png) no-repeat 5px 4px;}
.secondaryNav .numberNav li a.item4:hover,
.secondaryNav .numberNav li.parentActive2 a.item4{background:#A3C7ED url(../images/interior/numberNav-4active.png) no-repeat 5px 4px;}

/*KT added parentActive2 to last item above to drop the expand arrow*/

/* "Have Questions about our Plan?" Module
----------------------------------------------- */		
.planQuestions{
	background:url(../images/interior/planQuestions-bottom.png) no-repeat 0 100%;
	padding:0 0 4px;
	width:196px;
}
.planQuestions .top{
	background:url(../images/interior/planQuestions-top.png) no-repeat 0 0;
	padding:30px 8px 15px 80px;
}
.planQuestions h3{
	color:#000033;
	font-size:1.08em;
	font-weight:bold;
	margin:0 0 10px;
}
.planQuestions .arrowLink{
	display:block;
	margin:0 0 0 15px;
	white-space:nowrap;
}



#centerColumn{
	width:554px;
	margin:0;
	float:left;
	text-align:left;
	display:inline;
}
.twoColumn #centerColumn{
	border-left:7px solid #ECD37F;
	width:752px;
}
#centerColumn .br{
	padding:15px 5px;
}
#centerColumn .print{
	text-align:right;
	margin-right:-13px;
	margin-bottom:15px;
}
.twoColumn #centerColumn .print{
	margin-bottom:10px;
}
#centerColumn .print a,
#centerColumn .print a:link{
	background:url(../images/interior/icon-print.png) no-repeat 0 0;
	color:#000033;
	font-size:0.92em;
	padding:0 0 0 16px;	
}
#centerColumn h1{
	border-bottom:2px solid #c2ccd6;
	padding:0 0 8px 18px;
}
#centerColumn h2{
	margin-bottom:16px;
}

/* updated */
#centerColumn h3 {	
margin-bottom: 14px;
}

#centerColumn .content{
	padding:10px 25px 20px 20px;
}
.twoColumn #centerColumn .content{
	min-height:23em;
}

#centerColumn ul{
	margin:0 0 10px 13px;
}

#centerColumn ul ul li{
	background:url(../images/interior/bullet-dash.gif) no-repeat 0 4px;
	margin-bottom:6px;
	padding:0 10px 0 12px;
}

#centerColumn ul li{
	background:url(../images/interior/bullet-orange2.png) no-repeat 0 4px;
	margin-bottom:6px;
	padding:0 10px 4px 12px;
}



/* Interior Callout Module
----------------------------------------------- */		
#centerColumn .intCallout, #content2 .intCallout {
	float:right;
	width:176px;
	min-height:100px;
	height:auto !important;
	height:100px;
	margin:0 0 25px 28px;
}
#centerColumn .intCallout .header, #content2 .intCallout .header{
	background:#efd868 url(../images/interior/intcallout-header.png) no-repeat 0 0;
}
#centerColumn .intCallout .header h3, #content2 .intCallout .header h3{
	background:url(../images/interior/intCallout-headerBtm.png) no-repeat 0 100%;
	color:#000033;
	font-size:1em;
	padding:12px 11px 10px;
	margin:0;
}
#centerColumn .intCallout .body, #content2 .intCallout .body{
	background:url(../images/interior/intCallout-body.png) no-repeat 0 100%;
	padding:12px 12px 4px;
	line-height:1.1em;
}
#centerColumn .intCallout .body p, #content2 .intCallout .body p,
#centerColumn .intCallout .body ul, #content2 .intCallout .body ul{margin-bottom:8px;}
	
	
	
	
.plans{
	margin-top:25px;
}
.plans .plan{
	margin:0 0 20px;
	padding:0 0 20px;
	background:url(../images/interior/plan-border.png) repeat-x 0 100%;
	overflow:auto;
}
.plans .plan h3{
	color:#e47746;
	font-size:1.17em;
	font-weight:bold;
	margin:0 0 15px;
}
.plans .plan .floatLeft{margin:0 20px 0 0;}
.plans .plan .planContent{margin:0 0 0 172px;}
.plans a.planLink{
	background:url(../images/interior/btn-planBottom.png) no-repeat 0 100%;
	color:#204890;
	display:block;
	text-decoration:none;
	font-size:1.08em;
	font-weight:bold;
	width:308px;
}
.plans a.planLink span.shell{
	background:url(../images/interior/btn-planTop.png) no-repeat 0 0;
	display:block;
}
.plans a.planLink span.shell span{
	background:url(../images/home/checkeredArrowBig.png) no-repeat 13px 1.1em;
	display:block;
	padding:14px 20px 18px 26px;

}
.plans a.planLink:hover{color:#cc6633;}
.plans .lastPlan{
	background:none;
	margin:0;
	padding:0;
}

.prospects {
	margin:20px 0;
}
.prospects a{
	display:block;
	color:#204890;
	font-weight:bold;
	font-size:1.17em;
	text-decoration:none;
	margin:0 0 14px;
}
.prospects a:hover{color:#E47746;}
.prospects a span{
	background:url(../images/home/checkeredArrowBig.png) no-repeat 0 0;
	display:block;
	padding:0 0 0 13px;
}
.prospects a.prospect-oneLine{
	padding:35px 0 0 96px;
	height:50px;
	width:354px;
}
.prospects a.prospect-twoLine{
	padding:26px 0 0 96px;
	height:60px;
	width:354px;
}
.prospects a.whatMedicareCovers{background:url(../images/interior/prospects-whatMedicare.png) no-repeat 0 0;}
.prospects a.whyYouNeedMedicare{background:url(../images/interior/prospects-whyMedicare.png) no-repeat 0 0;}
.prospects a.whatMedigapCovers{background:url(../images/interior/prospects-whatMedigap.png) no-repeat 0 0;}
.prospects a.medicareAdvantage{background:url(../images/interior/prospects-medicareAdvg.png) no-repeat 0 0;}
.prospects a.howToCoverCosts{background:url(../images/interior/prospects-cost.png) no-repeat 0 0;}
.prospects a.companyMatters{background:url(../images/interior/prospects-matters.png) no-repeat 0 0;}
.prospects a.whyChooseUs{background:url(../images/interior/prospects-whyChoose.png) no-repeat 0 0;}


.nextText {
	margin-top: 20px;
	
}

.nextText a {
    color:#204890;
	font-weight:bold;
	font-size:1.17em;
	text-decoration:none;
	background:transparent url(../images/home/checkeredArrowBig.png) no-repeat scroll left center;
    float:right;
    padding:5px 5px 5px 15px;
}

.nextText a:hover{color:#E47746;}

#rightColumn{
	width:186px;
	margin:0 8px 0 0;
	float:right;
	text-align:left;
	display:inline;
}
#rightColumn .br{
	padding:3px 3px 15px;
}

#rightColumn h3{
	border-top:1px solid #dac066;
	color:#000033;
	font-size:1.08em;
	font-weight:bold;
	padding:6px 10px 5px;
	margin:0;
}
#rightColumn .holder{
	border-top:1px solid #DAC066;
	margin:0 0 20px;
	padding:20px 0 0;
}
#rightColumn h3.first{
	border-top:none;
	padding-top:9px;
}
#rightColumn h3.double a{
	color:#204890;
}
#rightColumn h3 a.showHide{
	color:#000033;
	display:block;
	text-decoration:none;
}
#rightColumn h3 a.closedArrow{
	background:url(../images/interior/arrowClosed.gif) no-repeat 100% 50%;
}
#rightColumn h3 a.openArrow{
	background:url(../images/interior/arrowOpen.gif) no-repeat 100% 50%;
}
#rightColumn div.closed{
	display:none;
}
#rightColumn img.calendarImg{
	float:right;
	margin:-49px 2px 0 0;
	position:relative;
}
#rightColumn ul{
	margin-left:13px;
}
#rightColumn ul li{
	background:url(../images/interior/bullet-orange.png) no-repeat 0 4px;
	padding:0 10px 0 9px;
	margin-bottom:6px;
}
#rightColumn p{
	padding:0 10px 0 0;
	margin:0 0 10px 12px;
}

#rightColumn #seniorRx{margin-top:4px;}
#rightColumn #seniorRx .br{padding-bottom:3px;}
#rightColumn #seniorRx .content{
	background:#f1f3ee;
	margin:0 2px 2px;
	padding:16px 15px 14px 10px;
}
#rightColumn #seniorRx p{margin-left:0;}



/* Popup Styles
----------------------------------------------- */	
.fancybox{
	background:url(../images/fancybox/background.png) no-repeat 0 0;
	height:289px;
	width:616px;
}
.fancybox #page{
	width:592px;
	height:269px;
	padding:10px 12px;
}
.fancybox h1{
	border-bottom:2px solid #c2ccd6;
	color:#e47746;
	font-size:18px;
	font-weight:bold;
	padding:11px 10px 10px 12px;
	margin:0 0 30px;
}
.fancybox p{
	font-size:18px;
	color:#000000;
	padding:0 21px;
	margin:0 0 40px;
}
.fancybox .buttons{
	margin:0 auto;
	width:542px;
}
.fancybox a.button{
	background:url(../images/fancybox/button.png) no-repeat 0 0;
	color:#204890;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:156px;
	padding:25px 0 25px 20px;
	float:left;
	margin-right:4px;
}
.fancybox a.button:hover{color:#e47746;}
.fancybox a.button span{
	background:url(../images/home/checkeredArrowBig.png) no-repeat 0 2px;
	padding-left:12px;
}

/* new  */ 
.fancybox .close {
	/*background:url(../images/fancybox/close.png) no-repeat 0 0;*/
	color:#204890;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	float:right;
	vertical-align:text-top;
	padding:7px 15px 7px 15px;	
	margin-right, margin-top:5px;
}

.popup{
	background:#edd480;
}
.popup #page{
	margin:10px auto;
	width:600px;
}
.popup .box .br{
	padding:10px 5px;
}

/* added #content for both items to limit bullets from footer links*/
.popup #content ul{
	margin:0 0 10px 13px;
}
.popup #content ul li{
	background:url(../images/interior/bullet-orange.png) no-repeat 0 4px;
	margin-bottom:6px;
	padding:0 10px 0 9px;
}	
.popup #header{
	border-bottom:2px solid #C2CCD6;
	height:auto;
	margin:0;
	padding:10px 15px 10px 10px;
	position:static;
	text-align:left;
	width:auto;
	overflow:auto;
}
.popup #header .logo{
	float:left;
}
.popup #header span{
	display:none;
}
.popup #utilityNav{
	margin:15px 0 0;
}
.popup #content{
	background:#FFFFFF;
	padding:5px 10px;
}
.popup #content h1{
	padding:10px 0 20px;
}
.popup #content h2{
	margin:0 0 15px;
	padding:5px 0 0;
}

/* new makes sure no bullet appears before footer navs*/
.pupup #footer ul li{
	display:block;
	text-align:center;
	background:none;
}

/* new adds better colors, spacing and background for popup pages*/
.popup #footer{
	color:#999999;
	background:#F2F2F2;
	text-align:center;
	margin:15px auto 20px;
	padding-bottom: 10px;
	padding-top:10px;
	clear:both;
}

/* new - fixes extra space in popup pages*/
.popup #footer p{
	margin-bottom:15px;
	padding:0 20px;
}

/* =Tables
----------------------------------------------- */
table{
	font-size:1em;
}
.dataTable{
	border-spacing:1px;
	border-collapse:separate;
	font-family:Arial;
	width:100%;
	border:1px solid #D6D6D6;
	margin:0 0 10px;
}
.dataTable caption{
	color:#204890;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:4px;
}
.dataTable tr.odd{
	background:#e9ecf2;
}
.dataTable th{
	background:#5B91D7;
	padding:5px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	line-height:1.3;
	border-bottom:1px solid #0170b8;
}
.dataTable td{
	padding:5px;
	text-align:center;
}

/*- ED added for making first column left aligned and bold -*/	
.dataTable td.LB {
	text-align:left;
	font-weight:bold;
}
.dataTable td.L {
	text-align:left;
	margin-left: 5px;
}

.dataTable a,  
.dataTable a:link{
	color:#000033;
	text-decoration:underline;
	outline:none;
}
.dataTable a:hover{
	color:#204890;
}


/*KT added for li in tables */	

.dataTable ul{
	margin:0 0 10px 13px;
	}

.dataTable ul li{
background:url(../images/interior/bullet-orange.png) no-repeat 0 4px;
	margin-bottom:6px;
	padding:0 10px 0 9px;
}
/* end KT added */

.dataTable td.actions{
	padding:0;
}
.dataTable th.leftAlign,
.dataTable td.leftAlign{
	text-align:left;
}

.tableNotes{
	font-size:.91em;
	margin:0 0 25px;
}
.tableNotes p{
	margin-bottom:8px;
}

/* QtipStyles
----------------------------------------------- */
.tooltip {
	border-bottom: 1px double;
	background: '#FFFFFF';	
}
/* FAQ Styles
----------------------------------------------- */
#faq ul.faq{
	list-style:none;
	background:none;
	padding:0 px;
	margin:0px 0px 0px -3px;
}
#faq ul.faq li {
	background:none;
	text-decoration: none;
	text-align:left;
	list-style:none;
	padding-left:  0px;
	padding-bottom:0px;
}
#faq ul.faq li.active {
	background:none;
	text-decoration: none;
	text-align:left;
	list-style:none;
	padding-left: 0px;
	padding-bottom:0px;
}
#faq ul.faq li h3{
	background:url(../images/interior/arrowClosed.gif) no-repeat left 0px;
	background-position:top left;
	text-decoration: none;
	text-align:left;
	list-style:none;
	padding-left: 15px;
	padding-bottom:8px;
	font-weight:bold;
	color:#2e78c1;
	cursor:pointer;
}
#faq ul.faq li h3.active{
	background:url(../images/interior/arrowOpen.gif) no-repeat left 0px;
	text-decoration: none;
	text-align:left;
	list-style:none;
	padding-left: 15px;
	padding-bottom:8px;
	font-weight:bold;
}

#faq ul.faq li ul{
	background:none;
	list-style:none;	
	margin:15px 0 0;
	padding-left: 15px;
}
#faq ul.faq li ul li{
	background:url(../images/bullet_int.jpg) no-repeat left 3px;
	margin:0 0 5px 35px;
	text-decoration: none;
	text-align:left;
	list-style:none;
	padding-left: 15px;
}
#faq ul.faq li ul li h4{
	font-weight:bold;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:5px;
}
#faq ul.faq li div.answer{
	padding:2px 10px 10px 10px;
	margin-left:5px;	
}

.note {
	margin-top: 10px;
}

/* Year Switch Buttoms - KT added*/
#year{
	margin:33px 0 0 0;
	float:right;
} 	
ul #year{
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:right;
	background: url(../images/common/clear.gif);
} 	

#year li.arrow {
	list-style-image:url(../images/common/clear.gif);
	background: url(../images/common/clear.gif) no-repeat; /*url(../images/interior/terNav-active.png) no-repeat 4px .46em;url(../images/common/clear.gif);*/
}

#year li a,
#year li a:link{
	color:#204890;
	list-style:none;
	text-decoration:underline;
	border-right: 1px solid #cfd2d9;
	padding-right:7px;
	font-weight:bold;
}

#year li a:hover{
	color:#000033;
}
#year li a.last {
	color:#2e70b5;
	padding-right:7px;
	padding-left: 7px;
	border-right:none;
}


#year li a.activeYear {
	color:#000033;
	text-decoration:none;
	margin-left:5px;
	padding-left:7px;
	background:#FFFFFF url(../images/interior/terNav-active.png) no-repeat 0 .42em;
	font-weight:bold;
	font-size: 1.3em;
	
}


/* END Year Switch Buttoms - KT added*/

/* making content more accessible ED */
.shortcut
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

/* for JSON */
.invisible{
   	display: none;
}

/* FAQ Spacing */
.moreSpaceTop {
	margin-top: 30px;
}


ol.normalOL {
	list-style-type:decimal;
	margin-left:50px;
	margin-bottom:8px;
}


/* Leaving Medi-CareFirst Redirect Styles
----------------------------------------------- */

#redirects {
text-align:center;
}

#redirects h1 {
background-color: #FFFFFF;
color:#003366;
font-size: 2em;
margin-top: 10px;
margin-bottom: 10px;
}

#redirects p {
font-size: 1.5em;
padding: 0px 10px 0px 10px;
}

