/*******************************
 *
 *	PRINT.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Tom Knowles / Paul Lewis / Mike Harris / Gav Dellbridge / Dan Pace / Dan Nisbet
 *
 *  Description:
 *
 *	This CSS strips back all extraneous 
 *  layout/styling information and creates a clean 
 *  and simple printer-friendly layout.
 */
 
#header h1 a
{
	display:			none;
} 
 
#site 
{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		100%;
}

#site  p
{
	font-size:		90%;
}

#site h2,
#site h3
{
	margin:			0px;
	padding: 		0px;
}

#site #left-content h3,
#site .home #title h2
{
	padding-bottom: 25px;
	margin-bottom:	25px;
	border-bottom:	1px black solid;
}

#site table 
{
	margin:			25px 0;
}


#site hr
{
	border:				none;
	height:				1px;
	background:			#000000;
	margin:				25px 0;
}

#site #footer .floatright
{
	font-size:			100%;
}

#site #bread-crumb h4
{
	font-size:			130%;
	font-weight:		normal;
}

#site li
{
	margin:				5px 0;
}

#site #masthead,
#site #router,
#site #sitewide,
#site #sub-router,
#site a.hidden,
#site #footer .floatleft,
#site #header hr,
#site #masthead hr,
#site #frm_section-search,
#site #sitemap,
#site #share-and-subscribe,
#site #snippet_divisions,
#site canvas 
{
	display:			none;
}

#site #footer .floatright li
{
	list-style:			none;
	margin-left:    	-25px;
}

#site #title h2
{
	font-size:			220%;
	font-weight:		normal;
	margin:				0px;
}

#site #right-content
{
	padding-bottom:  	10px;
}

#site #right-content h2
{
	font-size:			150%;
	font-weight:		normal;
	margin:				0px;
}

#site #bread-crumb h4
{
	margin:				0px;
}

#site #bread-crumb a 
{
	text-decoration:	none;
	
}
 
/* 
 * This presents URLS next to their associated link text when the page is printed
 */
 
a:link:after, a:visited:after 
{
      content: " (" attr(href) ") ";
      font-size: 90%;
}

html.noted a:link:after,
html.noted a:visited:after 
{
      content: '';
}
 
/* 
 * This is the print CSS to hide the Flash headlines 
 * from the browser... regular browser text headlines will now print as normal 
 */


.sIFR-flash 
{
	display:	 none !important;
	height: 	0;
	width: 		0;
	position: 	absolute;
	overflow: 	hidden;
}

.sIFR-alternate 
{
	visibility: 	visible !important;
	display: 		block !important;
	position: 		static !important;
	left: 			auto !important;
	top: 			auto !important;
}