body {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	background-image: url('/images/background.png');
	color: #025b78;
	margin: 0px 0px;
}
body.admin {
	background-image: url('/images/background_inverted.png');
}
img {
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	border: none;
	vertical-align: bottom;
}
h1 {
	color: #009acf;
	font-size: 18px;
}
h2 {
	color: #025b78;
	font-size: 14px;
}	
p {
	margin: 0px;
	padding: 0px;
}
td {
  vertical-align: top;
  text-align: left;
}
a {
	color: #76b900;
}
a:hover {
	color: #76b900;
}
a:visited {
	color: #76b900;
}
ul.nobullets {
	list-style: none;
	padding-left: 15px;
	margin-left: 0px;
}
ul.nobullets>li {
	padding-left:0px;
	margin-left: 0px;
}
span#formerror {
	color: red;
}
dt {
	font-weight: bold;
}

/* menus */
div#primarymenu {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 11px;
	color: #76b900;
	text-align: right;
	padding: 11px 20px 0px 0px;
}
body.home div#primarymenu {
	top: 0px;
}
body.schedule div#primarymenu {
	top: 0px;
}
div#primarymenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div#primarymenu ul li {
	display: inline;
	margin-left: 7px;
}
div.menu {
    position: absolute;
	left: 14px;
	top: 4px;
	background: transparent;
	height: 128px;
	width: 221px;
	color: white;
}
body.home div.menu {
	top: 126px;
	height: 170px;
}
div.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 16px;
	padding-left: 0px;
	margin-top: 4px;
	border-top: 1px white dotted;
}
div.menu table {
	padding: 0px;
	margin: 0px;
	width: 195px;
}
div.menu tbody {
	padding: 0px;
	margin: 0px;
}
div.menu tr {
	padding: 0px;
	margin: 0px;
}
div.menu td {
	padding: 0px;
	margin: 0px;
}
body.altbanner div.menu ul {
	font-size: 11px;
}
div.menu ul li {
	position: relative;
	border-bottom: 1px white dotted;
	padding-left: 26px;
	padding-top: 5px;
	padding-bottom: 6px;
}
body.altbanner div.menu ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}
div.menu ul li ul
{
	margin-top: 0px;
	width: 200px;
	font-size: 11px;
	background-color: #d7e9b8;
	display: none;
/*copied from below*/
	float: right;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 100%;
	z-index: 1000;
}
div.menu ul li ul table {
	width: 174px;
}
div.menu ul.toplevel li.hover ul.sublevel {
	display: block;
}
div.menu ul.toplevel li.hover {
	background-color: #d7e9b8;
	color: #547726;
}
div.menu ul.toplevel li.hover ul.sublevel li.hover {
	background-color: #547726;
	color: #d7e9b8;
}
.clickable {
	cursor: pointer;
}

/* frame layouts */
div#fixedframe {
	margin: 0px auto;
	padding: 0px;
	width: 796px;
}
body.schedule div#fixedframe {
	width: 840px;
}
div#fixedframe-content {
	position: relative;
	padding-left: 14px;
	padding-right: 14px;
	background-image: url( '/images/bkgd_borders_yellow.png' );
}
body.schedule div#fixedframe-content {
	background-image: url( '/images/bkgd_borders_schedule.png' );
}
body.shop div#fixedframe-content {
	background-image: url( '/images/bkgd_borders.png' );
}
div#fixedframe-topborder {
	background-image: url( '/images/bkgd_top.png' );
	height: 9px;
}
body.schedule div#fixedframe-topborder {
	background-image: url( '/images/bkgd_top_schedule.png' );
}
div#banner {
	position: relative;
	height: 221px;
	margin-top: 0px;
}
body.home div#banner {
	height: 360px;
}
body.schedule div#banner {
	height: 77px;
}
div#sideheader {
	position: absolute;
	width: 195px;
	height: 60px;
	left: 26px;
	bottom: 0px;
	color: #025b78;
	cursor: pointer;
}
div#sideheader span {
}
div#areaheader2 {
	position: absolute;
	height: 60px;
	left: 235px;
	bottom: 0px;
	color: #025b78;
}
div#areaheader2 h1 {
	margin-bottom: 3px;
}
div#areaheader2 span {
	font-size: 14px;
}
div#areaheader2 a {
	text-decoration: none;
	color: #025b78;
}
div#areaheader2 a:hover {
	text-decoration: none;
	color: #025b78;
}
div#areaheader2 a:visited {
	text-decoration: none;
	color: #025b78;
}

div#fixedframe-footer {
	position: relative;
	background-image: url( '/images/bkgd_bottom.png' );
	height: 59px;
	text-align: center;
}
body.schedule div#fixedframe-footer {
	height: 14px;
	background-image: url( '/images/instructor_bkgd_bottom_schedule.png' );
}
body.area div#fixedframe-footer {
	height: 14px;
	background-image: url( '/images/instructor_bkgd_bottom.png' );
}
div#fixedframe-footer span {
	position: absolute;
	width: 100%;
	bottom: 5px;
	left: 0px;
	font-size: 10px;
}
body.schedule div#fixedframe-footer span {
	display: none;
}
body.area div#fixedframe-footer span {
	display: none;
}

/* column stuff */
#leftside {
	width: 221px;
	background-color: transparent;
}
body.admin #leftside {
	background-color: transparent;
}
body.shop #leftside {
	background-color: #d7e9b8;
}
body.schedule #leftside {
	width: 0px;
	margin-left: 0px;
	display: none;
}
#leftside h1 {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #025b78;
	font-weight: bold;
	font-size: 12px;
}
#centre {
	color: #025b78;
	padding-bottom: 20px;
	line-height: 18px;
}
body.area #centre {
	border-top: 1px solid #e5f0d5;
}
body.shop #centre {
	border-top: 1px solid #e5f0d5;
}
#centre h1 {
	margin-bottom: 5px;
}
#centre p {
	margin-bottom: 18px;
}
#centre > div {
	padding-left: 25px;
	padding-right: 10px;
}
body.shop #centre > div {
	padding-right: 20px;
}
#rightside {
	width: 195px;
	background-color: white;
	line-height: 18px;
}
body.admin #rightside {
	width: 0px;
	display: none;
}
body.shop #rightside {
	width: 0px;
	display: none;
}
body.photos #rightside {
	width: 0px;
	display: none;
}
body.area #rightside {
	width: 226px;
	border-top: 1px solid #e5f0d5;
	border-left: 1px solid #e5f0d5;
	padding-left: 15px;
}
body.schedule #rightside {
	width: 0px;
	margin-right: 0px;
	display: none;
}
#rightside p {
	margin-top: 18px;
	padding-right: 5px;
}
div#clearing {
	clear: both;
}

/* content specific styles */
div.testamonial {
	color: black;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 26px 26px 26px;
	background-color: #f7e77f;
}
div.offeredclasses {
	color: black;
	line-height: 20px;
	padding: 0px 26px 26px 26px;
	background-color: white;
	border-top: 1px solid #e5f0d5;
	border-right: 1px solid #e5f0d5;
}
div.offeredclasses ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-left: 0px;
}
div.offeredclasses ul li {
}
div.factoid {
	width: 175px;
	margin: 0px 15px 0px 5px;
	padding:0px;
}
div.factoid div.bkgd {
	background-image: url( '/images/factoid-mid.png' );
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px 0px -5px 0px;
}
div.factoid-content {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}
div.factoid h1 {
	color: #025b78;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}
div.factoid p {
	margin: 0px;
	padding: 0px;
	margin-bottom: -5px;
}
div.factoid img {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 0px;
}
div.announcements {
}
div.announcements h1 {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #025b78;
	font-weight: bold;
	font-size: 12px;
}
div.profile {
	color: #618c3c;
}
div.profile h1 {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	color: #618c3c;
	font-size: 12px;
}	
div.locallinks {
	background-color: white;
	border-right: 1px solid #e5f0d5;
	border-top: 1px solid #e5f0d5;
	padding: 0px 10px 26px 26px;
}
div.locallinks ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div.locallinks ul li {
	display: inline;
	margin: 0px;
	padding: 5px 0px 5px 5px;
}
div.locallinks img {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}
div#ml-form {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background-color: #f7e77f;
	background-image: url( '/images/membership_button.png' );
	background-repeat: repeat-x;
/*	height: 61px;
*/	color: black;
	text-align: center;
	padding-top: 25px;
}
div#ml-form h1 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	padding-bottom: 5px;
	color: white;
}
div#ml-form p {
	padding: 0px 0px 10px 0px;
	margin: 0px 26px;
	font-size: 12px;
}
div#ml-form form {
	padding: 0px;
	margin: 0px;
	padding-bottom: 30px;
}
div#ml-form input {
	border: 1px solid #00a5d9;
	width: 164px;
}
#centre>div.schedule {
	padding-left: 5px;
	padding-right: 5px;
}
table.schedule {
	width:100%;
	border-collapse:collapse;
	margin-bottom: 0px;
}
table.schedule th {
	background-color: #00A6DD;
	color: white;
	text-align: center;
	border: 1px solid #00A6DD;
	font-weight: normal;
}
table.schedule th.season {
	color: black;
	background-color: #8cc63e;
	border: 1px solid #8cc63e;
}
table.schedule td {
	background-color: white;
	color: black;
	text-align: center;
	border: 1px dashed black;
	border-top: none;
	font-size: 10px;
	line-height: 12px;
	padding: 3px;
	padding-bottom: 15px;
	width: 14%;
}
div.schedulesession dt {
	font-weight: normal;
}
div.buybutton {
	width:80px;
	height:20px;
	cursor:pointer;
	background-image: url('/images/add-to-cart-button-blue.png');
}
div.buybuttonhover {
	width:80px;
	height:20px;
	cursor:pointer;
	background-image: url('/images/add-to-cart-button-green.png');
}
div.regbutton {
	width:80px;
	height:20px;
	cursor:pointer;
	background-image: url('/images/register-button-blue.png');
}
div.regbuttonhover {
	width:80px;
	height:20px;
	cursor:pointer;
	background-image: url('/images/register-button-green.png');
}
