/********************************************
path: "/_assets/css/print.css"

This style sheet inludes:
- Print styles for the site

******************************************/

/******************************************
 - all font colors black
 - page background white
 - correct content layout for printed page
******************************************/	
body
	{
		margin:0 !important;
		background:#ffffff !important;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif !important;
		font-size:12pt !important;
		color:#000000 !important;
	}
* 
	{
		color:#000000 !important;
		border-color:#000000 !important;
	}
div#wrapper	
	{
		 padding-top:43px !important;
	}	
/******************************************
- hide design elements and navigation
- keep the logo
******************************************/
img#lincluden_works_with,
img#spotlight-graphic,
img#hp-tagline,
img#hp-subtagline,
img#second-level-curves, 
ul#navigation_utility, 
ul#navigation_main,
form#quick-links,
div.back-to-top,
div#side_quote,
div#font-size
	{
		display:none !important;
	}
div#logo, 
div#logo img
	{
		position:absolute !important;
		top:0 !important;
		display:block !important;
		border:none !important;
	}
div#main-column h1
	{
		font-size:14pt !important;
	}
div#main-column table
	{	
		margin:9px 0 12px 0;
	}
div#main-column table td
	{	
		border:1px solid black !important;
		padding:6px;
	}
div#main-column table th
	{	
		text-align:left;
	}
div#main-column img
	{	
		margin:10px !important;
	}
table.home-boxes h1,	
div#main-column h2
	{	
		font-size:13pt !important;
	}
div#main-column h3,
div#main-column h4
	{
		font-size:12pt !important;
	}
div#main-column table caption
	{	
		font:bold 12pt "Verdana",sans-serif;
		text-align:left;
	}
p#lincluden-works-with
	{
		display:inline;
	}	
/******************************************
- control page breaks while printing 
- IE only
******************************************/	
.print-break-before
	{
		page-break-before:always;
	}