/*-----------------------------------------------------------------------------
Stylesheet for Kids Zone 

version:    1.0
date:       February 2008
author:     Westlake Design
website:    http://www.westlakedesign.com
-----------------------------------------------------------------------------*/

/******* PAGE STYLES *********/
body {
	background-image: url(../images/bg_ocean.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 50% 0;
	background-color: #A7A9AC;
}

#beachcontainer{
	background-image: url(../images/bg_beach.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 50% 0;
}

#maincontainer{
	width: 840px;
	margin: 0 auto;
}

#logolayer {
	position:relative;
	width:200px;
	height:115px;
	z-index:1;
	left: 185px;
	top: 7px;
}

#backtoortho {
	position:relative;
	width:200px;
	height:50px;
	z-index:1;
	left: 330px;
	top: -45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	clear:both;

}

#leftcolumn{
	float: left;
	width: 153px;
	margin-left: 0px;
	background-image: url(../images/bgsidebar.gif);
	background-repeat: repeat-y;
	clear:both;
}

#topcontainer{
	float: left;
	width: 650px;
	height: 100px;
	margin-left: 20px;
	background-image: url(../images/bgsidebar.gif);
	background-repeat: repeat-y;
}

#middlecontainer{
	float: left;
	width: 650px;
	height: 100px;
	margin-left: 20px;
	background-image: url(../images/bgsidebar.gif);
	background-repeat: repeat-y;
}

#polllayer {
	position:absolute;
	width:141px;
	height:115px;
	z-index:2;
}

#pollcontent {
	height: 140px;
	width: 154px;
	margin-top: 36px;
	margin-right: 4px;
	margin-bottom: 4px;	
}
.pollmid {
	background-image: url(../images/pollmid.gif);
	background-repeat: repeat-y;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#terribletoothlayer {
	position:absolute;
	width:141px;
	height:115px;
	z-index:2;
	padding-top: 170px;
}

#terribletoothcontent {
	position:absolute;
	height: 145px;
	width: 134px;
	margin-top: 0px;
	padding: 4px;
}

#photoofthemonthlayer {
	position:absolute;
	width:151px;
	height:115px;
	z-index:2;
	padding-top:360px;
	top: 169px;
}

#photoofthemonthcontent {
	position:absolute;
	background-color:#FFFFFF;
	height: 145px;
	width: 134px;
	margin-top: 0px;
	padding: 4px;
	background-image: url(../images/topbar_photoofthemonth.gif);
	background-repeat: no-repeat;
	background-position: top;
	top: 361px;
}

.webheader {
	font-size: 14px;
	font-weight: bold;
}

.webtext {
	font-size: 12px;
	font-weight: normal;
	color: #990099;
}
a:link {
	color: #990099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990099;
}
a:hover {
	text-decoration: none;
	color: #990099;
}
a:active {
	text-decoration: none;
	color: #990099;
}


#backtoortho a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#backtoortho a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#backtoortho a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
#backtoortho a:active{
	text-decoration: none;
	color: #FFFFFF;
}.pollbg {
	background-image: url(../images/bg_poll.gif);
	background-repeat: no-repeat;
	background-position: top;
}
