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

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-top: 20px;
}

#container {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#content_container {
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);
	background-color: #b3d67d;
	margin: 0px;
	padding: 0px;

}
#title h1 {
	font-weight: normal;
	font-size: 25px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80ac3c;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#text h1, #calendar h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 27px;
}
#calendar h1 a {
	color: #000;
	text-decoration: none;	
}
#header_container {
	background-color: #f8adae;
	position: relative;
	height: 115px;
	margin: 0px;
	
}
#navigation {
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	width: 650px;
	margin-left: 315px;
	margin-top: 40px;
}
#logo {
	float: left;
	width: 300px;
	margin-top: -17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav_contact {
	height: 32px;
	width: 500px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #feefab;
	font-size: 13px;
	font-weight: 700;
	color: #1881ac;
	text-align: center;
	line-height: 32px;
	box-shadow: 1px 1px 3px 1px rgba(198,109,94,0.4);
	position: absolute;
	top: -7px;
	left: 375px;
}
#nav_contact a {
	color: #1881ac;
}
#navigation ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	display: block;
	position: relative;
	float: left;
	z-index: 999;
}
#navigation li ul { display: none; }
#navigation ul li a {
	display: block;
	text-decoration: none;
	margin-left: 0px;
	width: 99px;
	padding-top: 15px;
	color: #000;
	text-align: center;
	height: 35px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 15px;
	transform: rotate(2deg);
	-ms-transform: rotate(2deg); /* IE 9 */
	-moz-transform: rotate(2deg); /* Firefox */
	-webkit-transform: rotate(2deg); /* Safari and Chrome */
	-o-transform: rotate(2deg); /* Opera */
	font-weight: bold;
	font-size: 13px;
	box-shadow: 1px 1px 3px 1px rgba(198,109,94,0.4);

}
#navigation ul li a:hover { background-color: #fff;
	color:#f8adae;	}

#navigation li:hover ul {
  display: block;
  position: absolute;
 
}
#navigation li:hover li {
  float: none;
  font-size: 11px;
  
}
#navigation li:hover a { background: #feefab;
color:#000; }
#navigation ul ul a {
	
	height: 25px;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-moz-transform: rotate(0deg); /* Firefox */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	-o-transform: rotate(0deg);
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 12px;
	
}
#navigation li:hover li a:hover { background: #5abae9;
color:#fff }

h3
{
	padding: 0px;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	width: 99px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#home 
{background-color:#b4d9e8;
}

#about {
	background-color: #feefab;
}
#calendar_nav  {
	background-color: #b3d67c;
}
#fees  {
	background-color: #5abae9;
	}
#contact  {
	background-color: #f8e1e1;
}
#parents  {
	background-color: #b4d9e8;
}
#yellow {
	background-color: #feefab;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 935px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
#slider_box {
	width: 935px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);
}
#editable {
	height: ;
	margin-bottom: 10px;
}
#text {
	float: left;
	width: 455px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);
	background-color: #feefab;
	padding: 10px;
}
#calendar {
	float: left;
	width: 420px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);
	background-color: #fff;
	padding: 10px;
}
p {
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#text p a {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: #f8adae;
	box-shadow: 1px 1px 3px 1px rgba(198,109,94,0.4);
	transform: rotate(2deg);
	-ms-transform: rotate(2deg); /* IE 9 */
	-moz-transform: rotate(2deg); /* Firefox */
	-webkit-transform: rotate(2deg); /* Safari and Chrome */
	-o-transform: rotate(2deg); /* Opera */
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#text p a:hover {
	background-color:#b4d9e8;
}

#outerdiv
{
width:430px;
height:158px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top:-225px;
left:-30px;
width:460px;
height:500px;
}
#breadcrumbs {
	float: left;
	font-size: 12px;
	color: #406900;
	width: 200px;
	margin-right: -30px;
	margin-bottom: 20px;
	position: absolute;
	top: 10px;
	left: 25px;
}
#title {
	position: relative;
}
#breadcrumbs a {
	color: #000;
}
#left_nav {
	float: left;
	width: 175px;
	background-color: #d9ebbe;
	
	padding-left: 15px;
	
}
#legal {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	right: 0px;
	text-align: right;
}
#legal a {
	color: #000;
	font-size: 13px;
}
#legal a:hover {
	color: #5abae9;
}
#copyright {
	float: left;
	text-align: right;
	font-size: 13px;
	width: 614px;
}
#first_aid {
	float: left;
	width: 150px;
}
#health {
	float: left;
	width: 150px;
}
#left_nav h2 {
	font-weight: lighter;
	font-size: 22px;
	margin-top: 15px;
}
#left_nav a {
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 17px;
	font-weight: lighter;
	height: 20px;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-moz-transform: rotate(0eg); /* Firefox */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	-o-transform: rotate(0deg); /* Opera */
	box-shadow: none;
	text-decoration: none;
	color: #000;
}
#left_nav a:hover {
	background-color:transparent;
	color:#f8adae;
}
#left_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left_nav p {
	color: #1881ac;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
}
#page_content {
	background-color: #c6e09e;
	height:100%;
	overflow: hidden;
}
#page_images {
	width: 250px;
	padding: 0px;
	margin-right: 15px;
	float: left;
}
#fee_image {
	width: 200px;
	position: absolute;
	left: 730px;
	top: 250px;
}
#page_images img {
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);
	margin-top: 10px;
	padding-bottom: 0px;
}

#page_text {
	width: 485px;
	float: left;
	
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	
}
#page_text2 {
	width: 485px;
	float: left;
	height: 370px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#page_text h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#page_text p {
	margin-bottom: 15px;
}
#page_text a {
	text-decoration: none;
	font-weight: bold;
	color: #1881ac;
}
#page_text ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#page_text ul li {
	margin-bottom: 5px;
}

.routine{
	margin: 0px;
	padding: 0px;
}
.fees {
	text-align: center;
	font-size: 15px;
}

.fees h2 {
	color: #fff;
	font-size: 18px;

}
.fees p {
	color: #fff;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
}

.fees_right {
	text-align: right;
	padding: 5px;
	font-weight: bold;
}
.fees_right span {
	font-size: 13px;
	font-weight: normal;

}
