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

body  {
	background: #666666;
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #theatertable {
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	border-collapse: collapse;
}
.twoColFixLtHdr #theatertable td{
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.twoColFixLtHdr #theatertableheader {
	font-weight: bold;
	padding: 3px;
	background-color:#CCCCCC;
	color:#000000;
}
.twoColFixLtHdr p {
	font-size: 12px;
}
.twoColFixLtHdr h1 {
	font-size: 16px;
	color: #FFFFFF;
}

.twoColFixLtHdr li {
	font-size: 14px;
	color: #DDDDDD;
}

.twoColFixLtHdr li a, .twoColFixLtHdr li a:visited, .twoColFixLtHdr #textcontent a, .twoColFixLtHdr #textcontent a:visited{
	font-size: 14px;
	color: #DDDDDD;
	text-decoration: underline;
}

.twoColFixLtHdr #textcontent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	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-image: url(images/headerbg.jpg);
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	height: 150px;
	width: 1000px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
} 
.twoColFixLtHdr    #container    #header    #bannerad     {
	float: right;
	height: 125px;
	width: 222px;
	z-index: 10;
	margin-top: 12px;
	margin-right: 5px;
}
.twoColFixLtHdr #container #header #bannerad img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
.twoColFixLtHdr #container #header #bannerad a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}


.twoColFixLtHdr #header #menu {
	position: relative;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-y;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 132px; /* 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: #000000;
	color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 #media {
	margin-bottom: 5px;
	margin-top: 10px;
}
.twoColFixLtHdr  #container  #sidebar1  #media  img {
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

.twoColFixLtHdr #mainContent {
	background-color: #000000;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 133px;
	border-left-color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.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;
}

.glossymenu{
	position: relative;
	background: url(images/menub_bg_46.png) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 133px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a, .glossymenu li a:visited{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left_46.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right_46.png) no-repeat right top; /*right tab image path*/
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 110px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]>


