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

html, body, #container, #content, #header, #menu, #footer {
	margin: auto;
}

body {
	background-color: #c0db75;
	color: #464748;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
* html body {text-align: center;}

/* BEGIN DEFAULT STYLES */

h1 {
	margin: 0 0 25px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	margin: 15px 0 10px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #8b9f55;
}

h3 {
	margin: 10px 0 15px 0;
	font-size: 13px;
	font-weight: bold;
	color: #9752a0;
}

blockquote {
	margin: 0 30px 25px 30px;
}

blockquote p {
	line-height: 1.2 !important;
}

.clear-left {clear:left; height: 1px;}
.clear-right {clear:right; height: 1px;}
.clear-center {clear:left; height: 1px;}

/* END DEFAULT STYLES */


#container {
	padding: 0;
	width: 990px;
	background-image: url(../_img/layout/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	background-image: url(../_img/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 31px;
	text-align: center;
}


/* HOME PAGE */
#home-banner {
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 950px;
	height: 277px;
	overflow: hidden;
	/*background-image: url(../_img/home/animated1.jpg);
	background-position: center;
	background-repeat: no-repeat;*/
	text-align: left;
	background-color: #BBB5A6;
	
}

#home-img1, #home-img2, #home-img3, #home-img4, #home-slogan {
	padding: 0;
	width: 950px;
	height: 277px;
	border: 0;
	position: absolute;
	top: 171px;
}
* html #home-img1, * html #home-img2, * html #home-img3, * html #home-img4, * html #home-slogan {
	top: 0;
}

#home-left {
	float: left;
	margin: 0px 0px 20px 25px;
	width: 320px;
	text-align: center;
}
	#home-left #home-coupon {
		/* 275 x 172 */
		padding: 60px 32px 0 25px;
		width: 218px;
		height: 112px;
		background-image: url(../_img/home/coupon_empty.jpg);
		background-repeat: no-repeat;
		overflow: hidden;
		color: #464748;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 1.1;
	}
* html #home-coupon {
		width: 275px !important;
		height: 172px !important;
	}
	
	
#home-right {
	float: right;
	margin: 0px 55px 20px 0px;
	width: 250px;
	text-align: left;
}

#home-center {
	margin: 0px 350px 20px 350px;
	text-align: left;
}
	
	#home-center .home-thumb {
		margin: 0 0 0 10px;
		float: right;
		border: 0;
	}
	#home-center p {
		margin: 0 55px 0 0;
	}
	#home-center .clear {
		margin: 0;
		padding: 0;
		width: 250px;
		height: 7px;
	}
	* html #home-center .clear {
		height: 1px;
		line-height: .5;
	}

#home-center p, #home-right p {
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 1.1;
}
#home-center a, #home-right a {
	color: #954f9f;
	font-weight: bold;
	text-decoration: none;
}
#home-center a:hover, #home-right a:hover {
	text-decoration: underline;
}

#home-right #home-days {
	margin: 15px 0 0 0;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

	#home-right #home-days a {
		text-decoration: underline;
		font-style: normal;
	}
/* MAIN CONTENT FOR SUB-PAGES */

#content {
	background-color: #FFF;
	background-image: url(../_img/layout/content-top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 56px;
	width: 950px;
	text-align: left;
}

	#content #column-left {
		float: left;
		margin: 0;
		padding: 0 0 0 25px;
		width: 270px;
		text-align: center;
	}
		#content #column-left img {
			margin: 0 0 25px 0;
		}
		
		#content #column-left #testimonial-top {
			background-image: url(../_img/layout/quote-left.jpg);
			background-repeat: no-repeat;
			background-position: left;
			height: 15px;
		}
		
		#content #column-left #testimonial p, #content #column-left #testimonial-static p {
			margin: 0 15px 0 15px;
			font-size: 11px;
			font-style: italic;
			text-align: left;
			line-height: 1.2;
		}
		
		#content #column-left #testimonial-bottom {
			background-image: url(../_img/layout/quote-right.jpg);
			background-repeat: no-repeat;
			background-position: right;
			height: 15px;
		}
	
	#content #column-right {
		margin: 0 0 0 330px;
		width: 595px;
	}
	
	#content p {
		line-height: 1.4;
		margin: 0 0 15px 0;
	}
	
	#content a {
		color: #954f9f;
	}
	#content a:hover {
		color: #8b9f55;
	}
	
	#content ul {
		list-style-type: none;
		margin: 0 0 5px 0;
		padding: 0;
	}
	
	#content ul li {
		margin: 0 0 10px 0;
		padding: 0 0 0 25px;
		background-image: url(../_img/layout/bullet-green.jpg);
		background-repeat: no-repeat;
	}
	
.box-fullwidth-withthumb, .box-narrow-left-noclear, .box-narrow-left, .box-narrow-right {
	margin: 0 0 25px 0;
	padding: 0;
}

.box-narrow-left-noclear, .box-narrow-left, .box-narrow-right {
	width: 275px;
}

.box-fullwidth-withthumb {
	width: 500px;
	margin-left: 90px;
}

	.box-thumb {
		float: left;
	}
	.box-thumb, .box-thumb img, .box-thumb-border {
		width: 75px;
		height: 98px;
		overflow: hidden;
		border: 0;
	}
	.box-thumb img, .box-thumb-border {
		position: relative;
	}
	.box-thumb-border {
		top: -100px;
		background-image: url(../_img/news/news-thumb-border.png);
		background-repeat: no-repeat;
	}

.box-narrow-left-noclear {
	float: left;	
}

.box-narrow-left {
	float: left;
}

.box-narrow-right {
	float: right;
}

	.box-narrow-left-noclear img, .box-narrow-left img, .box-narrow-right img {
		float: left;
		margin: 0;
		border: 0;
		width: 75px;
	}
	
	.box-narrow-left-noclear img, .box-narrow-left img, .box-narrow-right img {
		height: 75px;
	}
	.box-narrow-left-noclear p, .box-narrow-left p, .box-narrow-right p {
		margin: 0 0 0 85px !important;
	}
	* html .box-fullwidth-withthumb p, .box-narrow-left-noclear p, html .box-narrow-left p, html .box-narrow-right p{ /* IE 3px jog hack*/
		height: 1%;
	}

.img-border-vertical {
	padding: 10px 0 10px 0;
	width: 162px;
	height: 254px;
	background-image: url(../_img/greenbars-vertical.jpg);
	background-repeat: no-repeat;
}


.clear-left, .clear-right, .clear-both { margin: 0; padding: 0; height:1px; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }

.table-pricing {
	margin: 0 0 15px 0;
	border: 0;
	border-collapse: collapse;
}
	.table-pricing td {
		padding: 2px 15px 2px 3px;
		border: dashed 1px #c0d0e9;
		font-size: 13px;
	}

.animated-box {
	margin-bottom: 25px;
	width: 590px;
	height: 139px;
	border: solid 1px #464748;
}

/* SCHEDULE TABLE */
#table-schedule {
	border-collapse: collapse;
}

	#table-schedule th, #table-schedule td {
		border: solid 1px #D9E1F0;
		font-size: 12px;
		line-height: 1.1;
	}
	
	#table-schedule th {
		background-color: #717273;
		padding: 3px;
		text-align: center;
		font-weight: bold;
		color: #FFF;
		vertical-align: top;
		white-space: nowrap;
	}
	
	#table-schedule td {
		padding: 0px;
		vertical-align: middle;
	}
	
		#table-schedule a{
			display: block;
			padding: 4px;
			text-decoration: none;
			color: #666666;
			text-align: center;
		}
		
		.TBA, .level1, .level2a, .level2b, .level3, {
			min-height: 45px;
		}
		* html .TBA, .level1, level2a, level2b, level3 {height: 45px;}
		
		#table-schedule td .TBA {
			background-color: #F6F1F7;
			border-left: solid 5px #99FFFF;
		}
		#table-schedule td .level1 {
			background-color: #F6F1F7;
			border-left: solid 5px #9752A2;
		}
		#table-schedule td .level2a {
			background-color: #F3F8E4;
			border-left: solid 5px #CCFF99;
		}
		#table-schedule td .level2b {
			background-color: #F3F8E4;
			border-left: solid 5px #A7CE37;
		}
		#table-schedule td .level3 {
			background-color: #EBF6FA;
			border-left: solid 5px #008DD2;
		}
		#table-schedule td .levelcr1 {
			background-color: #B7DBFF;
			border-left: solid 5px #C89BCE;
		}		
	#table-schedule #corner {
		border-top: 0px;
		border-left: 0px;
	}
	
/* END SCHEDULE TABLE */

/* SLIDESHOWS */
/* slideshow = privates page */ 
#slideshow-out {
	margin: auto;
	padding: 0;
	width: 593px;
	height: 217px;	
	overflow: hidden;
	border: solid 1px #464748;
}

#slideshow-in {
	margin: 0;
	padding: 0;
	width: 593px;
	height: 217px;	
	background-position: 0px 0px;
	left: 0;
	background-repeat: no-repeat;
	background-image: url(../_img/slideshow3/action-strip3.jpg);
}

#arrow-left, #arrow-right {
	margin: 0;
	padding: 0;
	width: 32px;
	height: 217px;
}

#arrow-left a, #arrow-right a {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}


/* slideshow2 - classes page */

#slideshow2-out {
	margin: auto;
	padding: 0;
	width: 593px;
	height: 139px;	
	overflow: hidden;
	border: solid 1px #464748;
}

#slideshow2-in {
	margin: 0;
	padding: 0;
	width: 593px;
	height: 139px;	
	background-position: 0px 0px;
	left: 0;
	background-repeat: no-repeat;
	background-image: url(../_img/slideshow2/action-strip2.jpg);
}

#arrow2-left, #arrow2-right {
	margin: 0;
	padding: 0;
	width: 32px;
	height: 139px;
}

#arrow2-left a, #arrow2-right a {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#arrow-left, #arrow2-left {
	float: left;
}

#arrow-right, #arrow2-right {
	float: right;
}


/* END SLIDESHOWS */


/* END MAIN CONTENT FOR SUB-PAGES */

#footer {
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
	background-color: #C0DB75;
	background-image: url(../_img/layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 45px;
	font-size: 12px;
}
* html #footer {height: 45px;}

	#footer p {
		margin: 0;
		padding: 0;
	}
	#footer a {
		color: #464748;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #000;
		text-decoration: underline;
	}
