@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
	background-repeat: repeat-x;
	background-position: top;
	background-image:url(images/sitebk.jpg);
	background-color:#119853;
	background-attachment: scroll;
}

#container {
	width:100%;
	min-height:900px;
	
}

#container_inner {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1105px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#left {
	width:525px;
	min-height:900px;
	float:left;
}

#right {
	width:550px;
	min-height:900px;
	float:right;
	
}

#menu {
	width:465px;
	height:525px;
	text-align:center;
	background-image:url(images/menu_bk.png);
	background-repeat:no-repeat;
	float:left;
}

#menu_welcome {
	position:absolute;
	width:100px;
	height:20px;
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	font-weight:bold;
	left:125px;
	top:40px;
}

#menu_welcome a {
	text-decoration:none;
	color:#FFFFFF;
	text-shadow: 0px 0px;
}

#menu_welcome a:hover {
	text-decoration:none;
	color:#F00;
	text-shadow: 0px 0px 5px #000;
}

#menu_philosophy {
	position:absolute;
	width:100px;
	height:20px;
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	font-weight:bold;
	left:217px;
	top:75px;
}

#menu_philosophy a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu_philosophy a:hover {
	text-decoration:none;
	color:#F00;
	text-shadow: 0px 0px 5px #000;
}

#menu_parentcenter {
	position:absolute;
	width:120px;
	height:20px;
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	font-weight:bold;
	left:25px;
	top:150px;
}

#menu_parentcenter a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu_parentcenter a:hover {
	text-decoration:none;
	color:#F00;
	text-shadow: 0px 0px 5px #000;
}

#menu_viewourschool {
	position:absolute;
	width:60px;
	height:80px;
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	left:325px;
	top:75px;
}

#menu_viewourschool a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu_viewourschool a:hover {
	text-decoration:none;
	color:#F00;
	text-shadow: 0px 0px 5px #000;
}

#menu_testimonials {
	position:absolute;
	width:100px;
	height:20px;
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	left:190px;
	top:165px;
}

#menu_testimonials a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu_testimonials a:hover {
	text-decoration:none;
	color:#F00;
	text-shadow: 0px 0px 5px #000;
}

#menu_admissions {
	position:absolute;
	width:100px;
	height:20px;
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	left:320px;
	top:175px;
}

#menu_admissions a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu_admissions a:hover {
	text-decoration:none;
	color:#F00;
	text-shadow: 0px 0px 5px #000;
}

#menu_comparequality {
	position:absolute;
	width:80px;
	height:50px;
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	left:65px;
	top:205px;
}

#menu_comparequality a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu_comparequality a:hover {
	text-decoration:none;
	color:#F00;
	text-shadow: 0px 0px 5px #000;
}

#menu_curriculum {
	position:absolute;
	width:100px;
	height:20px;
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	left:335px;
	top:225px;
}

#menu_curriculum a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu_curriculum a:hover {
	text-decoration:none;
	color:#F00;
	text-shadow: 0px 0px 5px #000;
}

#menu_aboutus {
	position:absolute;
	width:80px;
	height:50px;
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	left:68px;
	top:275px;
}

#menu_aboutus a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu_aboutus a:hover {
	text-decoration:none;
	color:#F00;
	text-shadow: 0px 0px 5px #000;
}

.menu_drop  {
	font-size:10px;
	background:#119855;
	color:#FFFFFF;
	padding:5px;
	visibility:hidden;
}

#contact {
	float:left;
	width:465px;
	height:400px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	margin-bottom:20px;
}

#contact h1 {
	font-size:24px;
}

#contact p {
	font-weight:bold;
}

#contact a {
	text-decoration:none;
	color:#FFF;
}

#contact a:hover {
	text-decoration:none;
	color:#F00;
	text-shadow: 0px 0px 5px #000;
}

#header {
	width:575px;
	height:135px;
	text-align:center;
	float:right;
}

#content {
	width:550px;
	min-height:300px;
	background:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:19px;
	border: 4px solid #006600;
	border-radius: 20px;
	-moz-border-radius: 20px;
	text-align:left;
	float:right;
	padding:10px;
	box-shadow: 2px 2px 5px 4px #333;
}

.content_img {
	border:solid #000 1px;
	margin-left:7px;
	margin-right:7px;
	margin-top:5px;
	margin-bottom:8px;
}

#content a {
	color:#030;
	text-decoration:none;
}

#content a:hover {
	color:#F00;
	text-decoration:none;
	font-weight: bold;
}

#content h1 {
	color:#006600;
}

#content h2 {
	color:#006600;
}

#content h3 {
	color:#006600;
}

.left {
	margin-left:6px;
}	

#footer {
	width:1100px;
	height:100px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;	
}

#footer p {
	font-weight:bold;
}

#footer a {
	text-decoration:none;
	color:#FFF;
}

#footer a:hover {
	text-decoration:none;
	color:#F00;
	text-shadow: 0px 0px 5px #000;
}
