@charset "utf-8";
/* ---------------------------------------------------------------- */
/* -- GENERAL ----------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: #FFFFFF;
	background-image: url(images/layout/bkg.jpg);
	background-repeat: repeat-x;
	
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
}
h1,h2,h3,h4
{
	padding: 0px;
}
h1
{
	font-size: 20px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 16px;
}
h4
{
	font-size: 14px;
}
table
{
	border: none;
	border-spacing: 0px;
}
img
{
	border: none;
}
p
{
	padding: 5px 0px 5px 0px;
}
hr
{
	margin: 7px 0px 7px 0px;
	border-color: #999999;
	border-style: dashed;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}
hr.sub
{
	border-color: #CCCCCC;
	width: 50%;
}
option
{
	padding: 0px 5px 0px 0px;
}
ul
{
	padding-left: 15px;
	display: block;
}
li
{
	list-style-position: inside;
}
input[type="submit"], input[type="button"]
{
	padding: 0px 7px 0px 7px;
}
blockquote
{
	margin: 15px;
}
/* ---------------------------------------------------------------- */
/* -- LINKS ------------------------------------------------------- */
a:link
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a:active
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
/* ---------------------------------------------------------------- */
/* -- MENU -------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* -- LAYOUT ------------------------------------------------------ */
div.bkg
{
	position: absolute;
	width: 100%;
	height: 251px;
	top: 0px;
	left: 0px;
	z-index: 1;
	
	background-image: url(images/layout/bkg_header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#container
{
	position: relative;
	z-index: 2;
	width: 982px;
	margin: 0px auto 0px auto;
}
#container #sys
{
	position: absolute;
	top: 28px;
	left: -15px;
}
#container #sys iframe
{
	width: 10px;
	height: 10px;
	visibility: hidden;
	background-color: #FFFFFF;
}
#container #menu
{
	height: 38px;
	line-height: 38px;
	background-color: #000000;
	text-align: center;
}
#container #menu img
{
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}
#container #content
{
	background-image: url(images/layout/bkg_content-repeat.jpg);
	background-repeat: repeat-x;
	background-color: #046366;
}
#container #content div.cbkg
{
	position: absolute;
	width: 100%;
	height: 261px;
	z-index: 1;
	
	background-image: url(images/layout/bkg_content.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
#container #content #block_a
{
	position: relative;
	height: 390px;
	z-index: 2;
}
#container #content #block_a div.box
{
	float: left;
	padding-right: 7px;
}
#container #content #block_a div.boxAlt
{
	padding: 18px 12px 12px 12px;
	text-align: right;
}
#container #content #block_b
{
	position: relative;
	padding: 5px;
	height: 159px;
	z-index: 2;
}
#container #content #block_b div.box
{
	float: left;
	padding: 5px;
}
#container #content #block
{
	position: relative;
	z-index: 2;
	
	padding: 5px;
}
#container #footer
{
	width: 982px;
	position: relative;
	background-image: url(images/layout/bkg_footer.jpg);
	background-repeat: repeat-x;
	background-color: #001e20;
}
#container #footer #sponsors
{
	position: relative;
	float: right;
	width: 775px;
	height: 75px;
	line-height: 75px;
	z-index: 5;
}
#container #footer #sponsors img.sp
{
	vertical-align: middle;
}
#container #footer #sponsors img.pad
{
	padding: 0px 10px 0px 10px;
}
#container #footer #sponsors img.fLeft
{
	float: left;
}
#container #footer #sponsors img.fRight
{
	float: right;
}
#container #footer #sponsors div.pad
{
	padding: 10px 10px 10px 0px;
}
#container #footer #sponsors #proud
{
	width: 600px;
	height: 75px;
	line-height: 75px;
	background-image: url(images/layout/bkg_sp.gif);
	background-repeat: repeat-x;
	float: left;
}
#container #footer #sponsors #learn
{
	height: 75px;
	line-height: 75px;
	background-image: url(images/layout/bkg_sp.gif);
	background-repeat: repeat-x;
	float: right;
}
#container #footer #sponsors #ad
{
	padding-top: 10px;
}
#container #footer #boxoffice
{
	width: 205px;
}
#container #footer #boxoffice div.pad
{
	padding: 18px 24px 18px 24px;
}
#container #footer #boxoffice div.ticketSales
{
	padding: 10px 0px 0px 0px;
	text-align: center;
	color: #a6e7ed;
}
#container #footer img.fcLeft
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#container #footer img.fcRight
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#container #shadow
{
	position: absolute;
	top: 28px;
	right: -15px;
}
#gallery *
{
	color: #FFFFFF !important;
}
/* ---------------------------------------------------------------- */
/* -- NEWS BOX ---------------------------------------------------- */
#news
{
	width: 283px;
	height: 130px;
	background-color: #003034;
	border-style: solid;
	border-width: 1px;
	border-color: #009aa3;
	
	overflow: auto;
}
#news div.item
{
	margin: 1px;
	padding: 3px;
}
/* ---------------------------------------------------------------- */
/* -- TABLES ------------------------------------------------------ */
table.tblHours
{
	width: 100%;
	border-spacing: 2px;
	border: none;
}
table.tblHours th
{
	font-weight: normal;
	text-align: left;
	color: #a6e7ed;
}
table.tblHours td
{
	text-align: right;
	color: #a6e7ed;
}
table.tblDataGrid
{
	width: 100%;
	border-spacing: 2px;
	border: none;
}
table.tblDataGrid th
{
	width: 85px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #092322;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
}
table.tblDataGrid td
{
	padding: 2px 2px 2px 10px;
}
table.tblContact
{
	width: 100%;
}
table.tblContact th
{
	text-align: left;
	padding: 2px;
}
table.tblContact tr.alt
{
	background-color: #003034;
}
table.tblInfo
{
	width: 100%;
	border-spacing: 0px;
	border: none;
}
table.tblInfo th
{
	width: 5px;
	height: 5px;
}
table.tblInfo td
{
	background-image: url(images/layout/info_bkg.gif);
	color: #EEEEEE;
}
table.tblInfo-dark td
{
	background-image: url(images/layout/info_bkg-dark.gif);
	color: #EEEEEE;
}
table.tblInfo td div.reminder
{
	float: right;
	margin: 3px;
}
table.tblEvent
{
	width: 100%;
	border-spacing: 2px;
	border: none;
}
table.tblEvent td
{
	vertical-align: top;
}
table.tblEvent td.left
{
	width: 340px;
}
table.tblEvent td div.eventBox
{
	width: 275px;
	float: right;
	margin: 5px 0px 10px 20px;
}
table.tblEvent td div.eventBox div.show
{
	line-height: 20px;
	padding: 2px 5px 2px 5px;
	margin-bottom: 1px;
}
table.tblEvent td div.eventBox div.show img
{
	float: right;
	margin: 3px;
}
table.tblEvent td div.description
{
	padding: 0px 5px 5px 5px;
}
table.tblSurvey
{
	width: 100%;
	border-spacing: 2px;
	padding: 3px;
}
table.tblForm
{
	width: 100%;
	border-spacing: 2px;
	padding: 2px;
}
table.tblForm th
{
	width: 85px;
	text-align: left;
}
table.tblOptions
{
	width: 100%;
	border: none;
	border-spacing: 2px;
}
table.tblOptions th
{
	width: 12px;
	vertical-align: top;
}
table.tblOptions td
{
	background-color: transparent;
}
/* ---------------------------------------------------------------- */
/* -- GENERIC ----------------------------------------------------- */
.blackBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #00282a;
}
.eventBorder
{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #00282a;
}
.eventMargin
{
	margin-bottom: 2px;
}
span.soldout
{
	background-color: #592f32;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}
select.cSelect
{
	width: 190px;
}
select.cSelect option
{
	width: auto;
}
p.defocus
{
	margin-left: 25px;
	margin-right: 25px;
}
span.instructions
{
	padding: 0px 2px 0px 2px;
	background-color: #003034;
	width: auto;
	text-transform: uppercase;
	font-size: 10px;
	cursor: pointer;
}
/* ---------------------------------------------------------------- */
/* - SLIDER ------------------------------------------------------- */
div.event
{
	position: relative;
	overflow: hidden;
}
div.slider
{
	position: absolute;
	width: 617px;
	height: 50px;
	left: 512px;
	overflow: visible;
}
div.slider div.tell
{
	position: absolute;
	top: 0px;
	/*left: 506px;*/
	left: 0px;
	width: 512px;
	height: 50px;
	overflow: hidden;
	z-index: 2;
}
div.slider div.remind
{
	position: absolute;
	top: 0px;
	left: 54px;
	width: 512px;
	height: 50px;
	overflow: hidden;
	z-index: 2;
}
div.slider img.btn
{
	float: left;
	margin-right: 5px;
}
div.slider form
{
	padding: 10px;
	margin-left: 10px;
	background-color: #003034;
}
div.slider div.floatForm
{
	display: block;
}
/* ---------------------------------------------------------------- */
/* -- LINKS ------------------------------------------------------- */
div.links
{
	width: 327px;
}
div.links span
{
	padding-right: 10px;
	position: relative;
	top: -3px;
}
div.message
{
	color: #FFFFFF;
	font-weight: bold;
}
/* ---------------------------------------------------------------- */