@charset "utf-8";
/* CSS Document */

/*
#AFDFE4 - light blue
#B9D989 - pastel green
#C9C9C9 - grey
#44C7F4 - vibrant blue
*/

body {background:#C9C9C9 url('../image/bg.png') repeat;color:#3C3C3C;font-family:'Trebuchet MS','Arial',sans-serif;}
/*html,body,#wrap {height:100%;}
body > #wrap {height:auto;min-height:100%;}
*/
#header {background:url('../image/blue_bg.png') repeat;height:40px;}
#header ul {padding-top:10px;}
#header li {background:url('../image/bullet.png') no-repeat;background-position:8px 8px;display:inline;padding-left:20px;}
#header li:first-child {background:none;}
#header li a {background-position:top center;background-repeat:no-repeat;display:inline-block;height:20px;width:100px;}
#header li a:hover {background-position:bottom;}
#header li a.ballroom_latin {background-image:url('../image/ballroom_latin.png');}
#header li a.zumba_fitness {background-image:url('../image/zumba_fitness.png');}
#header li a.about_us {background-image:url('../image/about_us.png');}
#header li a.newsletter {background-image:url('../image/newsletter.png');}
#header li a.calendar {background-image:url('../image/calendar.png');}
#header li a.pictures {background-image:url('../image/pictures.png');}
#header li a.contact {background-image:url('../image/contact.png');}

#content {margin:17px auto 0;min-height:400px;padding:25px 0 50px;width:890px;}
#content h2 {color:#333;font-size:36px;}
#content h3 {color:#333;font-size:30px;padding-top:6px;}
#content #content_notice {color:#cc0000;margin:5px 0;}
#content p {font-size:13px;line-height:18px;margin-bottom:10px;}
#content img {padding:20px 10px;}
#map {display:block;float:left;height:500px;width:590px;}
#map_directions{float:right;min-height:100px;width:290px;}
#map_directions input{width:200px;}

#left_column {float:left;width:550px;}
#right_column {float:left;padding-left:20px;width:320px;}

#footer {background:url('../image/blue_bg.png') repeat;clear:both;height:150px;position:relative;}
#footer h1 {background:url('../image/main_logo_n_address.png') bottom no-repeat;display:block;float:left;height:126px;padding-top:20px;width:890px;}
#footer h1 a{display:block;height:126px;position:absolute;width:330px;}
#footer ul {font-size:20px;padding:60px 0 0 350px;}

/*#dance_logo {background:url('../image/dance_logo.png') no-repeat;display:block;height:262px;left:700px;position:absolute;top:-120px;width:190px;}*/

#loading {background:url('../image/loading.gif') no-repeat;display:block;height:262px;margin:10px auto;width:191px;}

.center_wrap {margin:0 auto;width:890px;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.photos {text-align:center;}
.photos img {padding:15px;}
.hidden {display:none;}
a {text-decoration:none;}