/* Site Colors
Yellow/Beige: #FFF3D4;
Blue: #369;
Green: #075203;
Gold: #c90;

*/

BODY
{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	margin: 7px auto;
	font-size: 13px;
	color: #333;
	background-color: #FFF;
	line-height: 131%;
	background-image: url(../images/bak.gif);
	background-repeat: repeat;
}

LI { padding-bottom: 5px; }
A:link, A:visited { color: #369; }
A:hover { color: #075203; }

#wrapper
{
	width: 885px;
	background-color: #FFF3D4;
	margin: 7px auto;
	background-image: url(../images/glowright.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

*html #wrapper { position: relative; }

#topbar
{
	width: 100%;
	height: 384px;
	background-image: url(../images/waveheader.jpg);
	background-repeat: no-repeat;
}

*html #topbar { width: 885px; }

#topbar UL
{
	clear: both;
	display: block;
	position: relative;
	top: 35px;
	list-style-type: none;
	height: 38px;
	z-index: 100;
}

#tagline { padding-top: 30px; }
*+html #topbar UL { top: 15px; }
*html #topbar UL { top: 15px; }

*+html #tagline
{
	padding-top: 0;
	padding-bottom: 10px;
}

*html #tagline
{
	padding-top: 0;
	padding-bottom: 10px;
}

#topbar LI
{
	margin-right: 10px;
	float: left;
}

#topbar LI A
{
	text-transform: uppercase;
	color: #FFF3D4;
	font-size: 13px;
	font-weight: bold;
}

#logo
{
	margin-left: 80px;
	margin-top: 80px;
}

UL#cartloc
{
	top: -23px;
	left: 690px;
	width: 200px;
}

*+html UL#cartloc
{
	top: -17px;
	left: 270px;
}

*html UL#cartloc
{
	top: -17px;
	left: 360px;
}

/* SUBMENU STYLES */
#dropmenudiv
{
	position: absolute;
	border: 2px solid #666;
	border-bottom-width: 0;
	/*	font-size: 11px;*/
	line-height: 20px;
	z-index: 200;
	margin-top: 3px;
	margin-left: 0px;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid #666;
	padding: 1px 0;
	text-decoration: none;
	/*font-family: Verdana;*/
	color: #FFF3D4;
	font-weight: bold;
	text-align: left;
}

#dropmenudiv a:hover
{
	/*hover background color*/
	background-color: #9fbf78;
	color: #075203;
}

#topbar A
{
	text-decoration: none;
	font-weight: bold;
}

#topbar A:hover
{
	color: #369;
	text-decoration: none;
}

/* CONTENT BOX */
#leftcol
{
	clear: both;
	background-image: url(../images/glowleft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 600px;
	padding-left: 30px;
	float: left;
	margin-top: -15px;
	/*	min-height: 267px;*/
}

#schedulepage #leftcol { width: auto; }

.newstitle
{
	color: #075203;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 100%;
	background-color: #9fbf78;
	padding: 10px;
	margin: -10px;
}

#newsitems P
{
	margin-top: 0;
	padding-top: 0;
	color: #333;
}

#middlecol_sub
{
	/*
background-image: url(../images/glowright.jpg);
	background-repeat: repeat-y;
	background-position: right top;
*/
	margin-top: -15px;
	width: 200px;
	position: absolute;
	margin-left: 655px;
	padding-right: 30px;
	color: #369;
}

*+html #middlecol_sub { position: relative; }

*html #middlecol_sub
{
	width: 181px;
	position: relative;
}

*html #homepage #leftcol { width: 580px; }

*html #homepage #middlecol_sub
{
	width: 220px;
	margin-left: 600px;
}

#schedulepage #middlecol_sub { width: auto; }
.classes_table TR { vertical-align: top; }

.classes_table TR TH
{
	background-color: #075203;
	color: #fff;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}

.classes_table TD
{
	font-size: 11px;
	text-align: center;
	border: 1px solid #333;
	width: 10%;
	line-height: 100%;
}

.classes_table TR TD:first-child
{
	font-weight: bold;
	color: #075203;
	font-size: 12px;
	width: 25%;
}

/*	Vertical Accordions */
.accordion_toggle
{
	display: block;
	height: 30px;
	width: 100%;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-color: #759056;
	/*padding: 0 0px 0 10px;*/
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	color: #fff;
	border-bottom: 1px solid #333;
	cursor: pointer;
	padding-left: 10px;
}

.accordion_toggle:hover
{
	color: #075203;
	background-color: #759056;
	/*
background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
*/
}

.accordion_toggle_active
{
	background-color: #369;
	color: #ffffff;
	border-bottom: 1px solid #333;
	/*
background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
*/
}

.accordion_toggle_active:hover
{
	background-color: #369;
	/*
background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
*/
}

.accordion_content
{
	/*background-color: #ffffff;*/
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 10px;
	/*border: 1px solid #759056;*/
}

#vertical_container A
{
	color: #fff;
	text-decoration: none;
}

#vertical_container A:hover { color: #075203; }
#vertical_container P A { color: #369; }

.accordion_content h2
{
	margin: 0px 0 5px 0px;
	color: #075203;
	text-decoration: none;
}

.accordion_content p
{
	line-height: 150%;
	/*padding: 0px 10px 5px 10px;*/
}

.show
{
	display: block;
	padding: 5px;
}

#address
{
	float: right;
	margin-top: -180px;
	width: 220px;
	margin-right: 10px;
	color: #369;
}

#homepage #address
{
	float: none;
	margin-top: 15px;
}

*html #homepage #leftcol { width: 550px; }

#footer
{
	clear: both;
	padding: 5px 10px 10px 20px;
	width: 885px;
	color: #369;
	height: 18px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
}

*html #footer { width: 855px; }

#footer DIV
{
	float: right;
	margin-right: 50px;
}

#footer A
{
	color: #369;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 8px;
	font-size: 11px;
}

#footer A:hover { color: #075203; }

#footer P
{
	background-image: url(../images/glowright.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

H1
{
	color: #369;
	font-size: 20px;
}

H1 .second
{
	color: #c90;
	font-size: 17px;
}

H2
{
	color: #075203;
	font-size: 16px;
}

H3 { font-size: 14px; }

.registerlinks A
{
	display: block;
	width: 150px;
	border-right: 1px solid #999;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #999;
	background-color: #fff;
	text-align: center;
	padding: 5px;
	text-decoration: none;
}

.registerlinks A:hover
{
	border-left: 1px solid #999;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #999;
	color: #fff;
	background-color: #c90;
}

.picture
{
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
}

.picture img
{
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	margin-bottom: 3px;
}

.right
{
	margin: 0.5em 0pt 0.5em 0.8em;
	float: right;
}

.left
{
	margin: 0.5em 0.8em 0.5em 0;
	float: left;
}

.rates_table
{
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

.rates_table th, .rates_table td
{
	text-align: left;
	padding: .5em;
	border: 1px solid #000;
}

.rates_table th {color: #075203;
	font-size: 14px;
	font-weight: bold;
	

	background-color: #9fbf78;}

.rates_table td { background-color: #fff; }

/* tablecloth styles */
.rates_table tr.even td { background: #f1f1f1; }


sup
{
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}
