@charset "utf-8";
/* CSS Document */

img {
	border:none;
}
a:link {
	color:#0483C8;
	font-weight:bold;
	padding: 0;
	margin:0;
	text-decoration:underline;
}
a:visited {
	color:#0483C8;
	font-weight:bold;
	padding: 0;
	margin:0;
	text-decoration:underline;
}
a:active {
	color:#0483C8;
	font-weight:bold;
	padding: 0;
	margin:0;
	text-decoration:underline;
}
a:hover {
	color:#CBD34C;
	font-weight:bold;
	padding: 0;
	margin:0;
	text-decoration:underline;
}
h1 {
	color:#0483C8;
}
h2 {
	color:#33460c; /* 949C51 */
	font-size:18px;
	font-weight:bold;
	padding: 0;
	margin:0;
}
h3 {
	color:#33460c; /* 949C51 */
	font-size:14px;
	font-weight:bold;
	padding: 0;
	margin:0;
}
h3 a:link {
	color:#0483C8;
	font-size:14px;
	font-weight:bold;
	padding: 0;
	margin:0;
	text-decoration:underline;
}
h4 {
	color:#949C51;
	font-size:14px;
	font-weight:bolder;
	padding: 0;
	margin:0;
	border-bottom: #999900 thin solid;
}
h5 {
	color:#949C51;
	font-size:14px;
	font-weight:bold;
	padding: 0;
	margin:0;
	text-align: center;
}
#left-content ul, #left-content-home ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#left-content li, #left-content-home li {
	list-style:none;
	margin:5px;
	padding:0px;
}
/*ROUNDED BOX*/
	#xsnazzy h1, #xsnazzy h2, #xsnazzy p {
	margin:0 10px;
	padding:0;
}
#xsnazzy h1 {
	font-size:18px;
	color:#949C51;
	font-weight:bold;
}
#xsnazzy h2 {
	font-size:14px;
	color:#0483C8;
	;
	border:0;
}
#xsnazzy p {
	padding-bottom:0.5em;
}
#xsnazzy h2 {
	padding-top:0.5em;
}
#xsnazzy {
	background: transparent;
	margin:5px 1em 3px 1em;
}
.xtop, .xbottom {
	display:block;
	background:transparent;
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block;
	overflow:hidden;
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb2, .xb3, .xb4 {
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.xb1 {
	margin:0 5px;
	background:#ccc;
}
.xb2 {
	margin:0 3px;
	border-width:0 2px;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px;
	margin:0 1px;
}
.xboxcontent {
	display:block;
	background:#fff;
	border:0 solid #ccc;
	border-width:0 1px;
}
/*HOME SLIDER */
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:243px;
	width: 600px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px;
	right: -7px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #CBD34C;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: bold;
}
/*CONTENT SLIDERS*/
 .demo-show {
	width: 675px;
	margin: 1em .5em;
}
.demo-show h3 {
	margin: 0;
	padding: .25em;
	background: #949C51;
	border-top: 1px solid #CBD34C;
	border-bottom: 1px solid #CBD34C;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
}
.demo-show div {
	padding: .5em .25em;
}
/* Courses Table */
table.courses .head {
	background-color: #949C51;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
table.courses .price {
	font-weight: bold;
}
table.courses {
	border: 1px solid #CBD34C;
}
/* Council Page */
#councils {
	position: relative;
	width: 675px;
}
#councils .dates {
	display: none;	
}

