/* null margins and padding to give good cross-browser baseline */
html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
	margin:0;
	padding:0;
}

img,fieldset {
	border:none;
}

hr,
h1 small span {
	/* hide elements that are for non-css and/or non-screen users */
	display:none;
}

.plate {
	display:block;
	margin:0 auto 1em;
}

.leadingPlate {
	float:left;
	margin:0 0 1em 1em;
}

.trailingPlate {
	float:right;
	margin:0 1em 1em 0;
}

body {
	text-align:center; /* center #pageWrapper IE 5.x */
	font:normal 100%/150% "trebuchet ms",helvetica,sans-serif;
	background:#626F22;
}

* html body {
	/* get :hover and :focus working in IE6- */
	behavior:url(csshover3.htc);
}

#pageWrapper {
overflow:hidden;
	width:968px;
	margin:0 auto;
	background:#FFF;
	border:solid #59C;
	border-width:0 2px;
}

h1 {
	position:relative;
	padding:65px 320px 65px 0;
	zoom:1; /* holly hack, trip haslayout and fix IE positioning bug */
	text-align:center;
	font:bold italic 40px/48px "trebuchet ms",helvetica,sans-serif;
}

h1 small {
	display:block;
	font:bold italic 24px/32px "trebuchet ms",helvetica,sans-serif;
}

h1 span {
	position:absolute;
	top:0;
	left:0;
	width:968px;
	height:210px;
	background:url(/images/logo.png) 0 0 no-repeat;
}

h2 {
	font:bold 140%/120% "trebuchet ms",helvetica,sans-serif;
	padding-bottom:0.5em;
}

h2.headline {
	font:bold 38px/40px "trebuchet ms",helvetica,sans-serif;
	padding-bottom:8px;
}

h2.headline small {
	display:block;
	font:bold 24px/28px "trebuchet ms",helvetica,sans-serif;
	color:#666;
}

p {
	padding-bottom:1em;
}

a {
	color:#179;
}

a:visited {
	color:#057;
}

a:active,
a:focus,
a:hover {
	color:#057;
	text-decoration:none;
}

#enterOurWorld {
	position:relative; /* depth sort over H1 */
	float:right;
	display:inline; /* prevent IE margin doubling */
	width:300px;
	margin:-120px 10px 0 0;
	text-align:center;
	font:normal 14px/18px "trebuchet ms",helvetica,sans-serif;
}

#enterOurWorld h2 {
	font:bold 16px/24px "trebuchet ms",helvetica,sans-serif;
	padding-bottom:0;
}

#features {
	overflow:hidden;
	list-style:none;
	padding:16px 0;
	text-align:center;
	text-transform:uppercase;
	font:bold 20px/24px arial,helvetica,sans-serif;
	color:#666;
}

#features li {
	display:inline;
	padding:0 12px 0 28px;
	background:url(/images/featureDividers.png) 0 0 no-repeat;
}

#features li.languages {
	background:none;
	padding-left:12px;
}

#features li.art {
	background-position:0 -23px;
}

#features li.music {
	background-position:0 -47px;
}

#features li.culture {
	background-position:0 -71px;
}

#features li.math {
	background-position:0 -95px;
}

#features li.science {
	background-position:0 -119px;
}

#features li.writing {
	background-position:0 -143px;
}

#mainMenu {
	list-style:none;
	padding-left:34px;
	height:56px;
	text-align:center;
	font:bold 18px/24px "trebuchet ms",helvetica,sans-serif;
	background:#600;
}

#mainMenu li {
	position:relative;
	float:left;
	width:180px;
	height:56px;
	overflow:hidden;
}

#mainMenu li a {
	display:block;
	padding:16px;
	text-decoration:none;
	color:#FFF;
}

#mainMenu li:hover {
	overflow:visible;
}

#mainMenu ul {
	list-style:none;
	position:absolute;
	top:56px;
	left:50%;
	width:240px;
	margin-left:-120px;
	background:#600;
	border:1px solid #FFF;
}

#mainMenu ul li {
	width:240px;
	height:auto;
}

#mainMenu ul ul {
	top:-1px;
	left:240px;
	margin-left:0;
}

#mainMenu li:hover a {
	background:#808;
}

#mainMenu li:hover li a {
	background:#600 center right no-repeat;
}

#mainMenu li li:hover a {
	background:#808 center right no-repeat;
}

#mainMenu li li:hover li a {
	background:#600 center right no-repeat;
}

#mainMenu li li li:hover a {
	background:#808 center right no-repeat;
}


#mainMenu a span {
	display:inline-block;
	width:12px;
	height:24px;
	vertical-align:top;
	background:url(/images/downArrow.gif) center right no-repeat;
}

#mainMenu li li a {
	position:relative;
	zoom:1; /* trip haslayout */
}

#mainMenu li li span {
	position:absolute;
	top:50%;
	margin-top:-12px;
	right:0;
	background-image:url(/images/rightArrow.gif);
}

.standout {
	padding:16px 76px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	font:bold 24px/32px "trebuchet ms",helvetica,sans-serif;
	background:url(/images/standoutBackground.png) center center no-repeat;
}

.standout small {
	display:block;
	font-weight:normal;
}

.standout b {
	font-size:28px;
}

#banner {
	text-align:center; /* center img IE 5.x */
	margin-bottom:16px;
}

#banner a {
	display:inline-block;
}

#banner img {
	display:block;
	margin:0 auto;
}

#banner img,
.imageLinks img {
	padding:7px;
	border:1px solid #BBB;
	-moz-box-shadow:1px 1px 8px #BBB;
	-webkit-box-shadow:1px 1px 8px #BBB;
	box-shadow:1px 1px 8px #BBB;
}

#banner a:active img,
#banner a:focus img,
#banner a:hover img,
.imageLinks a:active img,
.imageLinks a:focus img,
.imageLinks a:hover img {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

#content {
	overflow:hidden; /* wrap floats */
	zoom:1; /* trip haslayout, fix IE after float bug */
	text-align:left;
	padding:0 16px;
}

#content ul {
	padding:0 0 1em 2em;
}

.sideBar {
	float:left;
	display:inline; /* prevent IE margin doubling */
	width:320px;
        margin-top:75px;
}

.sideBar h2 {
	text-align:center;
	font:bold 22px/24px "trebuchet ms",helvetica,sans-serif;
}

.sideBar p {
	margin-left: 10px;
}

.sideBar .readMore {
	display:block;
	text-align:right;
	padding:0 16px 1em;
}

.nextToSideBar {
	overflow:hidden; /* prevent drop under float */
	zoom:1; /* trip haslayout , prevent drop IE*/
	padding-left:16px;
}

.tuitionSpecial {
	overflow:hidden;
	width:100%; /* trip haslayout, wrap floats IE */
	clear:both;
	padding-bottom:32px;
	margin-bottom:24px;
	background:url(/images/specialsDivider.png) bottom center no-repeat;
}

.tuitionSpecial img {
	float:left;
	padding:0 76px 0 60px;
}

.tuitionSpecial p {
	overflow:hidden; /* prevent wrapping under image */
	height:1%; /* trip haslayout for same reason */
}

.imageLinks {
	/*
		can't use overflow here because it will chop off the
		box-shadows, but floats will wrap floats so close enough
	*/
	float:left; 
	width:100%;
	padding-bottom:12px;
}

.imageLinks .kidsWorkExamples {
	float:left;
	display:inline;
	margin-right:8px; /* prevent IE margin doubling */
}

.imageLinks .philosophy {
	float:right;
}

.imageLinks .faceBook,
.imageLinks .earlyEducation {
	display:block;
}

.imageLinks .faceBook {
	margin-bottom:4px;
}

#footer {
	padding:56px 0 1em;
	color:#666;
	background:url(/images/specialsDivider.png) top center no-repeat;
}

#footer .address {
	font:normal 20px/24px "trebuchet ms",helvetica,sans-serif;
	color:#000;
}

#footer .address b {
	padding-left:1em;
}

#footer ul {
	list-style:none;
	padding:1em 0;
	font:bold 18px/20px "trebuchet ms",helvetica,sans-serif;
}

#footer li {
	display:inline;
}

#footer li a {
	padding:0 12px 0 6px;
	border-right:2px solid #666;
}

#footer li.last a {
	padding:0 2px;
	border:none;
}

.credits a {
	color:#444;
}
