/***********************************************************************************/
/*																				   */
/* e3 print view css | JDG | 2004/12/14                                                 */
/* DO NOT ADD NEW STYLES HERE												       */
/*																				   */
/***********************************************************************************/

body {
	font: 11px "trebuchet ms", verdana, arial;
	line-height: 1.3;
	color: #666;
	background: #fff;
	padding: 2%;
	margin: 0;
	}
body.smallText #content { font-size: 11px; }	
body.mediumText #content { font-size: 14px; }	
body.largeText #content { font-size: 18px; }	

.printHide {	
	display: none;
	}
h1 	{display: block;}
h2	{
	font: bold 30px "trebuchet ms", verdana, arial;
	}
h3 {
	font: bold 20px "trebuchet ms", verdana, arial;
	}	
img { border: 0;  }	
object, embed { border: 1px solid black;}
a {
	color: #E9007A;
	}	

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 1% 0;
	}	
hr {
	border: 1px solid #9FDE00;
	background: #9FDE00;
	padding: 1px 0 0 0;
	height: 2px;
	}	
ul {
	list-style: square inside;
	margin: 10px;
	padding: 0;
	}	
	
/* SEO */
#seo {
	display: none;	
	}
	
/* Menu */
ul#menu ul {
	display: none;	
	}		
	
/* feature blocks */
.featureBlock {
	border: 1px dotted #9FDE00;
	margin-bottom: 10px;
	padding: 1%;
	}	
.featureBlock img {
	display: none;
	}	
	

/* Footer */
#footer ul li { display:inline }	
	
/* Classes */
.hide {
	display: none;
	}		
#flashHolder {
	display: none;
	}	
	
/* Contact Us page */
.hideFromPrint .directions {
	display: none;
	}
.hideFromPrint object {visibility: visible !important; border: 1px solid black !important; ;}	

