 /* Policy pages
----------------------------------------------------------------------*/
/* Image header section
--------------------------------------------------------------- */
section#mainContent section.interiorPageheader {
	position: relative;
	margin: 48px auto 0px auto;
	height: auto;
}

section#mainContent section.interiorPageheader article.pageHeaderAll {
	height: 200px;
	overflow: hidden;
	background: #001059;
}

section#mainContent section.interiorPageheader article.graphicHeader {
	text-align: left;
	clear: both;  
	padding: 0px 0px 0px 0px;
	z-index: 2 !important;
	position: absolute;
	top: 0px;
	margin: 90px 0px 0px 0px;
	width: 92%;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);	
	margin: 60px 0px 0px 0px;
}

section#mainContent section.interiorPageheader article.pageHeaderAll img.watermark1 {
	position: absolute;
	height: auto;
	z-index: 2;
	bottom: 0px;
	opacity: 0.35;
	width: 360px;
	right: 0px;
}

section#mainContent section.interiorPageheader article.pageHeaderAll img {
	height: auto;
	z-index: 1;
	opacity: 0.7;	
	width: 100%;
	margin-top: -18%;	
}

section#mainContent section.interiorPageheader article.graphicHeader h2 {
	z-index: 2;
	color: #ffcc00;
	font-size: 42px; 
	letter-spacing: 1px;
	padding: 0px 0px 0px 9%; 
	margin: 0px auto 0px auto;
	line-height: 1.5em;
	z-index: 2;
	font-weight: 700;	
	border-bottom: 2px solid #ffcc00;
}

@media screen and (max-width: 700px) {
	

section#mainContent section.interiorPageheader article.pageHeaderAll {
	height: 290px;
	overflow: hidden;
	background: #001059;
}
}