/* FIREFOX HACK */
@-moz-document url-prefix() {
@charset "utf-8";
/* CSS Document */

/* ACCESSIBILITY */
hr {background-color:#000000;
border-color:#FFFFFF;}

html, body {
	background-position:top center;
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
	background-repeat:repeat-y;
	/*background-image:url(../images/siteBGContentShadow.jpg);old*/
	background-image:url(../images/siteBGContentShadow.jpg);/*new*/
}

body.subPage {
	background-image:url(../images/siteBGContentShadow.jpg);
}
/* SITE BG - NEW */
	/* SITE TOP */
	#siteHeaderBg {
		position:absolute;
		float:left;
		background-image:url(../images/siteBGTop.jpg);
		height:225px;
		text-align:center;
		z-index:0;
		left:0px;
		top:0px;
		width:100%;
	}
	

	#siteHeaderBgShadow {
		background-image:url(../images/siteBGTopShadow.jpg);
		position:absolute;
		float:left;
		background-position:top center;
		background-repeat:no-repeat;
		height:225px;
		left:0px;
		top:0px;
		width:100%;
	}
	body.subPage #siteHeaderBgShadow{
		background-image:url(../images/siteSubPageBGTopShadow.jpg);
	}

/* FLOATING SITE NEW */
	#siteContainer {
		margin-left:4px;
		margin-top:36px;
		position:relative;
		text-align:center;
		z-index:1;
	}
	#siteWidth {
		position:relative;
		width: 945px;
		z-index:3;
		margin:0px auto 0px auto;
	}
	
/* HEADER */
	#header {
		background-image:url(../images/HeaderBG.jpg);
		width:942px;
		/*width:941px;*/
		height:105px;
		background-color:#00FF00;
	}
	
/* CONTENT */
	#content {
		background-color:#00FF00;
		width:941px;
		position:relative;
		margin-top:-8px;
	}	
	#content #leftColumn{
		width:224px;
		float:left;
		margin-bottom:15px;
	}
		
	#content #leftColumn #navCol {
		width:224px;
		background-color:#789bb6;
		padding:2px 2px 2px 0px;
	}

	#content #leftColumn #imageDiv {
		padding:5px 0px 5px 10px;
	}
	/* 1 row text main Navigation */
	#content #leftColumn #navCol a.mainNav, #content #leftColumn  #navCol a.mainNav:visited{
		background-color:#395772;
		height:27px;
		border:1px #799cb7 solid;
		cursor:pointer;
		padding: 12px 15px 0px 15px;
		display:block;
		color:#FFFFFF;
		text-align: left;
		text-decoration:none;
		min-height:27px !important;
	}	
	
	#content #leftColumn  #navCol a.mainNav:hover, #content #leftColumn  #navCol a.mainNav:visited:hover{
		color:#FFFFFF;
		text-decoration:none;
		background:url(../images/NAV_BG.jpg);
		border:1px #799cb7 solid;
		display:block;
		height:27px;
		text-align:left;		
		cursor:pointer;
		padding: 12px 15px 0px 15px;
		min-height:27px !important;
	}		
	/* 2 row text main Navigation */
	#content #leftColumn  #navCol a.mainNav2row, #content #leftColumn  #navCol a.mainNav2row:visited{
		background-color:#395772;
		height:36px;
		border:1px #799cb7 solid;
		cursor:pointer;
		padding: 3px 15px 0px 15px;
		display:block;
		color:#FFFFFF;
		text-align: left;
		text-decoration:none;
		min-height:27px !important;
	}	
	
	#content #leftColumn  #navCol a.mainNav2row:hover, #content #leftColumn  #navCol a.mainNav2row:visited:hover{
		color:#FFFFFF;
		text-decoration:none;
		background:url(../images/NAV_BG.jpg);
		border:1px #799cb7 solid;
		display:block;
		height:36px;
		text-align:left;		
		cursor:pointer;
		padding: 3px 15px 0px 15px;
		min-height:27px !important;
	}	
	#contentTop {
		margin-left:2px;
		width:715px;
		float:left;
		height:273px;
		padding:0px;
		background-color:#b5cad9;	
	}

	#contentTop #movie{
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 8px;
		float:left;
	} 
	#contentTop #hiRes{
		float:left;
	}


	
	#contentColumns {
		position:relative;
		/*width:715px; old*/
		width:948px;/*new*/
		text-align:left;
		margin-top:8px;
		background-image:url(../images/col1BG.gif); old
		
		background-repeat:repeat-y;
		background-position: top left;
		}
		
		
	#contentColumns #column1, #contentColumns #column2, #contentColumns #column3 { /*new*/
		margin: 10px 5px 0px 10px;/*new*/
	}/*new*/
	
	
	#contentColumns #column1{
		position:relative;
		float:left;
		width:203px;/*new*/
		padding-right:5px;
		padding-left:5px;
		margin-right: 10px !important;/*new*/
	}
	
	body.subPage #contentColumns #column1 {
		width:432px;/*new*/
	}
	
	#contentColumns #column2{
		margin-left:6px;
		float:left;
		/*width:150px; old*/
		width:215px;/*new*/
		margin-right:10px;
	}
	
		body.subPage #contentTop, body.subPage #movie, body.subPage #hiRes, body.subPage #contentColumns #column2  {
		display:none;
	}

	#contentColumns #column3{
		float:left;
		width:200px;
		/*width:150px;*/
		margin-left: 30px;/*new*/
	}
/* FOOTER */

	#siteFooterBgShadow {
		background-image:url(../images/siteBGBottomShadow2.jpg);
		position:relative;
		float:left;
		background-position:top center;
		background-repeat:no-repeat;
		height:45px;
		left:0px;
		z-index:1;
		bottom:0px;
		width:100%;
	}

	#footerContent {
		clear:both;
		bottom:0px;
		background-color:#FFFFFF;
	}
/* GENERIC STYLES */
.directorPic {
	position:static;
	width: 64px;
	float:left;
}
.directorTop {
	height: 75px;
}

.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
}
