/*  CIGNA.com style sheet       */
/*  v0.9-1		September 2006    */ 


/* Footers */
#footer {
	border-top:1px solid #E6E6E6;
	margin-top:56px;
	padding-bottom:10px;
	}

#footer-printer {
	display:none;
}

/* Footer: logo and utility links */
table.footer {
	width:100%;
	height:50px;
	padding:2px;
	background-color:#FFFFFF;
	border:0px;
	margin:0px;
}
table.footer td.footerLinks{
	text-align:center;
	font-size:0.9em;
	color:#555555;
	line-height:3em;
}
table.footer td.footerLinks a:link, table.footer td.footerLinks a:visited 	{
	color:#666666;
	font-weight: normal;
	text-decoration: none;
	margin:0px 4px 0px 4px;	
} 

table.footer td.footerLinks a:hover, table.footer td.footerLinks a:active	{
	color:#0079B5;
	font-weight: normal;
	text-decoration: underline;
}


/* intrapage tab navigation; e.g. used on tabbed plan pages */
#contentTabs {
	width:100%;
	background:#FFFFFF;
	}
#contentTabs ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#contentTabs li {
	display:inline;
	padding:0;
	margin:0;
	}
#contentTabs a {
	background-image:url(../images/uichrome/contentTabBackground.jpg);
	border-left:1px solid #C6D36B;
	border-top:1px solid #C6D36B;
	border-right:1px solid #C6D36B;
	padding:5px 15px 5px 15px;
	color:#0067AC;
	text-decoration:none;
	display:block;
	float:left;
	width:auto;
	font: 0.95em/1.0 Arial, Helvetica, sans-serif;
}

#contentTabs .selected a {
	border-bottom:1px solid #F7F7D6;
	font-size:0.95em;
	color:#4A601C;
	text-decoration:none;
	background-image:url(../images/uichrome/contentTabSelectedBackground.jpg);
}

#contentTabs a:hover {
	color:#DB7200;
	text-decoration:underline;
}
	
#contentTabs a:active {
	text-decoration:none;
}	

/* links withing the tabbed content area */
#contentTabsSubLinks {
	margin-top:-5px;
	margin-bottom:10px;
	color:#666666;
}

#contentTabsSubLinks a {
	font-size:0.9em;
	padding:0px 5px 0px 0px;
}	

#contentTabsSubLinks a:link {
	text-decoration:none;
}	

#contentTabsSubLinks a:hover {
	text-decoration:underline;
}	

#contentTabsSubLinks a:active {
	text-decoration:none;
}	

#subTab1_tab.selected, #subTab2_tab.selected, #subTab3_tab.selected, #subTab4_tab.selected, #subTab5_tab.selected {
	font-size:0.9em;
	padding:0px 5px 0px 0px;
	color:#4A601C;
	font-weight:bold;
}	


#content-product-information {
	margin:0px;
	padding:5px 10px 10px 15px;
	background-image:url(../images/uichrome/contentTabContentBackground.jpg);
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
}

#content-product-information h3{
	margin:10px 0px 20px 0px;
	color:#B5BA29;
}

table.header td.headerUtilityLinks{
	text-align:right;
	font-size:0.9em;
	color:#B5C329;	
}

table.header td.headerUtilityLinks a:link, table.header td.headerUtilityLinks a:visited 	{
	color:#666666;
	font-weight: normal;
	text-decoration: none;
	margin:0px 4px 0px 4px;	
} 

table.header td.headerUtilityLinks a:hover, table.header td.headerUtilityLinks a:active	{
	color:#0079B5;
	font-weight: normal;
	text-decoration: underline;
}

h5 {
	font-size:1.0em;
	color:#993300;
	margin:0px;
	padding:0px 0px 0px 15px;
}	
h1 {
	font-size: 1.6em;
	font-weight:lighter;
	margin:0px 0px 10px 13px;
	padding:0px 0px 0px 22px; /* 22px makes room for leaf icon bg image */ 
	letter-spacing:-.5px;
	color:#4A601C;
	background:transparent url(../images/uichrome/h1-leaf.gif) no-repeat 0px 50%;
}
h2 {
	font-size: 1.6em;
	font-weight:lighter;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 22px; /* 22px makes room for leaf icon bg image */ 
	letter-spacing:-.5px;
	color:#4A601C;
	background:transparent url(../images/uichrome/h1-leaf.gif) no-repeat 0px 50%;
}