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


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

#search, #topNav, #mainNav, #actionsContainer, #subNav, #contentInt_left, #intFooter, #intHeader
{
	display: none;
}


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

body 
{
	background-color: #FFF;
}

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

#header 
{
	width: 100%;
	margin-bottom: 10px;
	background: none;
}

#main 
{
	width: 100%;
}

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

#contentInt, #contentInt_wide, #contentInt_rightwide
{
	padding: 0;
	width: 100%;
}

#footer , #intFooter
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0;
	width: 100%;
}

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