/*SETTINGS START HERE*/
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.preload1 {background: url(blank_over.gif);}
.preload2 {background: url(blank_overa.gif);}

#nav {padding:0; margin:0; list-style:none; height:24px; background:url(blank.gif); position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:24px; line-height:24px; color:#ccc; text-decoration:none; font-size:14px; font-weight:bold; padding:0 0 0 2px; cursor:pointer;background: url(blank.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 12px 0 2px; height:24px;background:url(blank.gif) right top;}
#nav li a.top_link span.down {float:left; display:block; padding:0 12px 0 12px; height:24px; background:url(blanka.gif) no-repeat right top;}
#nav li a.top_link:hover {color:#fff; background: url(blank_over.gif) no-repeat;}
#nav li a.top_link:hover span {background:url(blank_over.gif) no-repeat right top;}
#nav li a.top_link:hover span.down {background:url(blank_overa.gif) no-repeat right top;}

#nav li:hover > a.top_link {color:#fff; background: url(blank_over.gif) no-repeat;}
#nav li:hover > a.top_link span {background:url(blank_over.gif) no-repeat right top;}
#nav li:hover > a.top_link span.down {background:url(blank_overa.gif) no-repeat right top;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover ul.sub
{left:0; top:24px; background: #CC0000; padding:3px; border:1px solid #999999; white-space:nowrap; width:230px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:200px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:12px; height:20px; width:230px; line-height:20px; text-indent:5px; color:#ffffff; text-decoration:none;}
#nav li ul.sub li a.fly
{background:#333333 url(arrow_over.gif) 190px 7px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#990000; color:#ffffff;}
#nav li:hover ul.sub li a.fly:hover
{background:#999999 url(arrow_over.gif) 190px 7px no-repeat; color:#000000;}

#nav li:hover ul li:hover > a.fly {background:#999999 url(arrow_over.gif) 200px 7px no-repeat; color:#000000;} 

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:200px; top:-4px; background: #333333; padding:3px; border:1px solid #999999; white-space:nowrap; width:230px; z-index:400; height:auto;}

/*SETTINGS START HERE*/


	
	body {
		font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
		font-size:11px;
		background-image:url(../images/back.jpg);
		background-repeat:repeat;
		background-attachment: fixed;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #ffffff;
		background-color:#ffffff;
		}
	
		a:visited {
			color:#000000;
			text-decoration:none;
			border:0px;
			}
	
		a:link {
			color:#000000;
			text-decoration:none;
			border:0px;

			}
	
		a:hover {
			color:#ff00ff;
			text-decoration:none;
			border:0px;
			}

/*TEXT START HERE*/


		.title {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:16px;
			font-weight:bold;
			color:#000000;
			}

		.daycare {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:14px;
			font-weight:normal;
			color:#000000;
			}

		.sub {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:14px;
			color:#000000;
			font-weight:bold;
			}
			
					.blue {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:14px;
			color:#ffcc00;
			font-weight:bold;
			}
			
					.italic {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:14px;
			color:#000000;
			font-style:italic;
			}
			
								.bolditalic {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:14px;
			font-style:italic;
			font-weight:bold;
			color:#FF6699;
			}
								.italiccolor {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:16px;
			color:#CC0000;
			font-style:italic;
			}
								.pinkbold {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:20px;
			color:#ff99ff;
			font-weight:bold;
			}
											.bolditaliclg {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:24px;
			font-style:italic;
			font-weight:bold;
			color:#ff99ff;
			}
			
/*TEXT END HERE*/



/*SETTINGS END HERE*/

/*CONTAINER STARTS HERE*/

		.container #main {
			margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
			border:none;
			text-align: left; /* this overrides the text-align: center on the body element. */
			height:auto;
			width:930px;
			}	
			
			#header {
					height:246px;
					width:930px;
					margin-top:0px;
					position:relative;
					}
			
				#menu {
					height:25px;
					font-size:14px;
					color:#000000;
					width:930px;
					margin-top:0px;
					position:relative;
					text-align:left;
					}
	
/*CONTENT BEGINS HERE*/	
				#content {
					background-image:url(../images/back.png);
					background-repeat:repeat;
					padding-left:15px;
					padding-right:15px;
					width:899px;
					min-height:650px;
					max-height:auto;
					margin-top:-1px;
					font-size:14px;
					color:#000000;
					position:relative;
					border:0px solid #999999;

					}
					
				#content2 {
					padding-left:15px;
					padding-right:15px;
					width:894px;
					min-height:800px;
					max-height:auto;
					margin-top:20px;
					font-size:14px;
					color:#000000;
					position:absolute;
					border:0px solid #999999;

					}
					

							#content a:visited {
								color:#CC0000;
								text-decoration:none;
								}
	
							#content a:link {
								color:#CC0000;
								text-decoration:none;
								}
	
							#content a:hover {
								color:#000000;
								text-decoration:none;
								}
								
#group1 {
					height:auto;
					width:530px;
					margin-top:35px;
					margin-left:25px;
					font-size:11px;
					color:#000000;
					position:absolute;

					}	
					
										#group3 {
	width:235px;
	height:auto;
	margin-left:600px;
	margin-top:35px;
	padding:0 0 0 0px;
	border:0px solid #000000;
	font-size:12px;
	color:#A0A0A0;
	position:absolute;

					}
					
					
													
								#group6 {
	width:850px;
	height:auto;
	margin-left:25px;
	margin-top:35px;
	padding:0 0 0 0px;
	border:0px solid #ffffff;
	font-size:12px;
	color:#003366;
	position:absolute;


					}

/*CONTENT ENDS HERE*/
					
				#address {
	height:20px;
	width:930px;
	font-size:11px;
	color:#000000;
	position:relative;
	text-align:center;

					}					
					



/*CONTAINER ENDS HERE*/
