.hidden { position:absolute; left:-9999px; top:-9999px; width:1px; height:1px; overflow:hidden; }   /* hides text but still makes it available to screen readers */



html {
	height: 100%; }

body {
	font-family: helvetica, arial, sans-serif; 
	font-size: 12px;
	margin:0;
	padding:0;
	background-color: #575757;
	height:100%;
	}
	
a {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	color: #d8b219;
	font-size: 12px; }
	
a:link {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	color: #d8b219;
	font-size: 12px; }
	
a:hover {
	font-family: helvetica, arial, sans-serif;
	color: #e39f1c;
	font-weight: bolder; 
	font-size: 12px; }
	
a:visited {
	text-decoration: none; 
	font-family: helvetica, arial, sans-serif;
	color: #e39f1c;
	font-size: 12px; }
	
p {
	font-family: helvetica, arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px; }
	
b {
	font-family: helvetica, arial, sans-serif;
	color: #e8c95e;
	font-size: 12px;
	line-height: 14px; }
	
h1, h2, h3 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bolder;
	color: #e8c95e; }

.table1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}
	
.table1 a {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #d8b219;
	}
	
#wrapper {
	margin-left: auto;
	margin-right: auto;
	background: transparent url(images/bgrepeat.jpg) repeat-y;
	width: 875px; }
	
#header {
	position: relative;
	width: 875px;
	height: 274px;
	background: transparent url(images/header.jpg) no-repeat; }
	
#title {
	width: 300px;
	position: relative;
	top: 240px;
	left: 100px; }

#title a .emptylink {
	display: block;
	width: 300px;
	height: 30px; }	
	
#navbar {
	z-index: 3;
	position: relative;
	top: -30px;
	left: 530px;
	width: 250px;
	height: 35px; 
	background: transparent url(images/blank.gif) no-repeat; }
	
		#navbar ul {
			width: 350px;
			height: 25px;
			padding-left: 0px;
			margin-top: 0px;
			float: left;
			list-style: none; }
			
		#navbar ul li {
			display: inline;
			margin: 0;
			padding: 0; }
			
			#navbar ul li a {
				color: #ffffff;
				text-decoration: none;
				float: left;
				background: transparent url(images/blank.gif) no-repeat;}
				
			#navbar li#home a {
				width: 50px;
				height: 25px; }
			
			#navbar li#about a {
				width: 50px;
				height: 25px; }	
			
			#navbar li#videos a {
				width: 75px;
				height: 25px; }	
			
			#navbar li#calendar a {
				width: 85px;
				height: 25px; }


#eventsbar {
	z-index: 7;
	position: relative;
	width: 875px;
	height: 94px;
	background: transparent url(images/eventsbar.jpg) no-repeat;
}

#eventsinfo {
	z-index: 8;
	position: relative;
	margin-top: -70px;
	text-align: center;
}

#content {
	z-index: 4;
	width: 450px;
	height: auto;
	position: relative;
	margin: 50px 70px; 
	float: left;
}

#contentlarge {
	z-index: 4;
	width: 600px;
	height: auto;
	position: relative;
	margin: 50px 70px; 
	float: left;
}

#videotimeline {
	z-index: 4;
	width: 250px;
	height: auto;
	position: relative;
	margin: 50px 70px; 
	float: left;
}

#fullvideolist {
	z-index: 4;
	width: 250px;
	height: auto;
	position: absolute;
	margin: 0px 300px; 
	float: left;
	}

#videolist {
	z-index: 4;
	width: 250px;
	height: auto;
	position: relative;
	margin-top: 70px;
	margin-left: 550px;
}

#videolist ul {
	margin: 0;
	padding: 0;
	}

#videolist li {
	font-family: helvetica, arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	display: block;
	list-style-type: none; }
 
#main {
	padding-bottom: 31px; }
				
#footer {
	background: transparent url(images/footer.jpg) no-repeat;
	position: relative;
	margin-top: 0px;
	width: 875px;
	height: 31px;
	clear: both;
	}
	
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

