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

/*
logo colors:
#abd801: greenBoy
#ec6257: redGirl
#fcc10b: yellowGirl
#4c87a9: blueBoy
#655033: brownType
*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body {
color: #655033;
font-size: 0.8em;
font-family: Verdana, Geneva, sans-serif;

background-color:#ffffff; 
background-image: url(../_images/bg_kids.png), -moz-radial-gradient(50% 50%, circle cover, #ffffff 0%,#ebf89f 106%); 
background: url(../_images/bg_kids.png), -webkit-gradient(radial, 500 25%, 20, 500 25%, 40, from(#ffffff), to(#ebf89f));
background-image: url(../_images/bg_kids.png), -webkit-radial-gradient(50% 50%, circle cover, #ffffff 0%,#ebf89f 106%);
background-image: url(../_images/bg_kids.png), -o-radial-gradient(50% 50%, circle cover, #ffffff 0%,#ebf89f 106%);
background-image: url(../_images/bg_kids.png), -ms-radial-gradient(50% 50%, circle cover, #ffffff 0%,#ebf89f 106%);
background-image: url(../_images/bg_kids.png), radial-gradient(50% 50%, circle cover, #ffffff 0%,#ebf89f 106%);
background-image: url(../_images/bg_kids.png), url(../_images/bg_kids.png) -40px -30px;
}

body img
{
border-width: 0px;
border-style: none;
}

#containerWrapper{
width: 900px;
height: 565px;
margin: 30px auto 10px auto;
}

#container {
position: relative;
width: 100%;
height: 100%;
}

#headerLt {
float: left;
width: 198px;
margin: 10px 0 0 0;
-moz-box-shadow: 0 0 20px grey;
-webkit-box-shadow: 0 0 20px grey;
box-shadow: 0 0 20px grey;
background-color: #FFF;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
padding-bottom: 60px;
}

#headerLt img
{
border-width: 0px;
border-style: none;
padding: 0 0 0 10px;
text-align: center;
display: inline;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
margin-top: 0px;
vertical-align: middle;
overflow: visible;
z-index: 1000;
}
#topLogo{
	margin-top:10px}

#contentRt
{
background-color:#FFF;
float:left;
width: 660px;
margin: 10px 0 0 15px;
-moz-box-shadow: 0 0 20px grey;
-webkit-box-shadow: 0 0 20px grey;
box-shadow: 0 0 20px grey;
height: 560px;
}

#content 
{
background-color:#ffffff;
float:right;
width: 660px;
overflow: auto;
height: 320px;
font-size: 0.85em;
margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6{
padding: 0px 25px 0 25px;
}
p {
margin-top: 10px;
padding: 0 25px 0 25px;
text-indent: 0px;
}
a img {
text-decoration: none;
border: 0 none;
}

#container #content ul
{
list-style: disc outside;
padding-left: 35px;
}

#container #content img
{
float: right;
width: auto;
margin: 10px 0 10px 20px;
border: 1px solid #999;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
}

#container #content table
{
margin: 0px 0 15px 25px;
}

#container #content ul li
{
margin: 15px 50px 5px 10px;
line-height: 120%;
}

#container #content p a
{
color: #655033;
}

#container #content dl dt
{
margin: 20px 20px 4px 30px;
font-weight: bold; 
color: #655033; 
}
#container #content dl dd
{
margin: 0px 20px 20px 30px;
}

#container #content tableContactPg
{
vertical-align: top;
}

#container #content table tr td a
{
color: #333;
}

#footer {
color: #666;
font-size: 0.8em;
font-family: Verdana, Geneva, sans-serif;
pasition: bottom;
width: 100%;
margin-top: 5px;
margin-left: 210px;
}

.nav
{
padding: 20px 0 0 0;
font-size: 1em;
}
ul.nav {
list-style: none;
margin: 0;
}
ul.nav a:link, ul.nav a:visited {
padding:0;
display: block;
width: 243px;
text-decoration: none;
text-align: center;
margin: 0;
position: relative;
line-height: 30px;
margin-left: -20px;
}
ul.nav a:hover, ul.nav a:active {
text-shadow:1px 1px 1px #7a7a7a;
background: url(../_images/menu_pointer.png) no-repeat 143px;
z-index: 1000;
}

.greenBoy {color: #abd801}
.redGirl {color: #ec6257}
.yellowGirl {color: #fcc10b}
.blueBoy {color: #4c87a9}
.brownType {color: #655033}


.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#contentRt div img
{
margin: 10px 20px;
background: white;
clear: both;
}
h1
{
font-size: 1.5em;
text-decoration: none;
line-height: 1.5;
font-weight: bold;
}

h2
{
font-size: 1.2em;
text-decoration: none;
clear: none;
line-height: 1.2;
font-weight: bold;
margin: 10px 0 2px 0 ;
}
h3
{
font-size: 1.2em;
text-decoration: none;
clear: none;
line-height: 2.4;
font-weight: bold;
margin: 10px 0 2px 0 ;
}

#headerLt .nav li a
{
z-index:1000;
position: relative;
}

#footer p
{
font-size: 0.9em;
padding: 0 0 0 25px;
color: #333;
}
