/* Things to leave off the printed copy */
.noprint,
#navbar_div,
.feed-links,
#txpCommentInputForm,
#zemContactForm { display: none; }


/* Changes to body element for print */
body {
background-image: none !important;
background-color: #fff !important;
font-size: 12pt;
letter-spacing: normal;
word-spacing: normal;
color: #000;
}


#masthead h1 { font-size: 18pt; }


/* Body copy */
#main_content { float: none; }

#main_content h2 {
font-size: 16pt;
color: #000;
margin: 1em 0;
width: auto;
}

#main_content h4 {
margin-left: 0;
}

#home #testimonial_block { clear: both; }



 hr { width: 45%; }




/* Page footer */
#footer {
width: 50%;
margin: 54pt 0 0 0;
border-top: 0.8pt dashed gray;
text-align: left;
}

#footer p {
margin: 9pt 0 9pt 0;
padding: 0;
font-size: 10pt;
}

#footer p.imgleft {
position: static;
float: none;
}


/* Positioned images, etc. */
.imgcenter {
text-align: center;
}



/* Classes that clear floats w/o inline styles */
.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }
.clearnone { clear: none; }

