
/* To add draft watermark to pages, include the body style below in your .css file */
	body {
		/* background: url(/mybenefits/draft/draft3.gif) 15% 300px no-repeat; */
	}
/* To remove draft watermark from pages, comment out the body style above */

/* .subLocNavHdr {font-size: 1.3em !important;font-weight: bold !important} */

/* hack to force "active link" local menu H2 headers to white text color */
#wcSubLocalMenu H2{color: #3b4246 !important}
span.l1 wcLeftNavActive H2{
	color: #ffffff !important;
}	
/* selectors above this line address the modified navigation style */

table.contacts {width: 80%}
table.contacts td {padding: 5px;}
.textlabelhdr {font-weight: bold}

	h2.wcPageTitle {
	margin-top: 0em;
	margin-bottom: 1.5em; 
	}
	h3.wcPageSubtitle {
	color: #6095c1;
	font-weight: normal;
	margin-top: -1.5em !important;
	margin-bottom: 1.5em;
}

	.align_right {
		text-align:right;
	}
	
	.more_links {
		width:47.5%;
		background:#f4f4f4 !important;
		border-bottom:1px solid #ccc;
		padding: 2px 2px 4px 4px;
	}
	
	.main_img_border {
		border:1px solid #ccc;
		padding:3px;
	}
	
	/* image replacement with alt text */
	
	#graphic, #graphic2, #graphic3, #graphic4 {
	width: 100%;
	height: 102px;
	position: relative;
	}
	#graphic a, #graphic2 a, #graphic3 a, #graphic4 a {
		cursor: hand;
	}
	#graphic span {
	background:url(../life.jpg) 100% no-repeat;
	height:102px;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	#graphic2 span {
	background:url(../ltd.jpg) 30% no-repeat;
	height:102px;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	#graphic3 span {
	background:url(../life_staff.jpg) 30% no-repeat;
	height:102px;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	#graphic4 span {
	background:url(../ltd_staff.jpg) 100% no-repeat;
	height:102px;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	.print_image {
		display:none;
	}
	
	@media print {
		.print_image {
			display:block;
		}
	}/* end @media print */
div.wcCol12 div.wcColContainer, div.wcCol22 div.wcColContainer, 
div.col12 div.wcColContainer, div.col22 div.wcColContainer, 
div.wcCol12Fixed div.wcColContainer, div.wcCol22Flex div.wcColContainer, 
div.wcCol12Flex div.wcColContainer, div.wcCol22Fixed div.wcColContainer {
	clear: none;
}
div.wcCol12Flex {
	margin-right: 255px;
}
div.wcCol22Fixed {
	float: right;
	width: 230px;
}

/* button styles */
/* #188bc0, #0046ad */
.albu-button {
	background:#25A6E1;
	cursor: pointer;
	background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:3px 5px;
	color:#fff;
	/* font-family:'Helvetica Neue',sans-serif;
	font-size:17px; */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}

.styled-button-10 {
	background:#5CCD00;
	cursor: pointer;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
	padding:3px 5px;
	color:#fff;
	/* font-family:'Helvetica Neue',sans-serif; */
	/* font-size:16px; */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #459A00
}

.styled-button-8 {
	background:#25A6E1;
	cursor: pointer;
	background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:3px 5px;
	color:#fff;
	/* font-family:'Helvetica Neue',sans-serif;
	font-size:17px; */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}