body { color: #000000; font-size: 13px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
p {}

/* LINKS */
a { color: #c45a0e; font-style: normal; text-decoration: underline; outline: none medium; }
a:hover { color: #0bbb6c; font-style: normal; text-decoration: underline }
a img {border: none;} /* For sucky Firefox */

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { color: #a33900; font-weight: normal; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
h1.pageTitle {text-indent: -1000em;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h2.pageHeading {/*text-indent: -1000em;*/ }
h2.productName {text-align: center; font-weight: bold; font-size: 14px;}
h3 {font-size: 14px;}
div.scheduleColumn h3 {border-bottom: 1px solid #000000; margin-top: 35px;}
div.scheduleColumn>h3:first-of-type {margin-top: 0px;}
h4 {font-size: 14px;}
h5 {font-size: 14px;}
.lowerLinks { font-size: 11px; overflow: auto; border: solid 1px #c0c0c0; margin: 14px auto; padding: 2px; position: relative; width: 80%; /* height: 40px; */ /* Needed if #backLink is positioned absolutely */}
.lowerLinks a { font-size: 11px; text-decoration: none; border-bottom:0 none; color: #666;  }
.lowerLinks a:hover { color: #fff; background-color: #000; }
#backLink {float: right; /*	position: absolute; */ /* comment out these two lines if floating to the right */ /*	top: 25px; */ }
.error { color: red; font-weight: bold; font-size: 14px }
.errors {color: #ff0000; border: 1px solid #ff0000; padding: 5px 30px; margin: 5px auto; background: url(images/warning.png) no-repeat 5px 3px;}
input.validationError {
	color: #ff0000;
	font-size: 11px;
	border: 2px solid #ff0000;
	background-color: #ffa7a0;
}
select.validationError {
	color: #ff0000;
	font-size: 11px;
	border: 2px solid #ff0000;
	background-color: #ffa7a0;
}
span.validationError {padding-left: 5px; color: #ff0000; font-size: 11px;}
.qdetails { text-align: center; margin-right: 20%; margin-left: 20%; }
form { margin: 0px; padding: 0px }
#footer {font-size: 10px; text-align: right; /*color: #f7ecdb*/;}
#footer a { }
#footer a:hover { text-decoration: none; }
.deleteButton { color: white; background-color: red; }
.submitButton { background-color: green; }
.storeButton {	text-decoration: none;
	color: #000000;
	background: #ededed;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 46%, #e1e1e1 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 46%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(46%,#EDEDED), color-stop(100%,#e1e1e1));
	border: 1px solid #c0c0c0;
	padding: 6px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.storeButton:hover {
	background: #c0c0c0;
	background: -moz-linear-gradient(top, #e1e1e1 0%, #EDEDED 46%, #ffffff 100%);
	background: -o-linear-gradient(top, #e1e1e1 0%, #EDEDED 46%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(46%,#EDEDED), color-stop(100%,#ffffff));
}
.storeButtonHolder {display: inline;}

#pagination {border-bottom: 1px solid #62125c; padding-bottom: 2px; position: absolute; bottom: 5px; width: 803px;}
#pagination a {/*border: 1px solid #2c1a06;*/ padding: 2px; margin-left: 2px; /* background-color: #cac1ab;*/}
#pagination a:hover {color: #c0c0c0; background-color: #333333;}
#pagination span.liveTab {color: #333333; background-color: #c0c0c0; padding: 5px 4px 2px 4px; margin-left: 2px;}
#today {font-size: 11px;}

td.gallery {border-bottom: 1px solid #44466d; font-size: 10px; padding: 10px 2px 20px 2px;} /* For a line between gallery rows */
td.lastRow {border-bottom: none;}
.imageTitle {}

#linksList {list-style-type: none; margin: 0; padding: 0; -moz-column-count: 2; -webkit-column-count: 2; column-count: 2;}
#linksList li {padding-left: 15px;}
#linksList li.linkHeader {padding-left: 0; -moz-column-span: all; -webkit-column-span: all; column-span: all;}

.searchTerms {background-color: #ffff00;}

#contact_form {width: 450px; margin: 10px auto; border: 1px solid #666666; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding: 5px; -moz-box-shadow: 2px 3px 5px #c0c0c0; -webkit-box-shadow: 2px 3px 5px #c0c0c0; box-shadow: 2px 3px 5px #c0c0c0;}
#contact_form input[type=text] {background-color: #eeeeee; width: 444px;}
#contact_form textarea {
	background-color: #eeeeee;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 444px;
}
#contact_form select {width: 175px;}

.numberCell {text-align: right;}

/* ==  Menu  == */
#nav {font-size: 13px; font-family: "Helvetica Neue", Arial, sans-serif;}
#nav ul { z-index: 20; margin: 0; padding: 0; }
#nav li { margin: 0; padding: 0; float: left; list-style-type: none; height: 1%; z-index: 20; border-right: 1px solid #c0c0c0; }
#nav a { text-decoration: none; z-index: 20; float: left; }
#nav li { position: relative; z-index: 20; }
#nav a { color: #c0c0c0; padding: 4px 10px 3px; letter-spacing: 1px; z-index: 20; }
#nav a:hover, #nav ul li:hover > a{ color: #ffffff; background-color: #000000; z-index: 20; }

#nav ul ul { display: none; position: absolute; left: 0; top: 22px; background-color: #ffffff; width: 175px; font-size: 12px; z-index: 20; border-left: 1px solid #000000; -moz-box-shadow: 3px 3px 3px #c0c0c0; -webkit-box-shadow: 3px 3px 3px #c0c0c0; box-shadow: 3px 3px 3px #c0c0c0; }
#nav li:hover ul { z-index: 20; display: block; }
#nav ul ul li { z-index: 20; float: none; border-right: 1px solid #000000; }
#nav ul ul li a {
	color: #000000;
	padding: 4px;
	display: block;
	text-decoration: none;
	float: none;
	background-image: none;
	text-indent: 0;
	width: 167px;
	margin: 0;
	z-index: 20;
	border: 0;
	border-bottom: 1px solid #000000;
}
#nav ul ul li a:hover { z-index: 20; border-style: none none solid; border-width: 0 0 1px; border-bottom-color: #000000; }
#nav li.lastItem, #nav li.lastItem a, #nav li.lastItem a:hover, #nav li a.lastItem, #nav li a.lastItem:hover { z-index: 20; border-right-style: none; }
/* = Menu End = */

table#classDateTable {border: 0; width: 95%; margin: 10px auto;}
table#classDateTable tr:nth-child(even) {background-color: #c0c0c0; }
table#classDateTable tr:hover:not(.firstRow) {background-color: black; color: white;}

*+html #rotator {overflow: auto;}
ul.slideshow { z-index: 1; list-style-type: none; margin: 10px auto; }
ul.slideshow li { text-align: center; width: 450px; z-index: 1; padding: 0; }
*+html ul.slideshow li img { z-index: 1; box-shadow: none; }
li { margin-bottom: 5px; }
#subscats a { line-height: 24px; text-decoration: none; margin-bottom: 2px; padding: 2px 4px; border: solid 1px #a33900; white-space: nowrap; }
.homeimage { padding: 8px; border: solid 1px #b1aeaf; }