/* Toops print stylesheet */

body {
	background: white;
	font-size: 62.5%;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	}

#container {
	font-size: 90% !important;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}
	
/* ---------- header ---------- */	

#header img {
	border: none;
	}
	
#header ul {
	display: none;
	}	
	
	
/* ---------- main nav ---------- */	

#main-nav {
	display: none;
	}
	
/* ---------- subnav column ---------- */		
	
#subnav-col {
	display: none;
	}	
	
/* ---------- content column ---------- */	

h1, 
h1 a {
	font-size: 25px;
	font-weight: bold;
	color: #ef3e42;
	margin: 0 0 5px 0;
	padding: 0 0 6px 0;
	text-decoration: none;
	}
	
#homepage h1.hide-header {
	color: #000;
	}	
	
#content-col h1 span.order-form {
	display: none;
	}	
	
h2, 
h2 a {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #ef3e42;
	text-decoration: none;
	border-top: 1px solid #999;
	clear: both;
	}
	
.quote-box h2 {
	border-top: none;
	clear: none;
	}
	
.bordered-block h2 {
	border-top: none;
	}	
	
h2.no-print-border {
	border-top: none;
	padding: 10px 0 3px 0;
	}			
	
h3, 
h3 a {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #ef3e42;
	text-decoration: none;
	}
	
.two-col1 h3, 
.two-col2 h3 {
	clear: both;
	}	
	
h4, 
h4 a {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 0 0;
	color: #000;
	text-decoration: none;
	}					
	
p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 10px 0;
	}	
	
p.intro {
	font-size: 16px;
	}	
	
a {
	color: #ef3e42;
	text-decoration: underline;
	}
	
a.readmore {
	display: none;
	}	
	
img.img-float-left {
	float: left;
	margin: 0 10px 10px 0;
	}
	
.bordered-block {
	border-top: 1px solid #999;
	margin: 10px 0;
	padding: 10px 0;
	clear: both;
	}
	
#email-list form {
	display: none;
	}
	
#email-list span#confirm, 
#email-list span#warning {
	display: none;
	}	
	
#homepage #content-wrapper img {
	display: none;
	}	
	
	
	
/* ---------- footer ---------- */
	
#footer  {
	border-top: 1px solid #999;
	margin: 16px 0 0 0;
	padding: 8px 0 0 0;
	clear: both;
	}	
	
#footer ul {
	display: none;
	}	
			