* {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS",sans-serif;
}
html {
	height: 100%;
}
body {
	text-align: center;
	height: 100%;
	background: #521c38 url('images/bodyBG.png') repeat-x top left;
	color: #6c2c4c;
	font-size: .85em;
}
p, ul {
	margin-bottom: 10px;
}
li {
	margin-left: 15px;
	*margin-left: 0px;
	list-style: square;
}
a {
	color: #9a855f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border-color: #ad9e82;
}
.recaptchatable,
.recaptcha_image_cell,
#recaptcha_table,
.recaptcha_image_cell img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#recaptcha_table {
	border: 0px;
}

#recaptcha_response_field {
	border: 0px;
}

#recaptcha_logo, #recaptcha_tagline {
	display: none;
}

/**********************************
** Structure *************************
**********************************/
#wrap {
	width: 892px;
	margin: 60px auto;
	text-align: left;
}
#navBar {
	height: 126px;
	background: url('images/navbarBG.jpg') no-repeat top left;
}
#contentWrap, #contentWrap1 {
	height: 624px;
	/* background: url('images/contentBG.jpg') no-repeat top left; */
}
#contentWrap1 {
	min-height: 624px;
	height: auto !important;
	height: 624px;
	background: url('images/content-center-repeat-bg.jpg') repeat-y top left;
}
#content, #content1 {
	padding: 50px 50px 50px 50px;
}
#content-bottom-bg {
	min-height: 624px;
	height: auto !important;
	height: 624px;
	background: url('images/content-bottom-bg.jpg') no-repeat bottom left;
}
#content-top-bg {
	min-height: 624px;
	height: auto !important;
	height: 624px;
	background: url('images/content-top-bg.jpg') no-repeat top left;
	background-position: 0px -22px;
}
#footer {
	width: 894px;
	height: 125px;
	background: url('images/footer.jpg') no-repeat top left;
}
#leftSide {
	width: 388px;
	float: left;
}

#center {
	width: 800px;
	float: left;
}
#rightSide {
	width: 388px;
	float: right;
}
	/* CLASSES PAGE THREE COLUMNS */
div.column, #last {
	text-align: center;
	float: left;
	width: 255px;
	margin-left: 17px;
}
div.column h2, #last h2 {
	padding: 0px;
}
.column p, #last p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
div#last span {
	background: url('images/h2BG.jpg') no-repeat top left;
}
/**********************************
** NavBar Links **********************
**********************************/
#logo-top {
	background-image: url(images/logotransparent.png);
	display: block;
	left: -42px;
	position: absolute;
	top: -68px;
	height: 202px;
	width: 325px;
}

.navigation-img li {
	float: left;
	list-style: none;
	margin: 0 !important;
}

.navigation-img li a {
	background-image: url(../images/navigation.jpg);
	display: block;
	height: 81px;
}

#navBar ul {
	float: right;
}

#navBar {
	background-image: url(../images/navigation.jpg);
	height: 81px;
	position: relative;
}

#home-nav a {
	background-position: -265px 0;
	width: 120px;
}

#home-nav a:hover {
	background-position: -265px -81px;
}

#classes-nav a {
	background-position: -385px 0;
	width: 120px;
}

#classes-nav a:hover {
	background-position: -385px -81px;
}

#events-nav a {
	background-position: -505px 0;
	width: 100px;
}

#events-nav a:hover {
	background-position: -505px -81px;
}

#instructors-nav a {
	background-position: -605px 0;
	width: 165px;
}

#instructors-nav a:hover {
	background-position: -605px -81px;
}

#contact-nav a {
	background-position: -770px 0;
	width: 122px;
}

#contact-nav a:hover {
	background-position: -770px -81px;
}

/**********************************
** Styling ***************************
**********************************/
h2 {
	position: relative;
	height: 56px;
	line-height: 56px;
	padding-left: 35px;
}
h2 span {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	height: 56px;
	width: 100%;
	line-height: 56px;
	opacity: .15;
	filter: alpha(opacity=15);
	background: url('images/h2leftBG.jpg') no-repeat top left;
}
#login-box h2 span, #rightSide h2 span {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	height: 56px;
	width: 100%;
	line-height: 56px;
	opacity: .15;
	filter: alpha(opacity=15);
	background: url('images/h2BG.jpg') no-repeat top left;
}
input, textarea {
	font-family: "Trebuchet MS",sans-serif;
	padding: 2px 5px;
	color: #333;
	font-size: 15px;
}
input.text {
	width: 305px;
}
#footer p {
	margin-right: 15px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
#footer p span {
	color: #8c4f6f;
	font-size: 10px;
}#footer a {
	color: #8c4f6f;
}
li.child {
	list-style: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
}
li.parent {
	font-weight: bold;
	font-size: 12px;
}
li.class {
	list-style: none;
	display: inline;
	font-size: 11px;
}
a.iframe, a.iframe-small, a.block {
	color: #FFFFFF;
	display: block;
	background-color: #521C38;
	padding: 7px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	text-decoration: none;
}
a.iframe:hover, a.iframe-small:hover, a.block:hover {
	background-color: #6F3052; 
}

#fees {
	color: #FFFFFF;
}
#preview {
	padding: 40px;
	background-color: #ffffff;
}

#login-box {
	width: 300px;
	margin: 0px auto;
	margin-top: 55px;
}
.instructor-bio {
	padding: 0 0px 15px 5px;
}
.instructor-image {
	float: right;
	margin: 0 0 10px 15px;
}
.display-inline {
	display: inline;
}
.medium-line-height {
	line-height: 32px;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.text-align-right {
	text-align: right;
}
.float-right {
	float: right;
}
.user-defined {
	display: none;
}
.required, .invalid-text {
	border: 1px solid red;
}

/* Constant Contact Form
********************************************************************************************************/
.input-newsletter {
	border: 1px solid #C5C5C5;
	color: #A5A5A5;
	font-size: 12px;
	padding: 4px;
	width: 205px;
}

.submit-newsletter {
	background-color: #887D68;
	border: 1px solid #696253;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0;
	padding: 3px;
}