/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/


/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

#search, #topNav, #mainNav, #actionsContainer, #subNav
{
	display: none;
}


/* =========================================================================== DIVS RESTYLED FOR PRINT VERSION */

body 
{
	background:none;
}

h1, h2, h3, h4, h5, h6{
	color: #000;	
}

a { color: #000; }

p { color: #000; }

#uber 
{
	width: 100%;
	background: none;
}

#header 
{
	display: none;
}

#main 
{
	width: 100%;
}

#mainInt 
{
	background: none;
	border-top: none;
	width: 100%;
}

#contentLeftInt{
	display:none;	
}

#contentRightInt{
	width:100%;
	background: none;
}

#breadcrumbs{
	display:none;	
}

#actions{
	display:none;	
}

#contentInt, #contentInt_wide
{
	padding: 0;
	width: 100%;
}

#interiorContentFooter{
	width:100%;
	background:none;
}

#footer 
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0;
	width: 100%;
	background: none;
}

#footerText{
	float:none;
	color:#000;
}
	#footerText a{
		float:none;
		color:#000;
	}

#esol{
	float:none;
	display: none;	
}

.floatleft 
{
	background:none;
	border: 1px solid #000;
}

.floatright 
{
	background:none;
	border: 1px solid #000;
}

#footerLinks
{
	display: none;
}



/* ----- END OF TEMPLATE ----- */