@charset    "UTF-8";

/* Forest Education Foundation main stylesheet */
/* Created 2006 by Flyingfish Design */
/* styles for main tags */
body, html {
	background-color: #083D06;
	margin: 0 auto;
	padding: 0;
	font: normal .9em/1.1em Verdana, Arial, Helvetica, sans-serif;
	right: 10px;
}

p, td, ol, ul, li, h2, h3, h4, strong, em { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1 {
	font: normal 30px/37px Georgia, "Times New Roman", Times, serif;
	color: #477332;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
}

a {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* sitemap styles */
.sitemap {
	border-top: solid 1px #d1d1d1;
	width: 350px;
	padding: 5px;
	margin: 0;
}

.sitemap .nav_categories { margin: 0; }

.sitemap .nav_categories li {
	padding-top: 0;
	margin: 0;
	line-height: 12px;
}

/* sidebar navigation --------------------------- */
#sidenav {
	width: 200px;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #FEF2E1;
}

#sidenav ul {
	list-style-type: none;
	padding: 0;
	background-color: transparent;
	margin: 0;
	padding-left: 0;
}

#sidenav ul li {
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #B6DCB9;
}

#sidenav li a {
	padding: 3px 5px;
	margin: 0;
	line-height: 13px;
	display: block;
}

#sidenav li a:hover {
	padding: 3px 5px;
	margin: 0;
	display: block;
}

#sidenav a {
	text-decoration: none;
	padding: 3px;
	padding-left: 5px;
	display: block;
	color: #333;
	margin: 0;
}

#sidenav a:hover {
	background-color: #333;
	padding: 3px;
	padding-left: 5px;
	display: block;
	color: #fff;
}

#sidenav ul li a {
	list-style-type: none;
	font-size: 11px;
	line-height: 13px;
	margin: 0;
}

#sidenav ul li ul li {
	background-color: #E3E9D0;
	width: 200px;
	line-height: 13px;
	margin: 0;
	border-bottom: solid 1px #929e8c;
}

#sidenav ul li ul li a {
	padding-left: 10px;
	margin: 0;
	line-height: 13px;
}

#sidenav ul li ul li a:hover { padding-left: 10px; }

#sidenav ul li ul li ul li {
	background-color: #FFF6EA;
	width: 200px;
}

#sidenav ul li ul li ul li a {
	padding-left: 20px;
	border: none;
	margin: 0;
}

#sidenav ul li ul li ul li a:hover {
	padding-left: 20px;
	margin: 0;
}

#sidenav ul li ul li ul li ul li {
	width: 200px;
	margin: 0;
	background-color: #eee;
	margin-left: 20px;
}

#active a { color: #fff; }
#active ul a { color: #333; }

#sidenav #active ul {
	background-color: #E3E9D0;
	color: #fff;
	margin: 0;
	padding: 0;
}

#sidenav #active ul li { margin: 0; }

#sidenav #active {
	background-color: #333;
	color: #fff;
}

#sidenav h2 {
	font-size: 14px;
	font-weight: lighter;
	background: transparent;
}

strong { font-weight: bold; }

/* clear is used to make sure the content doesn't overlap with the footer */
.clear {
	clear: both;
	font-size: 1px;
}

html p { font: normal 13px/18px Verdana, Arial, Helvetica, sans-serif; }

html ul {
	font-size: 13px;
	line-height: 18px;
	list-style: square;
}

img {
	display: block;
	border: 0;
}

.hide { display: none; }
.level2 { }

/*news styles------------------- */
.entry {
	padding: 0;
	margin-top: 0;
}

.date {
	font-weight: lighter;
	border-bottom: solid 1px #B6DCB9;
	margin: 0;
	margin-right: 18px;
}

#blogtitle { margin: 0; }

#blogtitle h1 {
	margin: 0;
	margin-left: 20px;
	margin-top: 20px;
}

.secondbar { margin: 0; }
#blog { margin: 0; }

/*Homepage news styles ----------------------------- */
#hmenews {
	margin-top: 0;
	margin: 10px;
	background-color: #FEF8F0;
	border: solid 1px #d1d1d1;
	text-align: left;
}

#hmenews ul {
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
	padding-right: 10px;
	list-style: square url(/dev/images/news_bullet.gif) inside;
}

#hmenews li {
	padding-bottom: 5px;
	border-bottom: 1px solid #d1d1d1;
	margin-top: 3px;
}

#hmenews img {
	display: inline;
	margin-right: 5px;
}

#hmenews h2 {
	font-weight: lighter;
	background-color: #E2BA94;
	padding: 6px;
	margin: 5px;
	font-size: 18px;
	color: #fff;
	border-bottom: solid 1px #666;
}

#hmenews p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
}

#hmenews h3 {
	font-weight: lighter;
	padding: 2px 5px;
	margin: 0 5px;
	font-size: 14px;
	line-height: 18px;
	border-top: solid 1px #d1d1d1;
	padding-top: 10px;
}

#hmenews h4 {
	padding: 0 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: lighter;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#hmenews h6 {
	padding: 3px 10px;
	font-weight: lighter;
	font-size: 11px;
	margin: 5px;
	background-color: #999;
	color: #fff;
}

/* Login form ------------------------------------------------ */
#login {
	text-align: left;
	font-size: 11px;
	border: solid 1px #d1d1d1;
	margin: 5px;
	background-color: #fff;
	padding: 5px;
	width: 180px;
}

#login p {
	font-size: 11px;
	margin: 0;
	line-height: 16px;
}

#login input {
	font-size: 11px;
	margin-top: 5px;
	color: #333;
}

#login h3 {
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
	margin-top: 0;
	padding: 3px 0 5px 5px;
	background: #64A2E5;
	border-bottom: solid 1px #666;
}

#login label { color: #888; }

#login em {
	font-size: 10px;
	display: block;
	position: relative;
	top: 5px;
	padding-bottom: 10px;
}

#login a {
	text-decoration: none;
	color: #407AC0;
}

#login a:hover {
	text-decoration: underline;
	color: #333;
}

.loginbuttons a {
	text-decoration: none;
	color: #407AC0;
	display: block;
	padding: 2px;
	border: solid 1px #d1d1d1;
	margin: 3px;
}

#login .loginbuttons a:hover {
	background-color: #E2BA94;
	color: #fff;
	text-decoration: none;
}

/* major structual items --------------------------------------*/
#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#mainwindow {
	width: 780px;
	margin: 0px auto 10px auto;
	background-color: #FEF2E1;
	border-left: solid 6px #fff;
	border-right: solid 6px #fff;
	border-bottom: solid 6px #fff;
	text-align: center;
}

/* site toolbar ------------------------ */
#toolbar {
	font-weight: normal;
	margin: 0;
	background-color: #F2E1D1;
	text-align: left;
	border-bottom: solid 1px #666;
	padding: 0;
	height: 15px;
}

#toolbar a {
	text-decoration: none;
	color: #666;
	font-size: 11px;
	border-right: solid 1px #666;
	padding: 5px;
	padding-bottom: 0;
}

#toolbar a:hover { background-color: #E2BA94; }

#toolbar form {
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0;
}

#toolbar .input {
	font-size: 9px;
	margin: 0;
	width: 50px;
}

#toolbar a:hover {
	color: #fff;
	background-color: #333;
	padding: 5px;
}

#topnav { margin-top: 0; position: relative;}

#share {position: absolute;
top: 85px;
left: 665px;
}
#share a.addthis_button_compact {text-decoration: none; font-size: 11px; color: #333;} 


#promo { }

/* site wide navigation ----------------------------------------*/

/*
#menu ul{
	position: relative;
	padding: 0;
	margin:0;
	list-style: none;}


#menu li ul{
	display: none;
	position: absolute;
	top: 1em
	left: 0;
}

#menu li > ul{
	top: auto;
	left: auto;
}

#menu li:click ul, li.click ul{display: block;}

#menu #NavList{segment_3} {
	background-color: #eee;
	color: blue;
    }
*/

#wrapper #sitenav {
	text-align: center;
	padding-top: 0;
	margin-bottom: 0px;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	margin-top: -2px;
}

#sitenav table {
	background-color: #FEF2E1;
	width: 780px;
}

#sitenav td {
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-right: solid 1px #999;
}

#sitenav a {
	padding: 5px;
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 11px;
}

#sitenav a:hover {
	background-color: #E2BA94;
	display: block;
	color: #fff;
	font-size: 11px;
}

#sitenav .current-section {
	background-color: #E2BA94;
	display: block;
	color: #fff;
	font-size: 11px;
}

#sitenav h2 { }

/* updated navigation styles ---------------------------- */
#sitenav ul {
	width: 780px;
	background-color: #fef2e1;
	float: left;
	padding: 0;
	list-style: none;
	margin: 0;
}

#sitenav ul li {
	float: left;
	padding: 0;
	margin: 0;
	height: 25px;
	border-right: solid 1px #999;
	line-height: 1.2;
	font-size: 11px;
}

#sitenav ul li a {
	padding: 5px 10px;
	height: 20px;
	padding-bottom: 0px;
	line-height: 1.2;
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 11px;
}

#sitenav ul li a:hover {
	background-color: #E2BA94;
	display: block;
	color: #fff;
}

#topnav {
	margin: 0;
	padding: 0;
	height: 80px;
	border-bottom: solid 1px #999;
}

/* information panel can be photo or photo and text ------------------------------- */
#mainheadline h1 {
	font: lighter 1.5em/1.5em Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	top: 160px;
	left: 210px;
}

#infopanel {
	width: 780px;
	clear: both;
	border-bottom: solid 1px #666;
}

#infopanel td { vertical-align: top; }

/* fastfacts styles ----------------------*/
#fastfacts {
	background-image: url(http://www.forest-education.com/images/uploads/fastfacts-bg.png);
	background-repeat: repeat-y;
	width: 361px;
}

#fastfacts h4 {
	margin: 0 15px 0 15px;
	line-height: 12px;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	color: #666;
	border-bottom: dotted 1px #666;
	padding: 5px;
}

#fastfacts h2 {
	font: normal 24px/20px Georgia, "Times New Roman", Times, serif;
	background-color: #E9F7EE;
	color: #006699;
	margin: 0 10px 3px 15px;
	padding: 0;
	text-align: left;
}

#fastfacts p {
	text-align: left;
	font-size: 11px;
	margin: 5px;
	margin-top: 0;
	padding-left: 10px;
}

/* generic image to float right with border ----------------------------*/
.floatimage {
	float: right;
	border: solid 1px #d1d1d1;
	margin: 10px 20px 10px 10px;
	clear: both;
	padding: 5px;
	background-color: #fff;
	width: 240px;
	margin-right: 18px;
}

.floatimage em {
	margin-top: 5px;
	display: block;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
}

#content .image-2up {
	display: block;
	width: 529px;
	padding: 1px 0;
	height: 200px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .image-2up .imagestyle {
	float: left;
	margin-right: 12px;
	width: 240px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 10px;
}

.widecaption {
	display: block;
	width: 505px;
	position: relative;
	background-color: #fff;
	border: solid 1px #d1d1d1;
	padding: 5px;
	clear: both;
	margin-top: 10px;
}

.widecaption img {
	margin-right: 12px;
	width: 240px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.widecaption em {
	line-height: 13px;
	font-size: 11px;
	text-align: left;
	display: block;
	position: absolute;
	width: 200px;
	top: 20px;
	margin-left: 250px;
}

/* grid of images 4-up */
#content .imagegrid {
	border: solid 1px #d1d1d1;
	border-left: none;
	border-top: none;
	background-color: #fff;
	padding: 0;
	margin-top: 10px;
	line-height: 13px;
}

#content .imagegrid td {
	border-top: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
	padding: 3px 5px;
	margin: 0;
	vertical-align: top;
}

#content .imagegrid img {
	margin: 0px auto;
	text-align: center;
}

.imagegrid td em {
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-align: left;
}

.top a {
	display: block;
	text-decoration: none;
	text-align: center;
	margin-right: 0;
	margin-left: 480px;
	background-color: #B6DCB9;
	width: 30px;
	padding: 2px;
	margin-top: 5px;
}

.top a:hover {
	background-color: #333;
	color: #fff;
}

.imagefloatright {
	float: right;
	margin: 5px 7px 20px 10px;
	padding: 5px;
	background-color: #fff;
	border: solid 1px #d1d1d1;
	width: 240px;
}

/* normal image style with border */
.imagestyle {
	border: 1px solid #d1d1d1;
	background-color: #fff;
	padding: 5px;
	line-height: 15px;
	text-align: left;
}

.floatimage h3 { padding-bottom: 5px; }

#content .imagestyle em {
	font-size: 11px;
	text-align: left;
}

#content .imagestyle img { margin-bottom: 5px; }

/* centre fastfacts in a table cell --------------*/
.tdcentre #fastfacts { margin: 5px auto 5px auto; }

.tdcentre {
	background-color: #B6DCB9;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}

/* main content styles ------------------------ */
#content {
	background-color: #FEF2E1;
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding-left: 25px;
}

#content h2 {
	font: normal 19px/20px Georgia, "Times New Roman", Times, serif;
	color: #477332;
	text-align: left;
	letter-spacing: .2px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #FEF8F0;
	border-bottom: solid 1px #d1d1d1;
	margin-right: 18px;
	padding: 5px;
}

#content h3 {
	font: normal 14px/16px Verdana, Arial, sans-serif;
	color: #477332;
	text-align: left;
	letter-spacing: .2px;
	margin-top: 10px;
	margin-bottom: 0;
}

#content h4 {
	font: normal 12px/14px Verdana, Arial, sans-serif;
	color: #333;
	text-align: left;
	letter-spacing: .2px;
	margin-top: 10px;
	margin-bottom: 0;
	border-bottom: solid 1px #d1d1d1;
	padding-bottom: 5px;
}

#content p {
	text-align: left;
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	/*clear: both; */
	margin-right: 20px;
}

#content h1 {
	font: normal 32px/38px Georgia, "Times New Roman", Times, serif;
	color: #477332;
	margin: 0 0 20px 0;
}

#content li {
	text-align: left;
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 5px;
}

/* table styles including smaller and tighter tables */
.table-format {
	background-color: #fff;
	padding: 5px;
	border: solid 1px #d1d1d1;
}

.table-format td {
	padding: 5px;
	border-top: solid 1px #d1d1d1;
}

.table-format-tight {
	background-color: #fff;
	padding: 0;
	border: solid 1px #d1d1d1;
	border-right: 0;
	border-bottom: 0;
	margin-top: 10px;
	font-size: 11px;
	width: 520px;
}

#content .table-format-tight table { width: 520px; }

#content .table-format-tight p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 13px;
}

#content .table-format-tight em { font-size: 11px; }

#content .table-format-tight td {
	border-bottom: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	padding: 2px 4px;
}

#content .table-format-tight p {
	font-size: 11px;
	line-height: 13px;
}

#content .table-format-tight h3 { padding-bottom: 5px; }

/* extra tight table format for large tables -------------------- */
.table-format-extratight {
	background-color: #fff;
	padding: 0;
	border: solid 1px #d1d1d1;
	border-right: 0;
	border-bottom: 0;
	margin-top: 10px;
	font-size: 11px;
	width: 520px;
}

#content .table-format-extratight table { width: 520px; }

#content .table-format-extratight p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 13px;
}

#content .table-format-extratight em { font-size: 11px; }

.table-format-extratight td {
	border-bottom: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	padding: 2px;
}

#content .table-format-extratight p {
	font-size: 11px;
	line-height: 13px;
}

#content .table-format-extratight h3 { padding-bottom: 5px; }

/* pullquote or intro text --------------------- */
.pullquote {
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	color: #333;
	margin: 0;
	margin-bottom: 5px;
	border-bottom: solid 3px #B6DCB9;
	padding-bottom: 5px;
	margin-right: 18px;
	font-style: italic;
}

.pullquote p {
	margin: 0;
	padding: 0;
}

.forceclear { clear: both; }
#pagecontent { margin-left: 200px; }

/*round corner box background */
.roundcornerbox {
	width: 182px;
	margin: 10px;
	background-image: url(/dev/images/rnd_cnr_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: top;
}

.roundcornerbox p {
	font-size: .8em;
	margin: 5px 10px 0 10px;
}

.rndcnrbg {
	background-image: url(/dev/images/rnd_cnr_bg.jpg);
	background-repeat: repeat-y;
}

.rndcnrtop { margin: 10px 10px -10px 10px; }
.rndcnrbot { margin: -13px 10px 10px 10px; }

.roundcornerbox img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.roundcornerbox h2 {
	font: normal 1.2em/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 0;
	text-align: left;
}

.roundcornerbox ul {
	list-style-type: square;
	text-align: left;
}

.arrowbutton img {
	display: inline;
	padding-left: 15px;
	padding-top: 0;
	margin-top: 0;
}

.arrowbutton {
	padding-bottom: 5px;
	padding-top: 0;
	margin-top: 0;
	vertical-align: top;
	margin-left: 0;
	padding-left: 0;
}

.arrowbutton p { vertical-align: top; }

.arrowbutton a {
	margin-left: 0;
	padding-left: 0;
}

.content-home {
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	margin-right: 20px;
}

.content-home h1 {
	padding: 0;
	margin: 0;
}

/* footer styles --------------------------------- */
#footer {
	background-color: #E2BA94;
	margin: 0;
	padding: 2px 5px;
}

#footer p {
	font-size: 10px;
	color: #666;
	line-height: 12px;
	padding: 0;
	margin-top: 3px;
	margin-left: 0;
	margin-bottom: 0;
}

#footer a {
	text-decoration: none;
	color: #111;
}

#footer a:hover { text-decoration: underline; }

.smalltext {
	text-align: center;
	font-size: 10px;
	color: green;
}

/* sidebar fold down navigation------------ */
#p7swapmenu {
	background-color: #E3E0BB;
	border: 1px solid;
	border-color: #E4E9D8 #99A189 #99A189 #E4E9D8;
	left: 24px;
	padding: 6px;
	position: absolute;
	top: 84px;
	width: 180px;
}

#p7swapmenu ul {
	margin: 0px;
	padding: 0px;
}

#p7swapmenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color: #99A189;
	border: 1px solid;
	border-color: #C9D0AD #848C71 #848C71 #C9D0AD;
	color: #EEF0E3;
	display: block;
	font-size: 0.9em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
}

.closed a:hover, .open a:hover {
	background-color: #ACB39F;
	color: #5B624F;
}

.closed a { background-image: url(menplus.gif); }
.open a { background-image: url(menminus.gif); }

.closed ul a, .open ul a, .open ul a:hover {
	background-color: transparent;
	background-image: url(pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color: #666;
	font-size: .8em;
	font-weight: normal;
	padding: 0 0 0 12px;
	margin: 0 0 0 16px;
}

.open ul a:hover {
	background-color: transparent;
	letter-spacing: .1em;
}

#p7current { font-weight: bold; }

/* extra small type to fit text in large tables */
#content .extrasmall p {
	font-size: 9px;
	padding-left: 0;
}

#formstyle, #bookingenquiry {
	padding: 2px 10px;
	font-size: 11px;
	border: solid 1px #d1d1d1;
	margin: 10px;
	background-color: #FEF8F0;
}

#formstyle p, #bookingenquiry p { font-size: 11px; }

#formstyle h3, #bookingenquiry h3 {
	text-align: left;
	font-weight: lighter;
}

#bookingenquiry { text-align: left; }



#form {
	padding: 15px 10px;
	font-size: 11px;
	border: solid 1px #d1d1d1;
	margin: 10px;
margin-left: 0;
	background-color: #FEF8F0;
}

#form table td{padding: 4px 10px; vertical-align: top;}


#form p { font-size: 11px; }

#form h3{
	text-align: left;
	font-weight: lighter;
}

#form textarea#comments {font-family: Verdana, helvetica, sans-serif; font-size: 12px;}












