body {
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #cfc3a7;
}

a {
	color: #37669b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	background: #fff url(../images/bgWrapper.gif) repeat-x left bottom;
}

#container {
	width: 930px;
	margin: 0 auto;
}

#header {
	width: 100%;
	background: #ccbfa2 url(../images/bgHeader.gif) repeat-x;
}

#headerContainer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 15px 0 15px;
}

#payment {
	float: right;
	font-size: .75em;
}

#menu {
	overflow: hidden;
	height: 100%;
	padding: 25px 0 0 15px;
	border-bottom: 1px solid #e2debf;
}

#menu br {
	clear: both;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	margin: 0 32px 0 0;
}

#menu a {
	display: block;
	overflow: hidden;
	height: 25px;
	color: #3f341d;
	text-decoration: none;
}

#menu a#navHome {width: 45px; background: url(../images/navHome.gif) no-repeat;}
#menu a#navWhatIs {width: 130px; background: url(../images/navWhatIs.gif) no-repeat;}
#menu a#navServices {width: 68px; background: url(../images/navServices.gif) no-repeat;}
#menu a#navShare {width: 46px; background: url(../images/navShare.gif) no-repeat;}
#menu a#navClasses {width: 173px; background: url(../images/navClasses.gif) no-repeat;}
#menu a#navEvents {width: 52px; background: url(../images/navEvents.gif) no-repeat;}
#menu a#navCalendar {width: 72px; background: url(../images/navCalendar.gif) no-repeat;}
#menu a#navContact {width: 62px; background: url(../images/navContact.gif) no-repeat;}

#menu a#navHome:hover {background: url(../images/navHome_o.gif) no-repeat;}
#menu a#navWhatIs:hover {background: url(../images/navWhatIs_o.gif) no-repeat;}
#menu a#navServices:hover {background: url(../images/navServices_o.gif) no-repeat;}
#menu a#navShare:hover {background: url(../images/navShare_o.gif) no-repeat;}
#menu a#navClasses:hover {background: url(../images/navClasses_o.gif) no-repeat;}
#menu a#navEvents:hover {background: url(../images/navEvents_o.gif) no-repeat;}
#menu a#navCalendar:hover {background: url(../images/navCalendar_o.gif) no-repeat;}
#menu a#navContact:hover {background: url(../images/navContact_o.gif) no-repeat;}

#menu a#navHomeSelected {width: 45px; background: url(../images/navHome_o.gif) no-repeat;}
#menu a#navWhatIsSelected {width: 130px; background: url(../images/navWhatIs_o.gif) no-repeat;}
#menu a#navServicesSelected {width: 68px; background: url(../images/navServices_o.gif) no-repeat;}
#menu a#navShareSelected {width: 46px; background: url(../images/navShare_o.gif) no-repeat;}
#menu a#navClassesSelected {width: 173px; background: url(../images/navClasses_o.gif) no-repeat;}
#menu a#navEventsSelected {width: 52px; background: url(../images/navEvents_o.gif) no-repeat;}
#menu a#navCalendarSelected {width: 72px; background: url(../images/navCalendar_o.gif) no-repeat;}
#menu a#navContactSelected {width: 62px; background: url(../images/navContact_o.gif) no-repeat;}

#dropmenudiv{
	position: absolute;
	margin: 4px 0 0 0;
	line-height: 1.8em;
	border-top: 3px solid #85795f;
}

#dropmenudiv a{
	display: block;
	width: 125px;
	color: #3f341d;
	font-size: .75em;
	text-indent: 7px;
	text-decoration: none;
	border-bottom: 1px solid #85795f;
}

#dropmenudiv a:hover{
	color: #fff;
	background-color: #85795f;
}

#content {
	overflow: hidden;
	padding: 0 0 90px 0;
	background: url(../images/bgContentHome.jpg) no-repeat left bottom;
}

#content br {
	clear: both;
}

#content h1 {
	margin: 0;
	color: #37669b;
	font-size: 34px;
	font-weight: normal;
}

#content h2 {
	margin: 0;
	color: #7295bd;
	font-size: 20px;
	font-weight: normal;
}

#contentInside {
	overflow: hidden;
	padding: 0 0 30px 0;
	background: url(../images/bgContentInside.jpg) no-repeat left bottom;
}

#contentInside br {
	clear: both;
}

#contentInside hr {
	color: #d4d4d4;
	background: #d4d4d4;
	border: none;
}

#contentInside h1 {
	margin: 0;
	color: #37669b;
	font-size: 34px;
	font-weight: normal;
}

#contentInside h2 {
	margin: 0;
	color: #7295bd;
	font-size: 28px;
	font-weight: normal;
}

#contentInside h3 {
	margin: 0;
	color: #85795f;
	font-size: 24px;
	font-weight: normal;
}

#contentInside h4 {
	margin: 0;
	color: #8ba9af;
	font-size: 22px;
	font-weight: normal;
}

#contentInside p {
	margin: 5px 0 10px 0;
	color: #3b3b3b;
	font-size: .95em;
	line-height: 1.6em;
}

#contentInside ul {
	width: 500px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #85795f;
	font-size: .9em;
}

#contentInside li {
	margin: 0 0 10px 30px;
	padding: 0 0 5px 25px;
	background: url(../images/iconCamera.gif) no-repeat;
	border-bottom: 1px solid #cfc3a7;
}

#leftColumn {
	float: left;
	width: 655px;
}

.tourBtn {
	margin: 20px 0 0 0;
}

#rightColumn {
	float: left;
	width: 275px;
}

#form {
	width: 252px;
	margin: 15px 0 0 10px;
	background: url(../images/formMiddle.gif) repeat-y;
}

#form form {
	margin: 0;
	padding: 0;
}

#formMiddle {
	margin: 0 0 0 13px;
}

#formMiddle em {
	display: block;
	margin: 10px 13px 0 0;
	font-size: .85em;
	font-style: normal;
	line-height: 1.4em;
}

#formMiddle p {
	margin: 0 13px 0 0;
	font-size: .75em;
}

#formMiddle h5 {
	margin: 4px 0 -5px 0;
	color: #85795f;
	font-size: 16px;
	font-weight: normal;
}

#formMiddle input {
	width: 221px;
	height: 21px;
	padding: 4px 0 0 4px;
	background: url(../images/bgInputBox.gif) no-repeat;
	border: none;
}

#formMiddle textarea {
	width: 225px;
	height: 85px;
	background: url(../images/bgCommentBox.gif) repeat-x;
	border: 1px solid #9abade;
}

#formBottom {
	height: 80px;
	background: url(../images/formBottom.gif) no-repeat;
}

#formBottomAlt {
	height: 80px;
	margin: 0 0 0 -13px;
	background: url(../images/formBottom.gif) no-repeat;
}

#formBottom img {
	display: block;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#formTop {
	background: url(../images/formTop.gif) no-repeat;
}

#formTop span {
	width: 220px;
	display: block;
	margin: 0 auto;
	padding: 15px 0 0 0;
	color: #3f341d;
	font-size: 22px;
	font-weight: normal;
}

#checkBoxes {
	margin: 0 0 5px 10px;
	font-size: .8em;
}

#checkBoxes input {
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	border: none;
}

.rightCTA {
	display: block;
	margin: 10px 0 0 12px;
}

#callOuts {
	margin: 15px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dashed #b9b9b9;
}

#callOuts .centerCallOut {
	margin: 0 29px;
}

#callOut01 {
	width: 208px;
	height: 198px;
	float: left;
	background: url(../images/btnCO01.png) no-repeat;
}

#callOut02 {
	width: 208px;
	height: 198px;
	float: left;
	margin: 0 15px;
	background: url(../images/btnCO02.png) no-repeat;
}

#callOut03 {
	width: 208px;
	height: 198px;
	float: left;
	background: url(../images/btnCO03.png) no-repeat;
}

.callOutLink {
	width: 180px;
	height: 123px;
	display: block;
	padding: 75px 14px 0 14px;
	color: #3f341d;
	font-size: .8em;
	line-height: 1.2em;
	text-decoration: none;
}

.callOutLink:hover {
	text-decoration: none;
}

#footer {
	padding: 0 0 30px 0;
	border-top: 2px solid #cdbf99;
	background: #ccbfa2 url(../images/bgFooter.gif) repeat-x left bottom;
}

#footer br {
	clear: both;
}

#footerContainer {
	width: 930px;
	margin: 0 auto;
}

#footer h3 {
	margin: 0;
	color: #3f341d;
	font-size: 28px;
	font-weight: normal;
}

#footerLeft {
	width: 60%;
	float: left;
	padding: 30px 0 0 0;
}

#tagLine {
	margin: 47px 0 0 0;
}

#footerLeft ul {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: .8em;
	list-style-type: none;
}

#footerLeft li {
	display: inline;
}

#footerRight {
	height: 200px;
	width: 40%;
	float: left;
	background: url(../images/imgFooterTag.png) no-repeat right bottom;
}

#footerRight p {
	display: block;
	line-height: 1em;
	margin: 143px 0 0 125px;
}

#equipmentTable {
	width: 470px;
	margin: 10px 0 15px 30px;
	color: #3f341e;
	font-size: .85em;
}

#equipmentTable td {
	padding: 3px 0;
	border-bottom: 1px solid #85795f;
}

#rentalTable {
	width: 575px;
	margin: 10px 0 15px 30px;
	color: #85795f;
	font-size: .85em;
}

#rentalTable th {
	text-align: left;
	padding: 3px 0;
	color: #8ba8ae;
	font-size: 1.2em;
	border-bottom: 2px solid #4c808a;
}

#rentalTable td {
	padding: 5px 0;
	border-bottom: 1px solid #85795f;
}

#servicesList {

}

#servicesList ul {
	width: 250px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #85795f;
	font-size: .9em;
}

#servicesList li {
	margin: 0 0 10px 15px;
	padding: 0 0 5px 19px;
	background: url(../images/iconLight.gif) no-repeat;
	border-bottom: 1px solid #cec3a7;
}

#formList li {
	margin: 0 0 10px 30px;
	padding: 0 0 5px 25px;
	background: url(../images/iconForm.gif) no-repeat;
	border-bottom: 1px solid #cfc3a7;
}

.error {
	color: #CC0000;
	font-size: .75em;
}

.pathBtn {
	display: block;
	margin: 20px 0 0 0;
	height: 38px;
	width: 200px;
	background: url(../images/btnMiddle.gif) repeat-x;
}

.pathBtnLeft {
	float: left;
	height: 38px;
	width: 4px;
	background: url(../images/btnLeft.gif) repeat-x;
}

.pathBtnMiddle {
	float: left;
	width: 192px;
	line-height: 38px;
	text-align: center;
}

.pathBtnMiddle a {
	color: #fff;
	font-size: .8em;
}

.pathBtnRight {
	float: right;
	height: 38px;
	width: 4px;
	background: url(../images/btnRight.gif) repeat-x;
}

.magnify {
	padding: 0 0 0 18px;
	font-size: .95em;
	background: url(../images/iconMagnify.png) left center no-repeat;
}


.course {
	margin: 15px 0;
	padding: 10px;
	color: #fff;
	background: #f7f7f7 url(../images/bgClasses.gif) left bottom repeat-x;
	border: 1px solid #d0d0d0;
}

.course img {
	float: left;
	margin: -5px 5px 5px -5px;
}

.course b {
	display: block;
	clear: right;
	color: #474747;
	font-size: 1.1em;
	font-weight: normal;
}

.course span {
	display: block;
	margin: 10px 0 0 0;
	color: #767676;
	font-size: .8em;
	line-height: 1.6em;
}

.schedule {
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: url(../images/iconCalendar.gif) no-repeat left center;
}

.event {
	margin: 15px 0;
	padding: 10px;
	color: #fff;
	background: #f7f7f7 url(../images/bgClasses.gif) left bottom repeat-x;
	border: 1px solid #d0d0d0;
}

.event img {
	float: left;
	margin: -5px 5px 5px -5px;
}

.event b {
	display: block;
	clear: right;
	padding: 0 0 0 65px;
	color: #474747;
	font-size: 1.1em;
	font-weight: normal;
}

.event span {
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 0 65px;
	color: #767676;
	font-size: .8em;
	line-height: 1.6em;
}







