@charset "utf-8";
/* CSS Document */

/**************************************************************
***  HTML REDEFINE
***
***************************************************************/

body  {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background:#c2c2c2 url(../images/template/page-background.jpg) repeat-x;
	margin-top:0;
}
input, select, textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
form {
	margin:0px;
	padding:0px;
}
a:link, a:visited, a:active {
	text-decoration:underline;
	color:#666699;
}

a:hover {
	text-decoration:none;
	color:#ff0000;
}
ul {
	margin-top:0px;
}

h4 {
	font-family:Arial Black, Arial Black, Gadget, sans-serif;
	font-size:16px;
	color:#336699;
	margin-bottom: 0em;
	border-bottom: thin solid rgb(94%,94%,94%);
	clear: both;		
}
/**************************************************************
***  PAGE
***
***************************************************************/

div.page_container {
	width:915px;
	margin-left: auto; 
	margin-right: auto;	
	background: #ffffff;
	border:1px solid #636363;
}

/**************************************************************
***  HEADER
***
***************************************************************/

div.header_container {
	background:#0c3896 url(../images/template/blue-gradient-background.jpg) repeat-x;
	padding:0;
	margin:0;
	height:79px;
}
div.imgTop 
{
	float:left;
}
div.title_container {
	background:#c4ab35 url(../images/template/yellow-background.jpg) repeat-x;
	height:27px;
	padding:0;
	margin:0;
}
div.title {
	float:right;
	padding-top:7px;
	text-align:right;
}
div.blueshadow {
	background:#ffffff url(../images/template/undershadow-7px.jpg) repeat-x;
	height:7px;
}
div.header_menu {
	float:right;
	margin-top:35px;
}
div.header_menu ul li {
	position: relative;
	float:left;
	display:block;
	width:auto;
	padding-left:1em;
	padding-right:1em;	
}
div.header_menu a {
	color:#0099ff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
div.header_menu a:hover {
	color:#ffffff;
}
/**************************************************************
***  CONTENT
***
***************************************************************/

.content_container {
	margin:0;
	text-align:left;
	/*minimum height for udnerstand browsers*/
	min-height:440px;
	height:auto;
	padding-top:4px;
}

/* minimum height for IE6 */
* html .content_container {
	height:440px;
}

.imageborder {
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=6);
	border:1px solid black
} 
/***************************************************************/
/***   GLOBAL FOOTER                                           */
/***************************************************************/

.footer{
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	clear:both;
	vertical-align:middle;
	text-align:center;
}
.designby, .designby a {
	color:#999999;
}
/***************************************************************/
/***   CLEAR FIX (stolen from Facebook                         */
/***************************************************************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix {
    display: inline-block; }

html[xmlns] .clearfix {
    display: block; }

* html .clearfix {
    height: 1%; }

/***************************************************************/
/***   FRONT PAGE - THREE COLUMNS                         */
/***************************************************************/

.left 
{
	float:left;
	width:178px;
	font-size:11px;
}
.right 
{
	float:right;
	width:200px;
	padding:8px;
	font-size:11px;
}
.center 
{
	margin-right:215px;
	margin-left:193px;
	padding:8px; 
}
img.randPhoto {
	padding:7px;
}	

/***************************************************************/
/***   WHATS NEW - FRONT                         */
/***************************************************************/
div.newshead {
	margin-left:5px;
}
div.newsbody {
	margin-left:15px;
}
/************************************************
***  PHOTO GALLERY
***/
div.photoGallery {
	width:700px;
	border:1px solid #cccccc;
	background: #f7f7f7;
	text-align:center;
	margin:0 auto;
	padding:5px;
}

img.galPhoto {
	margin:10px;
	padding:7px;
}


div.photoGallery a img, img.randPhoto {
	border: 1px solid #cccccc;
	background:#ffffff;
}
div.photoGallery a:hover img, a:hover img.randPhoto {
	border: 1px solid #0000ff;
}

div.photoGallery img, img.randPhoto {
	border: 1px solid #cccccc;
	vertical-align:middle;
}
div.photoGallery img:hover, img.randPhoto:hover {
	border: 1px solid #0000ff;
}
div.photoGalleryHead 
{
	font-size:11px;
	font-weight:bold;	
}
div.galleryNav {
	text-align:right;
	width:700px;
	padding:0;
	padding-bottom: 5px;
	margin:0 auto;
}
div.galleryNav a{
	padding:3px;
	font-size:11px;
	text-decoration:none;
	color:#0c3896;

}
div.galleryNav a:hover{
	background:#c4ab35;
	color:#ffffff;
}

div.galleryNav .current{
	padding:3px;
	font-size:11px;
	border-bottom: 2px solid #c4ab35;
	font-weight:bold;
}

div.photoNumbers {
	font-size: 11px;
	color: #666666;
}
div.photoNumbers select {
	font-size: 11px;
	color: #666666;

}

div.photoNav {
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
}
div.photoNav a{
	padding:3px;
	font-size:11px;
	text-decoration:none;
	color:#0c3896;
	margin-right:30px;

}
div.photoNav a:hover{
	background:#c4ab35;
	color:#ffffff;
}

/*****for gallery browsing*/
td.gallery {
	width: 349px;
    padding: 9px;
    background: white;
    border: solid 1px #ccc;
    text-align: left; 
    vertical-align:top;
    border-spacing:5px;
}
td.gallery .image img {
    width: 100px;
    float: left;
    margin-right: 4px; }

td.gallery .info {
  margin: 2px 0 0 6px;
  float: left;
  width: 176px; }

td.gallery .info .lastupdate {
  margin-top: 0px;
  color: #666666;
  font-size: 9px; }

td.gallery .info .descrip {
    margin-top: 1px;
    font-size: 11px;
}

td.gallery .info .noPhotos {
    margin-top: 1px;
    font-size: 11px;
}

td.gallery .info h3 {
	font-weight: bold;
	font-size: 11px; 
	margin:0;
	padding:0;
}

td.gallery  .info h3 img {
    float: left;
    margin: 1px 3px 0 0;
}
.galleryHead  {
	font-size:16px;
	font-weight:bold;

}
table.photoNav 
{
	border-collapse:collapse;
	border:0;
}
table.photoNav td 
{
	width:22px;
	vertical-align:middle;
	text-align:center;	
}
table.photoNav select 
{
	font-weight:bold;
	font-size:11px;
}

/******************************
/*  MOVIES
/****************************/

.navSelect {
		font-size:11px;
		color:#000000;
		font-weight:bold;
		text-align:center;
}

.movieDetailTitle {
	background:#056689;
	color: #ffffff;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	font-weight:bold;
	width:100%;
	height:25px;
	padding-left:6px;
	padding-top:2px;
	}

