@charset "UTF-8";
/* CSS Document
The Monkey's Treehouse
Celebrate CSS
© 2007 The Monkey's Treehouse
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 5/12/08 8:13AM
Validated 5/12/08 8:13AM */
	
/* Global Layout Elements */

div#wrapperdiv {
	position: relative;
	width: 826px;
	height: 800px;
	margin: auto;
	z-index: 0;
	}
	
div#flowerdiv {
	position: absolute;
	background: url(../images/celebrateflower_06.jpg) top left no-repeat;
	height: 83px;
	width: 	48px;
	z-index: 10;
	visibility: visible;
	top: 191px;
	left: -48px;
	}

div#flashnavdiv {
	width: 100%;
	height: 191px;
	}
	
div#contentdiv {
	position: relative;
	width: 100%;
	height: 430px;
	background: url(../images/celebrate_05.jpg) top left no-repeat;
	z-index: 0;
	}
	
div#footerdiv {
	width: 100%;
	height: 119px;
	background: url(../images/celebrate_09.jpg) top left no-repeat;
	}
	
div#creditdiv {
	width: 100%;
	height: 60px;
	background: url(../images/about01_06.jpg) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #76a3c5;
	padding: 10px 0 0 0;
	}
	
div#copyrightdiv {
	width: 190px;
	float: left;
	text-align: left;
	padding: 0 0 0 80px;
	}
	
div#addressdiv {
	width: 496px;
	float: right;
	text-align: right;
	padding: 0 60px 0 0;
	}
	
div#bottomdiv {
	width: 100%;
	height: 37px;
	background: url(../images/home01_10.jpg) top left no-repeat;
	}
	
div#infodiv {
	position: absolute;
	width: 367px;
	height: 355px;
	top: 44px;
	left: 191px;
	z-index: 20;
	visibility: visible;
	}
	
hr {
	color: #a37e52;
	background-color: #a37e52;
	width: 90%;
	margin: 10px 0 15px 0;
}

/* Text */

h1 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #cace4e;
	padding: 0 0 15px 0;
	}
	
h2 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 70%;
	color: #a37e52;
	padding: 0;
	float: right;
	width: 70px;
	text-align: center;
	border: 1px solid #a37e52;
	margin: 0 15px 0 0;
	padding: 5px;
	}
	
p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #a37e52;
	padding: 0 0 10px 0;
	}
	
p.question {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #a37e52;
	padding: 0 0 5px 0;
	}
	
p.answer {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #a37e52;
	padding: 0 0 10px 0;
	}
	
strong {
	font-weight: bold;
	}
	
a {
	text-decoration: underline;
	color: #76a3c5;
	}
	
a:hover {
	text-decoration: underline;
	color: #817c00;
	}
	
div#comingsoondiv {
	width: 100%;
	background: url(../images/comingsoon_02.jpg) top left no-repeat;
	height: 356px;
	}
	
/* Lists */

ul {
	list-style: disc;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #a37e52;
	padding: 0 0 0 15px;
	}
	
li {
	padding: 0 0 15px 0;
	}
	
ul.info {
	padding: 0 0 15px 15px;
}
	
	
ul.info li {
	padding: 0 0 3px 0;
}
	
/* Scroll Bars */

div#scrollerWrapper {
	position: relative;
	width: 100%;
	z-index: 5;
	}

div#dsvContent1 {
	position: absolute;
	width: 350px;
	left: 0px;
	top: 0px;
	z-index: 10;
	visibility: visible;
	}
	
div#dsvContainer {
	position: absolute;
	left: 190px;
	top: 40px;
	width: 350px;
	height: 350px;
	clip: rect(0px,350px,350px,0px);
	overflow: hidden;
	z-index: 20;
	}
	
div#dsvUp {
	position: absolute;
	left: 544px;
	top: 50px;
	z-index: 35;
	width: 30px;
	height: 18px;
	}
	
div#dsvDown {
	position: absolute;
	left: 544px;
	top: 372px;
	z-index: 35;
	width: 30px;
	height: 18px;
	}
