html {min-height:100%; margin-bottom:1px}
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin: 0px auto;
  padding: 0px;
  font-size: .7em;
  color:#333333;  
  background-image: url(/images/background.jpg);
  background-repeat: repeat-x;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 24px;
	margin: 15px 0px 10px 0px;


}

h2 {

font-family:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 18px;
	margin: 23px 0px 10px 0px;

}

h3 {
	font-family:Verdana, Helvetica, sans-serif;
	color: #0057A6;
	font-size: 12px;
	margin: 23px 0px 10px 0px;
}

h4 {
	font-family:Verdana, Helvetica, sans-serif;
	color: #000033;
	font-size: 10px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
}

h4.subMenu {
	text-transform:uppercase;
	color: #FF6600;
}


h5 {

	font-family:Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 14px;
	margin: 0px 0px 10px 0px;

}

img {
border:none;
}

p {
	font-size: 100%;
	line-height: 180%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

ul, ol {
margin-left: 3px;
padding-left: 5px;
list-style: none;
}


#contentCentre ul {

margin-left: 3px;
padding-left: 5px;
list-style: none;
}

#contentCentre li
{
padding: 2px 0 0 20px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
margin: 0 5px; 
}

#gallery li {
display:inline;
background-image:none;
}


.specialLink {
text-decoration:none;
color:#FF9900;
}
a:link, a:visited {
	color:#0057A6
}

a:hover {
	color:#0057A6;
	text-decoration: none;
}

#dropshadow {
	/*margin: 0px auto;
	width:780px;
	background-image:url(../images/dropshadow.png);*/
	
}

#container {
	width: 1000px;
	margin: 0px auto;
	border:0px solid #FFBD26;
	border-top:0px solid #FFB600;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 3px 3px 3px #666;
}

#header {
	width: 100%;
	height: 210px;
	/*background:url(../images/header_bg.jpg);*/
	
}

#celebrating {
	width: 200px;
	float: left;
}

#logo {
	margin-left: 280px;
}

#ttfilm {
	float: right;
}

#movingNotices {
	position:absolute;
	left: 588px;
	top: 196px;
	width: 298px;
}


#navbar{

	height: 15px;
	font-size: 95%;
	color:#FFFFFF;
	font-weight: bold;	
	background:url(/images/menu_background.png);
	padding-bottom: 10px;
	border-top: 1px solid #FFB600;
	border-bottom: 1px solid #FFB600
}

#feature {
	margin: 0px;
	padding: 0px;
	/*background-color: #F1F5FF;*/
}

#Map {
	margin: 0px;
	padding: 0px;
}

#subMenu {

}


#subMenu a{
	text-decoration: none;
}

#subMenu ul, li{
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
}

#subMenu li{
	list-style-type:none;
	border-bottom: 1px dashed #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#subMenu li.subMenuL2 {
	padding-left: 10px;
	border-bottom: 1px solid #dddddd;
}



#content {
	margin-top: 1px;
	padding: 0px;
}


#contentLeft {
	width: 205px;
	vertical-align: top;	
	padding: 5px 5px 30px 10px;
	border-left: 1px solid #DDDFF4;
	border-right: 1px solid #DDDFF4;
	background-color: #F1F5FF;
}

#contentCentre {
	background-color: #FFFFFF;	
	vertical-align: top;
	padding: 0px 10px 10px 15px;
}

#contentRight {
	width: 178px;
	vertical-align: top;
	background-color: #F1F5FF;
	padding-left:5px;
}

#contentRightSB {
	width: 161px;
	background-color: #F1F5FF;
	border-left: 1px solid #DDDFF4;
	border-right: 1px solid #DDDFF4;
	border-bottom: 0px solid #DDDFF4;
	padding: 5px 5px 20px 10px;
}

#contentRightSBBottom {
	width: 177px;
	height: 20px;
	border-left: 1px solid #DDDFF4;
	background-image:url(/images/bg_contentRight_bottom2.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}


#footer {
	height: 50px;
	color: #ffffff;
	background:url(../images/footer.jpg);
	border: 1px solid #0057A6;
	padding: 10px;
	
}
#footer a {
color:#FFF;
}

.img{
	border: 1px solid #FF6600;
	margin: 10px 0px 10px 0px;
	clear:both
}

.imgLeft {
	border: 1px solid #FF6600;
	float: left;
	margin: 0px 10px 10px 0px;
	clear:both
}

.imgRight {
	border: 1px solid #FF6600;
	float: left;
	margin: 0px 0px 10px 10px;
	clear:both
}
.more {
	font-weight: bold;
	color: #FF6600;
}

.more a:link{
	color: #FF6600;
	text-decoration: none
}

.more a:visited{
	color: #FF6600;
	text-decoration: none
}

.more a:hover{
	color: #FF6600;
	text-decoration: underline
}


/* News Styles */
.newsDate {
	color: #999999;
}


.textBox {
	border:1px dashed #C5D2FE;
	background-color:#F1F5FF;
	margin: 20px 0px;
	padding: 10px;
}
 
/* PhotoStyles */
ul.photo {
	width: 300px;
	margin: 0px;
	padding: 0px;
}

ul.photo li{
	list-style-type:none;
}


li.photo {
	background-color:#F1F5FF;
}

li.description {
	color: #FF6600
}

#eventSpace {
border:1px solid silver;
}

#categorywinner {
background:url(../content_images/movie_bg.jpg) no-repeat;
height:224;
padding-top:8px;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*Large Image*/
position: absolute;
background-color:#FFF;
padding: 20px;
left: -1000px;
border: 1px solid silver;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail img {
border:none;
}

.thumbnail span img{ /*Span for large image*/
border-width: 0;
padding: 2px;

}

.thumbnail span p{ 
font-family:"trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:90%;
color:#363636;
background-color:#FFFFFF
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -60px;
left: 10px; /*position where enlarged image should offset horizontally */

}


#slideshow {
    position:relative;
    height:210px;
	
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		
		}

	#jsddm li a
	{	display: block;
		
		padding: 5px 20px;
		text-decoration: none;
		width: 70px;
		text-align:left;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #24313C}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			z-index:10;
			visibility: hidden;
			}
		
			#jsddm li ul li
			{	float: none;
				display: block;
				width:200px;
				}
			
			#jsddm li ul li a
			{	width: auto;
				background: #A9C251;
				color: #24313C}
			
			#jsddm li ul li a:hover
			{	background: #8EA344}


.polaroid {
	margin: 10px 10px 35px 5px;
	background:#FAFAFA;
	border: 3px solid #FFF;
	-moz-box-shadow: 2px 2px 5px #999999 ;
	-webkit-box-shadow: 2px 2px 5px #999999 ;
}	


