/* 

print CSS document
print.css
client: ###Example###
author: Atlantic BT - www.atlanticbt.com
date: ###Date###

Print specific styles sheet (@media print)

*/

/*======================================
	=Normalize
======================================*/

* {	margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ul, ul li { list-style: none; list-style-position: outside; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
em, strong { /* left out from above */ }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
q:before, q:after { content: ""; }
hr { display: none; }

/*======================================
	=Base Styles
======================================*/

body { background: #fff; font-family: Helvetica, Arial, sans-serif; color: #000; text-align: left; font-size: 9pt;  }

/* =Typography Styles */
#content p { line-height: 1.5em; margin: 0 0 1em; }

a {	color: blue; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { }
	h1 { clear: both; margin: 0 0 .5em; font: bold 2em/1.33em Arial, Helvetica, sans-serif; }
	h2 { margin: 0 0 .75em; font: bold 1.33em/1.33em Arial, Helvetica, sans-serif; }
	h3 { margin: 0 0 .857em; font: bold 1.167em/1.33em Arial, Helvetica, sans-serif; }
	h4, h5,	h6 { margin: 0 0 1em; font: bold 1em/1.33em Arial, Helvetica, sans-serif; }

/* =Layout Styles */
#main-area, #site-info { clear: both; width: 100%; margin-top: 20px; border-top: 1px solid #fff; }


/*======================================
	=Removal of Unnecessary Blocks
======================================*/

	#skip-links,
	#navigation,
	#secondary-content, 
	#footer,
	#affiliates,
	#contact-info ul,
	#site-info { display: none; }
	
	span.tel { font-weight: bold;
	
	