/*----------------------------------------------------------------
Cardinal Peak Printable Stylesheet 
Version:	1.0
Updated:	6/10/09
----------------------------------------------------------------*/

h1, ul#navigation, #cpflash {
	display: none;
}
img.logo {
	display: block;
	width: 234px;
	height: 95px;
	position: absolute;
	left: 7px;
	z-index: 10000;
}

/*TRICKY: Styles for IE6 Printing only, using the * html filter */
* html #contactinfo {
	position: absolute;
	top: 20px; 
	left: 200px;
	width: 200px;
	font-size: 100%;
	text-align: right;
}
* html #secondarynav, * html #homesecondarynav {
	display: none;
}
* html #content p, * html #content h2, * html #content h3, * html #content h4, * html #content h5, * html #content h6, * html #content img {
	padding-left: 0px;
}  
* html #content ul, * html #content ol {
	padding-left: 20px;
}
* html #content, * html body.home #content {
	padding-top: 10px;
}
* html #secondarycontent {
	position: relative;
	width: 600px;
}
