@charset "utf-8";
/* CSS Document */

/*
********************************************************************************
/Managed/CSS/styles-print.css.cfm

Standard styles for JSIInternet

--------------------------------------------------------------------------------
Modification History (LIFO)
--------------------------------------------------------------------------------
01.09.26 - INTRANET-2751 - Changes for footer jsi.org
05.18.12 - 19813 - Site printing nav - created
********************************************************************************
*/

@media print {
	body { background:white; color:black; margin:0; font-family: Arial, Helvetica, sans-serif; }
	
	a { color:black; text-decoration:none; }
	
	p, h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
	
	#header, #content {
		clear: both;
	}
	
	#header {
		height: 100px;
		margin-bottom: 25px;
	}
	
	.pullquote { border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;}
	
	div#sitelinks,
	div#header-links,
	div#header-social,
	div#header-rtbot,
	div#navbar,
	div#banner,
	div#colL,
	div#photo,
	div#navbar,
	div#breadcrumb,
	div#footer-nav,
	div#footer,
	p#footer-secondary-links,
	div#colR,
	div.tooltip,
	div.tooltip i
	{
		display: none;
	}
	
	div#colM {
		width: 100%;
	}
	
	.logo { 
		float:left;
		margin-right: 25px;
		width: 100px; 
	}
	
	#container #header #header-content #header-text {
		float: left;
	}

	.applybtn {
		display:none;
	}

	div#footer {
		display:none;
	}

}