/*----------------------- document setup/defaults --------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0px; padding: 0px; }

p, h1, h2, h3 { margin-bottom: 10px; }

a img { border: 0px; }

a { text-decoration: none; color: #D61D23; }

a:hover { text-decoration: underline; }

body  {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	background: url(/images/bg-gradient.jpg) repeat-x #0062c2;
	margin: 0px;
	color:#7d7d7d;
	line-height:18px;	
}

.spacer {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}



/* Welcome Splash Page */

.welcome {
	background-image:url(/images/splash/splash-bg.jpg);
	background-repeat:no-repeat;
	width:944px;
	height:778px;
	position:relative;
	margin: 0px auto;
	border:1px solid #006ac3;
	border-top: 0px;
}

.welcome .kids, .welcome .teachers {
	display: block;
	position:absolute;
	width:168px;
	height:168px;
	left:507px;	
}

.welcome .kids { top:259px; background: url(/images/splash/kids.gif) no-repeat; }
.welcome .kids:hover { background-image:url(/images/splash/kids-hover.gif); }

.welcome .teachers { top:443px; background: url(/images/splash/teachers.gif) no-repeat; }
.welcome .teachers:hover { background: url(/images/splash/teachers-hover.gif) no-repeat; }


