
/* ----------------------------------------------
   doj-main-print.css
   
   this page adjusts the look/feel of the page for printing.
   
   ---------------------------------------------- */

/* fix print formatting issues */
div#outerContainer	{
					width:			100%;
					}

body				{
					background:				none;
				}


div#header			{
					visibility:				hidden;
					display:				none;
				}
					
div#header h1		{
					display:				block;
					text-transform:				none;
					text-align:				left;
					font-size:				2.5em;
					font-weight:				normal;
					color:					#000000;
					font-family:				"Goudy Old Style", "Times New Roman", Times, serif;
					}		
								
div#header p.skipToContent	
					{
					visibility:				hidden;
					}


div#mainNavigation	{	
					display:				none;
					}

div#secondaryNavigation
					{
					background:				none;
					border:					none;
					display:				none;
					}	


div#mainContent		{
					margin-top:				0em;
					margin-left:				0em;
					}
												
div#mainContent h1	{
					background:				none;
					color:					#000000;
					}	
					
img 				{
					/*visibility:				hidden;*/
					}	
					
div#mainContent div.secondaryContent div
					{
					background:				none !important;
					}
					
div#mainContent div.secondaryContent div.listing h1	
					{
					background:				black !important;
					color:					white !important;
					}
					
div#mainContent p.goBack, div#mainContent p.top
					{
					display:				none;
					}

					
div#footer				{
					display:				none;
					}	
					
					
/* ---- */		

div.attachments			{
					display:				none !important;
					}	

div.release_attachments			{
					display:				none !important;
					}	

h1.mainHeader span.release_info span.press_type
{
					display:				block;
					padding-bottom:				.3em;
}	
					
div#mainContent div#news_subscribe 
					{
					display:				none !important;
					}
					
div#mainContent div#news_contact 
					{
					margin-top:				1em;
					margin-bottom:				1em;
					float:					none;
					}

div.print_version
{
					display:				none !important;
}	

div.news_print_logo
{
					padding-bottom:			0em;
					display:			block;
}

h1.mainHeader span.release_info span.press_type
{
}	

div#email-footer
{
					display:				none !important;
}
	


/* ----------------------------------------------
   Changes for redesign
   
   ---------------------------------------------- */

div.footer, p.top, div#navContainer				
{
					visibility:				hidden;
					display:				none;
}	
div#middleColumn h1.mainHeader
{
					font-size:			1.2em; 
					font-family:			Verdana, Arial, Helvetica, sans-serif;
}	
div#container, div.wrapper	
{
					width:			100%;
					margin: 		0px;
					padding: 		0px;
}
div#mainContent.article h1.mainHeader {color: #434A55; font-size: 1.8em;}
