/*****************************************************************************/
/** Feature box.															**/

#feature_wrap {
	margin: 0 10px;
}

#feature {
	width: 750px;
	height: 300px;
	
	position: relative;
}

#feature_wrap .default {
	background: url(../images/fbg_default.jpg) 0px 0px no-repeat #3289b4;	
}
#feature_wrap .coverage {
	background: url(../images/fbg_coverage.jpg) 0px 0px no-repeat #3289b4;		
}
#feature_wrap .member {
	background: url(../images/fbg_member.jpg) 0px 0px no-repeat #3289b4;		
}
#feature_wrap .employer {
	background: url(../images/fbg_employer.jpg) 0px 0px no-repeat #3289b4;		
}
#feature_wrap .agent {
	background: url(../images/fbg_agent.jpg) 0px 0px no-repeat #3289b4;		
}
#feature_wrap .provider {
	background: url(../images/fbg_provider.jpg) 0px 0px no-repeat #3289b4;		
}

#feature div.inner {
	width: 750px;
	height: 300px;
	
	background: url(../images/feature_bottom_trans.png) 0px bottom no-repeat transparent;
}

#feature h2 {
	padding: 0;
	background: transparent;
	line-height: 24px;
	position: absolute;
	top: 235px;
}

#feature ul.main {
	float: right;
	padding: 0;
	padding-top:30px;
	margin: 0;
	border: 0;
	width: 239px;
	height: 153px;
	background-image:url(../images/feature_bg.png);
	background-repeat:no-repeat; 
	background-color: #7f99c6;
	overflow: visible;
	list-style: none;
}

#feature ul.main li {
	display: inline;
}

#feature ul.main a {
	display: block;
	width: 204px;
	height: 24px;
	
	margin: 6px 16px 2px 16px;
}

#feature ul.main a:link, #feature ul.main a:visited {
	background-position: 0px 0px;
}
#feature ul.main a:hover, #feature ul.main a:active,
#feature ul.main a.hover {
	background-position: 0px -24px;
}

#coverage {
	background-image: url(../images/fb_coverage.png);
}

#member {
	background-image: url(../images/fb_member.png);
}

#employer {
	background-image: url(../images/fb_employer.png);
}

#agent {
	background-image: url(../images/fb_agent.png);
}

#provider {
	background-image: url(../images/fb_provider.png);
}

ul.popup_list {
	margin: 0;
	border: 0;
	padding: 0;
	position: absolute;
	
	top: 170px;
	left: 280px;
	
	list-style: none;
	
	display: none;
}

ul.popup_list li {
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
	letter-spacing: 0.7px;
	color: #FFFFFF;
}

ul.popup_list a {
	color: #FFFFFF;
}

/*****************************************************************************/
/** The rest of the page.													**/

#promo_boxes, #promo_boxes a {
	margin: 0;
	border: 0;
	padding: 0;
}

#promo_boxes a {
	display:block;
	float:left;
	width:116px;
	height:37px;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#promo_boxes a.promosbcna {
	background-image:url(/images/adHomeBCNAi.png);
	margin-right:6px;
}

#promo_boxes a.promoshbl {
	background-image:url(/images/adHomeHBLi.png);
	margin-right:6px;
}

#promo_boxes a.promosha {
	background-image:url(/images/adHomeHAi.png);
	margin-right:6px;
}

#promo_boxes a.promosmt {
	background-image:url(/images/adHomeMTi.png);
	margin-right:0px;
}

#promo_boxes a:link, #promo_boxes a:visited {
	background-position:0px 0px;
}

#promo_boxes a:hover {
	background-position:0px -37px;
}

#promo_boxes img {
	float: left;
	/*padding: 10px 0;*/
	margin: 0px 0px 20px 0px;
}

.news {
	/*margin: 1.5em 0;*/
	margin: 0em 0;
	clear: both;
}

.news p {
	margin: 0.5em 0;
}

p.message {
	color:#ffffff;
	font-size:14px;
	margin:0px 0px 0px 1em;
	padding-top: 6px;
	/*display:block;*/
}

p.message a:link, p.message a:visited  {
	color:#ffffff;
	decoration:none;
}

p.message a:hover {
	color:#63ceca;
	text-decoration:none;
}

#alertlarge {
background:transparent url(http://www.bcbsm.com/images/icon_alertlg.gif) no-repeat scroll 90px center;
border-bottom:1px dotted #D3D3D3;
border-top:1px dotted #D3D3D3;
margin:10px 0pt 10px;
position:inherit;
text-align:left;
}

#alertlarge p {
color: red;
font-size:13px;
line-height:17px;
margin:6px 50pt 6px 130px;
}

#bannerlarge {
padding:0px 10px 0px 10px;
width:750px;
height:65px;
}

#bannerlarge img a:link {
	border:0px none;
}

/*****************************************************************************/
/** Homepage-specific footer stuff.											**/

/*
 * Not entirely sure why we have this?  I think the footers used to be different.
 * 
#footer {
	padding-right: 79px;
	clear: both;
	margin: 10px;
	text-align: center;
	min-height: 79px;
	background: url(../images/ncqa.png) 670px 0px no-repeat #FFFFFF;
}

#footer a {
	text-decoration: underline;
}

#footer p, #footer li {
	font-size: 1.1em;
	line-height: 13px;
}

#footer ul {
	padding-top: 12px;
	list-style: none;
	margin-bottom: 0.5em;
}

#footer li {
	display: inline;
}

#footer p {
	margin: 0em 160px;
}
*/
