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

html, body {height: 100%;}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/site_img/vertical_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #e6a11f;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	background-attachment: fixed;
}

#container {
	margin: 0px;
	padding: 0px;
	background-image: url(/site_img/bg_container.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	position: relative;
	min-height:100%;
}

#sub_container {
	margin: 0px;
	padding: 0px;
	background-image: url(/site_img/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

#sub_sub_container {
	background-image: url(/site_img/content_bg.png);
	background-repeat: no-repeat;
	background-position: center 341px;
	margin: auto;
	width: 900px;
	}

#flash_container {
	height: 240px;
	width: 900px;
	}
	
#content {
	padding: 10px;
	overflow: auto;
	width: 880px;
	padding-bottom: 50px;
}

#footer {
	position: absolute;
	width: 100%;
	z-index: 11;
	bottom: 0px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #370c03;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
	font-size: 11px;
	background-image: url(/site_img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center 33px;
}
	

#jennifer {	
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;	
	top: 0px;
	z-index:10;
	right: 50%;
}

/* Images
------------------------------------------------- */

.flash img {
	border: 1px solid #b44502;
}

.img { padding: 3px; margin-right: 5px;	border: 1px solid #b44502; }
.img_left { float: left; padding: 3px; margin-right: 5px; border: 1px solid #b44502; }
.img_right { float: right; padding: 3px; margin-left: 5px; border: 1px solid #b44502; }

.img_abs_left {
	position: absolute;
	bottom: 0px;
	left: 0px;
}


/* Navigation
------------------------------------------------- */

#nav_container {
	height: 100px;
	width: 900px;
	position: relative;
	z-index: 12;
}

#navigation li {
	padding: 0px;
	margin: 0px;
}

#navigation {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-variant: small-caps;
}

#navigation {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 50px;
	padding-right: 110px;
	padding-top: 35px;
	list-style: none;
}

#navigation li{
	height: 30px;
	line-height: 30px;
	float: left;
	display: inline;
	text-indent:-8000px;
	overflow:hidden;
}

#navigation li a{
	display:block;
	height:30px;
	background-position:0 0;
	background-repeat:no-repeat;
}

#navigation li a:hover, #navigation li a.selected, #navigation li a.hover{
	background-position:0 -30px;
}

#nav1 { width: 60px;}
#nav2 { width: 80px;}
#nav3 { width: 70px;}
#nav4 { width: 83px;}
#nav5 { width: 93px;}

#nav1 a {background-image: url(/site_img/button_home.png)}
#nav2 a {background-image: url(/site_img/button_classes.png)}
#nav3 a {background-image: url(/site_img/button_about.png)}
#nav4 a {background-image: url(/site_img/button_gallery.png)}
#nav5 a {background-image: url(/site_img/button_contact.png)}

#home_button {
	position: absolute;
	width: 400px;
	height: 100px;
	z-index: 1000;
}

#home_button a {
	float:left;
	text-indent:-8000px;
	overflow:hidden;
	line-height: 100px;
	width: 400px;
	height: 100px;
	display: block;
}

/* Divs / Columns
------------------------------------------------- */

.col_20_80 .column, .col_80_20 .last 	{ width: 222px; }
.col_20_80 .last, .col_80_20 .column 	{ width: 648px; }
.col_30_70 .column, .col_70_30 .last 	{ width: 322px; }
.col_30_70 .last, .col_70_30 .column 	{ width: 548px; }
.col_40_60 .column, .col_60_40 .last 	{ width: 372px; }
.col_40_60 .last, .col_60_40 .column 	{ width: 498px; }
.col_50_50 .column, .col_50_50 .last 	{ width: 435px; }
.col_full .column, .col_full .last		{ width: 880px; }	

.column {
	margin-right: 10px;
	float: left;	
}

.last, .col_full .column {
	float: left;
	margin-right: 0px;
}

.red, .orange, .green {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	overflow-y: auto;
}

.red {
	background-image:url(/site_img/bg_red.png);
	border-color: #720201;
}

.orange {
	background-image:url(/site_img/bg_orange.png);
	border-color: #b44502;
}

.green {
	background-image:url(/site_img/bg_green.png);
	border-color: #374721;
}

.no-padding {
	padding: 0px;
}

.home_gallery {
	padding-bottom: 5px;
}

.pad {
	position: relative;
}

.pad p, .pad h5 {
	padding-left: 40px;
}

.pad ul {
	margin: 0px;
	padding: 0px 0px 10px 60px;
}

.extra p {
	padding-left: 100px;
}



.video_thumbnail {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	background-image:url(/site_img/bg_orange.png);
	border-color: #b44502;
}

.video_summary {
	padding-bottom: 40px;
	position:relative;
}

.flash {
		outline: none;
}

.about_page {
	padding-top: 115px;
}

.contact_page p {
	width: 265px;
}

.post {
	margin-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #720201;
}

.comments {
	margin-bottom: 15px;
	padding-top: 15px;
}

.hidden{display:none;}

.overflowing {
	overflow-x:hidden;
}

/* Jqeury
------------------------------------------------- */

.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em }
.ui-accordion .ui-accordion-header:hover { background-color:#374721 }
.green .ui-accordion .ui-accordion-header:hover { background-color:#374721 }
.orange .ui-accordion .ui-accordion-header:hover { background-color:#b44502 }
.red .ui-accordion .ui-accordion-header:hover { background-color:#720201 }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-state-default, .ui-widget-content .ui-state-default { outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { outline: none; }
	

/* Paragraphs / Fonts / Headers
------------------------------------------------- */


#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #e6a11f;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}

a, input {
	position: relative;
	z-index: 9
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	color: #370c03;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
	font-weight: lighter;
	letter-spacing: .05em;
	line-height: 1em;
	position: relative;
	z-index: 1;
}


h1 { font-size: 35px; }
h2 { font-size: 30px; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 15px; padding-bottom:10px; }
h6 { font-size: 11px; }

.post h3 {
	width: 500px;
}

.short {
	width: 150px;
	height: 40px;
}

.no-padding h1, .no-padding h2, .no-padding h3, .no-padding h4, .no-padding h5, .no-padding h6 {
	padding-left: 10px;
	padding-top: 10px;
}

.video_thumbnail p {
	padding: 0px;
	text-align: center;
}

#accordion h4 {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

#accordion h4 {
	border-top: 1px solid #374721;
}

.green #accordion h4 {
	border-top: 1px solid #374721;
}

.orange #accordion h4 {
	border-top: 1px solid #b44502;
}

.red #accordion h4 {
	border-top: 1px solid #720201;
}

#accordion h6 {
	padding-left: 10px;
}

.post h5 {
	padding-left: 120px;
}

.orange {
	color: #FFC12F;
}

#inline1 h1, #inline1 h4, #inline1 {
		color:#e6a11f;
}

#inline1 h1 {
	font-size: 30px !important;
}

#inline1 {overflow: hidden;}

.ie6 {
	padding:20px;
	background-color: #000;
	color:#fff;
	text-align: center;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}

.ie6 a {
	color: #FF0 !important;
	text-decoration: underline !important;
}
/* Lists
------------------------------------------------- */

dl, dd, dt {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.pad dd {
	padding-bottom: 10px;
}
/* Links
------------------------------------------------- */

a:link {
	color: #370c03;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #370c03;
}
a:hover {
	text-decoration: underline;
	color: #370c03;
}
a:active {
	text-decoration: none;
	color: #370c03;
}

.button {
	height: 30px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}

.button img, a img {
	border: none;
}

.blog_button {
	height: 30px;
	width: 185px;
	top: 10px;
	right: 10px;
}

.video {
	height: 30px;
	width: 200px;
	bottom: 10px;
	right: 10px;
}


/* Tables
------------------------------------------------- */

.about_page tr:first-child td {
	border-bottom: 3px solid #720201;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 0px;
}

.about_page tr:last-child td {
	border-bottom: 1px solid #720201;
}

.about_page tr td {
	border-bottom: 1px dotted #720201;
}

.about_page tfoot td {
	border-bottom: 0px;
}

.about_page table td {
	padding: 5px;
	border-right: 1px solid #720201;
}

.about_page table td:last-child {
	padding: 5px;
	border-right: 0px;
}

.about_page table {
	width: 100%;
	border-bottom: 0px !important;
}


/* Forms
------------------------------------------------- */

.maintext, .form_contact, .form_comment, .send {
	padding: 3px;
	border: none;
	margin-left: 1px;	
	font-family:Verdana, Geneva, sans-serif;
	line-height: 20px;
	font-size: 11px;
	color: #e6a11f;}

.red .maintext, .red .form_contact, .red .form_comment {background-image:url(/site_img/bg_red.png);}
.orange .maintext, .orange .form_contact, .orange .form_comment {background-image:url(/site_img/bg_orange.png);}
.green .maintext, .green .form_contact, .green .form_comment {background-image:url(/site_img/bg_green.png);}

.detail {
		width: 150px;
		margin-right: 10px;
}

.comment {
		width:350px;
}

.form_contact {
	width: 200px;
}

.form_comment {
	width: 50%;
}

.red table {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #720201;
}

.green table {
	margin-left: 115px;
}

#schedules {
	margin-left: 120px !important;
	width: auto!important;
	float:left;
	vertical-align: bottom;
}

.red .contact_form select, .red .send {	background-color: #720201; }
.orange .contact_form select, .orange .send {	background-color: #b44502; }
.green .contact_form select, .green .send {	background-color: #374721; }

.contact_form option {
		border: none;
}

.contact_form {
	list-style: none;
	padding: 0px !important;
	margin: 0px;
}

.contact_form li {
	margin-bottom: 5px;	
}

.send {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}

.reg_form {float: right;}



/* Jennifer
------------------------------------------------- */

.home, .blog, .musicforats, .leveltworesources, .students {
	background-image: url(/site_img/jennifer_01.png);
	height: 485px;
	width: 405px;
	margin-right: -570px;
	}

.about, .register2, .levelthreeregistration {
	background-image: url(/site_img/jennifer_03.png);
	height: 520px;
	width: 405px;
	margin-right: -570px;}

.classes, .register {
	background-image: url(/site_img/jennifer_04.png);
	height: 515px;
	width: 405px;
	margin-right: -570px;
	}

.gallery {
	background-image: url(/site_img/jennifer_05.png);
	height: 750px;
	width: 405px;
	margin-right: -570px;
	}
	
.contact {
	background-image: url(/site_img/jennifer_06.png);
	height: 750px;
	width: 405px;
	margin-right: -570px;
	}
