/* CSS Document */
A:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
  A:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
  A:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
  A:hover 
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:	#00FF00;

}

body {
	position: relative;
	margin-top: 0px;
	background-color: #000000;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Divisions */
#topcell {
	background-image: url(../images/logoslice1.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	background-color:#16306B;
	height: 29px;
}
#homecell {
	background-image: url(../images/01-home.jpg);
	background-repeat: no-repeat;
	background-color:#16306B;
	height: 578px;
}
#homecelltext {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 34px 0px 0px 0px;
}
#locationcelltext {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
#filmtext {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 1px 10px 0px 10px;
	background-color:#777777;
}
#contactcell {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#777777;
}


#navtable tr { 
        cursor: pointer;
      }
	
#sidebar {
}

#navlist {
	width: 102px;
	font-size: 11px;
	text-align: center;

}

#navlist a, #navlist a:visited {
display: block;
line-height: 80px;
background-color: #303030;
background-image:  url(nav_up.jpg);
background-repeat: no-repeat;
background-position: 100% 50%;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover {
background-color: #8E9D9A;
background-image:  url(nav_down.jpg);
font-size: 11px;
color: #000000;
}

#sidebar #navlist .uberlink {
background-color: #8E9D9A;
background-image:  url(nav_down.jpg);
background-repeat: no-repeat;
background-position: 100% 50%;
line-height: 80px;
font-size: 11px;
color: #000000 !important;
font-weight: bold;
cursor: default;
}

#navbot .navbot{
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	}

#navbot a:link {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	}
	
#navbot a:visited {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	}

#navbot a:hover {
	font-weight: normal;
	font-size: 11px;
	text-decoration: None;
	color: #00FF00;
	}
#locationlink a:link {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #003366;
	}
	
#locationlink a:visited {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #003366;
	}

#locationlink a:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #CC0000;
	}
.letter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #333333;
}