@font-face {
  font-family: 'HelveticaLight';
  src: url('/includes/helveticalight-webfont.eot');
  src: local('☺'),
         url('/includes/helveticalight-webfont.woff') format('woff'), url('/includes/helveticalight-webfont.ttf') format('truetype'), url('/includes/helveticalight-webfont.svg#webfont') format('svg');
}
body { color: #000000; font-size: 13px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
p {}
a { color: #000000; font-style: normal; text-decoration: underline; outline: none; }
a:hover { color: #000000; font-style: normal; background-color: #e7e0d6; text-decoration: underline  }
a img {border: none;} /* For sucky Firefox */
a.betterTip:hover {background: transparent;}
p a:hover, #subNavigation a:hover {background-color: #e7e0d6;}
h1, h2, h3, h4, h5, h6 { color: #42351e; font-weight: normal; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
h1.pageTitle {text-indent: -1000em;}
h1 {font-size: 20px; font-family: HelveticaLight, verdana, Arial;}
h2 {font-size: 18px; font-family: HelveticaLight, verdana, Arial;}
h2.pageHeading {font-family: HelveticaLight, verdana, Arial;/*text-indent: -1000em;*/ }
h2.productName {font-family: HelveticaLight, verdana, Arial;text-align: center; font-weight: bold; font-size: 14px;}
h3 {font-size: 14px;}
div.scheduleColumn h3 {border-bottom: 1px solid #42351e; 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: 20px auto; padding: 2px; position: relative; width: 80%; /* height: 40px; */ /* Needed if #backLink is positioned absolutely */}
.lowertext { font-size: 10px; }
.lowerLinks a { font-size: 11px; text-decoration: none; border-bottom:0 none; color: #000;  }
.lowerLinks a:hover { background-color: #e7e0d6; }
#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: left; margin-top: 12px; margin-right: 60px; margin-left: 60px; }
form { margin: 0px; padding: 0px }
#footer {font-size: 11px; text-align: right;}
#footer a { }
#footer a:hover { text-decoration: none; }
.deleteButton { color: white; background-color: red; }
.submitButton { background-color: green; }
.storeButton {
	border: 1px solid black;
	padding: 3px 5px;
	background-color: #F9F5EB;
	coor: #000000;
}
.storeButton:hover {
	background-color: #CAC8CA;
}
.storeButtonHolder {display: inline;}

#pagination {border-bottom: 1px solid #62125c; padding-bottom: 2px; position: absolute; bottom: 5px; width: 700px;}
#pagination a {/*border: 1px solid #2c1a06;*/ padding: 2px; margin-left: 2px; /* background-color: #cac1ab;*/}
#pagination a:hover {color: #e6f9e8; background-color: #62125c;}
#pagination span.liveTab {color: #62125c; background-color: #e6f9e8; 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;}
#linksList li {padding-left: 15px;}
#linksList li.linkHeader {padding-left: 0;}

.searchTerms {background-color: #ffff00;}

#contact_form input[type=text] {background-color: #cccccc; width: 100%}
#contact_form textarea {
	background-color: #cccccc;
	margin-top: 10px;
}
#contact_form select {width: 175px;}

.numberCell {text-align: right;}

/* ==  Menu  == */
#nav {font-size: 13px; font-family: "Helvetica Neue", Arial, sans-serif;}
#nav ul {margin: 0; padding: 0; /*overflow: auto*/}
#nav li {margin: 0; padding: 0; float: left; list-style-type: none; height: 1%;}
#nav a {text-decoration: none; float: left;}
#nav li { position: relative;}
#nav a {color: #000000; padding: 4px 12px 3px 12px; }
#nav a:hover, #nav ul li:hover > a{color: #000000; background-color: #e7e0d6; }

#nav ul ul { display: none; position: absolute; left: 0; top: 22px; background-color: #ffffff; width: 175px; z-index: 10; -moz-box-shadow: 3px 3px 3px #c0c0c0; -webkit-box-shadow: 3px 3px 3px #c0c0c0; box-shadow: 3px 3px 3px #c0c0c0; }
#nav li:hover ul {display: block;}
#nav ul ul li {float: none;}
#nav ul ul li a {
	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 {border: 0; border-bottom: 1px solid #000000;}
#nav li.lastItem, #nav li.lastItem a, #nav li.lastItem a:hover {border-right: 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;}


#quotation {color: #42351e; font: 12px/20px HelveticaLight, "Times New Roman", serif;}
#quotation span {text-align: right; display: block;}
#quotation p {margin: 0; display: inline;}


*+html #rotator {overflow: auto;}
ul.slideshow {list-style-type: none; margin: 10px auto;}
ul.slideshow li { text-align: center; width: 600px; margin: 0; padding: 0; }
*+html ul.slideshow li img {box-shadow: none;}
li { margin-bottom: 5px; }

