@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(/media/images/layout/bg.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#32422D;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4E6545;
	font-size:18px;
	background:url(/media/images/layout/icon-georgia.png) left no-repeat;
	padding-left:20px;
}

h3 {
	color:#FF9900;
	font-style:italic;
	font-size:14px;
}

a, a:link {
	color:#0066FF;
	text-decoration:underline;
}
a:visited {
	color:#0086B9;
}
a:hover {
	color:#227E11;
	text-decoration:none;
}
a:active {
	color:#008C8C;
}
img.imgLink, img.imgLink:link {
	border:none;
}

br.clear, div.clear {
	clear:both;
}

hr {
	height:0;
	border:none;
	border-style:none;
	border-top:#C7DDC4 1px dashed;
}
hr.whiteRule {
	border-top-color:#FFF;
	opacity:.25;
	filter:alpha(opacity=25);
}

.whiteText, .whiteText a, .whiteText a:link, .whiteText a:visited {
	color:#FFF;
	font-size:12px;
}
.whiteText a:hover {
	text-decoration:none;
}

div.inlineBlock {
	display:inline-block;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

/* LAYOUT */

#wrapper {
	background:url(/media/images/layout/topbar-bg.png) top repeat-x;
}

#page {
	margin:0 auto;
	width:916px;
}

/* TOP CONTENT */

#page #topcontent {
	height:66px;
	/*text-align:right;*/
	padding-top:8px;
}

#page #topcontent #topbox {
	width:284px;
	height:34px;
	float:right;
	margin-right:-8px;
}

#page #topcontent #topbox #topbox-left {
	float:right;
	width:16px;
	height:34px;
	background:url(/media/images/layout/topbox-left.png) top no-repeat;
}
#page #topcontent #topbox #topbox-middle {
	float:right;
	width:252px;
	height:34px;
	background:url(/media/images/layout/topbox-middle.png) top repeat-x;
	position:relative;
}
#page #topcontent #topbox #topbox-right {
	float:right;
	width:16px;
	height:34px;
	background:url(/media/images/layout/topbox-right.png) top no-repeat;
}
#page #topcontent #topbox #searchbox {
	float:left;
	width:185px;
	height:35px;
	background:url(/media/images/layout/searchbox.png) no-repeat;
	position:relative;
	top:-4px;
}
#page #topcontent #topbox #searchbox #searchinput {
	float: left;
	padding: 0;
	margin: 8px 0 0 12px;
	border: 0;
	width: 140px;
	background: none;
}
#page #topcontent #topbox #searchbox #searchbutton {
	float:right;
	margin:4px 10px 0 0;
}
#page #topcontent #topbox #searchbox .searchtext{
	color:inherit;
	font-style:inherit;
}
#page #topcontent #topbox #searchbox .searchfiller{
	color:#999;
	font-style:italic;
}
#page #topcontent #topbox #topbox-middle a {
	margin-left:3px;
}

#page #topcontent #toplinks {
	clear:right;
	float:right;
	margin-top:10px;
}
#page #topcontent #toplinks {
	font-size:12px;
}

#page #header {
	height:81px;
	background:url(/media/images/layout/header.jpg) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

/* NAVIGATION BAR */

#page #nav {
	height:31px;
	background:url(/media/images/layout/nav-bg.png) right no-repeat;
}
#page #nav ul, #page #nav ul li {
	margin:0;
	padding:0;
}
#page #nav ul li {
	list-style-type:none;
	float:left;
}
#page #nav ul li a {
	display:block;
	height:31px;
	text-indent:-9999px;
}
#page #nav ul li a#homebtn {
	width:82px;
	background:url(/media/images/layout/nav-btn-home.png) no-repeat;
}
#page #nav ul li a#calendarbtn {
    width:105px;
    background:url(/media/images/layout/nav-btn-calendar.png) no-repeat;
}
#page #nav ul li a#recordingsbtn {
	width:123px;
	background:url(/media/images/layout/nav-btn-recordings.png) no-repeat;
}
#page #nav ul li a#classesbtn {
	width:91px;
	background:url(/media/images/layout/nav-btn-classes.png) no-repeat;
}
#page #nav ul li a#faqbtn {
	width:68px;
	background:url(/media/images/layout/nav-btn-faq.png) no-repeat;
}
#page #nav ul li a#homebtn:hover, 
#page #nav ul li a#calendarbtn :hover, 
#page #nav ul li a#recordingsbtn:hover, 
#page #nav ul li a#classesbtn:hover, 
#page #nav ul li a#faqbtn:hover {
	background-position:0 -31px;
}

/* BANNER AND MAIN CONTENT AREA */

#page #bannerbar-top {
	height:11px;
	background:url(/media/images/layout/banner-bar-top.png) no-repeat;
}
#page #content {
	background:url(/media/images/layout/content-bg.png) repeat-y;
}
#page #content #bannerbar {
	margin:0 2px;
	background:url(/media/images/layout/banner-bar-bg.png) repeat-x;
	height:140px;
}
#page #content #bannerbar-left {
	float:left;
	margin:4px 10px;
}
#page #content #bannerbar-right {
	float:right;
	width:485px;
}
#page #content #bannerbar-right div {
	margin:3px 0;
}
#page #content #bannerbarshadow {
	height:5px;
	margin:0 2px;
	background:url(/media/images/layout/banner-bar-shadow.png) no-repeat;
}

#page #content #main {
	padding:0 13px 0 19px;
}

#page #content #main #left {
	float:left;
	width:438px;
}

/* CENTER COLUMN */

#page #content #main #center {
	float:left;
	width:187px;/*217px*/
	background:url(/media/images/layout/gradient-yellow.png) top repeat-x;
	padding:5px 15px;
	margin-left:20px;
	color:#515B4D;
	font-size:12px;
	text-align:center;
	border-left:#C7DDC4 1px dashed;
}
#page #content #main #center #events {
	text-align:left;
}
#page #content #main #center #events h2 {
	color:#6B7966;
	font-style:italic;
	font-size:14px;
	background:url(/media/images/layout/icon-calendar.png) left no-repeat;
	padding-left:28px;
	min-height:23px;
}
#page #content #main #center #events h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FF9900;
	font-size:14px;
	margin-bottom:0;
	padding-bottom:0;
}
#page #content #main #center #events p {
	color:#515B4D;
	margin-top:5px;
	padding-top:0;
	text-align:left;
}
#page #content #main #center #events a,
#page #content #main #center #events a:link,
#page #content #main #center #events a:active {
	text-decoration:none;
	display:block;
}
#page #content #main #center #events a:hover {
	background:#FFF3C6;
}
#page #content #main #center #events p:after {
	content:url(/media/images/layout/icon-arrow.png);
}
#page #content #main #center img.bannerLink {
	margin:10px 0;
}
#page #content #main #center p {
	text-align:left;
}

/* RIGHT COLUMN */

#page #content #main #right {
	float:right;
	width:193px;
	font-size:12px;
	padding-bottom:15px;
}
#page #content #main #right h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#26601D;
	font-size:18px;
	background:url(/media/images/layout/link-column-header.png) top no-repeat;
	padding:13px 13px 0 38px
}
#page #content #main #right ul,
#page #content #main #right li {
	margin:0;
	padding:0;
}
#page #content #main #right li {
	margin:0 13px;
	padding:4px 0;
	list-style-type:none;
	display:block;
	border-bottom:#B4D3BF 1px dashed;
}
#page #content #main #right a, 
#page #content #main #right a:link {
	color:#205D16;
	text-decoration:none;
}
#page #content #main #right a:visited {
	color:#3F442F;
}
#page #content #main #right a:hover {
	color:#39A426;
	text-decoration:underline;
}

/* FOOTER */
#page #content #footerLinks {
	clear:both;
	margin:25px 2px;
	text-align:center;
	background:#2A831A url(/media/images/layout/footer-bg.png);
	height:38px;
	line-height:38px;
}
#page #footerText {
	text-align:center;
}