body { color: #000000; font-size: 14px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
p {}
a { color: #143544; font-style: normal; text-decoration: underline; outline: none; }
a:hover { color: #901f23; font-style: normal; text-decoration: underline }
a img {border: none;} /* For sucky Firefox */
h1, h2, h3, h4, h5, h6 { color: #143544; 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 {}
h2.productName {text-align: center; font-weight: bold; font-size: 14px;}
h3 {font-size: 14px;}
h4 {font-size: 14px;}
h5 {font-size: 14px;}
.lowerLinks {font-size: 11px; overflow: auto; border: 1px solid #c0c0c0; margin: 3px auto; padding: 2px; position: relative; /* height: 40px; */ /* Needed if #backLink is positioned absolutely */}
.lowerLinks a { font-size: 11px; text-decoration: none; border-bottom:0; color: #62125c;  }
.lowerLinks a:hover { }
#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 }
.qdetails { text-align: left; margin-right: 20%; margin-left: 20%; }
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 {}
a.buttonyLink { font-size: 12px; text-decoration: none; border: 1px solid #1b3d69; background-color: #adc3db; padding: 4px 6px 4px 6px; border-radius: 8px; -moz-border-radius: 8px; margin-right: 5px; margin-bottom: 5px; white-space: nowrap; float: left;}
a.buttonyLink:hover {color: #000000; background-color: #f28d37; background-color: rgba(235,200,83,0.8);}
#pagination {border-bottom: 1px solid #1b3d69; 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: #1b3d69;}
#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: #c6d0b5;
	width: 100%;
}
#contact_form textarea {
	background-color: #c6d0b5;
	margin-top: 10px;
}
#contact_form select {width: 175px;}

/* ==  Menu  == */
#nav {font-size: 12px; font-family: "Helvetica Neue", Arial, sans-serif;}
#nav ul {margin: 0; padding: 0; }
#nav li {margin: 0; padding: 0; list-style-type: none; position: relative; /*height: 1%;*/ border-bottom: 1px solid #c0c0c0;}
#nav a {text-decoration: none; display: block; color: #2b4171; padding: 4px 3px 3px 20px; font-weight: bold; box-shadow: inset 0px -3px 5px rgba(0,0,0,0.2);}

#nav a:hover{color: #ffffff; background-color: #f28d37; background-color: rgba(235,200,83,0.8);} /* These two lines split apart 'cos IE craps out when they're comma separated */
#nav ul li:hover > a{color: #000000; background-color: #f28d37; background-color: rgba(235,200,83,0.8);}

* html #nav a:hover{color: #ffffff; background-color: #f28d37;} /* IE6 */
*+html #nav a:hover{color: #ffffff; background-color: #f28d37;} /* IE6 */


#nav ul ul {display: none; position: absolute; left: 105px; top: 0px; background-color: #ffffff; width: 175px; z-index: 20; border: 1px solid #000000; border-bottom: none;}
#nav li:hover ul {display: block;}
#nav ul ul li {float: none; border-bottom: 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;}


/* = 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;}

