/*
MFU Print CSS document
Created: 2.12.04
Updated: 17.03.05
--------------------------------------
Find styles by searching text
*/

/* GLOBAL styles */

body {
	text-align: left;
	background: #fff;
	color: #000;
}
.hide {
	display: none;
}
img {
	/* proportionally shrink slide images to 70% to fit within 535px max print width */
	width: 535px;
	height: 170px;
}
h1 img {
	/* logo image stays original size */
	width: 312px;
	height: 74px;
	margin-bottom: 10px;
}
#container {
	width: 535px;
	margin-top: 20px;
	border: 0;
}
#header {
	background: #fff;
}
#content {
	position: relative;
}
#prev, #next, #loading, #overlay, #primarynav-wrap, ul {
	display: none;
}
#maskLayer, #slideLayer {
	position: relative;
	width: 535px;
	height: auto;	
	background:	transparent;		
	overflow: hidden;
}
#maskLayer {
	border: 1px solid #000;
}
#slideLayer span {
	display: block;
	float: none;
}
#footer {
	width: 535px;
	padding: 10px 0 0 0;
	clear: both;
	color: #000;
	background: url();	
}
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
