﻿body
{
	background-color: #f0f0f0;
	margin:0px;
	padding:0px;
	line-height:1.5em;
}

#layout
{
	margin:auto;
	width:950px;
}

#layout .top
{
	background-image: url(images/page_top.gif);
	height:18px;
	background-repeat:no-repeat;
}

#layout .main
{
	background-image: url(images/page_main.gif);
	background-repeat: repeat-y;
}

#layout .bottom
{
	background-image: url(images/page_bottom.gif);
	height:18px;
	background-repeat:no-repeat;
}

#page
{
	margin:auto;
	width:900px;
	height: auto;
	min-height: 810px;
}

#banner_top
{
	background-image: url(images/banner_top.png);
	height:125px;
	background-repeat:no-repeat;
}

#menu
{	width:880px;
	height:32px;
	margin:auto;
	background-color:#ef4023;
	padding: 0;
	z-index: 30
	}

#menu li
{	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;}

#menu li a
{	display: block;
	margin: 0 1px 0 0;
	padding:6px 22px 6px 22px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-image:url(images/nav_divider.gif);
	background-repeat:no-repeat;
	background-position:right 6px;
	}

#menu li a:hover
{	color:#bab9b9;}

#menu div
{	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	opacity:0.9;
}

#menu div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 10px 22px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
	color:#ef4023;
	text-align:center;
}

#menu div a:hover
{	
	color: Black;
}
	

#home li a.home, #aboutus li a.aboutus, #parents li a.parents, #young li a.young, #news li a.news, #events li a.events, #contactus li a.contactus
{
	color:black;
}

#home li a:hover.home, #aboutus li a:hover.aboutus, #parents li a:hover.parents, #young li a:hover.young, #news li a:hover.news, #events li a:hover.events, #contactus li a:hover.contactus
{
	color:#bab9b9;
}


#main_content
{
	margin:10px;float:left;
}

#footer
{
	width:880px;
	height:30px;
	float:left;
	margin:-20px 0px 10px 35px;
	background-color:#f7f7f7;
}

#footerContent
{
	padding:3px 0px 0px 0px;
	float:left;
}

#footerContent a
{
	padding-right:20px;
	padding-left:20px;
	border-right:solid 1px #6a6a6a;
	font-size:10px;
	color:#6a6a6a;
}

.rotator
{
	margin:10px 10px 0px 10px;
	float:left;
	width:880px;
	
}

.right_banner
{
	margin:10px 10px 0px 0px;
	float:right;
	width:170px;
	height:387px;
	background-image:url(images/right_banner.jpg);
}

.hidden
{
	display:none;
}

.page_break
{
	clear:both;
}

.content
{
	float:left;
	margin: 15px 15px 15px 15px;
	width:660px;
}

.contentText
{
	padding:5px 5px 15px 20px;
}

.contentHome
{
	float:left;
	margin: 0px;
}

.divider
{
	clear:both;
	height:20px;
}

.arrow
{
	background-image:url(images/arrow.gif);
	background-position:0px  2px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	 margin-top:2px;
}

.contactRowLeft
{
	text-align:right;
	height:35px;
}

.contactRowRight
{
	text-align:left;
	height:35px;
	vertical-align:middle;
}

.contactTextBox
{
	width:220px;
	padding:2px;
}

.errorSummary
{
	padding-bottom:10px;
}

#ctl00_ContentPlaceHolder_pageNavPosition
{
	padding:0px 20px 20px 18px;
	color:#CCC;
}

.pg-selected
{
	padding:1px 3px 1px 3px;
	border:1px solid #ef4023;
	color:#ef4023;
	margin-left:3px;
	cursor:pointer;
	font-size:11px;
}

.pg-normal
{
	padding:1px 3px 1px 3px;
	border:1px solid #6a6a6a;
	margin-left:3px;
	cursor:pointer;
	color:#6a6a6a;
	font-size:11px;
}



