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


body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-image:url("../images/header_stripe.gif");
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	-webkit-text-size-adjust:none;
}


.subtext {
	font-size: 12px;
}

hr {
	margin: 0px 0px 20px 0px;
	background-color: #e4d9ef;
	height: 1px;
	border:0px
}

p {
	margin: 0px 0px 16px 0px;
}

a img {
	border: none;
}

a {
	color: #666;
	font-weight: bold;
	border: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666;
}



#container_home {
	width: 100%;
	margin: 0px;
	min-width: 950px;
	padding: 150px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: top center;
}

#home_content_wrapper {
	margin: 0px auto 0px auto;
	width: 920px;
}

#home_content {
	margin: 0px 25px 0px 440px;
	width: 455px;
	height: 0px;
}


#column_wrapper {
	position: relative;
	overflow: auto;
	margin: 405px auto 0px auto;
	padding: 30px 0px 10px 0px;
	width: 920px;
	background-image:url("../images/bg_columns.png");
   	background-repeat: repeat-x;
	background-position:top center;
	background-color: #fff;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	z-index: 2;
}

#column_wrapper a {
	line-height: 22px;
}

#column_wrapper p {
	margin:12px 0px 0px 15px;
}

#column1 {
   position: relative;
   float: left;
   left: 0px;
   width: 260px;
   padding: 0px 10px 40px 25px;
   /*background-image:url("../images/silhouette_toddler.png");
   background-position:160px 175px;
   background-repeat: no-repeat;*/
}

#column2 {
   position: relative;
   float: left;
   left: 0px;
   width: 275px;
   padding: 0px 10px 30px 10px;
   /*background-image:url("../images/silhouette_threes.png");
   background-position:160px 175px;
   background-repeat: no-repeat;*/
}

#column3 {
   position: relative;
   float: left;
   left: 0px;
   width: 275px;
   padding: 0px 10px 30px 10px;
   /*background-image:url("../images/silhouette_fours.png");
   background-position:160px 170px;
   background-repeat: no-repeat;*/
}

#column4 {
   position: relative;
   float: right;
   right: 0px;
   width: 200px;
   padding: 0px 25px 40px 10px;
   background-image:url("../images/silhouette_open.png");
   background-position:157px 155px;
   background-repeat: no-repeat;
}


.interior_content_wrapper {
	margin: 0px auto 0px auto;
	width: 920px;
	background-image:url("../images/bg_interiorcontent.gif");
	background-position: top center;
	background-repeat: repeat-y;
}

#classes_content {
	background-image:url("../images/bg_classes.jpg");
	background-position: 510px 60px;
	background-repeat: no-repeat;
}

#classes_content ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#classes_content li{
	background-image:url("../images/classes_thumb_waddlers.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0px 30px 115px;
}

#classes_content .bullet_waddlers {
	background-image:url("../images/classes_thumb_waddlers.jpg");
}

#classes_content .bullet_toddlers {
	background-image:url("../images/classes_thumb_toddlers.jpg");
}

#classes_content .bullet_threes {
	background-image:url("../images/classes_thumb_threes.jpg");
}

#classes_content .bullet_fours {
	background-image:url("../images/classes_thumb_fours.jpg");
}

#classes_content .bullet_open {
	background-image:url("../images/classes_thumb_open.jpg");
}

#classes_content .bullet_dance {
	background-image:url("../images/classes_thumb_dance.jpg");
	margin: 0px 0px 10px 0px;
}

#classes_content .bullet_heightadjust {
	margin-bottom: -5px;
}

#policies_content {
	background-image:url("../images/bg_policies.jpg");
	background-position: 520px 0px;
	background-repeat: no-repeat;
}

#policies_content h1 {
	margin: 0px 0px 7px 0px;
}

#policies_content h2 {
	margin: 25px 0px 3px 0px;
}

#policies_content h3 {
	margin: 0px 0px 0px 0px;
}


#policies_list {
	background-color: #efefef;
	padding: 20px;
	margin: 20px 0px 40px 0px;
}

#policies_list ol {
	margin-top: 0px;
}

#registration_content {
	background-image:url("../images/bg_registration.jpg");
	background-position: 500px 0px;
	background-repeat: no-repeat;
}

.registration_title {
	margin: 0px 0px -7px 0px;
}

.registration_btn {
	margin: 0px 0px 20px 0px;
}


#teacher_wrapper {
	position: relative;
	overflow: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 50px 0px;
	width: 800px;
}

#teacher_wrapper h1 {
	margin: 0px 0px 5px 0px;
}

#contactus_teacher1 {
	position: relative;
	float: left;
	left: 0px;
	margin: 0px 35px 0px 35px;
	text-align: center;
}

#contactus_teacher2 {
	position: relative;
	float: right;
	right: 0px;
	width: 330px;
	margin: 0px 35px 0px 35px;
	text-align: center;
}

.interior_content {
	padding: 20px 420px 0px 55px;
}

.interior_content2 {
	padding: 20px 55px 0px 55px;
}

.interior_topper {
	background-image:url("../images/interior_topper.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #efefef;
	height: 44px;
	width: 920px;
	margin: -25px 0px 0px 0px;
}

.interior_bottomer {
	background-image:url("../images/interior_bottomer.gif");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #efefef;
	height: 44px;
	width: 920px;
	margin: -25px 0px 0px 0px;
	position:relative;
	z-index:10;
}

.learnmore {
	margin: 0px;
	padding: 25px;
	background: #fff;
	background-repeat: no-repeat;
}

.learnmore ul {
	margin: -10px 0px 15px 0px;
}

.learnmore li {
	margin-left: -12px;
	padding-left: 0px;
}

.learnmore_copy {
	margin: 0px;
	padding: 0px;
	width: 370px;
}

#learnmore_waddlers {
	background-image:url("../images/bg_waddlers.jpg");
	background-position: right 15px;
}

#learnmore_toddlers {
	background-image:url("../images/bg_toddlers.jpg");
	background-position: right 0px;
}

#learnmore_threes {
	background-image:url("../images/bg_threes.jpg");
	background-position: right 15px;
}

#learnmore_fours {
	background-image:url("../images/bg_fours.jpg");
	background-position: right 35px;
}

#learnmore_open {
	background-image:url("../images/bg_open.jpg");
	background-position: right 35px;
}

#learnmore_dance {
	background-image:url("../images/bg_dance.jpg");
	background-position: right 0px;
}

#header_home {
	margin: -132px 0px 0px 0px;
	padding: 0px 0px 132px 0px;
	width: 920px;
	background-image:url("../images/bg_nav.png");
	background-repeat: no-repeat;
	background-position: 430px 40px;
	z-index: 3;
}

#logo_home {
	visibility: hidden;
}


/* BEGIN INCLUDE STYLES */

#header {
	margin: 18px auto 0px auto;
	width: 920px;
	background-image:url("../images/bg_nav.png");
	background-repeat: no-repeat;
	background-position: 430px 40px;
	z-index: 5;
	
}

#logo {
	margin: 0px 0px 0px 4px;
	z-index: 6;
	position:relative;
}

.navbar {
	position: absolute;
	margin: 65px 0px 0px 450px;
	padding: 0px;
	width: 470px;
	list-style: none;
	z-index: 7;
}

.navbar li{
	padding: 0px 28px 0px 0px;
	margin: 0px;
	height: 16px;
	list-style-type: none;
	background-repeat: no-repeat;
	
}

.navbar li a, .navbar li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 20px;
	background-repeat: no-repeat;
}

.link_home a {
	background-image: url("../images/nav_home_up.png");
	width: 43px;
}
.link_home a:hover {
	background-image: url("../images/nav_home_over.png");
}

.link_classes a {
	background-image: url("../images/nav_classes_up.png");
	width: 56px;
}
.link_classes a:hover {
	background-image: url("../images/nav_classes_over.png");	
}

.link_policies a {
	background-image: url("../images/nav_policies_up.png");
	width: 54px;
}
.link_policies a:hover {
	background-image: url("../images/nav_policies_over.png");
	
}

.link_registration a {
	background-image: url("../images/nav_registration_up.png");
	width: 88px;
}
.link_registration a:hover {
	background-image: url("../images/nav_registration_over.png");
	
}

.link_contactus a {
	background-image: url("../images/nav_contactus_up.png");
	width: 81px;
}
.link_contactus a:hover {
	background-image: url("../images/nav_contactus_over.png");
	
}


.navbar li {
	float: left;
}

.navbar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#preload_nav {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}




#footer {
	color: #858586;
	width: 100%;
	overflow:auto;
	background-color: #d1d2d3;
	margin: -15px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
}

#footer_content {
	width: 920px;
	padding: 0px;
	margin: 0px auto;
	position: relative;
}

#footer_contact {
	width: 500px;
	font-size: 11px;
	line-height: 16px;
	float: left;
	margin: 0px 0px 0px 25px;
}

#footer_social {
	margin: -10px 0px 0px 0px;
	width: 242px;
	right: 0px;
	padding: 12px 0px 12px 0px;
	background-image:url("../images/footer_bgsocial.png");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 10px;
	line-height: 12px;
	color: #8696af;		
	position: absolute;

}

#footer_social p {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

#footer_social li {
	display: block;
	margin: 3px 19px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#footer_social ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#footer_social img {
	margin: 0px -15px 0px 0px;
	padding: 0px;
}

#footer_social a {
	color: #8696af;
	font-weight: normal;
}

#footer_legal {
	color:#adadad;
	float:left;
	margin: 30px 25px 0px 25px;
	font-size: 9px;
	line-height: 12px;
}

/* END INCLUDE STYLES */


