* html div.floatClear
{
	height: 1%;
	overflow: visible;
}

*+html div.floatClear
{
	min-height: 1%;
}

div.floatClear:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #3a4a61;
	background: #3a4a61 url(../img/body-bg.png) repeat-y left top;
}

body, th, td
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #3a4a61;
}

a,
a:hover
{
	color: #687848;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div
{
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 24px;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0 0 .25em 0;
	padding: 0;
	line-height: .9em;
}

div#pageWrapper
{
	width: 1000px;
}

div.featureBox
{
	padding: 0 0 30px 0;
}

div.featureBox p
{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

div#header
{
	height: 165px;
	background-image: url(../img/headerclouds.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

div#header ul#mainMenu
{
	position: absolute;
	left: 171px;
	top: 105px;
	list-style-type: none;
	display: inline;
	margin: 0 0 0 7px;
	padding: 0;
	z-index: 10;
}

div#header a#headerHomeLink
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 5;
	width: 236px;
	height: 136px;
}

div#header a#headerHomeLink span.alt
{
	display: none;
}


div#header ul#mainMenu li
{
	display: inline;
	padding: 0 7px 0 8px;
	position: relative;
}

div#header ul a
{
	color: #fff;
}

div#header ul#mainMenu li ul
{
	position: absolute;
	display: none;
	background-color: #8fa3bf;
	color: #3a4a61;
	margin: 0;
	padding: 5px 0px;
}

div#header ul#mainMenu li ul li
{
	display: block;
	padding: 0;
}

div#header ul#mainMenu li ul li a
{
	display: block;
	padding: 5px 37px 5px 8px;
	white-space: nowrap;
}

div#header ul#mainMenu li ul li a:hover
{
	color: #fff;
	background-color: #3a4a61;
	text-decoration: none;
}

div#featureColumn
{
	float: right;
	width: 326px;
	margin-right: 15px;
	display: inline;
}

table.miniSchedule
{
	margin: 0 0;
	padding: 0;
	border-collapse: collapse;
}

table.miniSchedule td
{
	padding: .5em 1.5em .5em 0;
}

table.miniSchedule td.time
{
	font-weight: bold;
}

table.miniSchedule a
{
	color: #3a4a61;
}

table.miniSchedule a:hover
{
	color: #687848;
}

table.miniSchedule td.event a
{
	font-weight: bold;
}

table.miniSchedule td.event span.instructor a
{
	font-weight: normal;
}

div.recentRow
{
	margin: 0;
	padding: 0 0 2.5em 70px;
	position: relative;
}

div.recentRow img.icon,
div.recentRow img.avatar
{
	position: absolute;
	left: 0;
	top: 3px;
}

div.recentRow p
{
	margin: 1em 0 0 0;
	padding: 0;
}

div.recentRow p.message,
div.recentRow p
{
	margin: 0;
}

div.recentRow p.credit
{
	margin: 1em 0 0 0;
	font-size: 9px;
	margin:  .5em 0;
}

div.recentRow p.links
{
	margin: 1em 0 0 0;
}

div#mainColumn
{
	padding: 0 44px;
}

body.page-template-homepage-php div#mainColumn
{
	display: inline;
	padding: 0;
	width: 615px;
	float: left;
}

body.page-template-schedulepage-php div#mainColumn
{
	display: inline;
	padding: 0;
	margin-left: 44px;
	width: 572px;
	float: left;
}

div#bodyWrapper
{
	width: 1000px;
	padding-top: 44px;
	background: transparent url(../img/content-bg.jpg) no-repeat left top;
}

div#promotional
{
	padding: 10px 0 40px 10px;
}

div#slidePanel
{
	position: relative;
	overflow: hidden;
	width: 615px;
	height: 346px;
	background-color: #3a4a61;
}

div.slide,
div.caption
{
	position: absolute;
}

div.caption
{
	color: #fff;
	background-color: #000;
	margin: 0;
	padding: .5em;
}

div.caption p
{
	margin: 0;
	padding: 0;
}

/* post styles */

img.alignright
{
	float: right;
	margin: 0 0 0 10px;
}

table.priceGrid
{
	border-collapse: collapse;
}

table.priceGrid th
{
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	margin: 0;
	padding: 5px 8px 5px 0;
	border-top: dotted 1px #3a4a61;
	border-bottom: dotted 1px #3a4a61;
}

table.priceGrid td
{
	padding: 5px 0px 5px 0;
	border-top: dotted 1px #3a4a61;
	border-bottom: dotted 1px #3a4a61;
}