@charset "utf-8";
/* CSS Document */
body {
	/* background-image: url(../img/texture.jpg); */
	min-height: 100%;
	width: 100%;
	height: 100%;
	border: none;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 1px;
	padding: 4px 0px 50px 0px;
	border: none;
}

a, a:hover{
	color: #14A52C;

}

a:visted  {
	color: #FFFF00;

}
.leftimg {
	float: left;
	margin-right: 10px;
	padding: 0px 10px 10px 10px;
}
.txtstyleo {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	text-align: justify;
}

.txtstylesmall {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #EB7A17;
	font-size: 14px;
	text-align: justify;
}

.pageheadg {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #14A52C;
	font-size: 18px;
	font-weight: bold;
}


/* Layer Styles */

#pagecontainer {
	background-color: white;
	width: 921px;
	z-index: 0;
	/* margin:0px auto; */
}

#bannercontainer {
	width: 921px;
	height: 192px;
	background-image:url(../img/banner.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	margin:0px auto;
}
#menubar {
	/* background-color: green; */
	z-index: 2;
	top: 155px;
	left: 20px;
	width: 880px;
	position: relative

}

#menubar img, a{
	border: none;
}

#pagemenu {
	background-color: #14A52C;
	padding:10px 0px 10px 0px;
	border-top-color: #FE8300;
	border-top-width: 10px;
	height: 20px;
	color: white;
}

.pagemenulist {
	color:  yellow;
	display: inline;
	font-size: 12px;
	font-family: "Myriad Pro";
	
} 

.pagemenulist a {
	color: white;
	text-decoration: none;
}
.pagemenulist a:hover {
	color: #F38E00;
	text-decoration: none;
}
#ablink {
	position: absolute;
	left: 15px;
}

#catlink {
	position: absolute;
	left: 265px;
}

#newslink {
	position: absolute;
	left: 450px;
}

#presslink {
	position: absolute;
	left: 620px;
}

#conlink {
	position: absolute;
	left: 765px;
}

#contentcontainer {
	background-image: url(../img/bgtext.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 440px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	top: 0px;
	z-index: 2;
}


#leftcol {
float:left;
width: 70%;
height: 435px;
margin-left: 10px;
margin-top: 20px;
padding: 0 5px 0 5px;
z-index: 3;
overflow: hidden;


}

#leftcol_alt {
float:left;
width: 70%;
height: 535px;
margin-left: 10px;
margin-top: 20px;
padding: 0 5px 0 5px;
z-index: 3;
overflow: hidden;


}

#rightcol {
margin-right: 10px;
margin-top: 20px;
width: 25%;
z-index: 3;
float:right;}

#rightcol_alt {
margin-right: 10px;
margin-top: 20px;
position: absolute;
top: 250px;
left: 700px;
width: 25%;
z-index: 3;
float:right;}

.spacer { clear: both; }

#footer {
background-color: #F38E00;
padding: 8px 5px 0px 15px;
font-size: 11px;
height: 30px;
text-align: left;
z-index: 4;
}

#moviecontainer {
	width: 850px;
	z-index: 0;
	border: none;
 	margin:0px auto;
}

#moviestage {
	border: none;
	/* margin:0px auto; */
}

#intromovie {

	border: none;
	/* margin:0px auto; */
}


/* TABLE CLASSES */

.tabshadeg {
background-color: #99FFCC;

}

.tabshadeo {

background-color: #FFCC99;

}

.tabshadealt {

background-color: #99FF99;

}


/* END OF TABLE CLASSES */



/* LIGHT BOX STYLES */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* END OF LIGHTBOX */