html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #54638F;
	text-align: center;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}
#container {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('graphics/bknd_midpage.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
}
#container_full {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('graphics/bknd_midpage_full.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
}
#container_black_full {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	text-align: left;
}
#container_black {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('graphics/bknd_midpage_black.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
}
a {
 color: #cc6;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}

.bodyMain {
 font-size: .9em;
 font-family: verdana, 'lucida grande', tahoma, helvetica, arial, sans-serif;
 line-height: 1.3;
 text-align: left;
}

.copyright {
 font-size: 8pt;
}

.headerHeadline {
 color: #3366cc;
 font-size: 24pt;
 font-weight: bold;
 text-align: right;
}
.headerTagline {
 color: #3366cc;
 font-size: 16pt;
 font-style: italic;
 font-weight: bold;
 padding-bottom: 10px;
 padding-top: 10px;
 text-align: right;
}
.image {
 margin: 10px;
}
.imageCaption {
 color: #3366cc;
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 8pt;
 padding-bottom: 5px;
 padding-top: 2px;
 text-align: center;
}



/* Scroller */
#newsscroller
{
	display: none;
	width:400px;
	height: 82px;
	float: right;
	background: transparent;
}
#newsscroller table {
	width: 400px;
	margin: 0; padding: 0;
}
/* the news box when JavaScript is available */
#newsscroller.hasJS
{
	display: block;
	height:82px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#newsscroller.hasJS table
{
	position:absolute;
	top:27px;
	left: 0px;
	margin:0 .5em 0 .5em;
	padding:0;
}

p.mtitle {
      margin: 0;
      padding:0;
      line-height: 100%;
      font-size: 14px;
      font-weight: bold;
      color: yellow;
      font-family: verdana, arial, helvetica, sans-serif;
      text-align: center;
     }

p.mdesc {
      margin: 0;
      margin-bottom: 12px;
      padding:0;
      line-height: 100%;
      font-size: 10px;
      font-weight: normal;
      color: #ffffaa;
      font-family: verdana, arial, helvetica, sans-serif;
      text-align: center;
     }

.reviewAquaLeft {
      margin: 0;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: aqua;
     }
.reviewAquaCenter {
      margin-left: 100px;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: aqua;
     }
.reviewAquaRight {
      margin-left: 200px;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: aqua;
     }
.reviewDarkKhakiLeft {
      margin: 0;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: darkkhaki;
     }
.reviewDarkKhakiCenter {
      margin-left: 100px;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: darkkhaki;
     }
.reviewDarkKhakiRight {
      margin-left: 200px;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: darkkhaki;
     }
.reviewCoralLeft {
      margin: 0;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: #FF7F50;
     }
.reviewCoralCenter {
      margin-left: 100px;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: #FF7F50;
     }
.reviewCoralRight {
      margin-left: 200px;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: #FF7F50;
     }
.reviewSkyBlueLeft {
      margin: 0;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: skyblue;
     }
.reviewSkyBlueCenter {
      margin-left: 100px;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: skyblue;
     }
.reviewSkyBlueRight {
      margin-left: 200px;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: skyblue;
     }
.reviewThistleLeft {
      margin: 0;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: thistle;
     }
.reviewThistleCenter {
      margin-left: 100px;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: thistle;
     }
.reviewThistleRight {
      margin-left: 200px;
      padding:0;
      font-size: 14px;
      font-weight: normal;
      width: 350px;
      color: thistle;
     }

.copyright {
	font-family: verdana, arial;
	font-size: 9px;
	color: #ddd;
	text-align: center;
}


.tableMain {
	margin-left: 14px;
}
#tableHeader {
	position: relative;
	background-image: url('graphics/inside_header_5.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 830px;
	height: 136px;
}
td.leftcol {
	height: 782px;
	background-image: url('graphics/filmstrip_bg.jpg');
	background-position: -1px 0px;
	background-repeat: no-repeat;
/*	background-color: #998B7C;*/
}
.content_spacer {
/*	background-color: #998B7C;*/
}
.content {
/*	background-color: #01031C;*/
}
#headerbg {
	margin-left: auto;
	margin-right: auto;
	background-image: url('graphics/bknd_header.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	height: 136px;
}

h1 {
font-family: arial, sans-serif; 
font-weight: normal; 
font-size: 22px; 
color: #ccd2e3;
}
h2 {
font-family: arial, sans-serif; 
font-weight: normal; 
font-size: 18px; 
color: #ccd2e3;
}
h3 {
font-family: arial, sans-serif; 
font-weight: normal; 
font-size: 16px; 
color: yellow;
border-bottom: 2px solid #54638F;
}
h4 {
margin:0; 
padding: 0; 
font-family: arial, sans-serif; 
font-weight: bold; 
font-size: 1em; 
color: yellow;
}
.brightBlue {
font-weight: bold; 
color: #ccd2e3;
}
p, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
/*  font-size: 11px; */
	line-height: 1.45;
    color: #eee;
    margin-top: 0;
}


.labelhidden {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	display: none;
	margin-bottom: 12px;
}

#menu_text_bar {
	background-image: url('graphics/menubar_learn.gif');
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	text-align: center;
}

#menu_text_bar a {
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

#menu_text_bar a:hover {
	color: #333;
	text-decoration: none;
}


div.movie {
	float: left;
/*	width: 200px;
	height: 220px;
*/
	margin: 8px;
	width: 260px;
/*	height: 515px;*/
	height: 645px;
	text-align: center;
}

div.movie p {
	margin-top: 3px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-family: arial, helvetica, verdana, sans-serif;
}

div.movieicon {
	border: 0px #fff solid;
	background-position: center center;
	background-repeat: no-repeat;
/*	width: 200px;
	height: 200px;
*/
	width: 260px;
	height: 235px;
	overflow: hidden;
}

table.movietimes {
	padding: 1px;
}

table.movietimes td {
	font-size: 10px;
	background-color: #dde;
}

table.showtimes {
	border-collapse: collapse;
	border: 1px solid #999;
}
tr.today {
	background-color: #229;
/*	border-top: 1px solid #999;*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
td.dateday {
	padding: 4px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
td.date {
	padding: 4px;
	border-bottom: 1px solid #999;
}
td.time {
	padding: 4px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}



/* Menubar rollovers */

div#navtop {
position: relative; 
width: 800px; 
height: 26px; 
margin: 0 auto;
}

#navtop ul li {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	font-family: helvetica, arial;
	font-size: .9em;
	text-align: left;
}

#navtop ul li a {
	display: block;
	color: #00031B;
	text-decoration: none;
	height: 26px;
	text-indent: -9999px;
}

#navtop ul li a:hover {
	color: #fff;
	text-decoration: none;
}


#navtop ul li a.home {
background-image: url('graphics/menubar/menubar_home.gif');
width: 71px;
}
#navtop ul li a.home:hover {
background-image: url('graphics/menubar/menubar_home_f2.gif');
}

#navtop ul li a.fundraisers {
background-image: url('graphics/menubar/menubar_fundraisers.gif');
width: 165px;
}
#navtop ul li a.fundraisers:hover {
background-image: url('graphics/menubar/menubar_fundraisers_f2.gif');
}

#navtop ul li a.events {
background-image: url('graphics/menubar/menubar_events.gif');
width: 129px;
}
#navtop ul li a.events:hover {
background-image: url('graphics/menubar/menubar_events_f2.gif');
}

#navtop ul li a.gifts {
background-image: url('graphics/menubar/menubar_giftcards.gif');
width: 84px;
}
#navtop ul li a.gifts:hover {
background-image: url('graphics/menubar/menubar_giftcards_f2.gif');
}

#navtop ul li a.works {
background-image: url('graphics/menubar/menubar_how_it_works.gif');
width: 99px;
}
#navtop ul li a.works:hover {
background-image: url('graphics/menubar/menubar_how_it_works_f2.gif');
}

#navtop ul li a.faq {
background-image: url('graphics/menubar/menubar_faq.gif');
width: 59px;
}
#navtop ul li a.faq:hover {
background-image: url('graphics/menubar/menubar_faq_f2.gif');
}

#navtop ul li a.celebs {
background-image: url('graphics/menubar/menubar_celeb_visitors.gif');
width: 124px;
}
#navtop ul li a.celebs:hover {
background-image: url('graphics/menubar/menubar_celeb_visitors_f2.gif');
}

#navtop ul li a.links {
background-image: url('graphics/menubar/menubar_links.gif');
width: 69px;
}
#navtop ul li a.links:hover {
background-image: url('graphics/menubar/menubar_links_f2.gif');
}



/* lower */

#navbot {
position: relative; 
width: 800px; 
height: 26px; 
margin: 0 auto;
}

#nav {
position: relative;
z-index: 99;
}

#nav li a {
height: 26px;
text-indent: -9999px;
}

#nav li ul li a {
height: auto;
text-indent: 0;
font-family: tahoma, 'lucida grande', helvetica, arial, sans-serif;
font-weight: bold;
line-height: 1.1;
}

#nav li a.movies {
background-image: url('graphics/menubar/menubar_movies.gif');
width: 139px;
}
#nav li a.movies:hover {
background-image: url('graphics/menubar/menubar_movies_f2.gif');
}

#nav li a.tickets {
background-image: url('graphics/menubar/menubar_tickets.gif');
width: 172px;
}
#nav li a.tickets:hover {
background-image: url('graphics/menubar/menubar_tickets_f2.gif');
}

#nav li a.food {
background-image: url('graphics/menubar/menubar_food.gif');
width: 121px;
}
#nav li a.food:hover {
background-image: url('graphics/menubar/menubar_food_f2.gif');
}

#nav li a.tour {
background-image: url('graphics/menubar/menubar_tour.gif');
width: 111px;
}
#nav li a.tour:hover {
background-image: url('graphics/menubar/menubar_tour_f2.gif');
}

#nav li a.reviews {
background-image: url('graphics/menubar/menubar_reviews.gif');
width: 145px;
}
#nav li a.reviews:hover {
background-image: url('graphics/menubar/menubar_reviews_f2.gif');
}

#nav li a.contact {
background-image: url('graphics/menubar/menubar_contact.gif');
width: 112px;
}
#nav li a.contact:hover {
background-image: url('graphics/menubar/menubar_contact_f2.gif');
}

a.eventBigLink {
font-size: 120%;
}

.formSurvey .formText, .formSurvey .formTextRequired {
color: yellow;
font-weight: bold;
font-size: 1em;
margin-top: 10px;
}

body.sendpageBody td {
font-size: 10pt;
}

table#clapper td {
background-image: url('clientuploads/Home/clapboard_still.gif');
background-position: top left;
background-repeat: no-repeat;
height: 101px;
vertical-align: center;
width: 100px;
padding: 15px 10px 0 15px;
line-height: 1.2;
font-size: 14px;
font-weight: bold;
text-align: center;
}

table#curtain td {
background-image: url('clientuploads/Home/curtain_promo.gif');
background-position: top left;
background-repeat: no-repeat;
height: 235px;
vertical-align: center;
width: 380px;
padding: 25px 0 10px 0;
line-height: 1.2;
font-size: 16px;
font-weight: bold;
text-align: center;
}

.printonly {
display: none;
}

.mceContentBody, .mceContentBody td, .mceContentBody p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	line-height: 1.3;
    color: #fff;
	background-color: #01031C;
	text-align: left;
}

.mceContentBody a {
 color: #cc6;
 text-decoration: underline;
}




/* begin suckerfish menu styles */

#navt, #navt ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	font-family: helvetica, arial;
	font-size: .9em;
	text-align: left;
}

#navt a {
	display: block;
	color: #00031B;
	text-decoration: none;
}

#navt a:hover {
	text-decoration: none;
}

#navt li {
	float: left;
	padding: 0;
	background-color: #ccd2e3;
}

#navt li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
	background-color: #ccd2e3;
}

#navt li li {
	padding-right: 1em;
	width: 12.5em;
	margin: 3px;
}

#navt li ul a {
	width: 12.5em;
	w\idth: 9em;
	padding: 4px;
	width: auto;
}

#navt li ul ul {
	margin: -1.75em 0 0 14em;
}

#navt li:hover ul ul, #navt li:hover ul ul ul, #navt li.sfhover ul ul, #navt li.sfhover ul ul ul {
	left: -999em;
}

#navt li:hover ul, #navt li li:hover ul, #navt li li li:hover ul, #navt li.sfhover ul, #navt li li.sfhover ul, #navt li li li.sfhover ul {
	left: auto;
}

#navt li:hover, #navt li.sfhover {
	background: #eeeef5;
}


/*  menu bottom */

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	font-family: helvetica, arial;
	font-size: .9em;
	text-align: left;
}

#nav a {
	display: block;
	color: #00031B;
	text-decoration: none;
	width: auto;
	w\idth: 100%;
}

#nav a:hover {
	text-decoration: none;
}

#nav li {
	float: left;
	padding: 0;
	background-color: #ccd2e3;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
	background-color: #ccd2e3;
}

#nav li li {
	padding-right: 1em;
	width: 12.5em;
	margin: 3px;
	border-bottom: 1px #bbc1d2 solid;

}

#nav li ul a {
/*	width: 12.5em;
	w\idth: 9em;
*/	padding: 4px;
	width: auto;
	w\idth: 100%;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eeeef5;
}


/* end suckerfish menu styles */


label {
width: 175px;
padding-right: 10px;
float: left;
clear: both;

}

input {
font-size: 90%;
}
div.photothumbpage {
width: 755px;
}
div.photothumb {
/*
width: 250px;
height: 250px;
float: left;
*/
text-align: center;
margin: 0;
padding: 0;
/*
color: #eee;
background-image: url(graphics/photo_thumb_bg.gif);
background-repeat: no-repeat;
overflow: hidden;
position: relative;
z-index: 1;
*/

}
div.photothumb img {
margin-top: 12px;
border: 1px #000 solid;
}
/*
div.photothumb p.caption {
position: absolute;
z-index: 20;
left: 7px;
bottom: 4px;
height: 60px;
width: 238px;
overflow: hidden;
color: #eee;
font-size: 10px;
text-align: center;
}
*/

div.photo3 {text-align: center; width: 525px; margin-bottom: 20px;}
div.photo3 img {border: 1px #fff solid;}


/* 
div.leightbox {
position: fixed;
top: 0;
left: 0;
}

div.leightbox {
position: static;
}
*/


#enews a, #enews a:link, #enews a:visited {
color: #000; text-decoration: underline;
}
#enews a:hover {
text-decoration: none; color: #333;
}
#enews td#sidebar a, #enews td#sidebar a:link, #enews td#sidebar a:visited {
color: #01031C; text-decoration: underline;
}
#enews td#sidebar a:hover {
text-decoration: none; color: #01031C;
}
#enews td#content {
border-right: 1px solid #000000; border-bottom: 1px solid #000000; font-size: 11px; color: #000;
}
#enews td#sidebar {
font-size: 10px; border-left: 1px solid #000000; border-bottom: 1px solid #000000;
}
#enews p {
font-family: verdana, 'lucida grande', tahoma, helvetica, arial, sans-serif; line-height: 1.3; margin-top: 0;
}
#enews td#content h1 {
font-family: verdana, 'lucida grande', tahoma, helvetica, arial, sans-serif; font-size: 19px; font-weight: normal; color: #24304A; line-height: 1.3; border-bottom: 1px solid #24304A;
}
#enews td#content h3 {
font-family: verdana, 'lucida grande', tahoma, helvetica, arial, sans-serif; font-size: 14px; font-weight: bold; color: #313D5A; line-height: 1.3; margin: 0;
}
#enews td#content h4 {
font-family: verdana, 'lucida grande', tahoma, helvetica, arial, sans-serif; font-size: 11px; font-weight: normal; color: #000; line-height: 1.3; margin: 0;
}
#enews td#sidebar h1 {
font-family: verdana, 'lucida grande', tahoma, helvetica, arial, sans-serif; font-size: 14px; font-weight: bold; line-height: 1.3;
}
#enews td#sidebar h3 {
font-family: verdana, 'lucida grande', tahoma, helvetica, arial, sans-serif; font-size: 12px; font-weight: bold; line-height: 1.3; margin: 0;
}
#enews td#sidebar h4 {
font-family: verdana, 'lucida grande', tahoma, helvetica, arial, sans-serif; font-size: 10px; font-weight: bold; line-height: 1.3; margin: 0;
}
#enews b {font-weight: bold;}

ul.events {margin:0;}
ul.events span.date {display:block;}
ul.events li {margin-bottom:24px;list-style:none;}
ul.events .left {float:left;margin:0 10px 5px 0;}
ul.events li p.meta {margin-bottom:0;}


/* ------------------------- PRINT ------------------------- */ 
@media print { 
html, body {
margin: 0;
padding: 0;
background-image: none;
background-color: #fff;
}

#container, #container_black, td.leftcol {
background: none;
}

.leightbox {
display: block;
visibility: visible;
color: #000;
border: 1px solid #000;
position: relative;
top: 0;
left: 0;
}

#overlay {
	display: none;
	width:1px;
	height:1px;
	z-index: -100;
}

table, td, p {
font-size: 9pt;
color: #000;
background-color: #fff;
}
h1, h2, h3, h4, .copyright {
color: #000;
}
.noprint {
display: none;
}
.printonly {
display: block;
}

}
