/*
************************
PRINT LAYOUT Styles
************************
*/

	/* Content Printing Hacks */
	#content { 
		/* Hack: Show all content when printing - don't clip elements when printing*/
		overflow: visible !important; float:none !important;} 
	#content div { 
		/* Hack: Show all content when printing - don't clip elements when printing*/
		overflow: visible !important;} 
	
	
	/* Firefox 1.0 Hacks 
	i.e.
	#hackme, x:-moz-any-link {styles for Firefox 1.0 here} 
	#hackme, x:-moz-any-link, x:only-child {restore normal styles for newer versions}
	*/	
	#content div,#page_image,  x:-moz-any-link{ 
		/* Hack: Remove all Positioning - to show all content when printing in Firefox 
		position:static !important; */ } 

	/* ---- Changed to print content as static for all --- */
	#content_fixed div, #page_image {position:static !important; }


		
		
		
	/* Hide all non-printing elements */
	#navigation, #headernavigation, #screen_logo {	
		display:none !important;}
		
	/* SHOW Print Only Logo */
	#print_logo {	
		display: block !important;
		visibility: visible !important;  
		top: 10px !important;
		}			
		
	/* Hide Page Background Images */
	body, #header, #content { background-image: none !important; } 	
	
	/* Add space below Printable Logo */
	#content{ margin-top: 40px !important; }