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

div#flashnavdiv {
	width: 100%;
	height: 191px;
	background: url(../images/home01_02.jpg) top left no-repeat;
	}
	
div#infodiv {
	width: 100%;
	height: 140px;
	background: url(../images/home12_08_04.jpg) top left no-repeat;
	}
	
div#contentdiv {
	position: relative;
	}
	
div#signupdiv1 {
	width: 129px;
	height: 15px;
	position: absolute;
	top: 124px;
	left: 308px;
	z-index: 10;
	visibility: visible;
	}
	
div#signupdiv2 {
	width: 129px;
	height: 15px;
	position: absolute;
	top: 147px;
	left: 308px;
	z-index: 10;
	visibility: visible;
	}
	
div#signupdiv3 {
	width: 129px;
	height: 15px;
	position: absolute;
	top: 171px;
	left: 308px;
	z-index: 10;
	visibility: visible;
	}
	
div#sendformdiv {
	width: 72px;
	height: 14px;
	position: absolute;
	top: 201px;
	left: 333px;
	z-index: 10;
	visibility: visible;
	}
	
div#footerdiv {
	width: 100%;
	height: 119px;
	background: url(../images/home01_08.jpg) top left no-repeat;
	}
	
div#creditdiv {
	width: 100%;
	height: 60px;
	background: url(../images/home01_09.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;
	}
	
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;
	}
	
/* Forms */

input {
	width: 129px;
	height: 15px;
	background: #e2e6bd;
	border: 1px solid #b9d6ef;
	padding: 0;
	margin: 0;
	}
