/*	Controls the basic layout and colors/fonts
	for the print layout. */
	
/* Date: 09 May 2006 */

body
	/* Serifs are easier to read in print */
{	background: #fff;
	font: 12pt/1.2 Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 5px; padding: 0; }

* {float: none; }

/* =Misc -- Site-wide stuff
----------------------------------------------- */
#skipnav, #skiptop, #skipbot, hr.skip, #area-nav h3, #area-nav,
#areaname p#tagline, #EPAsearch, #header p, #header ul,
#content #sitewidea, #content #sitewideb, #content #sitewidec,
#content #areafooter, #content .pagetop, ul#globalfooter
	/* Hide this stuff. */
{	position: absolute;
	top: 0; left: 0;
	width: 0; height: 0;
	overflow: hidden;
	border: none;
	font-size: 0; }

a img
	/* Removes borders from all linked images */
{	border-width: 0; }

/* =Layout -- Positioning of major page blocks
----------------------------------------------- */
#header
{	position: relative;
	top: 10px; left: 0;
	margin: 0; padding: 0;
	background: #fff; }

#content
{	position: relative;
	margin: 0 0 40px; }

* html #content
{	position: static; }

#footer
{	margin: 0; }


/* =Header elements (top of page)
----------------------------------------------- */
#header div#logo
	 /* EPA top-left Logo */
{	position: relative;
	left: 0; top: 5px;
	padding: 0; margin: 0;}

#areaname
{	background: #fff;
	padding: 0; margin: 0 0 0 100px;
	color: #000; }

	div#areaname p
	{	position: relative;
		top: -100px; left: 10px;
		width: 50%; height: auto;
		overflow: visible;
		padding: 0; margin: 0;
		border-bottom: 1px #ccc dashed;
		color: #000;
		font-weight: normal;
		font-size: 1.25em;
		color: #ccc;
		line-height: 1.3; }

/* =Content -- The white space for web owners
----------------------------------------------- */
#content h1	{	margin: -100px 0 30px 110px; border-bottom: 2px solid #000; }

	/* To set off boxes for print */
	.boxmulti, .boxnat, .boxsimple, .boxalert, .pullquote
	{	border: 1px solid #000;
		border-width: 0 1px;
		padding: 5px; }


/* =Footer elements
----------------------------------------------- */
p#url, p#date
{	position: absolute;
	top: 0; right: 40px;
	font-size: 10pt; }

p#date {	top: 18px; }
p#printDisclaim
{	font-size: 9pt;
	color: #ccc;
	width: 65%;
	margin: 0 auto;
	text-align: center; }
