@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background:url(../images/bkgd_main.gif) #D1F0FF;
	font-family: Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #000;
}

.right { 
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.red {
	color: #c00;
}
h1 {
	font-size: 20px;
	line-height: 24px;
	color: #333;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	color: #999;
}
a {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
/* LAYOUT */
.wrapper {
	width: 978px;
	margin-left: auto; 
	margin-right: auto; 
	border: 0;
	height: auto;
}

#header {
	position: relative; 
	width: 977px;
	height: 150px;
	background:url(../images/bkgd_header.png) no-repeat 0 0;
}
#centered {
	position: relative;
	width: 977px;
	background: url(../images/bkgd_shadow.png) repeat-y 0 0;
}
#side_left{
	width: 180px;
	padding: 20px 20px 20px 29px;
}
#side_right{
	width: 180px;
	padding: 20px 29px 20px 20px;
}
#content{
	width: 479px;
	padding: 20px;
}
#footer {
	width: 921px;
	height: 28px;
	margin: 0 9px;
	padding: 7px 20px 0 20px;
	background: #86A1AD url(../images/bkgd_footer.jpg) repeat-x; 
	color: #fff;
	
}
.header_image {
	position: absolute;
	width: 752px;
	height: 120px;
	top: 30px;
	left: 218px;
}
.submenu{
	position: absolute;
	padding: 7px 10px 0 10px;
	top: 29px;
	left: 615px;
	width: 312px;
	height: 30px;
	background: #C00;
	z-index:1000;
}
/* END LAYOUT */

div#content p {
	margin: 20px 20px 0 20px;
}
div#content h1, div#content h2{
	margin: 0 20px 0 20px;
}
div#content div.callout{
	width: 414px;
	margin: 20px 10px;
	padding: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color:#FF9;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}
div#content div.callout p{
	margin: 0 20px;
}

div#content p.quote {
	margin: 20px 0 20px -20px;
	padding: 0 0 0 40px;
	background: url(../images/quotes.gif) no-repeat 15px 0;
}
div#side_right p.quote {
	width: 156px;
	margin: 20px 0 0 -6px;
	padding: 0 20px;
	background: url(../images/quotes.gif) no-repeat 0 0;
}
div#side_right hr, div#side_left hr{
	height: 1px;
	margin: 10px 0;
	background-color:#C00;
	color: #c00;
	border: 0;
}
div#side_right hr.divider, div#side_left hr.divider{
	height: 3px;
	width: 220px;
	margin: 20px 0 20px -20px;
	background-color:#C00;
	color: #c00;
	border: 0;
}
div#side_left {
	background: url(../images/sun.jpg) no-repeat 130px 10px;
}
div#side_left div.kidzone {
	width: 180px;
	margin: 20px 0 0 -20px;
	padding: 20px;
    border-top: 3px solid #C00;
	border-bottom: 3px solid #C00;
	background: url(../images/bkgd_kidzone.jpg) no-repeat 0 10px;
}
div#side_left div.kidzone p{
	margin: 0 60px 20px 0;
}
div.submenu a{
	margin: 0 0 0 11px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
div.submenu a:hover{
	color: #ccc;
}

/*ROLLOVER BUTTONS*/
a.enter, a.playnow, a.emailthis {
	display: block;
	height: 25px;
	text-indent: -9999px;
}
a:hover.enter, a:hover.playnow, a:hover.emailthis {
	background-position: 0 -25px;
}
a.enter {
	width: 70px;
	background: url(../images/btn_enter.jpg) no-repeat 0 0;
}
a.playnow {
	width: 95px;
	background: url(../images/btn_playnow.jpg) no-repeat 0 0;
}
a.emailthis {
	width: 140px;
	background: url(../images/btn_emailthis.jpg) no-repeat 0 0;
}
/*form*/
input, textarea {
	margin: 10px 0 10px 0;
}