@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000080;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	color: #ccc;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F5F2D9; ;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #F5F2D9; 	
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #MainContent { 
	width: 480px;
	background:#FFFFFF;
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the LeftBar div contains, the column space will remain. You can remove this margin if you want the #RigtBar div's text to fill the #LeftBar space when the content in #LeftBar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #MainContent h1 { 
	color:#ff0066;	
	size:16px;
	text-align:center;
}
.twoColFixLtHdr #MainContent h2 {
font-size: 14px;
color: #ff0066;
}
.twoColFixLtHdr #MainContent h3 { 
	color:#ff0066;
	size:smaller;
}
.twoColFixLtHdr #MainContent h4 { 
	color: #000000;
	size:small;
}
.twoColFixLtHdr #StdList {
	padding-top:2px;
	margin:0;
}
.twoColFixLtHdr #StdList li {
	list-style-type: none;
	list-style:none;
	font-size:smaller;
	padding:5px;
}

.twoColFixLtHdr #RightBar{
	margin-right:10px;
	background-repeat:repeat;
	background-image: url(/images/1_tall1.gif);
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#618D0E; /* the background color will be displayed for the length of the content in the column, but no further */
	height:800px;
}
.twoColFixLtHdr #footer { 
	background: #F5F2D9; 
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/tall_f.gif);
	background-repeat: repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #8F926E;
	font-size:10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menuclass1 { 
	color:#000080;
	margin-left:40px;
	font-size:small;
	font-weight:bold;
	text-align:left;
}
.menuclass2 { 
	width: 228px;
	padding-top:20px;
	float:right;
	font-size:small;
	font-weight:bold;
	text-align:center;
}

a:link .menuclass2 { border:none;}
a::visited .menuclass2 { border:none;}
a::hover .menuclass2 { border:none;}


 
.Showtimes {border: 1px solid #ccc; padding-left:30px;}
.Showtimes td {color: #909090; font-size: 14px; text-align: center; font-weight:bold}

.placeholder {	
	padding:0px;
	margin:0px;
	height:5px;
}
.GalleryFrame {
	height:800px;
	border: none;
	margin: 0;
	width: 480px;
	padding: 0;
	background-color: #FFFFFF;
}
.GalleryFrame h1 {
	color:#ff0066;	
	size:16px;
	text-align:center;
}
.GalleryTitle {
	font-size: 120%;
	font-weight: bold;
	color: #000080;
	text-align: center;
	background:transparent url(../images/gallery_support/hdr_mid.gif);
	background-repeat: repeat-x;
	white-space:nowrap;
}
iframe .GalleryFrame {
	border:0px;
	width:auto;
	top:0px;
	left:0px;
	overflow:hidden;
}
.twoColFixLtHdr #Gallery {
	border:5px;
	width:auto;
	left:0px;
	top:0px;
	overflow:0px;
}
.imageold { border: 2px solid #aaaaaa;}
.image { border: 1px solid #000000;}
img.resize{
	width:120px;
	height:86px;
	border:1px solid #000000;
	padding:2px;
}
img.thumb{
	width:120px;
	height:86px;
	border:1px solid #000000;
	padding:2px;
}	
#ImageDiv { border: 5px solid #666666;
	background-color:#9999ff;
	padding:25px;
	display:none;
}
#lightbox{
	background-color:#618D0E;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: solid #000000 1px; } 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/gallery_support/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;  
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/gallery_support/overlay.png", sizingMethod="scale");
	}

