@charset "utf-8";
/* CSS Document */
/*	------------------------------------------
	Layout
	----------------------------------------*/
html{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ccc;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #fff;
	min-height: 100%;
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
	background-image: url(../images/tower_middle.png);
	background-repeat: repeat-y;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}
#wrapper_2 {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	min-height: 100%;
}
#header {
	width: 800px;
	overflow: hidden;
	height: 100px;
}
#nav {
	width: 300px;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../images/nav/tower_nav.jpg);
	background-repeat: no-repeat;
	float: left;
}
#content_wrapper {
	width: 500px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: none;
	float: left;
}
#content_wrapper #content {
	width: 380px;
	margin: 0px;
	padding: 0px 60px;
	overflow: hidden;
	background-image: url(../images/content_bg_middle.png);
	background-repeat: repeat-y;
}
#footer {
	width: 800px;
	min-height: 60px;
	background-color: #239f12;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
	text-align: right;
	margin: 0px;
	padding: 35px 0px 10px 0px;
}
/*	-------------------------------------------
	Header Styles
	-----------------------------------------*/
#header #contact_box {
	width: 245px;
	height: 100px;
	float: right;
	background-image: url(../images/contact_corner.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#header #contact_box .phone {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin: 10px 20px;
	padding: 0px;
	display: none;
}
#header #contact_box .address {
	font-size: 16px;
	text-align: right;
	margin: 5px 20px;
	padding: 0px;
	display: none;
}
/*	-------------------------------------------
	Nav Styles
	-----------------------------------------*/
#nav a:link, #nav a:active, #nav a:visited {
	margin: 0px;
	padding: 0px;
	width: 300px;
	overflow: hidden;
	display: block;
	background-image: url(../images/nav/two_towers.jpg);
	background-position: 0 0;
} #nav a:hover {
	cursor: pointer;
}
#nav a.index {
	height: 85px;
	background-position: 0 0;
} #nav a.index:hover, #nav a#cp_index {
	background-position: -300px 0px;
}
#nav a.preschool {
	height:62px;
	background-position:0px -85px;
} #nav a.preschool:hover, #nav a#cp_preschool {
	background-position:-300px -85px;
}
#nav a.program {
	height: 62px;
	background-position: 0px -147px;
} #nav a.program:hover, #nav a#cp_program {
	background-position: -300px -147px;
}
#nav a.our_center {
	height: 67px;
	background-position: 0px -209px;
} #nav a.our_center:hover, #nav a#cp_our_center {
	background-position: -300px -209px;
}
#nav a.summer_camp {
	height: 90px;
	background-position: 0px -276px;
} #nav a.summer_camp:hover, #nav a#cp_summer_camp {
	background-position: -300px -276px;
}
#nav a.registration_forms {
	height: 93px;
	background-position: 0px -366px;
} #nav a.registration_forms:hover, #nav a#cp_registration_forms {
	background-position: -300px -366px;
}
#nav a.contact_us {
	height: 59px;
	background-position: 0px -459px;
} #nav a.contact_us:hover, #nav a#cp_contact_us {
	background-position: -300px -459px;
}

/*	-------------------------------------------
	Footer Styles
	-----------------------------------------*/
#footer p {
	margin: 10px 20px;
	text-align: center;
	color: #fff;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
} #footer a:hover {
	color: #ff0;
	text-decoration: underline;
}
/*	-------------------------------------------
	Program Page Styles
	-----------------------------------------*/
.collage {
	background-image:url(../images/preschool_collage.png);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:519px;
}
/*	-------------------------------------------
	Program Page Styles
	-----------------------------------------*/
ul#school_list {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	list-style-position: inside;
	overflow: hidden;
}
ul#school_list li {
	margin: 5px 0px;
	padding: 0px 10px;
	width: 160px;
	float: left;
}
/*	-------------------------------------------
	Summer Camp Page Styles
	-----------------------------------------*/
ul#camp_list {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	list-style-position: inside;
	overflow: hidden;
}
ul#camp_list li {
	margin: 5px 0px;
	padding: 0px 10px;
	width: 160px;
	float: left;
}
/*	-------------------------------------------
	Contact Us Page Styles
	-----------------------------------------*/
.row_wrapper {
	overflow: hidden;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.c_left {
	font-weight: bold;
	width: 160px;
	float: left;
	margin: 5px 0px;
	padding: 0px;
}
.c_right {
	width: 220px;
	float: right;
	margin: 5px 0px;
	padding: 0px;
}
/*	-------------------------------------------
	Other Styles
	-----------------------------------------*/
h1 {
	display: none;
	visibility: hidden;
}
h2 {
	/*
	text-align: center;
	margin: 0px 10px 10px 10px;
	*/
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	color: #12810f;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #06f;
}
img, a img {
	border: none;
}
p {
	text-align: justify;
}
.left {
	float: left;
}
a:link, a:visited, a:active {
	color: #090;
} a:hover {
	color: #00c;
	color: #069;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}