/*RESET*/
	html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
	{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
	body{line-height: 1;}
	ol,ul{list-style: none;}
	blockquote,q{quotes: none;}
	table{border-collapse: collapse;border-spacing: 0;}
/*END - RESET*/

body {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	font: 14px Avenir, Frutiger, Helvetica, Arial, sans-serif;
	color: #262521;
	background: #f2f0ea url(sky.jpg) no-repeat center top;
	background-attachment: fixed;
}

/* Typography */

@font-face {
	font-family: 'Qlassik Bold';
	src: url('QlassikBold_TB.eot');
	src: local('Qlassik Bold Regular'), local('QlassikBold'), url('QlassikBold_TB.otf') format('opentype');
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.8em 0 0.3em 0;
	font: 3em 'Qlassik Bold', 'Lucida Grande', 'Myriad Pro', Myriad, Avenir, Frutiger, Helvetica, Arial, sans-serif;
	color: #BFA211;
}
h2 { font-size: 2.2em; color: #72A6A6 }
h3 { font-size: 2em; font-variant: small-caps; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.65em; color: #72A6A6 }
h6 { font-size: 1.5em; }

p {
	margin: 0 0 0.5em 0;
	line-height: 1.6em;
	text-indent: 1.5em;
}

ul, ol {
	margin: 1.2em 3em 2em 3em;
}
	ul {
		list-style: disc;
	}
	li+ ul {
		list-style: square;
	}
	li + ul li + ul {
		list-style: circle;
	}
	ol {
		list-style: decimal;
	}
	li + ol {
		list-style: lower-latin;
	}
	li + ol li + ol {
		list-style: lower-roman;
	}
	li {
		padding: 0.3em 0;
		line-height: 1.3em;
	}

#main a {
	padding: 0.1em 0.4em;
	margin: -0.1em -0.2em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	color: #8C2A3C;
	text-decoration: none;
	font-weight: bold;
}
	#main a:hover {
		color: #fff;
		background-color: #8C2A3C
	}
	
#main a.img:hover {
	background: transparent;
}

/*Page Makeup*/

#header {
	width: 100%;
	max-width: 1160px;
	height: 235px;
	margin: 0 auto
}

#banner {
	position: relative;
	z-index: -1;
	width: 100%;
	max-width: 1160px;
	height: 270px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent;
}

#page {
	min-height: 80%;
	width: 960px;
	margin: 0 auto 0;
}

#logo {
	position: relative;
	z-index: 1;
	width: 400px;
	height: 170px;
	margin: -135px 0 0 0 ; 
	background: url(logo.png);
}

#nav {
	height: 2.5em;
	padding: 0 0 0 77px;
	margin: -35px 0 0 0;
	line-height: 2.5em;
	border-top-right-radius: 20px; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px;
	background: rgb(165,67,85); /*Fallback: No RGBA support*/
	background: rgba(140,42,60,0.75);
}
	body.ie8 #nav, body.ie7 #nav, body.ie6 #nav {/*@ <=IE8: To get a kind of rgba in IE*/
		/*height: 2em;*/ 
		background: transparent;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bb8C2A3C,endColorstr=#bb8C2A3C);
		zoom: 1;
	}

	#nav li {
		position: relative;
		z-index: 2;
		display: inline;
		padding: 0.286em 0.571em;
		margin: 0 0 0 8px;
		border-radius: 1.4em; -moz-border-radius: 1.4em; -webkit-border-radius: 0.8em;
		color: #fff;
	}
		body.ie6 #nav li, body.ie7 #nav li {/*@ <=IE7: To correct a little padding issue*/
			position: relative;
			top: 10px;
			padding-top: 0.6em;
			padding-right: 4px;
			padding-bottom: 0.7em;
		}
		#nav li:hover {
			background: #fff;
			color: #8C2A3C;
		}
	#nav li a {
		font-size: 16px;
		font-weight: bold;
		color: inherit;
		text-decoration: none;
	}
	body.ie7 #nav li a, body.ie6 #nav li a {/*@ <=IE7: Because "color:inherit" doesn't seem to work*/
		color: #fff;
	}
	body.ie7 #nav li a:hover, body.ie6 #nav li a:hover {/*@ <=IE7: Because "color:inherit" doesn't seem to work*/
		color: #8C2A3C;
	}

#main {
	min-height: 400px;
	padding: 0 1.786em 280px;
	border: 4px solid rgb(140,42,60);
	-moz-border-radius-bottomright: 20px; -webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px; -webkit-border-bottom-left-radius: 30px;
	box-shadow: 0 10px 25px #888; -moz-box-shadow: 0 10px 25px #888; -webkit-box-shadow: 0 10px 25px #888;
	background-color: rgb(242,240,234); /*Fallback: No RGBA support*/
	background-color: rgba(242,240,234, 0.55);
}
	body.ie7 #main, body.ie6 #main {/*@ <=IE7: To get a kind of rgba*/
		background: transparent;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a0F2F0EA,endColorstr=#66F2F0EA);
		zoom: 1;
	}
	
#footer {
	min-width: 960px;
	margin: -280px 0 0;
}
#footer img {
	width: 100%;
}

/*Special Areas*/
img.isAd {
	float: right;
	margin: 1em 0 1em 1em;
}

.timeline {
	font-size: 12px;
	margin: 1.667em auto;
	width: 41.667em;
	overflow: hidden;
	background: url(timeline_bg.gif) repeat-y center top;
}

.timeline dd {
	line-height: 1.6em;
	font-size: 1.2em;
	margin: 0.4167em 0;
	padding: 0.4167em 0;
}

.timeslot {
	width: 19.667em;
	min-height: 6.667em;
	float: left;
	margin: 0 0 0.4167em;
	padding: 0.833em 9.8em 0 0;
	border-top: 3px solid #A65D69;
	position: relative;
}
.timeslot dt {
	position: absolute;
	right: 0; top: 20px;
	font-family: 'Qlassik Bold', 'Times New Roman', Times, Arial, Helvetica, sans-serif;
	font-size: 3.9em;
	line-height: 1em;
}
#main .timeslot dt a {
	padding: 0;
	margin: 0;
	color: #A65D69;
}
#main .timeslot dt a:hover {
	background: transparent;
	text-decoration: underline;
	color: #72A6A6;
}
.even {
	float: right;	
	padding: 0.833em 0 0 9.583em;
	border-color: #72A6A6;
}
.even dt {
	left: 0;
}
#main .even dt a {
	color: #72A6A6;
}
#main .even dt a:hover {
	color: #A65D69;
}


.anythingSlider {
	width: 760px;
	height: 360px;
	position: relative;
	margin: 0 auto 15px;
}
.anythingSlider a {
	margin: 0 !important;
}
.anythingSlider .wrapper {
	width: 680px;
	overflow: auto;
	height: 341px;
	margin: 0 40px;
	position: absolute;
	top: 0; left: 0;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0; left: 0;
	background: transparent;
	border-top: 3px solid #72A6A6;
	border-bottom: 3px solid #72A6A6;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 680px;
	margin: 0;
	overflow: hidden;
}
.anythingSlider ul li a.caption {
	position: relative;
	top: -310px; left: 20px;
	background: #888a85;/*RGBA Fallback*/
	background: rgba(0,0,0,0.2);
	color: rgb(255,255,255) !important;/*RGBA Fallback*/
	color: rgba(255,255,255,0.9) !important;
	-moz-border-radius: 0.3em;
	padding: 0.5em !important;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 1.6em;
}
.anythingSlider ul li a.caption:hover {
	background: #555753 !important;/*RGBA Fallback*/
	background: rgba(0,0,0,0.4) !important;
	text-decoration: underline !important;
}
	body.ie7 .anythingSlider ul li a.caption, body.ie6 .anythingSlider ul li a.caption {/*@ <=IE7: To get a kind of rgba*/
		color: rgb(255,255,255) !important;
		background: transparent;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
		zoom: 1;
	}
	body.ie7 .anythingSlider ul li a.caption:hover, body.ie6 .anythingSlider ul li a.caption:hover {/*@ <=IE7: To get a kind of rgba*/
		background: transparent !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000,endColorstr=#77000000);
		zoom: 1;
	}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: transparent url(arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
	body.ie6 .anythingSlider .arrow {
		display: none;
	}
.anythingSlider .forward {
	background-position: 0 0;
	right: -30px;
}
.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
}
.anythingSlider .forward:hover {
	background-color: transparent !important;
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background-color: transparent !important;
	background-position: -67px -200px;
}

#thumbNav {
	position: relative;
	top: 323px;
	text-align: center;
}
#thumbNav a {
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04;
	text-align: center;
	/*-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #e0a213;
}

#start-stop {
	display: none;
}

.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
