/* these are rules that override the default stylesheet
*  plus additional rules that pertain only to the home page
*/

@media screen, projection, print {
.BeNiceToMacIE5 {  /* reveal @media rules to MacIE */
	font-family: "\"}\"";
	font-family: inherit;
}

/* kids/teens page overrides for #midsection rules */
.kids #midsection {
	background-image: url(images/kids-midsection-bg-middle.gif);
}
.kids #midsection .inner {
	padding-top: 0;
}
/* similar to default .inner rules, for home page only */
.kids #main {
	clear: both;
	width: 100%;
	margin-top: -5px;  /* overlay bottom of welcome box */
	padding-top: 18px; /* bg img height */
	background-image: url(images/kids-main-bg-top.gif);
	background-repeat: no-repeat;
	overflow: hidden;  /* auto stretches float container */
	zoom: 1; /* auto stretch for IE */
}



/* 2-col welcome area above the .main content area */
/* home page additions/overrides */
.kids #welcometext {
	width: 500px;
	float: left;
	margin: 5px 0 0 15px;
	min-height: 180px;
	padding-bottom: 1px 0; /* avoid margin-collapse */
	display: inline;   /* for IE double margin bug */
}
.kids #welcometext h2 {
	margin: 0;
}
.kids #welcometitlebox {
	background-image: url(images/home-welcome-bg-middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.kids #welcometitlebox .inner2 {
	background-image: url(images/home-logo.gif);
	background-position: 218px 50%;
	background-repeat: no-repeat;
}
.kids #welcometitlebox .inner3 {
	background-image: url(images/home-welcome-bg-top.gif);
	background-repeat: no-repeat;
	overflow: hidden; /* auto stretch float container */
	zoom: 1; /* auto stretch for IE */
}
.kids #telfax {
	padding-top: 13px; /* extra for border */
	padding-bottom: 6px; /* extra for border */
}
.kids #dayshoursemail {
	padding-top: 6px;
	padding-bottom: 10px; /* extra, too */
}
.kids #dayshours {
	padding: 5px 0 5px 10px;
	border-top: 5px solid #841C75; /* purple divider */
}
.kids #dayshours table {
	border-collapse: collapse;
	width: 100%;
}
.kids #dayshours td {
	width: 50%;
	vertical-align: top;
	padding: 0;
	font-size: 90%;
}
.kids #dayshours caption {
	font-weight: bold;
	text-align: left;
}



/* .main content area */
/* kids page overrides */

/* left column */
.kids #menubox {
	padding-top: 5px;
}

/* right 2 columns */
.kids #pagebody {
	background-image: url(images/kids-midsection-bg-bottom-corner.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	zoom: 1;
}

.kids #pagebody a {
	background: transparent;
	color: #000;
}
.kids #pagebody a:hover,
.kids #pagebody a:focus,
.kids #pagebody a:active {
	background: transparent;
	color: #fff;
}

.kids #pagecontents {
	background-image: none;
	padding: 5px;     /* clear borders only */
	overflow: hidden; /* auto stretch to hold floated columns */
	zoom: 1;
}
.kids #pageleft {
	width: 252px;
	float: left;
	padding-bottom: 292px; /* for jumping kid img */
}
.kids #pageright {
	width: 252px;
	float: right;
}


.kids #preschool {
	clear: left;
	float: left;
	background: #A469AC url(images/kids-midsection-bg-divider.gif) left bottom no-repeat; /* purple */
	color: #000;
	padding-bottom: 13px; /* for divider img */
	display: inline;   /* for IE double margin bug */
}

.kids #schoolage {
	clear: right;
	float: right;
	background: #0099FF; /* blue */
	color: #000;
	display: inline;   /* for IE double margin bug */
}

.kids #teens {
	clear: left;
	float: left;
/*	margin-bottom: 292px; /* space for jumping kid img */
	display: inline;      /* for IE double margin bug */
	background: #F27E21;  /* orange */
	color: #000;
}

.kids #books {
	clear: right;
	float: right;
	background: #DD5AA1 url(images/kids-midsection-bg-divider.gif) left top no-repeat; /* magenta */
	color: #000;
	padding-top: 13px; /* for divider img */
	display: inline;   /* for IE double margin bug */
}
.kids #books h2 {
	text-align: right;
}

.kids #tut {
	clear: right;
	float: right;
	background: #49B748 url(images/kids-midsection-bg-divider.gif) left top no-repeat; /* green */
	color: #000;
	padding-top: 13px; /* for divider img */
	display: inline;   /* for IE double margin bug */
	text-align: right;
}
.kids #tutbox h2 img {
	float: left;
	clear: left;
	margin-right: 10px;
}
.kids #tutbox div {
	font-size: 175%;
}
.kids #tutbox div small {
	margin-top: 5px; /* added by DD for TUT image bottom  */
	display: block;
	font-size: 60%;
}


/* center col boxes */
.kids #preschoolbox,
.kids #teensbox {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	padding: 5px 10px;
}

/* right col boxes */
.kids #schoolagebox,
.kids #booksbox,
.kids #tutbox {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	padding: 5px 10px;
}




/* .upcoming is the generic box class for the colored blocks. Anything common to those blocks should go in a .upcoming selector, rather than the individual boxes. Then the change will apply to all at the same time. */
.upcoming {
	width: 252px;
	overflow: hidden; /* prevent IE6 auto stretching width */
}
.upcoming h2 {
	margin: 5px 0;
	font-size: 200%;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
}
.upcoming ul {
	margin-left: 0;
	padding-left: 15px;
	list-style: disc url(images/arrow_white.gif);
}
.upcoming li {
	margin-bottom: 1em;
}
.upcoming p {
/*	font-size: 85%; */
}

/* link colors in the home page boxes should be adjusted as needed for readability */
.upcoming a {
	/* uncomment to force upper case -> text-transform: uppercase; */
	background: transparent;
	color: #fff;
	padding-top: 5px;
	font-weight: bold;

}
.upcoming a:hover {
	color: #ddd;
}



/* left col navigation menu overrides */

.kids #menubox li,
.kids #menubox li.first {
	padding: 10px 0;
	border-bottom: 1px dotted #000;
	border-top-width: 0;
}
.kids #menubox li small {
	font-size: 80%;
}

/* footer overrides */
.kids #footer {
	background-image: url(images/kids-midsection-bg-bottom.gif);
}


} /* end screen rules */

