/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Pages */

.ppage {
	width:900px;
}

.location1 {
	float:left;
	width:435px;
	height:550px;
}

.location2 {
	float:left;
	width:450px;
	height:500px;
}

.contact1 {
	float:left;
	width:450px;
	height:500px;
}

.contact2 {
	float:left;
	width:450px;
	height:500px;
}

.contact3 {
	float:left;
	width:260px;
	height:600px;
}

.contact4 {
	float:left;
	width:200px;
	height:570px;
	padding:48px 0 0 0;
}

.location3 {
	float:left;
	width:260px;
	height:600px;
}

.location4 {
	float:left;
	width:200px;
	height:570px;
	padding:0;
}

.programs1 {
	float:left;
	width:435px;
	height:500px;
	padding:16px 0 0 0;
}

.programs2 {
	float:left;
	width:465px;
	height:950px;
}

.faq {
	float:left;
	width:480px;
	height:1650px;
}

.sprograms1 {
	float:left;
	width:435px;
	height:800px;
	padding:16px 0 0 0;
}

.sprograms2 {
	float:left;
	width:480px;
	height:1200px;
}

/* Added Styles */

.footerlinks, a.footerlinks, a.footerlinks:visited {
	color:#07090e;
	font-size:11px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

a.footerlinks:hover {
	color:#07090e;
	text-decoration:underline;
}

.plinks, a.plinks, a.plinks:visited {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0px;
	text-transform:none;
}

a.plinks:hover {
	color:#ffffff;
	text-decoration:underline;
}

.programlinks, a.programlinks, a.programlinks:visited {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

a.programlinks:hover {
	color:#ffffff;
	text-decoration:underline;
}

.orangelinks, a.orangelinks, a.orangelinks:visited {
	color:#ff9500;
	font-size:14px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a.orangelinks:hover {
	color:#ff9500;
	text-decoration:underline;
}

.footerpad {
	padding:14px 0 0 200px;
	color:#07090e;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.datefinder {
	width:201px;
}

.programnav {
	width:919px;
	height:41px;
}

.programpad {
	padding:12px 0 0 35px;
}

.programpad1 {
	padding:12px 0 0 436px;
}

.pagepad {
	padding:30px 0 0 0;
}

.pagepad1 {
	padding:7px 0 0 0;
}

.pagepad2 {
	padding:5px 0 0 0;
}

.pagepad3 {
	padding:12px 0 0 0;
}

.pagepad4 {
	padding:16px 0 0 0;
}

.pagepad5 {
	padding:64px 0 0 0;
}

.parpad {
	padding:6px 0 0 0;
	text-align:justify;
	font-size:12px;
	line-height:16px;
}

.links, a.links, a.links:visited {
	color:#ce9124;
	font-size:12px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

a.links:hover {
	color:#ce9124;
	text-decoration:underline;
}

.seniorlinks, a.seniorlinks, a.seniorlinks:visited {
	color:#ce9124;
	font-size:14px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

a.seniorlinks:hover {
	color:#ce9124;
	text-decoration:underline;
}

a.print:hover {
	color:#ffffff;
	text-decoration:underline;
}

.print, a.print, a.print:visited {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.print {
}

.bold {
	color:#db9e3f;
}

/* Global properties f6cb87 ======================================================== */
body { 
	background:#1a1a2a;
	border-top:#dedcd4;
	border-top-width:16px;
	border-style:solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:1.2em;
	color:#d0cec5;
	min-width:1000px;
}
html, body { height:100%;}


p {padding-top:18px;}

a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}


h1 {
	padding:38px 90px 59px 0;
	float:left;
}
	h1 a {
		display:block;
		text-indent:-5000px;
		width:325px;
		height:118px;
		background:url(../images/logo.png) left top no-repeat;
	}
	
h2 {
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:30px;
	line-height:1.2307em;
	font-weight:normal;
	padding:5px 0 10px 0
}
	.h2-pad {
		padding-bottom:32px;
	}
/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	position: relative;
	width: 920px;
}

.body-extra-bg {
}
	/* Header */
	header{
		height:742px;
	}
			
	/* Footer */
	footer{
		height:163px;
		background-color:#dedcd4;
	}
	
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
/*----- form defaults -----*/
input, select, textarea { 	
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.extra-wrap { 
	width:100%;
}

/*===== header =====*/
.date {
	float:left;
	font-size:0.666em;
	line-height:1.2307em;
	text-transform:uppercase;
	color:#8c8a87;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:14px;
}

.sub-menu {
	float:right;
	padding-top:14px;
}
	.sub-menu li {
		float:left;
		background:url(../images/sub-menu-li-a.gif) right 3px no-repeat;
		font-size:0.666em;
		line-height:1.2307em;
		padding:0 8px 0 7px;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
	}
		.sub-menu li a {
			color:#8b8a87;
			text-decoration:none;
		}
			.sub-menu .last {
				background:none;
				padding-right:0;
			}

nav {
	float:left;
	width:530px;
	margin-right:-26px;
	position:relative;
	padding-top:51px;
	text-transform:none;
}
	nav ul {
		float:left;
		width:260px;
	}
		nav .col1 {
			width:270px;
		}
		nav li {
			font-size:22px;
			line-height:27px;
			font-family:"Times New Roman", Times, serif;
			text-transform:uppercase;
		}
			nav li a {
				text-decoration:none;
				color:#fff;
				display:inline-block;
				cursor:pointer;
			}
				nav li a span {
					display:inline-block;
					padding:0 14px;
				}
					nav li a span span {
						padding:0px 10px 0px 5px;
					}
						nav li a:hover, nav .active a {
							background:url(../images/nav-li-left-bg.png) left top no-repeat;
						}
							nav li a:hover span, nav .active a span {
								background:url(../images/nav-li-right-bg.png) right top no-repeat;
							}
								nav li a:hover span span, nav .active a span span {
									background:url(../images/nav-li-tail.png) left top repeat-x;
								}
/*===== content =====*/
.indent {
	padding:39px 0 60px 0;
}

.col-pad {
	padding-right:45px;
}


.divider {
	background:url(../images/divider-bg.gif) 299px 0px repeat-y;
}
.divider1 {
	background:url(../images/divider-bg.gif) 618px 0px repeat-y;
}

.date1 {
	background:url(../images/date-bg.gif) left top no-repeat;
	display:block;
	text-align:center;
	padding-top:2px;
	font-size:1.133em;
	line-height:1.2em;
	color:#42392d;
	width:66px;
	height:24px;
	margin-bottom:10px;
}
	.border {
		background:url(../images/border-bg.gif) left bottom repeat-x;
		padding-bottom:15px;
		margin-bottom:17px;
	}


.news a {
	color:#d6b075;
	text-decoration:none;
	line-height:14px;
}
	.news a:hover {
		text-decoration:underline;
	}
	
.title {
	color:#ff9500;
	font-size:20px;
	line-height:1.058em;
	display:block;
	padding-bottom:12px;
}
.title1 {
	color:#ff9500;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.058em;
	display:block;
	padding-bottom:0px;
	font-weight:bold;
}

h2.title2, .title2, div.title2 {
	color:#FFA504;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.058em;
	display:block;
	padding-bottom:0px;
	font-weight:bold;
}

h3.title3, .title3, div.title3 {
	color:#ce9124;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.058em;
	display:block;
	font-weight:bold;
	padding:5px 0 0 0;
}

h4.title4, .title4, div.title3 {
	color:#ff9500;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	display:block;
	font-weight:bold;
	padding:0;
}

.link {
	display:inline-block;
	background:url(../images/link-left-bg.gif) left top no-repeat;
	cursor:pointer;
	text-decoration:none;
	color:#7a6442;
	display:inline-block;
	margin-top:42px;
}
	.link span {
		display:inline-block;
		padding:0 5px;
		background:url(../images/link-right-bg.gif) top right no-repeat;
	}
		.link span span {
			padding:8px 8px 10px 8px;
			background:url(../images/link-tail-bg.gif) left top repeat-x;
		}
		
			.link:hover {
				background:url(../images/link-left-bg-hover.gif) left top no-repeat;
			}
				.link:hover span {
					background:url(../images/link-right-bg-hover.gif) right top no-repeat;
				}
					.link:hover span span {
						background:url(../images/link-tail-bg-hover.gif) left top repeat-x;
					}

.link1 {
	display:inline-block;
	font-size:1.2em;
	line-height:1.2307em;
	text-decoration:none;
	background:url(../images/link1-bg.gif) left bottom repeat-x;
	margin-top:34px;
}
	.link1:hover {
		background:none;
	}

/*---- pad ---*/
.pad {
	padding-top:30px;
}
.pad1 {
	padding-top:20px;
}
/*-----calendar ------*/	
.month {
	float:left;
	text-transform:uppercase;
	color:#7a6442;
	font-size:1.2em;
}

.switcher {
	float:right;
	background:url(../images/calendar-switch.gif) left top no-repeat;
	width:42px;
	height:18px;
	padding:8px 0 0 14px;
}
	.weeks {
		overflow:hidden;
		width:100%;
	}
		.weeks li {
			float:left;
			background:url(../images/weeks-li-bg.gif) left bottom repeat-x;
			padding:22px 0 9px 0;
			margin-right:-1px;
			text-transform:uppercase;
			color:#7a6442;
			font-size:0.66em;
			line-height:1.2307em;
			width:40px;
			text-align:center;
		}
	.days {
		overflow:hidden;
		width:100%;
		padding-top:13px;
	}
		.days li {
			float:left;
			padding:0 4px 4px 0;
			font-size:0.933m;
			line-height:1.2307em;
			margin-right:-1px;
		}
			.days li a {
				width:36px;
				height:22px;
				text-align:center;
				padding-top:4px;
				display:block;
				text-decoration:none;
				background:url(../images/days-a-bg.gif) left top no-repeat;
			}
			.days .active a {
				background:url(../images/days-a-active.gif) left top no-repeat;
				color:#000;
			}
			.days .null a {
				background:none;
			}


.spacing {
	letter-spacing:-2px;
}

/*---- list ----*/
.list {
}
	.list li {
		background:url(../images/marker.png) left 8px no-repeat;
		padding-left:28px;
		line-height:1.733em;
	}

/*---- score-table ----*/
.score-table {
	width:100%;
	border-collapse:collapse;
}
	.score-table td {
		border-right:1px dotted #7a6442; 
		border-bottom:1px solid #675d4e;
		padding:6px 0 5px 0
	}
	.score-table .col_1 {
		width:180px;
	}
	.score-table .col_2 {
		width:79px;
	}
	.score-table .td {
			border-bottom:1px dotted #7a6442;
		}
	.score-table .td-pad {
		padding-left:20px;
		border-right:none;
	}
	.score-table span {
		font-size:1.1333em;
		line-height:1.2307em;
		color:#ff9500;
		display:block;
		margin-top:-10px;
		padding-bottom:10px;
	}
	
/*---- roster-table ----*/
.roster-table {
	width:100%;
	border-collapse:collapse;
}
	.roster-table td {
		border-bottom:1px solid #675d4e;
		border-right:1px dotted #fff; 
		padding:6px 0 5px 20px;
	}
	
	.roster-table .col_1 {
		width:28px;
	}
	.roster-table .col_2 {
		width:138px;
	}
	.roster-table .col_3 {
		width:37px;
	}
	.roster-table .col_4 {
		width:60px;
	}
	.roster-table .col_5 {
		width:127px;
	}
	.roster-table .col_6 {
		width:100px;
	}
	.roster-table .null {
		border-right:none;
	}
	.roster-table .td {
			border-bottom:1px dotted #fff;
		}
	.roster-table .td-pad {
		padding-left:0px;
	}
	.roster-table span {
		font-size:1.1333em;
		line-height:1.2307em;
		color:#ff9500;
		display:block;
		margin-top:-10px;
		padding-bottom:10px;
	}
	
.phone {
	display:inline-block;
	width:90px;
}
/*===== footer =====*/
.policy {
	float:left;
	font-size:0.666em;
	color:#07090e;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:14px;
}
	.policy a {
		color:#8d8b88;
		text-decoration:none;
	}
		.policy a:hover {
			text-decoration:underline;
		}

.socials {
	float:right;
	padding-top:33px;
	margin-right:-9px;
	position:relative;
}
	.socials a {
		display:inline-block;
		padding-left:2px;
	}


/*----- forms -----*/
#contacts-form {
	margin-right:-3px;
}
#contacts-form fieldset {
	border:none;	
	padding-top:3px;
}
	#contacts-form label {
		display:block;
		height:42px;
		overflow:hidden;
		background:url(../images/input-bg.png) no-repeat 0 0;
		vertical-align:top;
	}
		#contacts-form input {
			width:265px;
			padding:7px 0px 7px 0px;
			margin:0 5px;
			border:none;
			line-height:1.2307em;
			background:none;
			color:#fff;
		}
		#contacts-form .textarea-box {
			background:url(../images/textarea-bg.png) no-repeat 0 0;
			height:248px;
			overflow:hidden;
		}
		#contacts-form textarea {
			width:272px;
			padding:0px 0px 0px 5px;
			border:none;
			background:none;
			color:#fff;
			height:240px;
			margin:3px 0px;
			overflow:auto;
		}
		#contacts-form .link {
			margin-left:30px;
		}

/*============= slidesow ===================*/
/* slideshow styles */
.slideShow ul,
.slideShow li,
.slideShow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.slideShow {
	height:501px;
	background:url(../images/slideshow-bg.png) left bottom no-repeat;
}

/** navigation **/
.slideShow .navigation {
	margin: 15px 31px 0px 0px;
	float:right;
	display: block;
}
.togglePlayback {
	font-size:0.66em;
	color:#222222;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	margin:0 12px 0 0;
}
.slideShow .navigation li {
	float:left;
	padding-left:1px;
}
.slideShow .navigation .page:hover,
.slideShow .navigation .page.selected {
	background:url(../images/pagination-bg-active.gif) left top no-repeat;
}
.slideShow .page {
	display:block;
	width:20px;
	height:20px;
	font-size:0;
	line-height:0;
	text-decoration:none;
	background:url(../images/pagination-bg.gif) left top no-repeat;
	color:#fff;
	
}
.slides {
	height:451px;
	overflow:hidden;
}
/*----------gallery--------*/
.content-gallery {
	display: none;
	width:599px;
	overflow:hidden;
	float:left;
	height:410px;
}
	.content-gallery a, .navigation a {
		text-decoration: none;
		outline:none;
	}
	.content-gallery a:focus, .content-gallery a:hover, .content-gallery a:active {
		text-decoration: underline;
	}
.ss-controls {display:none;}

.nav-controls {
	display:block;
	width:290px;
	float:right;
}
	.nav-controls a {
		display:inline-block;
		text-decoration:none;
		background:url(../images/gallery-button-bg.gif) left top no-repeat;
		padding-top:7px;
		height:29px;
		width:50px;
		font-size:1em;
		line-height:1.2307em;
		color:#fff;
		margin-top:44px;
		text-align:center;
		position:relative;
	}
	.nav-controls a:hover {
		background:url(../images/gallery-button-bg-hover.gif) left top no-repeat;
	}
	.nav-controls a.prev {
		float:left;
	}
	.nav-controls a.next {
		float:right;
	}

.slideshow-container {
	position: relative;
	float:left;
	height: 410px; 
	width:599px; /* This should be set to be at least the height of the largest image in the slideshow */
}
	.slideshow span.image-wrapper {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.slideshow a.advance-link {
		border:none;
		height:410px;
		width:599px;
		display:block; 
		text-decoration:none;
		padding:0; 
		margin:0;
		float:left;
		font-size:0; 
		line-height:0; /* This should be set to be at least the height of the largest image in the slideshow */
	/* This should be set to be at least the height of the largest image in the slideshow */
}
	.slideshow a.advance-link:hover, .slideshow a.advance-link:active, .slideshow a.advance-link:visited {
		text-decoration: none;
	}

ul.thumbs {	
	clear: both;
	margin: 0;
	padding: 0px 0 0 0;
	width:291px;
	height:330px;
	overflow:hidden;
}
	

		ul.thumbs li {
			float: left;
			padding: 0 30px 30px 0;
			width:130px;
			height:90px;	
			list-style: none;
			background:none; 
		}
	ul.thumbs .last {
		padding-right:0;
	}
a.thumb:focus {	
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
.pagination {
	display:none;
}

/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */