/* Print stylesheet for Pike River website */

body {
	background: white;
	font-size: 62.5%;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#container {
	font-size: 90% !important;
	width: auto !important;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}

/* ---------- header ---------- */			

#header {
	width: auto;
	height: 91px;
	float: none;
	background: none;
	}
	
#header .logo {
	display: none;
	}

#header .print-logo {
	display: block;
	}	
	
/* utilities navigation */			

#header .utilities-nav {
	display: none;
	}
	
/* search */

#header .searchbox {
	display: none;
	}	
	
/* ---------- main nav ---------- */		

#main-nav {
	display: none;
	}

/* ---------- content area ---------- */		

/* ----- layout ----- */	

#content-wrapper {
	width: 902px;
	}
	
#homepage #content-wrapper {
	width: 902px;
	}
	
#content-wrapper-wide {
	width: 902px;
	}	
	
/* 3-col layout */	
	
#subnav-content-wrapper {
	width: 705px;
	}
				
#subnav-content-wrapper #content-col {
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	}	

#homepage #subnav-content-wrapper #content-col {
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	}	
	
/* 2-col layout */	
	
#subnav-content-wrapper-wide {
	width: 901px;
	}
			
#subnav-content-wrapper-wide #content-col {
	border-left: 1px solid #666;	
	}	

/* other elements in subnav column */	
	
#homepage #subnav-col h1, 
#homepage #subnav-col h2 {
	background: none;
	border-bottom: 1px dotted #666;
	}
	
#homepage #subnav-col h1 a:link, 
#homepage #subnav-col h1 a:visited,
#homepage #subnav-col h2 a:link, 
#homepage #subnav-col h2 a:visited{
	background: none;
	padding: 0;
	}		

/* ----- content ----- */	

/* headers */	
	
#content-col h2 {
	background: none;
	}	
	
#subnav-content-wrapper-wide #content-col h2 {
	background: none;
	}		
	
#homepage #content-col h2 {
	background: none;
	border-bottom: 1px dotted #666;
	}	
	
#homepage #content-col h2 a:link, 
#homepage #content-col h2 a:visited {
	background: none;
	}
	
/* lists */	
	
#subnav-content-wrapper-wide #content-col ul {
	padding: 4px 63px 10px 61px;
	margin: 0;
	}
	
#subnav-content-wrapper-wide #content-col ul li {
	margin: 0 0 0 15px;
	padding: 0 0 10px 0;
	list-style-type: disc;
	}		
	
/* tabular data */	

#content-col table caption {	
	border-bottom: 1px solid #666;
	}
	
/* forms */		
	
#subnav-content-wrapper-wide #content-col form label.required {
	padding: 0 0 3px 0;
	color: #f00;
	}	
	
#subnav-content-wrapper-wide #content-col p.required-notice {
	color: #f00;
	padding: 10px 63px 0 0;
	}			
	
/* ----- styles for blocks of content ----- */	

/* text-block style (homepage and section homepages) */

.text-block	{
	background: none; 
	border-top: 1px dotted #666;
	}
	
#homepage .text-block ul li.pdf, 
#homepage .text-block ul li.file {
	margin: 0 0 0 15px;
	padding: 4px 0 10px 0;
	list-style-type: disc;
	}	
	
.text-block-col1 ul li.pdf, 
.text-block-col2 ul li.pdf, 
.text-block-col1 ul li.file, 
.text-block-col2 ul li.file {
	margin: 0 0 0 15px;
	padding: 0 0 14px 0;
	list-style-type: disc;
	}	
	
	
/* ----- feature column ----- */

#homepage #feature-col h2 {
	background: none; 
	border-bottom: 1px dotted #666;
	}	
	
#homepage #feature-col h2 a:link, 
#homepage #feature-col h2 a:visited {
	background: none; 
	}	
	
	
	
/* ---------- footer ---------- */	
	
#footer {
	display: none;
	}	
	

