@charset "UTF-8";
.background {
	background-repeat: repeat-x;
	background-image: url(images/gradient_background.jpg);
	background-color: #000000;
}

.backgroundlong {
	background-repeat: repeat-x;
	background-image: url(images/gradient_background_long.jpg);
	background-color: #0d0d0d;
}

.tanbackground {
	background-color: #DDD7CF;
}


.header {background-image: url(images/header.jpg);
	height:127px;
	width:766px;}

.gallery{
	background-image: url(images/gallery.jpg);
	height:221px;
	width:766px;
}

.footer{background-image: url(images/footer.jpg);
	height:48px;
	width:766px;}

.boxes #blue {
	background-image: url(images/large_blue_box.png);
	background-repeat: no-repeat;
	height:169px;
	width:454px;
	position: absolute;
	margin-top: 0px;
	background-position: top;
	margin-left: 10px;
	top: 410px;
}

.boxes #bluecolor {
	background-color:#4e9394;
	width:454px;
	float: left;
	margin-top: 0px;
	background-position: top;
	margin-left: 10px;
	top: 410px;
}

.boxes #blue_long {
	background-image: url(images/long_blue_box.png);
	background-repeat: no-repeat;
	height:570px;
	width:493px;
	position: absolute;
	margin-top: 0px;
	background-position: top;
	margin-left: 10px;
	top: 400px;
}

.boxes #blue_box{
	background-color: 4e9394;
	margin: 0px;
}

.boxes #blue_reallylong {
	background-image: url(images/verylong_blue_box.png);
	background-repeat: no-repeat;
	height:1040px;
	width:738px;
	position: absolute;
	margin-top: 0px;
	background-position: top;
	margin-left: 10px;
	top: 400px;
}

.boxes #blue_longnarrow {
	background-image: url(images/reallylong_blue_box.png);
	background-repeat: no-repeat;
	height:743px;
	width:493px;
	position: absolute;
	margin-top: 0px;
	background-position: top;
	margin-left: 10px;
	top: 400px;
}

.boxes #blue_long_wide {
	background-image: url(images/long_blue_box.png);
	background-repeat: repeat-y;
	height:570px;
	width:700px;
	position: absolute;
	margin-top: 0px;
	background-position: top;
	margin-left: 10px;
	top: 400px;
}

.boxes #smallblue{
	background-image: url(images/small_blue_box.png);
	height:200px;
	width:221px;
	margin-top: 0px;
	position:absolute;
	margin-left: 10px;
	top: 570px;
}

.boxes #video{
	background-image: url(images/video_blue_box.png);
	height:200px;
	width:221px;
	margin-top: 0px;
	position:absolute;
	margin-left: 240px;
	top: 570px;
}

.nav_background{
	background-image: url(images/nav/nav_background2.jpg);
	height: 43px;
}


.boxes #register{
	height:78px;
	width:247px;
	top: 0px;	
}

.boxes #title{
	padding-top: 7px;
	padding-left: 15px;
}

.mainpattern{
	background-image: url(images/main_pattern.jpg);
	height:361px;
	width:766px;
}

.mainpattern_long{
	background-image: url(images/main_pattern_long.jpg);
	height:604px;
	width:766px;
}
.mainpattern_reallylong{
	background-image: url(images/main_pattern_reallylong.jpg);
	height:1050px;
	width:768px;
}

.mainpattern_infinate{
	background-color: #083a3b;
	height:1700px;
	width:768px;
}

.mainpattern_home{
	background-image: url(images/main_pattern_long.jpg);
	height:200px;
	width:766px;
}

.rightbox #news{
	text-align: right;
	height:350px;
	padding-left: 450px;
	margin-top: -40px;
	vertical-align: top;
}

.rightbox #parents{
	text-align: right;
	float: right;
	padding-right: 40px;
	margin-left: 510px;
	margin-top: 0px;
	vertical-align: top;
}

.footer_text{
	left: 5px;
	top: 5px;
}

.form input {
	width:193px;
	height:18px;
	color: #383733;
	padding:2px 0 0 4px;
	line-height:11px;
	border:#acacab 1px solid;
	background-color:#c7d9dc;
	vertical-align:middle
}
.form textarea {
	width:218px;
	height:92px;
	color: #383733;
	overflow: auto;
	padding:2px 0 0 4px;
	border:#acacab 1px solid;
	background-color:#c7d9dc;
}

.clickimage{
cursor: pointer;}

