@charset "utf-8";
/* CSS Document */

* {
font-size:100%;
}
html, body {
	
}
body {
	font-size: 0.75em;
	color: #4d4d4d;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 16px;
	background: #519145;
}
a, a:link, a:visited, a:active { 
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #FFF;
	text-decoration: underline;
}
p {
	margin: 0.85em 0 0 0;
	line-height: 16px;
}
img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}
.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}
.hidden {
	display: none;
}
.nowrap {
	white-space: nowrap;
}

.left {
	float:left;
}

.right {
	float:right;
}

h1 {
	margin: 0 0;
	padding-top: 10px;
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 2.2em;
	color: #ffffff;	
}
.linksList h1 {
	margin: 0 0;
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
h1 a:link, h1 a:visited, h1 a:active {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
h1 a:hover {
	color: #000;
	text-decoration: underline;
}
.articleList h1 a:link, h1 a:visited, h1 a:active {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.articleList h1 a:hover {
	color: #000;
	text-decoration: underline;
}
h2 {
	margin: 0 0;
	padding-top:10px;
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
}
.articleList h2 {
	margin: 0 0;
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
h3 {
	margin: 5px 0 5px 0;
	padding-top:10px;
	padding-bottom: 5px;
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 2.2em;
	color: #000000;
	border-bottom: 1px dotted #000000;
	padding-bottom: 10px;
}
h4 {
	margin: 0 0;
	padding-top:10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffae00;
	padding-bottom: 10px;
}
h5 {
	margin: 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	
}
h6 {
	margin: 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #ecfa0c;
	padding-bottom: 5px;
}
.h7 {
	margin: 0 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #015c39;
}
.h8 {
	margin: 0 0;
	padding-top:10px;
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 2.2em;
	color: #492f69;	
}
.instructionNOWhite {
	font-size: 10px;
	color: white;
}
.instructionNoGrey {
	font-size: 10px;
	color: #474646;
}
.instructionText {
	font-size: 12px;
	color: white;
	line-height: 18px;
}
.storyAuthors {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
	line-height: normal;
}

.footer a {
	height: 9 px;
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
	padding-top: 4px;
}

.footer a:hover, p.navbuttons a:active a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.articleList a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}

.articleList a:hover, articleList a:active a:visited {
	color: #000;
	text-decoration: underline;
}
.linksList a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}

.linksList a:hover, linksList a:active a:visited {
	color: #fff;
	text-decoration: underline;
}
.linksList p {
	margin: 8px 0 0 0;
	line-height: 16px;
}
.paddingLeft100 {
	margin-left: 20px;
}	
/**
 * Form Definitions
 */
#formBox {
	width: 540px;
	margin-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}
input {
	color: #666666;
	background: #FFFFFF;
	width: 300px;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #519145;
}
.textarea {
	width: 400px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #519145;
	padding: 2px;
	scrollbar-face-color: #519145;
	scrollbar-shadow-color: #519145;
	scrollbar-highlight-color: #519145;
	scrollbar-3dlight-color: ;
	scrollbar-darkshadow-color: ;
	scrollbar-track-color: #8cc63f;
	scrollbar-arrow-color: #FFFFFF;
}
button.largeButton1b, a.largeButton1b, a.largeButton1b:link, a.largeButton1b:visited, a.largeButton1b:active {
	width: 110px;
	height: 40px;
	background-image: url('../images/template/send.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	margin-left: 1px;
}

/**
 * Flash Template Definitions
 */
#containerBox {
	margin: 0px auto;
	width: 805px;
	position: relative;
}
#FlashBox {
	width: 805px;
	height: 576px;
	position: relative;
}

#siteBox {
	width: 805px;
	position: relative;
	}
	
#leftSide {
	width: 805px;
	position: relative;
	}
	
#menu {
	position:absolute;
	right: 200px;
	top: 500px;
	}
	
#links {
	float: left;
	position: relative;
	padding-left: 85px;
}
.eventsCalendar {
	width: 436px;
	background: url('../images/tent/book_bg.png') no-repeat;
	padding: 80px 0px 0px 24px;
}
.eventsCalendar h1 {
	margin: 0 0;
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.eventsCalendar h1 a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}
.eventsCalendar h1 a:hover, eventsCalendar a:active, eventsCalendar a:visited {
	color: #fff;
	text-decoration: underline;
}
.eventsList {
	margin-top: 130px;
}

/**
 * Table Definitions
 */
table.calendarTable { 
	width: 160px;
	margin-top: 10px;
	text-align: center;
}
table.calendarTable td, table.calendarTable th {
	padding: 4px;
}
table.calendarTable th {
	text-align: center;
	font-weight: bold;
}
table.calendarTable td {
}


/**
 * Layout Definitions
 */
#mainBox {
 	margin: 0 auto;
	width: 805px;
}
#headerBox {
	position: relative;
	height: 241px;
	background: url('../images/template/header.gif');
}

#headerShop {
	position: relative;
	height: 241px;
	background: url('../images/shop/shop_header.gif');
}

#middleBox {
	background: #519145;
}
#contentText {
	width: 540px;
	background: url('../images/template/bg_slither.gif') repeat-y;	
	margin-left: 60px;
	padding-left: 40px;
	padding-right: 40px;
}
#footerBox {
	height: 76px;
	background: url('../images/template/footer.gif');
}

/**
 * Tent Layouts
 */
#mainBoxTent {
 	margin: 0 auto;
	width: 805px;
}
#headerBoxTent {
	height: 234px;
	background: url('../images/template/tent/tent_header.jpg');
	position: relative;
}
.backButtonTent a {
	float: right;
	width: 130px;
	height: 60px;
	display: block;
	background-image: url('../images/tent/tent_button.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.backButtonTent a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	background-position: 0 -60px;
}
#middleBoxTent {
	background: #519145;
}
#contentTextTent {
	color:white;
	width: 540px;
	background: url('../images/template/tent/tent_slice.jpg') repeat-y;	
	margin-left: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
}
#footerBoxTent {
	height: 76px;
	background: url('../images/template/tent/tent_footer.jpg');
}

/**
 * Bedroom Layouts
 */
#mainBoxBedroom {
 	margin: 0 auto;
	width: 805px;
}
#headerBoxBedroom {
	height: 234px;
	background: url('../images/template/rainbow/header.jpg');
	position: relative;
}
.backButtonRainbow a {
	float: right;
	width: 130px;
	height: 60px;
	display: block;
	background-image: url('../images/rainbow/rainbow_back.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.backButtonRainbow a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	background-position: 0 -60px;
}
#middleBoxBedroom {
	background: #519145;
}
#contentTextBedroom {
	color:black;
	width: 540px;
	background: url('../images/template/rainbow/slice.jpg') repeat-y;	
	margin-left: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
}
#footerBoxBedroom {
	height: 76px;
	background: url('../images/template/rainbow/footer.jpg');
}
.spotBox {
	width: 540px;
	text-align: center;
	margin-top: 10px;
}
.spotTheDifferenceEntry {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
}
.image {
	width: 540px;
	text-align: center;
	margin-top: 10px;
}
.linksList {
	font-weight: bold;
}
.linkEntry {
	margin-top: 10px;
	line-height: 12px;
	font-size: 12px;
	color: #000;
}

/**
 * Oak Layout
 */
#mainBoxOak {
 	margin: 0 auto;
	width: 805px;
}
#headerBoxOak {
	height: 234px;
	background: url('../images/template/oak/header.jpg');
	position: relative;
}
.backButtonOak1 a { 
	position: absolute;
	bottom: 15px;
	right: 143px;
	width: 130px;
	height: 60px;
	display: block;
	background-image: url('../images/oak/oak_back.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.backButtonOak1 a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	background-position: 0 -60px;
}
#middleBoxOak {
	background: #519145;
}
#contentTextOak {
	color:black;
	width: 540px;
	background: url('../images/template/oak/slice.jpg') repeat-y;	
	margin-left: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
}
#footerBoxOak {
	height: 76px;
	background: url('../images/template/oak/footer.jpg');
}

/**
 * Garden Layout
 */
 
#SnipBoxGarden {
	background-image:url('../images/garden/snip_large.gif');
	background-repeat:no-repeat;
	float:left;
	width: 192px;
	height: 408px;
	padding-right: 10px;

}

#ClipBoxGarden {
	background-image:url('../images/garden/clip_large.gif');
	background-repeat:no-repeat;
	float:left;
	width: 192px;
	height: 408px;
	padding-right: 10px;

}

#ChipBoxGarden {
	background-image:url('../images/garden/chip_large.gif');
	background-repeat:no-repeat;
	float:left;
	width: 192px;
	height: 350px;
	padding-right: 10px;

}

#SkipBoxGarden {
	background-image:url('../images/garden/skip_large.gif');
	background-repeat:no-repeat;
	float:left;
	width: 192px;
	height: 350px;
	padding-right: 10px;

}

#mainBoxGarden {
 	margin: 0 auto;
	width: 805px;
}
#headerBoxGarden {
	height: 234px;
	background: url('../images/template/garden/header.gif');
	position: relative;
}

#ButtonBoxGarden {
	width: 550px;
	height: 150px;
}
.SnipButtonGarden a {
	position:relative;
	padding-right: 20px;
	float:left;
	width: 109px;
	height: 143px;
	display: block;
	margin:0px;
	background-image: url('../images/garden/snip_button.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.SnipButtonGarden a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	width: 109px;
	height: 143px;
	background-position: 0 -143px;
}

.ClipButtonGarden a {
	position:relative;
	padding-right: 20px;
	float:left;
	width: 109px;
	height: 143px;
	display: block;
	margin:0px;
	background-image: url('../images/garden/clip.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ClipButtonGarden a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	width: 109px;
	height: 143px;
	background-position: 0 -143px;
}


.ChipButtonGarden a {
	position:relative;
	padding-right: 20px;
	float:left;
	width: 109px;
	height: 143px;
	display: block;
	margin:0px;
	background-image: url('../images/garden/chip_button.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ChipButtonGarden a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	width: 109px;
	height: 143px;
	background-position: 0 -143px;
}

.SkipButtonGarden a {
	position:relative;
	padding-right: 20px;
	float:left;
	width: 109px;
	height: 143px;
	display: block;
	margin:0px;
	background-image: url('../images/garden/skip_button.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.SkipButtonGarden a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	width: 109px;
	height: 143px;
	background-position: 0 -143px;
}


.backButtonGarden a {
	float: right;
	width: 130px;
	height: 60px;
	display: block;
	background-image: url('../images/garden/garden_back.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.backButtonGarden a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	background-position: 0 -60px;
}
#middleBoxGarden{
	background: #519145;
}
#contentTextGarden {
	color:black;
	width: 540px;
	background: url('../images/template/garden/slice.gif') repeat-y;	
	margin-left: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
}
#footerBoxGarden {
	height: 76px;
	background: url('../images/template/garden/footer.gif');
}

/**
 * Shop Layout
 */
#shopBox {
	color:black;
	width: 540px;
	background: url('../images/shop/divide.gif') bottom left no-repeat;
	padding-bottom: 20px;
	padding-top: 20px;
}
.shopLeft {
	width: 270px;
	float: left;
}
.shopRight {
	width: 270px;
	float: right;
}
.inputShop {
	color: #666666;
	background: #FFFFFF;
	width: 50px;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #519145;
}
.shopBuyButton {
	width: 66px;
	height: 30px;
	background:
}
button.largeButton2b, a.largeButton2, a.largeButton:link, a.largeButton:visited, a.largeButton:active {
	width: 66px;
	height: 30px;
	background: url('../images/shop/bb_buy4.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}
.shopCheckoutButton {
	width: 64px;
	border: 1px solid #519145;
}
.shopQuantitiesButton {
	width: 105px;
	border: 1px solid #519145;
}

/**
 * Back Buttons
 */

.tent a {
float:right;
color: #000000;
text-decoration: none;
background-color:;
display: block;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 107px;
height: 59px;
background-image:url('../images/tent/tent_back.gif');
background-repeat: no-repeat;
float: right;
}

.tent a:hover, p.navbuttons a:active {
background-color:;
color: #FFFFFF;
background-image:url('../images/tent/tent_back2.gif');
background-repeat: no-repeat;
}



.backButtonOak a { 
	float: right;
	width: 130px;
	height: 60px;
	display: block;
	background-image: url('../images/oak/oak_back.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.backButtonOak a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	background-position: 0 -60px;
	cursor: pointer;
}


#sectionTitle {
	float: left;
	padding-top: 15px;
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	line-height: 42px;
	color: #fff;
	padding-bottom: 25px;
}

#sectionTitleG {
	float: left;
	padding-top: 15px;
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	line-height: 42px;
	color: #000000;
	padding-bottom: 25px;
}


.speach {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
	line-height: normal;
}

.speaking{
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	line-height: normal;
}


.storyBK a { 
	float: left;
	width: 71px;
	height: 45px;
	display: block;
	background-image: url('../images/oak/storyBk.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.storyBK a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	background-position: 0 -45px;
	cursor: pointer;
}

.storyNT a { 
	float: right;
	width: 71px;
	height: 45px;
	display: block;
	background-image:  url('../images/oak/storyNt.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.storyNT a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	background-position: 0 -45px;
	cursor: pointer;
}

.buyBook a { 
	float: right;
	width: 71px;
	height: 45px;
	display: block;
	background-image: url('../images/oak/buyBook.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.buyBook a:hover, p.navbuttons a:active {
	background-repeat: no-repeat;
	background-position: 0 -45px;
	cursor: pointer;
}

.theEnd {
	font-size: 46px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}

#menuBox {
	position: absolute;
	right: 0px;
	top: 60px;
	width: 196px;
	height: 200px;
	
}

.beavers a {
	float: right;
	padding-right: 50px;
	display: block;
	width: 16px;
	height: 19px;
    background: url('../images/template/beavers.gif') no-repeat 0 0;
}
.beavers a:hover, p.navbuttons a:active {
    background-position: 0px -19px;
	cursor: pointer;
}
.beavers span {
	display: none;
}
.instructionsText {
	line-height: 24px;
}
.win {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #ee3338;
	line-height: normal;
}
.storiesListContent {
	width: 540px;
	padding-bottom: 40px;
}
.storiesListContent a {
	color: #9b3334;
	text-decoration: none;
}

.storiesListContent a:hover, p.navbuttons a:active a:visited {
	color: #9b3334;
	text-decoration: underline;
}
table.storiesListTable td {
	padding: 4px;
}
table.storiesListTable {
	width:100%;
}