/*
-----------------------------------------------------
CSS file for print media [ngssoftware.com]
 - print-specific formatting

FileName: print.css

Author: Harvest Digital (Tom Newman and Mark Rochefort)
-----------------------------------------------------
*/


* {
	padding:0 !important ;
	margin:0 !important ;
	background:none !important ;
}
body {
	background:#fff !important;
	color:#000 !important;
	font-size:12pt !important;
	font-family:"bitstream vera serif",garamond,"times new roman",times,serif !important;
	padding:0;
	margin:0;
}

h1, h2, h3, h4 {
	font-family:"bitstream vera serif",garamond,"times new roman",times,serif !important;
	margin-bottom:10px;	
}

h1 {
	font-size:20pt;
	height:20pt !important ;
}

h2 {
	font-size:14pt;
}

h3 {
	font-size:12pt;
}

h4 {
	font-size:11pt;	
}

p, pre,
blockquote, ul, ol, dl, address {
	margin:1em 0 !important ;
}

p a {
	margin-left:10px !important ;
}

/* hide irrelevant content */
#leftContent,
#rightContent,
#breadcrumb,
#header,
#scroller,
#controls,
#footer,
.buttonLink,
#home ul.productList a span,
#home ul.productList a strong,
#content ul#utilityNav,
#content ul#internalTabNav{
	display:none !important ;
}

.replace span {
	position:static;
	display:inline;
	background: none;
}

.accessibility {
	position:static;
	left:0;
}

/* layout fixes */

#expander {
	margin:0;
}

#sizer {
	width:100%;
	max-width: 100%;
}

#outer {
	margin:0;
}

#content {
	width:80%;
	float:left;
}

* html #sizer {
	width:100% !important ;
}

#content div.col {
	float:none !important ;
}

#logo {
	top: -90px;
}


/* homepage */

#home div.introBox p,
#home div.introBox p {
	min-height:0 !important ;
	height: auto !important  ;
	margin-top:0;
}

#home ul.productList li a {
	border:none !important ;
}


/* tabbed area */

#content div#tabFeatureBox, #content div#tabFeatureBoxAdvisories {
	border:none !important ;
}