body {
	margin: 0;
	padding: 0;
	font-size: 110%;
	background-color: #9EAC8F;
	color: #222;
	font-family: georgia, "Times New Roman", times, serif;
}
a {
	color: #6E982B;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#page {
	width: 46em;
	margin: 0 auto;
	background-color: white;
}
body > #page {
	padding: 1em 0;
}

#header {
	
}
#header h1 {
	width: 597px;
	height: 54px;
	margin: .8em 0 .8em 1em;
	background: url(images/pea-header.gif) left no-repeat;
}
#header h1 a {
	display: block;
	height: 54px;
}
#header h1 a span {
	display: none;
}

.nav {
	position: relative;
	/*left: -1.6em;*/
	padding: .5em 0 .5em 1em;
	color: #6E982B;
	font-size: 1.15em;
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	border-top: 2px solid #E8E8E8;
	border-bottom: 2px solid #E8E8E8;
}
body > #page > #header > ul.nav{
	width: 97%;
}
body > #page > #footer > ul.nav{
	width: 97%;
}

.nav li {
	float: left;
}
.nav li a {
	display: block;
	float: left;
	margin-right: 1em;
	line-height: 1em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	background: url(images/bullet.png) left no-repeat;
}

#footer-nav {
	font-size: 1.1em;
}

#content {
	clear: both;
	padding: 0 2em;	
}
body > #page > #content{
	padding: 1.4em 2em;	
}

.clear {
	clear: both;
}
#footer {
	width: 46em;
	margin: 0 auto;
	padding: 2em 0 0 0;
}
#footer p{
	font-size: .9em;
	padding: 0 2em;
	margin: 1em 0 4em 0;
}
body > #page > #footer p{
	margin: 4em 0;
}

#content p{
	font-size: 0.85em;
	line-height: 1.5em;
}
#content p.intro-quote{
	font-style: italic;
	font-size: 1em;
	margin: 0.5em 0;
	line-height: 1.2em;
}
#content span.author{
	font-size: 0.85em;
}
#content ul, #content ol{
	font-size: 0.8em;
	margin-top: 1em;
	padding-left: 2em;
	line-height: 1.5em;
}
#content ol li{
	padding-top: 2em;
	list-style-position: inside;
}
#content h2{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}
#content h3{
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 2em;
}
#content h4{
	font-size: 1.1em;
	margin-bottom: -0.5em;
}

.form-container{
	/*float: left;*/
}
#readers{
	/*width: 335px;*/
	padding-bottom: 20px;
	border-bottom: 2px solid #E8E8E8;
}
#publishers{
	/*width: 365px;*/
	
}
form{
	font-size: 0.85em;
}
form tr.question td{
	padding-top: 25px;
	font-style: italic;
}
form label{
	padding-right: 8px;
}
.required{
	font-style: italic;
}
.required sup{
	font-size: 0.7em;
}
.red{
	color: red;
}
.green{
	color: green;
}
p.red{
	padding: 0;
	margin: 0;
}

/****** Readers Styles *****/
#symbols{
	margin: 0;
	padding: 0;
	list-style: none;
}
#symbols li{
	margin-bottom: 20px;
	margin-left: 15px;
	padding-left: 45px;
	background: top left no-repeat;
	height: 37px;
}
body > #symbols li{
	height: auto;
	min-height: 37px;
}

#symbols li.pea-member{
	background-image: url(images/symbol_pea_member.gif);
}
#symbols li.recycled-content{
	background-image: url(images/symbol_recycled_content.gif);
}
#symbols li.sustainable-forestry{
	background-image: url(images/symbol_sustainable_forestry.gif);
}
#symbols li.earth-friendly-printing{
	background-image: url(images/symbol_earth_friendly_printing.gif);
}
#symbols li.cause-supporting{
	background-image: url(images/symbol_cause_supporting.gif);
}
