@import url(base.css);

/* Layout */
#home-banner {	 height: 283px; border:0px solid #000000; padding: 32px 0px 0px 23px; }

#home-promos { 	
	float: right; 
	width: 175px; 
	padding-bottom: 3270px; 
	margin-bottom: -3270px;
	border:0px solid #000000;
	background: url(../images/home-promo-bk.gif) repeat;
	color: #A7D2B6;   
}

#home-copy { 
	margin-right: 175px;
	border:0px solid #000000;
	padding: 25px 35px 0px 37px;
	  
}

#home-top-copy { 
	border:0px solid #000000;
	background: url(../images/childspecial.gif) no-repeat;
	padding-top: 130px;
	  
}

#home-schedule {
	padding-top: 20px;
	line-height: 14px;
	background: url(../images/home-divider.gif) no-repeat;

}


/* Start Opera 8 Fix - Thanks to Alex Robinson */
@media all and (min-width: 0px) {
	#home-promos
		{
		padding-bottom: 0;
		margin-bottom: 0; 
		}
	#home-promos:after
		{
		content: '[DO NOT LEAVE IT IS NOT REAL]';
		display: block;
		background: inherit;
		padding-top: 32767px;
		margin-bottom: -32767px;
		height: 0;
		}
}

/* Style */
#content .border { background: url(../images/banner.jpg) top left no-repeat; }

#divider { 	padding: 15px 0px 20px 0px; }

.home-location { color: #006b2b; font-size: 12px; font-weight: bold; }

.top { color: #006B2B; font-size: 11px;  }
.top a{ color: #006B2B; font-size: 11px;  text-decoration: underline; }
.top a:hover{ text-decoration: none; }
