﻿/*	----------------------------------------------------------------------------------------
		PRINT STYLES
	----------------------------------------------------------------------------------------	*/

	.fwp {
		width: 100% !important;
		}
	
	#stripe,
	#footer {
		display: none;
		}
	
	
	.printHide { display: none!important; }	
	
	html,
	body,
	.ui-widget,
	p {
		color: #000;
		}



	html,
	body,
	.ui-widget {
		color: #000000;
		background-color: #ffffff !important;
		background: #ffffff !important;
		background-image: none !important;
		font-family: "Times New Roman", Times, serif;
		font-family: Arial, Helvetica, sans-serif;
		/*font-size: 12pt;*/
		filter: none !important;
		}

	h1, h2, h3, h4, h5, h6,
	p.caption,
	.image-100 p,
	.image-100 p.caption,
	.image-50 p,
	.image-50 p.caption,
	.image-30 p,
	.image-30 p.caption {
		font-family:Arial, Helvetica, sans-serif;
		}

	p {
		font-family: "Times New Roman", Times, serif;
		font-family: Arial, Helvetica, sans-serif;
		}
	
	
		i,
		em {
		font-family: Arial, Helvetica, sans-serif;
			font-style: italic;
			}
			
		b,
		strong {
		font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			}


	

	a:link, a:visited {
		color: #520;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
		}
		

	div#footer {
		-webkit-print-color-adjust: exact !important;
		}
	
	
	img { visibility: visible; }

	#header,
	div#navcontainer,
	#navlist,
	div.stripeSmall,
	#globalNavDropDown,
	#mobileSearchButton,
	a#mobileMenuButton,
	#mobileMenuButton,
	#mobileMenuButton img,
	#bnlMobileLogoLink,
	#bnlMobileLogoLink img,
	#BNLlogoMobile,
	#mobileSearchButton,
	#mobileSearchButton img,
	#bnlMobileFooterTopLink,
	#bnlMobileFooterTopLink img,
	h4#siteMenuHead,
	h4#generalInfoMenuHead,
	.mobileOnly {
		display: none !important;
		}

	#stripe {
		width: 100%;
		height: 110px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: relative;
		-webkit-print-color-adjust: exact;
		border-bottom: 2px solid #fc0;
		}
		
		
	#banner {
		width: 100%;
		height: 109px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: relative;
		-webkit-print-color-adjust: exact;
		}
		
	#siteTitleContainer {
		font-family:Arial, Helvetica, sans-serif;
		}

	div.container_12,
	div.container_16,
	div.container_24 {
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		border: 0px;
		margin: 0;
		padding: 0;
		float: none;
		color: black; 
		background: transparent;
		}
	
	.boundingBox .container_12,
	.boundingBox .container_16,
	.boundingBox .container_24 {
		display: block;
		float: none;
		clear: both;
		position: relative;
		}	
		
	
	.sidebar.green h2,
	.sidebar.blue h2 {
		-webkit-print-color-adjust: exact;
		}
		
	.shadow,
	.shadowRight,
	.shadowBottomRight {
		-webkit-box-shadow: 0px 0px 0px 0px #fff;
		-moz-box-shadow:    0px 0px 0px 0px #fff;
		box-shadow:         0px 0px 0px 0px #fff;
		}


	#DynamicNewsStory,
	body.gradient #DynamicNewsStory {
		padding: 0;
		-webkit-box-shadow: 0px 0px 0px 0px #fff;
		-moz-box-shadow: 0px 0px 0px 0px #fff;
		box-shadow: 0px 0px 0px 0px #fff;
		background-color: #fff;
		}		
		
	div#masterStoryShell div#keywords a {
		border: 0px;
		}	
		
		
		
		
/* ----- END OF PRINT STYLES ----- */