/* CSS Document */
/*******************************************************************************/
/* Print CSS File                                                              */
/*   Print based site layout, positioning and visibility rules                 */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

#skiplinks,
#navigation_top,
#info_column,
#nav_column,
#flash_container,
#moreinfo_column,
#addressbar,
#breadcrumb,
#footer,
#temphide,
#footer_navigation,
a#homelink
{
	display: none;
}

#header_container
{
	padding-bottom: 7px;
	border-bottom: 3px solid #323278;
	margin-bottom: 12px;
}

#footer
{
	padding-top: 12px;
	border-top: 2px solid #323278;
	margin-top: 7px;
}

#breadcrumb
{
	margin-bottom: 5px;
	text-align: right;
}

/*below rule for usage when creating PDFs via print method. Remove display allows link to show */
#printings
{
	position:absolute;
	top:0;
	right:0;
	display:none;
}
