/***********************************************/
/* Filename: 000016.css                        */
/* Use with template "Sub-page_Template.html"  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	width: 969px;
	min-width: 969px;
	font-family: Arial;
	color: #000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(000021.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	/* Support light-green gradient background image full size (Global) */
}

a{
	color: #000;
	text-decoration: none;
}

a:link{
	color: #00853f; 
	text-decoration: none;
	border-radius: 0.5em;
}

a:visited{
	color: #00853f;
	text-decoration: none;
}

a:hover{
	color: #00853f;
	text-decoration: underline;
	border-radius: 0.5em;
}

h1{
	font-family: Arial;
	font-size: 175%;
	color: #284e36;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Arial;
	font-size: 114%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Arial;
	font-size: 100%;
	color: #284e36;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Arial;
	font-size: 100%;
	color: #284e36;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: Arial;
	font-size: 100%;
	color: #284e36;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: disc;
	display: compact;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: square;
}

label{ 
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 30px 0px;
	width: 100%;
 	background-color: #8CC63f; 
	background-image: url(000020.jpg); 
	background-repeat: repeat-x;
	background-position: left bottom;
	/* Masthead gradient background image (Global) */
}

#sub_masthead{
	padding: 0px 0px 6px 0px;
	width: 100%;
 	background-color: #8CC63f;
	background-image: url(000020.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 2px solid #284e36;
	/* Support lite-green gradient background image full size (Global) */
}

#CTLlogo{
	height: 75px;
	background-image: url(cl_logo_tm_color_rgb_pos_horz.jpg);
	background-repeat: no-repeat;
	background-position: 15px 14px;
/*	border-right: 1px solid #00853F;*/
	/* CenturyLink Positive Horizontal Logo */
}

#sub_triangle{
	height: 75px;
	background-image: url(000052c.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-left-radius: 0em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 0em;
	border-bottom-right-radius: 0em;
	/* Road to Infinity - Top Right (Global) */
}

#homeBttn a{
	position: absolute;
	width: 44px;
	height: 28px;
	border-bottom: 1px solid #284e36;
	border-right: 1px solid #284e36;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	margin-top: 3px;
	margin-left: 923px; 	/* Home button aligns border-right */
	/*	margin-left: 499px; */	/* Home button aligns to right of last nav button */
	/*	margin-left: 0px; */	/* Home button aligns border-left - Adjust GlobalNav to right 50px */
	background-image: url(000024.gif);
	background-repeat: no-repeat;
	background-position: center;
	/* HomePage House Button - Orange (Global) */
}

#homeBttn a:hover{
	background-image: url(000023.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-top: 1px solid #284e36;
	border-left: 1px solid #284e36;
	border-right: 1px solid #8CC63f;
	border-bottom: 1px solid #8CC63f;
	/* HomePage House Button - Black (Global) */
}

#navBar{
	float: right;
	width: 161px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #00853F;
	border-bottom: 1px solid #00853F;
	border-left: 1px solid #00853F;
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

/* Main Content Styles */

#content{
	float: left;
	width: 644px;
	margin: 0px;
	padding: 0px;
}

#sub_content{
	float: left;
	width: 644px;
	padding-top: 10px;
	padding-right: 0px;
/*	border: 1px solid #ff0000;*/
	background-image: url(content_bnr1.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#sub_content .fnt_lgr{
	font-size: larger;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
}

/* TAKE ACTION... (h3) Heading Styles */

.boe1{
	color: #000000;
	font-weight: bold;
}

.boe2{
	color: #000000;
	font-weight: normal;
}

.boe3{
	color: #000000;
	font-weight: normal;
	margin-left: 108px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

 #siteName{
	margin: 0;
	padding: 0 0 0 10px;
	text-align: center;
	color: #4c4c4c;
	font-size: inherit;
	font-weight: normal;
	background-color: #ffffff; 
}

/************* #globalNav styles (Horizontal Links) **************/

#globalNav{
	padding: 3px 0px 7px 10px; /* GlobalNav shifted left to accommodate Homebttn aligned border-right */
	/*	padding: 3px 0px 7px 50px; */ /* GlobalNav shifted right to accomm. Homebttn aligned border-left */
	color: #cccccc;
	white-space: nowrap;
	background-color: #8CC63f;
	border-top: 1px solid #00853F;
}

#globalNav img{
	display: block;
}

#globalNav a{
	font-size: 75%;
	font-weight: normal;
	padding: 0 4px 0 0;
	color:#FFFFFF;
	border-radius: .5em;
}
#globalNav a:link, #globalNav a:visited{
	margin-right: 0.2em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	color: #FFFFFF;
	background-color: #8CC63f;
	text-decoration: none;
	border-top: 1px solid #8CC63f;
	border-left: 1px solid #8CC63f;
	border-bottom: 1px solid #4C4C4C;
	border-right: 1px solid #4C4C4C;
}
#globalNav a:hover{
	color: #00853F;
	border-top: 1px solid #4C4C4C;
	border-left: 1px solid #4C4C4C;
	border-bottom: 1px solid #8CC63f;
	border-right: 1px solid #8CC63f;
}
#globalNav #sub_uberlink{
	color: #ced64b;
	border-top: 1px solid #4C4C4C;
	border-left: 1px solid #4C4C4C;
	border-bottom: 1px solid #8CC63f;
	border-right: 1px solid #8CC63f;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 3px 0px 0px 10px;
	font-style: oblique;
}

#pageName{
	color: #ffffff;
}

/*************** #sub_pageName styles **************/

#sub_pageName{
	margin: 0px;
	padding: 3px 0px 0px 10px;
	font-style: oblique;
	text-align: center;
}

#sub_pageName{
	color: #ffffff;
}

/************* #breadCrumb styles *************/

#breadCrumb a{
	font-size: 80%;
	padding: 2px 0px 0 10px;
	color: #4c4c4c;
}

#breadCrumb a:hover{
	color: #ced64b;
}

/************* #sub_breadCrumb styles *************/

#sub_breadCrumb a{
	font-size: 80%;
	padding: 2px 0px 0 10px;
	color: #a5d867;
}

#sub_breadCrumb a:hover{
	color: #ced64b;
}

/************** .feature styles ***************/

.feature{
	width: 644px;
	height: 162px;
	font-size: 80%;
	padding: 1px 0px 0px 0px;
	background-image: url(ctl-link_50a_landscape0.png);
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: top;
/*	background-image: url(000018a.gif);*/
/*	background-image: url(ctl-link_50a_landscape8.jpg);*/
/*	background-image: url(PH00375b.jpg);*/
	/* Photo banner */
}

.sub_feature{
	width: 629px;
	padding: 0px 5px 10px 10px;
	font-size: 80%;
}

.sub_feature_enrlmt-mat{   /*These class attributes only apply to the Enrollment Materials page (000007.html).*/
	width: 629px;
	padding: 0px 5px 0px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 35px 0px 5px 0px;
	text-align: center;
}

.sub_feature h3{
	padding: 15px 0px 5px 0px;
	text-align: center;
}

.feature p{
	padding: 161px 5px 0 25px;
	font-size: xx-small;
	font-style: italic;
}

.bckgrnd{
	background: #8CC63f;
}

.readmore{
	font-style: italic;
	color: #00853F;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 15px 0px 15px;
	font-size: 80%;
}

.story p{
	padding: 0px 15px 0px 15px;
}

.story ul{
	padding: 0px 15px 0px 15px;
}

/************** .sub_story styles *****************/

.sub_story{
	clear: both;
	width: 624px;
	padding: 0px 10px 5px 10px;
	font-size: 80%;
}

.sub_story p{
	padding: 0px 10px 5px 6px;
}

.sub_story h3{
	font-size: inherit;
	padding: 0px 0px 0px 5px;
}
.sub_story ul{
	padding: 0px 5px 0px 30px;
}
.Lfstle_Ben_Prgrm{
margin-left: 6px;
}

/************* #search styles ***************/

#search{
	padding: 3px 0px 1px 10px;
	border-bottom: 1px solid #ffffff;
	font-size: 90%;
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited{
	display: block;
	text-decoration: none;
	color: #4c4c4c;
}
#navBar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navBar img{
	float: right;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li{
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li{
	border-bottom: none;
}

	/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

#sectionLinks h3{
	padding: 9px 0px 2px 0px;
	color: #ffffff;
	text-align: center;
	border-left: 1px solid #34b233;
	border-right: 1px solid #34b233;
	background-color: #00853F;
}

#sectionLinks a{
	display: block;
	border-top: 1px solid #dddddd;
	padding: 2px 0px 2px 7px;
}

#sectionLinks a:hover{
	background-color: #8CC63f;
	color: #4c4c4c;
}

#erc{
	display: block;
	font-size: smaller;
	height: 45px;
	padding: 2px 0px 0px 0px;
}

#erc a{
	padding: 0px 0px 0px 4px;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	border: 1px solid #FFFFFF; /* hides border-top color (#dddddd) above ERC email address */
}
#erc a:hover{
	background-color: #FFFFFF
}

.call_erc{
	padding: 0px 0px 0px 5px;
}

/** .ben_vend_categ(Benefits Vendors Categories) styles (Vertical NavBar Links) **/

.ben_vend_categ{
	display: block;
	position: relative;
	padding: 0px 0px 0px 7px;
	color: #000000;
	font-weight: bold;
	background-color: #CED64B;
	background-position: right;
	border-top: 1px solid #CED64B;
	border-bottom: 1px solid #CED64B;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	margin: 0px;
	padding: 2px 0px 2px 0px;
}


.relatedLinks a:link, .relatedLinks a:visited{
	display: block; 
}

.relatedLinks a:hover{
	background-color: #8CC63f;
	color: #ffffff;
}

/************** #advert styles **************/

#advert{
	width: 135px;
	height: 202px;
	padding: 0px 0px 0px 0px;
	color: #000;
	margin-left: 11px;
	margin-bottom: 1px;
	background-image: url(left_sidebar_art.gif);
	background-repeat: no-repeat;
	background-position: bottom;
/*	border: 1px solid #5b8f22;*/
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	/* Left NavBar Image (Global) */
}

#advert img{
	display: block;
	padding: 0px 0px 0px 0px;
}

.advert_homepage{
	width: 135px;
	height: 202px;
	padding: 0px 0px 0px 0px;
	color: #000;
	margin-left: 11px;
	margin-bottom: 1px;
	background-image:url(strwbrry_patch.png);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	/* Left NavBar Image (Homepage Only) */
}

/************** #headlines styles **************/

#headlines{
	float: left;
	width: 160px;
	margin: 0px 0px;
	padding: 0px 0px 12px 0px;
	font-size: 80%;
	border-left: 1px solid #00853F;
	border-right: 1px solid #00853F;
	border-bottom: 1px solid #00853F;
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

#headlines h3{
	display: block;
	font-size: 100%;
	color: #000000;
/*	border-top: 15px solid #00853F;*/
	border-bottom: 3px solid #CED64B;
	border-right: 3px solid #CED64B;
	background-color: #CED64B;
	padding: 2px 0px 0px 8px;
	border: 1px solid #CED64B;
}

#headlines p a{
	padding: 5px 0px 5px 10px;
	color: #4c4c4c;
}

#headlines p a:hover{
	color: #00853f;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	border: 1px solid #a5d867;
}

#headlines .sub_uberlink{
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	color: #ff6319;
	background-color: #ffffff;
	border: 1px solid #a5d867;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #00853f;
	padding: 10px 0px 0px 20px;
	/*	background-image:  url(assets/000019.jpg); */
}

#siteInfo img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	border: 1px solid #00853f;
}

#siteInfo .subdued_lnk{
	color: #8CC63f;
	border: 1px solid #8CC63f;
	padding: 0px 1px 0px 1px;
	text-decoration: none;
}

.hrule hr{
	border-top: 1px solid #8CC63f;
}

/************** #footer styles **************/

#footer{
	width: 450px;
	margin-top: 10px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}

#SitemapIcon{
	position: absolute;
	margin-top: 0px;
	width: 44px;
	height: 22px;
	background-image: url(000019a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #00853f;
}

.SitemapLink{
	position: relative;
	margin-left: 50px;
	margin-bottom: 0px;
	display: inline;
}

/************** .Sub-InlineLink styles **************/

.Sub_InlineLink{
	display: block;
	display: inline;
	font-size: 100%;
	font-weight: bolder;
	width: 230px;
	padding: 2px 2px 3px 1px;
	border: 1px solid #00853F;
	text-align: center;
	text-decoration: none;
	border-radius: 0.5em;
}

.Sub_InlineLink a:link, .Sub_InlineLink a:visited{
	text-align: center;
	text-decoration: none;
}

.Sub_InlineLink a:hover{
	text-align: center;
	color: #000;
}

/************** .sitemap styles **************/


#sub_content #sitemap li ul{
	clear: both;
	width: 475px;
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	font-style: italic;
	list-style-type: disc;
}

#sub_content #sitemap p{
	padding: 0px 10px 10px 6px;
}

#sub_content #sitemap h3{
	font-size: small;
	font-style: italic;
	padding: 0px 0px 0px 5px;
	text-align: left;
}

#sub_content #sitemap a{
	text-decoration: none;
	font-style: italic;
}

#sub_content #sitemap a:hover{
	text-decoration: underline;
	font-style: italic;
}

#h3_LeftIndent{
	margin-left: 10px;
}

.SitMapLIstyls{
	list-style-type: none;
}

.SitMapLIstyls h3{
	margin-left: 25px;
}

/******* #RetSav_Nav(Retirement &amp; Savings) styles (Horizontal Links) *******/

#RetSav_ButtnNav{
	position: relative;
	font-size: 14px;
	font-weight: 100;
	padding: 0px 0px 0px 0px; /*space around UL (List Container)*/
	margin-top: 5px;
	/*border: 1px solid #ff0000;*/ /*Red*/
}

#RetSav_ButtnNav ul{
	list-style: none;
	padding: 5px 0px 5px 3px;  /*space around combined list buttons (List Button Container)*/
	margin-left: -1px;
	/*border: 1px solid #00FF00;*/ /*Green*/
}

#RetSav_ButtnNav li{
	display: inline;
	padding: 2px 2px 2px 7px; /*space around each link button (Link Button Container)*/
	margin-left: 5px;
	/*border: 1px solid #FF00FF;*/ /*Magenta*/
}

#RetSav_ButtnNav a:link, #RetSav_ButtnNav a:visited{
	padding: 7px 7px 7px 7px; /*space around each link text (Link Text Container)*/
	color: #FF6319;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #A6A6A6; /*Gray (default)*/
}

#RetSav_ButtnNav a:hover{
	color: #FFFFFF;
	background-color: #FFA02F;
}

#RetSav_ButtnNav a:link, .QA, .CNTC{
	background-image: none;
}

/* CSS3 Attribute Selectors (see Lesson 2, Step 2.3 for details) */
/* No modifications to HTML was necessary to include this feature */
/* For more selectors, see Lesson 2 */
a[href$=".pdf"]{
	background-image: url(file_acrobat.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
a[href$=".ppt"]{
	background-image: url(page_white_powerpoint.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
#border_bottom_divider {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #00853F;
}
#intro{
	position: relative;
	display: block;
	margin: 0 15px 0 15px;
	height: 190px;
}
.intro_txt{
	float: left;
	margin: 0;
	padding: 20px 10px 0 15px;
	width: 400px;
	height: 175px;
	border: 1px solid #00853F;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-moz-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-o-box-shadow: 3px 3px 6px 0px #A6A6A6;
	box-shadow: 3px 3px 6px 0px #A6A6A6;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#666666))
	background-image: -moz-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#666666))
	background-image: gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#666666))
}
.intro_pic{
	position: relative;
	float: right;
	margin-top: 10px;
	padding: 0;
	width: 128px;
	height: 175px;
	background-image: url(grp_hldng_hnds3_logo_combo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	border: 1px outset #FDC82F;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-moz-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-o-box-shadow: 3px 3px 6px 0px #A6A6A6;
	box-shadow: 3px 3px 6px 0px #A6A6A6;
/*	-webkit-box-shadow: inset 2px 2px 8px #A6A6A6;
	-moz-box-shadow: inset 2px 2px 8px #A6A6A6;
	-o-box-shadow: inset 2px 2px 8px #A6A6A6;
	box-shadow: inset 2px 2px 8px #A6A6A6;*/
}
.sneez_wmn2{
	float: right;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background-image: url(sneez_wmn3.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 254px;
	height: 127px;
	overflow: hidden;
	border: 1px outset #FDC82F;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-moz-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-o-box-shadow: 3px 3px 6px 0px #A6A6A6;
	box-shadow: 3px 3px 6px 0px #A6A6A6;
/*	-webkit-box-shadow: inset 2px 2px 8px #A6A6A6;
	-moz-box-shadow: inset 2px 2px 8px #A6A6A6;
	-o-box-shadow: inset 2px 2px 8px #A6A6A6;
	box-shadow: inset 2px 2px 8px #A6A6A6;*/
}
.yng_cple_enrlng{
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background-image: url(yng_cple_enrlng3.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 284px;
	height: 127px;
	overflow: hidden;
	border: 1px outset #FDC82F;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-moz-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-o-box-shadow: 3px 3px 6px 0px #A6A6A6;
	box-shadow: 3px 3px 6px 0px #A6A6A6;
/*	-webkit-box-shadow: inset 2px 2px 8px #A6A6A6;
	-moz-box-shadow: inset 2px 2px 8px #A6A6A6;
	-o-box-shadow: inset 2px 2px 8px #A6A6A6;
	box-shadow: inset 2px 2px 8px #A6A6A6;*/
}
#BE_IndexPage{
	position: relative;
	display: block;
	margin: 0 15px 0 15px;
	height: 135px;
}
.biometric{
	float: right;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background-image: url(biometric_3.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 254px;
	height: 35px;
	overflow: hidden;
	border: 1px outset #FDC82F;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-moz-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-o-box-shadow: 3px 3px 6px 0px #A6A6A6;
	box-shadow: 3px 3px 6px 0px #A6A6A6;
/*	-webkit-box-shadow: inset 2px 2px 8px #A6A6A6;
	-moz-box-shadow: inset 2px 2px 8px #A6A6A6;
	-o-box-shadow: inset 2px 2px 8px #A6A6A6;
	box-shadow: inset 2px 2px 8px #A6A6A6;*/
}
.smoke{
	position: relative;
	float: left;
	margin-top: 0px;
	padding: 0;
	vertical-align: top;
	width: 284px;
	height: 35px;
	background-image: url(quit_smoke3.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	border: 1px outset #FDC82F;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-moz-box-shadow: 3px 3px 6px 0px #A6A6A6;
	-o-box-shadow: 3px 3px 6px 0px #A6A6A6;
	box-shadow: 3px 3px 6px 0px #A6A6A6;
/*	-webkit-box-shadow: inset 2px 2px 8px #A6A6A6;
	-moz-box-shadow: inset 2px 2px 8px #A6A6A6;
	-o-box-shadow: inset 2px 2px 8px #A6A6A6;
	box-shadow: inset 2px 2px 8px #A6A6A6;*/
}
#smoke_biometric_IndexPage{
	position: relative;
	display: block;
	margin: 0 15px 0 15px;
	height: 43px;
}

/*Disability Management Page*/
.Dsbl_Mgmt-1{
	display: block;
	margin: 0 6px 0 6px;
	padding: 5px;
	border: double;
	border-color: #FFA02F;
}
.Dsbl_Mgmt-2{
	display: block;
	margin: 10px 6px 0 6px;
	padding: 0;
	border: 1px solid #FFA02F;
}
.Dsbl_Mgmt-2 table{
	padding: 1px 0 1px 0;
	border: none;
}
.Dsbl_Mgmt-2 h3{
	margin: 0;
}
/*401(k) Savings Page (000537.html)*/
.fourO1k_sav-1{
	display: block;
	margin: 0 6px 0 6px;
	padding: 5px;
	border: 1px solid #00853F;
}
.fourO1k_sav-2{
	display: block;
	margin: 10px 6px 0 6px;
	padding: 0;
	border: 1px solid #FFA02F;
}
.fourO1k_sav-2 table{
	padding: 1px 0 1px 0;
	border: none;
}
.fourO1k_sav-2 h3{
	margin: 0;
	padding: 0;
}
.fourO1k_sav_hr-1{
	display: block;
	margin: 15px 6px 15px 6px;
	padding: 0;
	height: 15px;
	background-color: #00853F;
}
/*Employee Stock Purchase Plan (ESPP) Page (000538.html and 000539.html)*/
.espp-1{
	display: block;
	margin: 0 6px 0 6px;
	padding: 5px;
	border: 1px solid #00853F;
}
.espp-2{
	display: block;
	margin: 10px 6px 0 6px;
	padding: 0;
	border: 1px solid #FFA02F;
}
.espp-2 table{
	padding: 1px 0 1px 0;
	border: none;
}
.espp-2 h3{
	margin: 0;
	padding: 0;
}
.espp_hr-1{
	display: block;
	margin: 15px 6px 0 6px;
	padding: 0;
	height: 15px;
	background-color: #00853F;
}
.espp-enrl_sbmt_bttns{
	display: block;
	margin: 10px 6px 0 6px;
	padding: 0;
}
.espp-enrl_sbmt_bttns table{
	padding: 1px 0 1px 0;
	border: none;
}
.espp-enrl_sbmt_bttns td a:hover{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #FFA02F;
}
.sav-pln_espp, table{
	font-size: 12px;
}
