

/* .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;
}