
/* dont print the header, footer, LH Navigation, or images in the RH Navigation */

#footer { display:none; }
#footertwocol { display:none; }
#header { display:none; }
#leftnav { display:none; }
#rightnav { display:none; }
#rightcolumn { display:none; }


/*.quicklinks { display:none; }*/

.printheader {
	display:block!important;
	width:100%;
	height:160px; }

.breadcrumb {
	margin-left:10px; }


/*Make the content and RH Navigation columns wider, stack up, and be left aligned*/

#content {
	float: none;
	margin-left:10px;
	width:90%;
	text-align:left;
	border: none; }
.containercontent {
	border:none; }
html>body #content{
	float:none;
	margin-left:10px;
	width:90%;
	text-align:left; }
html>body #homepagecontent{
	float:none;
	margin-left:10px;
	width:90%;
	text-align:left; }
#homepagecontent{
	border-top: solid black; }
#content{
	padding-bottom:20px;
	margin-bottom:20px; }
	
/*for clever browser add the link path to the link text*/
#content  a:link:after, #content a:visited:after {
   	content: " (" attr(href) ")";
   	/*font-size:100%;*/ }

#content  a[href^="/"]:after {
   	content: " (http://www.dol.govt.nz" attr(href) ")"; }
	
#homepagecontent a:link:after, #content a:visited:after {
   	content: " (" attr(href) ")";
   	/*font-size:100%; */ }

#homepagecontent a[href^="/"]:after {
   	content: " (http://www.dol.govt.nz" attr(href) ")"; }

.containerheader h1 { color:#000;
	font-size: 14pt; }
dt { font-weight: bold; }
