/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/


/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

#top_banners, #header, #search, #topNav, #mainNav, #actionsContainer, #actionsContainer_wide, #contentRightInt, #subNav, #footer
{
	display: none;
}


/* =========================================================================== DIVS RESTYLED FOR PRINT VERSION */

body 
{
	background-color: #FFF;
}

#uber 
{
	width: 100%;
	background: none;
}

#logoPrint 
{
	display: block;
	margin-bottom: 10px;
}

#mainWrapper
{
	background: none;
}

#main 
{
	width: 100%;
	background: none;
}

.mainInterior 
{
	background: none;
	border-top: none;		
}

#contentLeft, #contentLeft_wide
{
	padding: 0;
	width: 100%;
	background: none;
}


/* ----- END OF TEMPLATE ----- */