@charset "utf-8";
body  {
	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: #BFD0EA;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a	{
	text-decoration:none;
	}
	
a:link {text-decoration: none;
	color: #BFD0EA;}
	
a:visited {text-decoration: none;
	color: #BFD0EA;}
a:active {
	text-decoration: none;
	color: #296DC1;
}
a.smenu:hover {
	color: #BFD0EA;
	font-weight: bolder;
}

a.smenu:active {
	color: #BFD0EA;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

a.tmenu:hover {
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
a.bluelink:link {
	color: #002280;
	font-weight: bold;
	font-style: italic;
}

a.bluelink2:link {
	color: #002280;
	font-style: italic;
	text-decoration: underline;
}

a.bluelink3:link {
	color: #296DC1;
	font-style: italic;
}

a.bluelink:visited {
	text-decoration: none;
	color: #002280;
	font-weight: bolder;
	font-style: italic;
}
	
a.bluelink2:visited {text-decoration: none;
	text-decoration: none;
	color: #002280;
	font-weight: bolder;
	font-style: italic;
}

a.bluelink:hover {
	color: #296DC1;
	font-weight: bold;
	font-style: italic;
}

a.bluelink2:hover {
	color: #296DC1;
	font-weight: bold;
	font-style: italic;
}

a.bluelink3:hover {
	color: #FFFFFF;
	font-style: italic;
}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-color: #002280;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #BFD0EA;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background-color: #002280;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 90px;
} 

.twoColFixLtHdr #header #logo {
	background-color: #002280;
	position: relative;
	float: left;
	margin: 0px;
	height: 85px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixLtHdr #header #cntnr {
	float: right;
	position: relative;
	height: 90px;
	margin: 0px;
	padding: 0px;
	width: 600px;
	top: 0px;
	right: 0px;
}

.twoColFixLtHdr #header #cntnr #top{
	height: 60px;
	position: relative;
	width: 600px;
	top: 0px;
	right: 0px;
	float: right;
}

.twoColFixLtHdr #header #cntnr #menu{
	float: right;
	padding: 0px;
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 600px;
	height: 30px;
}
.twoColFixLtHdr  #header  #cntnr  #menu #mfrmt {
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #BFD0EA;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	float: left;
}


.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: 180px;
	background-color: #002280;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixLtHdr  #sidebar1 #sbcntnr {
	background-color: #296dc1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BFD0EA;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin double #BFD0EA;
}

.twoColFixLtHdr #mainContent {
	background-color: #BFD0EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002280;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-right: 10px;
	padding-left: 10px;
	height: 475px;
	border: thin ridge #296DC1;
	overflow: auto;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px;
	background-color: #296DC1;
	color: #002280;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: thin;
	border-top-style: inset;
	border-top-color: #BFD0EA;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	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;
}

.menu_main_t1 {
	color:#BFD0EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu_t1 {
	color:#002280;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.menu_t2 {
	color:#BFD0EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
}
.selected {
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #296DC1;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	float: left;
	font-weight: bold;
}
.ttl_txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #002280;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	text-decoration: underline;
}
.ttl_txt1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #002280;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: underline;
}

.ttl_txt1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #002280;
	text-transform: uppercase;
	text-align: left;
	padding-top: 10px;
}

.ttl_txt1c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #002280;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
	text-decoration: underline;
}

.cntt_txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #002280;
	text-transform: capitalize;
	text-align: center;
}
.cntt_txt1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #002280;
	text-transform: capitalize;
	text-align: left;
	padding-top: 0px;
}

.cntt_txt1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #002280;
	text-transform: none;
	text-align: center;
}

.cntt_txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #002280;
	text-transform: none;
	text-align: center;
}
.cntt_txt2a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #002280;
	text-transform: none;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.cntt_txtawi  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #002280;
	text-align: left;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: right;
}

.cntt_txt2b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #002280;
	text-transform: capitalize;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	font-style: italic;
}
.cntt_txt2c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002280;
	text-transform: capitalize;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: underline;
}

.cntt_txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002280;
	text-transform: capitalize;
	text-align: center;
}
.cntt_txt3a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002280;
	text-transform: none;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

.cntt_txt3a #t3abold {
	font-weight: bold;
}

.cntt_txt3b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002280;
	text-transform: none;
	text-align: left;
	padding-left: 10px;
	text-decoration: underline;
}

.cntt_txt3c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002280;
	text-transform: none;
	text-align: left;
	padding-left: 10px;
}

.pct_side1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #002280;
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 10px;
}

.2pnlbox {
	position: relative;
	border: thin solid black;
}

.pbleft {
	float: left;
	width:75%;
	padding-top: 20px;
}

.pbright {
	float: right;
	width: 22%;
	padding-top: 100px;
	padding-bottom: 3px;
}

.pbleft2 {
	float: left;
	width:70%;
	padding-top: 20px;
}

.pbright2 {
	float: right;
	width: 27%;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.galleryl {
	float: left;
	width:87%;
	padding-top: 20px;
}

.galleryr {
	float: right;
	width: 10%;
	padding-right: 3px;
	padding-bottom: 3px;
}

.gallerycap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002280;
	text-transform: none;
	text-align: left;
	padding-right: 10px;
	padding-left: 20px;
	font-style: italic;
}

.creditl {
	float: left;
	width: 47%;
	text-align: right;
	font-weight: bold;
}
.creditla {
	float: left;
	width: 47%;
	text-align: left;
	text-indent: 50px;
}

.creditlafix {
	float: left;
	width: 50%;
	text-align: left;
	text-indent: 50px;
}

.creditr {
	float: right;
	width: 47%;
	text-align: left;
}

.creditra {
	float: right;
	width: 47%;
	text-align: left;
	text-indent: 30px;
}

.screeningl {
	float: left;
	width: 72%;
	text-align: left;
}
.screeningr {
	float: right;
	width: 27%;
	text-align: right;
}

.film {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #002280;
	text-align: left;
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.film #fdate {
	float: left;
	width: 7%;
	position: relative;
}
.film #ffilm {
	float: left;
	width: 38%;
	position: relative;
}
.film #ffilma {
	float: left;
	width: 87%;
	position: relative;
}
.film #frole {
	float: left;
	width: 27%;
	position: relative;
}
.film4 #fair{
	float: right;
	width: 28%;
	position: relative;
}
.twoColFixLtHdr #header #cntnr #menu #mfrmt2 {
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #BFD0EA;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.cntt_txt1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #002280;
	text-transform: none;
	text-align: center;
}
.ttl_txt1d {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #002280;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
	text-decoration: underline;
}
.creditrb {
	float: right;
	width: 47%;
	text-align: left;
	text-indent: 30px;
}
