/*
Title:		Main Style Sheet for Printers
Author:		Kurt Lach
Updated:	October 26, 2005
*/

body {
	width: 100%;
  	font-family: arial, helvetica, sans-serif;
  	font-size: 100%;
	text-align: left;
	color: #000;
	background: #fff; }
	
#fence {
	position: relative;
	margin: 0; 
	padding: 0;
	text-align: left;
	background: #fff;
	border: 0;
 	width: 100%; 
	height: 100%; }
	
#leftMenu {
	display: none; }
	
.contentWrap {
	width: 100%;
	margin: 0% 0% 0% 0% ;
	padding: 0;
	border: 0;
	float: none;
	color: #000;
	background: transparent; }
	
#print a:link {
	display: none; }
	
a:link img {
	display: none; }
	
.contentWrap, .contentWrap50, .column25, .column33, .column50, .column100 {
	float: left;
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	clear: right; }
	
.contentWrap p{
	font-size: 1em; }
	
.contentWrap a:link:after, #contentWrap a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%; }

.contentWrap a[href^="/"]:after {
   content: " (http://www.schererbros.com" attr(href) ") "; }
   
blockquote.pullquote, blockquote.pullquote p {
	display: none; }
	
p {
	padding: .5em;
	margin: 0;
	font-size: 1em;
	color: #000; }
	
h1 {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
	padding: .1em .25em;
	margin: 0; }
	
h1 a:link {
	padding: 0;
	color: #000;
	border: none;
	text-decoration: none; }
	
h2 {
	font-size: 1.15em;
	line-height: 1.15em;
	color: #000;
	font-weight: bold;
	padding: .25em .5em 0 .5em;
	margin: 0; }
	
h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #000;
	font-weight: bold;
	padding: 0 .5em 0 .5em;
	margin: .5em 0 0 0; }
	
#byline {
	float: right;
	margin: .5em 0 .5em .5em;
	padding: .5em;
	width: 30%;
	height: auto;
	border: solid 1px #171a51;
	background: #E0EBF2;
	clear: right; }
	
#byline img {
	float: left;
	padding-right: .5em;
	margin: 0;
	clear: left; }
	
#byline p {
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #171a51; }
	
#byline h3 {
	padding: 0;
	margin: 0; }
	
#byline h4 {
	padding: 0 0 .5em 0;
	margin: 0; }
	
.lightblue, .white, .blueback, .whiteback {
	color: #000;
	background: transparent; }
	
#footer, #footer p {
	display: none; }