/* Print styles for Heart of The National Forest Foundation - December 2009 */

/* Standard HTML element styles for Heart of The National Forest Foundation - December 2009 */
/* Generic elements
==============================================================================*/
body {
	margin: 0; padding: 0;
	font: 12px Arial, Helvetica, sans-serif normal;
	line-height: 24px;
	background: #c3cc85;
	}

p, li, td, label, th {
	color: #5a1200;
	font-size: 1em;
	}
p.copyright { text-align: center; }
img { border: 5px solid #fdefbe; }
	img.icon-sl, img.icon-dl { display: block; float: left; border:none; }
	
/* Heading styles
==============================================================================*/
h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif 300;
	line-height: 30px;
	font-style: italic;
	color: #840101;
	}
	.font16 { font-size: 14px; }

/* Structural styles for Heart of The National Forest Foundation - December 2009 */
/* Individual styles
============================================================================== */
#wrap960 { width: 600px; }
#header {
	float: left;
	}
.column950 { width: 600px; margin: 0 0 15px 0; }
.column310 { float: left; width: 170px; padding: 0 10px; }
	.column310 img { height: 113px; width: 170px; }
#footer .footercontentx3 .column950 { display: none; }

#footer {
	float: left;
	width: 600px;
	margin: 20px 0 0 0;
	}
	
/* Inner layout styles for Heart of The National Forest Foundation - December 2009 */
/* Generic Styles
==============================================================================*/
.hideme { display: none; visibility: hidden; overflow: hidden; }
/* Logo
==============================================================================*/
h1 {
	height: 20px; width: 600px;
	margin: 0 0 20px 0; padding:0;
	line-height: 24px;
	font: 16px Verdana, Arial, Helvetica, sans-serif 300;
	text-align: center;
	font-style: italic;
	color: #477725;
	}
	h1 a  { color: #477725; text-decoration: none; }

/* Primary Navigation
==============================================================================*/
ul#nav01 { display: none; }

/* Secondary Navigation
==============================================================================*/
ul#nav02 { display: none; }
.divider { display: none; }

/* Homepage adverts
==============================================================================*/
.scroller { display: none; }

/* Form styles
==============================================================================*/
form {}
	fieldset { }

form.contact { width: 600px; }
	.contact fieldset {
		float: left;
		width: 600px;
		margin: 0 0 15px 0;
		border: none;
		}	
	.contact input, .contact textarea, .contact select { font: 12px Verdana, Arial, Helvetica, sans-serif; }
	.contact input, .contact textarea, .contact select, .contact button { padding: 10px; }
	
	.contact label {
		display: block;
		float: left;
		width: 200px;
		margin: 10px 0;
		}		
	.contact input { height: 18px; width: 340px; }
	.contact textarea { width: 340px; }
	.contact select { width: 362px; }
	.contact option { margin: 9px; }
	
	.contact input.block { display: none; }
