/*---------- HELPERS ----------*/

.hide{
	display:none;
	}

.show{
	display:inherit;
	}
	
a{
	outline:none;
	}


/*---------- BODY ----------*/

html, body{
	height:100%;
	}

body{
	background:#384255 url(../img/bodybg.jpg) center top repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
div#wrapper{
	width:1024px;
	margin:-8px auto;
	min-height:100%;
	position:relative;
	}
	
h1#header{
	margin:0;
	padding:0;
	width:1024px;
	height:206px;
	background:transparent url(../img/header.jpg) left top no-repeat;
	}
	

/*---------- NAV ----------*/

div#copyhead_home,
div#copyhead_schedule,
div#copyhead_info,
div#copyhead_about{
	height:46px;
	}
	
div#copyhead_home{
	background:transparent url(../img/copyhead.jpg) left -46px no-repeat;
	}
	
div#copyhead_schedule{
	background:transparent url(../img/copyhead.jpg) left -92px no-repeat;
	}
	
div#copyhead_info{
	background:transparent url(../img/copyhead.jpg) left -00px no-repeat;
	}
	
div#copyhead_about{
	background:transparent url(../img/copyhead.jpg) left -138px no-repeat;
	}
	
div#nav{
	position:absolute;	
	top:163px;
	left:127px;	
	}

div#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:550px;
	}
	
div#nav ul li{
	background:transparent url(../img/navbtn.jpg) left top no-repeat;	
	float:left;
	}
	
div#nav ul li a{
	display:block;
	height:32px;
	}
	
li#home{
	width:101px;
	background-position:left top !important;
	}
	
li#schedule{
	width:148px;
	background-position:-101px top !important;
	}
	
li#info{
	width:148px;
	background-position:-249px top !important;
	}
	
li#about{
	width:148px;
	background-position:-397px top !important;
	}
	
li#home:hover,
li#home.here{
	background-position:left -32px !important;
	}
	
li#schedule:hover,
li#schedule.here{
	background-position:-101px -32px !important;
	}
	
li#info:hover,
li#info.here{
	background-position:-249px -32px !important;
	}
	
li#about:hover,
li#about.here{
	background-position:-397px -32px !important;
	}
	
/*---------- CONTENT ----------*/

div#content{
	padding-bottom:73px;
	}

div#content_home{
	background:transparent url(../img/copybg01.jpg) center 15px repeat-y;
	min-height:440px;
	}

div#content_schedule{
	background:transparent url(../img/copybg02.jpg) center 15px repeat-y;
	min-height:525px;
	}
	
div#content_info{
	background:transparent url(../img/copybg00.jpg) center 15px repeat-y;
	height:400px;
	}
	
div#content_about{
	background:transparent url(../img/copybg03.jpg) center 15px repeat-y;
	height:402px;
	}
	
div#content_home,
div#content_schedule,
div#content_info,
div#content_about{
	width:1024px;
	float:left;
	}

div#copyfoot_home,
div#copyfoot_schedule,
div#copyfoot_info,
div#copyfoot_about{
	height:67px;
	clear:both;
	}
	
div#copyfoot_home{
	background:transparent url(../img/copyfoot.jpg) left -67px no-repeat;
	}
	
div#copyfoot_schedule{
	background:transparent url(../img/copyfoot.jpg) left -134px no-repeat;
	}
	
div#copyfoot_info{
	background:transparent url(../img/copyfoot.jpg) left 0 no-repeat;
	}
	
div#copyfoot_about{
	background:transparent url(../img/copyfoot.jpg) left -201px no-repeat;
	}
	
/*---------- INDEX HEADLINE ----------*/

div#content_home object,
div#content_home embed
	{
	/*margin:25px 100px;*/
	clear:both;
	}
	
	
/*---------- SPECIAL EVENTS ----------*/
	

h1#specialh1{
	color:#b84428;
	font-size:18px;
	margin:0;
	padding:3px 10px;
	text-align:center;
	line-height:1em;
	}	

h2.specialh2{
	color:#2b6a8b;
	font-size:12px;
	margin:0;
	padding:3px 10px;
	text-align:center;
	font-weight:normal;
	}	
	
h3.specialh3{
	color:#1c3d56;
	margin:0;
	padding:3px 10px;
	text-align:center;
	font-size:13px;
	}	
	
p.specialp{	
	margin:0;
	padding:3px 10px;
	text-align:center;
	font-size:13px;
	}
	
	
/*---------- FOOTER ----------*/

div#footer{
	width:1024px;
	margin:auto;
	}

img.footer{
	/*position:absolute;*/
	bottom:0;
	margin:0;
	padding:0;
	}

	
/*---------- INDEX ----------*/

div#blogcopy{
	padding:0 109px 10px 25px;
	width:750px;
	float:right;
	width:630px;
	}



	
	
/*---------- SCHEDULE ----------*/

div#special{
	width:166px;
	margin:0 0 0 94px;
	float:left;
	}
	
h1#specialhead{
	background:transparent url(../img/specialhead.jpg) top left no-repeat;
	display:block;
	width:166px;
	height:145px;
	margin:0;
	padding:0;
	}
	
div#specialcopy{	
	background:transparent url(../img/specialbg.jpg) top left repeat-y;
	min-height:250px;
	}
	
div#specialfoot{
	background:transparent url(../img/specialhead.jpg) bottom left no-repeat;
	width:166px;
	height:43px;
	}
	
div#pricing{
	width:146px;
	height:395px;
	background:transparent url(../img/pricehead.jpg) left top no-repeat scroll;
	float:right;
	margin:0 97px 0 0;
	padding-top:25px;
	}
	
div#pricing dl{
	width:135px;
	margin:65px auto 0;
	font-size:14px;
	}

div#pricing dt{
	display:block;
	background-color:#404d19;
	font-size:12px;
	font-weight:bold;
	color:#fbf8ee;
	text-align:center;
	margin:13px auto 0;
	padding:3px;
	border-left:3px solid #fbf8ee;
	border-right:3px solid #fbf8ee;	
	}
	
div#pricing dd{
	color:#3f4e15;
	text-align:center;
	margin:10px 0 0;
	padding:0;
	font-weight:bold;
	}
	
div#schedule{
	width:500px;
	margin-left:272px;
	padding-left:34px;
	min-height:525px;
	background:transparent url(../img/border_sched.gif) top left repeat-y;
	}
	
div#schedule_head h1{
	margin:0;
	padding:0;
	display:block;
	width:430px;
	height:49px;
	background:transparent url(../img/schedule.jpg) top left;
	}
	
ul#schedule_nav{
	display:block;
	margin:0 0 20px;
	padding:0;
	width:430px;
	}
	
ul#schedule_nav li{
	list-style-type:none;
	display:block;
	height:30px;
	margin:0;
	padding:0;
	float:left;
	}
	
ul#schedule_nav li a{
	display:block;
	height:30px;
	}
	
li#monday{
	width:58px;
	background:transparent url(../img/schedule.jpg) 0px -49px no-repeat;
	}
	
li#monday:hover,
li#monday.here{
	background-position:0 bottom !important;
	}	
	
li#tuesday{
	width:66px;
	background:transparent url(../img/schedule.jpg) -58px -49px no-repeat;
	}
	
li#tuesday:hover,
li#tuesday.here{
	background-position:-58px bottom !important;
	}	
	
li#wednesday{
	width:62px;
	background:transparent url(../img/schedule.jpg) -124px -49px no-repeat;
	}
	
li#wednesday:hover,
li#wednesday.here{
	background-position:-124px bottom !important;
	}	
	
li#thursday{
	width:70px;
	background:transparent url(../img/schedule.jpg) -186px -49px no-repeat;
	}
	
li#thursday:hover,
li#thursday.here{
	background-position:-186px bottom !important;
	}		
	
li#friday{
	width:61px;
	background:transparent url(../img/schedule.jpg) -256px -49px no-repeat;
	}
	
li#friday:hover,
li#friday.here{
	background-position:-256px bottom !important;
	}		
	
li#saturday{
	width:70px;
	background:transparent url(../img/schedule.jpg) -317px -49px no-repeat;
	}
	
li#saturday:hover,
li#saturday.here{
	background-position:-317px bottom !important;
	}		
	
li#sunday{
	width:43px;
	background:transparent url(../img/schedule.jpg) -387px -49px no-repeat;
	}
	
li#sunday:hover,
li#sunday.here{
	background-position:-387px bottom !important;
	}
	
div#classes{
	width:430px;
/*	padding:
*/	}	
	
div#classes h2{
	color:#2b6a8b;
	padding:20px 0 15px;
	margin:0;
	text-align:center;
	font-style:italic;
	}
	
div#classes dl{
	padding-left:12px;
	margin:0;
	}
	
.time{
	width:50%;
	padding:2px 4px 2px;
	font-size:12px;
	background-color:#fbf8ee;
	color:#2B6A8B;
	border-bottom:1px solid #6A8127;
	font-weight:bold;
	}
	
.class{
	text-align:right;
	font-size:12px;
	padding-bottom:10px;
	font-weight:bold;
	width:150px;
	color:#000000;
	}
	
dd.special{
	color:#b84428 !important;
	}
	
.instructor{
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	color:#2B6A8B;
	}
		
.subhead{
	font-size:.9em;
	font-weight:normal;
	}
	
h3#printable{
	background-color:#c6c7a1;
	margin:15px 0 0 0;
	padding:0;
	}
	
h3#printable a{	
	display:block;
	width:400px;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	padding:5px 0;
	text-decoration:none;
	}
	
	
/*---------- INFO (nav) ----------*/

ul#infonav{
	display:block;
	width:284px;
	height:77px;
	list-style:none;
	margin:0;
	padding:0;
	}
	
li#info_classes a,
li#info_photos a,
li#info_instr a,
li#info_videos a{
	background-image:url(../img/infonav.jpg);
	display:block;
	}
	
li#info_classes,
li#info_instr{
	float:left;
	}
	
li#info_photos,
li#info_videos{
	float:right;
	}
	
li#info_classes a{
	background-position:left -77px;
	width:158px;
	height:41px;
	}
	
li#info_photos a{
	background-position:right -77px;
	width:126px;
	height:41px;
	}	

li#info_instr a{
	background-position:left -118px;
	width:158px;
	height:36px;
	}
	
li#info_videos a{
	background-position:right -118px;
	width:126px;
	height:36px;
	}	

li#info_classes a:hover,
li#info_classes a.here{
	background-position:left top;
	}
	
li#info_photos a:hover,
li#info_photos a.here{
	background-position:right top;
	}
	
li#info_instr a:hover,
li#info_instr a.here{
	background-position:left -41px;
	}
	
li#info_videos a:hover,
li#info_videos a.here{
	background-position:right -41px;
	}

/*---------- INFO (content) ----------*/

div#slideshow{
	width:830px;
	height:400px;
	background-color:#ffffff;
	position:relative;
	margin:auto;
	}
	
div#infobar{
	background:transparent url(../img/infobg.gif) top left repeat-y;
	width:284px;
	height:400px;
	position:absolute;
	top:0;
	right:0;
	}
	
div#infofoot{
	background:transparent url(../img/infofoot.gif) top left no-repeat;
	width:284px;
	height:13px;
	position:absolute;
	bottom:0;
	right:0;
	}


	
	
/*---------- ABOUT ----------*/

div#about_msg{
	width:490px;
	height:395px;
	float:left;
	margin:0 0 0 115px;
	line-height:1.3em;
	}
	
div#about_msg p{
	font-size:13px;
	color:#2c2659;
	margin:0 0 10px;
	}
	
div#about_msg p:first-line{
	font-size:1.2em;
	}
	
div#location{
	width:310px;
	height:395px;
	background:transparent url(../img/sidebar_bg.jpg) top right scroll no-repeat;
	float:right;
	margin:4px 100px 0 0;
	}
	
address{
	margin:48px 14px 30px;
	font-size:20px;
	line-height:1.7em;
	text-align:center; 
	font-style:normal;
	color:#ffffff;
	}
	
address a{
	color:#efb6c1;
	}
	
div#map{
	margin:0 28px;
	}
	
div#map iframe{
	border:2px solid #2c2659;
	}
	

