/*----------------------------------------------------------------------------- 
print.css
-----------------------------------------------------------------------------*/ 

/* layout
-----------------------------------------------------------------------------*/ 
body {
	font-family: arial, verdana, helvetica, georgia, 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', 'Arial Black', 'Courier New', 'Times New Roman', 'Times', sans-serif;
	font-size: 100%;
}
h1 { 
	color: #2c9591; 
	font-size: 18pt;
}
h2, h3, h4, h5, h6 { color: #1F7C03; }

h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 13pt; }
h5 { font-size: 12pt; }
h6 { font-size: 11pt; }

a { color: #333; }
img { border: 0; }
p, li, small { 
	font-size: 11pt; 
	color: #5C5C5C;
	line-height: 16pt;
	margin: 0 0 20px 0;
	display: block;
}

/* hide unneccesary UI
-----------------------------------------------------------------------------*/ 
#sidebar,
#nav_main,
#nav_secondary,
#footer_bottom,
#col_b,
#faqs #anchors,
#content .block .return,
#contactform,
#flower,
#content_support, 
form,
.hidden
{
	display: none;
}


/* clear
-----------------------------------------------------------------------------*/ 
.clear {
	display: block;
	*display: inline-block;
	_height: 1%;
}
.clear:after { 
	content: "."; 
	clear: both; 
	display: block; 
	visibility: hidden; 
	height: 0; 
	line-height: 0; 
}