@charset "UTF-8";

/* CSS Document */

/* *** TAG STYLES *** */

body {
	padding: 0;
	margin: 0;
	color: #000000;
	line-height: 20px;
	background-color: #000066;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}


hr {
	color: #010066;
	
}


h1 {
	color: #000066;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h2 {
	color: #cc6600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h3 {
	color: #990033;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
h4 {
	color: #000066;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h5 {
	color: #ff6600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h6 {
	color: #99CC00;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #990033;
	text-decoration: underline;
}

a:hover {
	color: #990033;
}

/* *** STRUCTURAL ID STYLES *** */

#container {
	width: 100%;
	background: #990033 url(images/rightColBack.jpg) no-repeat right 74px;
	float: left;
	font-size: 0.85em;
	line-height: 14px;
}

#masthead {
	width: 100%;
	height: 90px;
	padding: 0;
	margin: 0;
	background: #000066 url(images/masthead.jpg) no-repeat right bottom;
	float: left;
}

#content {
	width: 900px;
	float: left;
	clear: both;
	background-position: 0;
}

#leftcol {
	width: 430px;
	float: left;
	display: inline;
	border-right: 1px dashed #514b39;
	background: #c0d863 url(images/scribblesfrontArt.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
}

#leftcolInfants {
	width: 415px;
	float: left;
	display: inline;
	border-right: 1px dashed #514b39;
	background: #c0d863 url(images/infantsLeft.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
}

#leftcolPrek {
	width: 300px;
	float: left;
	display: inline;
	border-right: 1px dashed #514b39;
	background: #c0d863 url(images/prekLeft.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
}

#leftcolTwos {
	width: 415px;
	float: left;
	display: inline;
	border-right: 1px dashed #514b39;
	background: #c0d863 url(images/twosLeft.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
}


#leftcolToddlers {
	width: 415px;
	float: left;
	display: inline;
	border-right: 1px dashed #514b39;
	background: #c0d863 url(images/toddlersLeft.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
}

#leftcolK {
	width: 415px;
	float: left;
	display: inline;
	border-right: 1px dashed #514b39;
	background: #c0d863 url(images/kinderLeft.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
}


#leftcol_philosophy {
	width: 300px;
	float: left;
	display: inline;
	border-right: 1px dashed #514b39;
	background: #c0d863 url(images/philosophyLeft.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
}

#leftcol_enroll {
	width: 300px;
	float: left;
	display: inline;
	border-right: 1px dashed #514b39;
	background: #c0d863 url(images/enrollLeft.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
}

#leftcol_contact {
	width: 300px;
	float: left;
	display: inline;
	border-right: 1px dashed #514b39;
	background: #c0d863 url(images/contactLeft.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
}

#rightcol {
	width: 409px;
	height: 440px;
	background: #ffffff no-repeat right top;
	float: left;
	display: inline;
	margin: 0;
	padding: 30px;
	vertical-align: middle;
}

#rightcolContact {
	width: 450px;
	height: 440px;
	background: #ffffff no-repeat right top;
	float: left;
	display: inline;
	margin: 0;
	padding: 30px;
	vertical-align: middle;
}

#rightcolPrek {
	width: 520px;
	height: 440px;
	background: #ffffff no-repeat right top;
	float: left;
	display: inline;
	margin: 0;
	padding: 30px;
	vertical-align: middle;
}

#gifttable {
	border: 2px solid #f8bbc7;
}

#gifttable td {
	border-style: none;
}

#footer {
	width: 100%;
	height: 30px;
	clear: both;
	float: left;
	display: inline;
	background-color: #660000;
	color: #FF9900;
	text-align: center;
	vertical-align: middle;
}

/* *** NAVIGATION STYLES *** */

ul#mainnav {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 64px 0 0;
}

ul#mainnav li {
	float: left;
	width: 100px;
	text-align: center;
	height: 25px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #000066;
}

ul#mainnav li a:link, ul#mainnav li a:visited {
	text-decoration: none;
	color: #990033;
	font-size: 12px;
	font-style:normal;
	text-transform: lowercase;
	line-height: 25px;
	background-image: url(images/navup.gif);
	height: 25px;
	width: 100px;
	display: block;
}

ul#mainnav li a:hover {
	background-image: url(images/navover.gif);
}

/* *** CLASS STYLES *** */

.smallItalic {
	font-size: 0.8em;
	font-style: italic;
	text-decoration: none;
	color: #990033;
	color: #990033;
}

