@charset "UTF-8";
/* CSS Document */

* {
	/* border:1px solid red !important; */
}

html {
	width: 100%;	
	height: 100%;
}

a {
	*_position:relative;
}

body {
	width: 100%;
	min-width: 980px;

	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position:relative;
	
}

.clear {
	clear: both;	
}

	#header {
		display: block;
		width: 100%;
		height: 55px;
		text-align: center;
		background: #000 url(../images/lineborder.gif) 0 49px repeat-x;
		position:relative;
	}
	
		#header img.title {
			margin-top: 22px;
		}
		
	div#scrollableContent {
	
		width:100%;
		height:500px;
		position:relative;
	
		overflow:auto !important;
		
		*_overflow-x:hidden !important;
		*_overflow-y:auto !important;
	}
	
	div#scrollableContentBk {
		background: transparent url(../images/bks/bk1.jpg) no-repeat fixed 50% 0px;
		width:100%;
		height:500px;
		position:absolute;
	}
	
	
	#main {
		position: relative;
		width: 980px;	
		margin: 0 auto;
	}
		
		#logoHolder {
			position:relative;
			height:0px;
			width:980px;
			margin:0 auto;
			z-index:99;
			visibility:hidden;
		}
		
			#logo {
				position: absolute;
				left: 0px;
				top: 100px;
				z-index: 99;
				
			}
			
				/** PHRASES **/
				
				div#phrases {
					
					position:absolute;
					top:350px;
					text-align:center;
					width:251px;
					height:30px;
					z-index: 99;
					left:0;
				}
				
					div#phrases img {
						margin:0 auto;
						z-index: 99;
					}
		
		#content {
			position: relative;
			width: 413px;
			margin-top: 5px;
			margin-left: 380px;
			text-align: center;
		}	
		

		
			#content #titles {
				position: relative;
				display: block;
				background: transparent url(../images/bgblack.png) 0 0 repeat;
				padding: 10px 0;
				margin-bottom: 5px;
				min-height: 50px;
			}
			
			* html #content #titles {
				height: 50px;
			}
		
			#content h2 {
				margin-bottom: 15px;	
			}
			
			#content h3 {
				margin-bottom: 0px;	
				font-size:11px;
			}
		
			#content .date {
				width: 413px;
				padding-bottom: 10px;
				font-size: 14px;
				margin-bottom: 8px;
			}		
				
				#content .date b {
					color: #FFF;	
				}
				
			#content .date table {
				width: 375px;
				margin: 2px auto;
				line-height: 17px;
			}
				#content .date table td {
					padding-left: 10px;
					padding-bottom: 10px;	
					text-align: left;
				}
					
					#content .date table td a {
						color: inherit;
						text-decoration: underline;
					}
				
					#content .date table td.time {
						color: #FFF;	
						text-align: right;
						padding: 0;
						width: 60px;
					}
			
			#content .date h4 {
				width: 400px; 
				height: 36px;
				color: #000;			
				font-size: 13px;
				padding: 4px 0 0 13px;
				text-align: left;
			}
			
			/* COLORS */
			
			#content .date.blue {
				background: transparent url(../images/bgblue.png) 0 0 repeat;	
			}
			
			#content .date.blue h4 {
				background: transparent url(../images/headerblue.png) 0 0 repeat-x;
			}
			
			#content .date.blue td, #content .date.blue td a {
				color: #a8d4f0;	
			}
			
			#content .date.yellow {
				background: transparent url(../images/bgyellow.png) 0 0 repeat;	
			}
			
			#content .date.yellow h4 {
				background: transparent url(../images/headeryellow.png) 0 0 repeat-x;
			}
			
			#content .date.yellow td, #content .date.yellow td a {
				color: #ffe3a6;	
			}
			
			#content .date.green {
				background: transparent url(../images/bggreen.png) 0 0 repeat;	
			}
			
			#content .date.green h4 {
				background: transparent url(../images/headergreen.png) 0 0 repeat-x;
			}
			
			#content .date.green td, #content .date.green td a {
				color: #96d7dc;	
			}
		
	#footer {
		position: relative;
		display: block;
		width: 100%;
		height: 40px;
		padding-top: 15px;
		padding-bottom: 10px;
		font-weight: bold;
		font-size: 11px;
		letter-spacing: .1em;
		color: #989898;
		background: #000 url(../images/lineborder.gif) 0 0 repeat-x;
		z-index: 20;
		
		position:relative;
	}
		
		#footer a {
			color: #989898;
			text-decoration: none;	
			margin-right: 0px;
			
			opacity:1;
			filter:alpha(opacity=100);
		}
			
			#footer a:hover {
				text-decoration: underline !important;	
				
				opacity:0.4;
				filter:alpha(opacity=40);
			}
		
		#footer #footeritems {
			position: relative;
			width: 980px;
			margin: 8px auto 0;
		}
		
			#footer #footeritems div {
				position: relative;
				float: left;
				margin-right: 30px;
			}
				
				#footer #footeritems div.padding {
					padding-top: 2px;	
				}
				
				#footer #footeritems #thankyou {
					position: absolute;
					display: block;
					height: 25px;
					top: 15px;
					left: 260px;
					padding: 8px 10px 5px;
					font-size: 14px;
					font-weight: bold;
					color: #de9e1a;
					background: transparent url(../images/bgblack.png) 0 0 repeat;
					z-index: 30;
				}
				
				#footer form .field {
					height: 12px;
					border: 0;
				}
			
				#footer form .submitbtn {
					background-color: #000;
					border: 0px;
					color: #de9e1a;
					font-weight: bold;
					font-size: 13px;
					height: 15px;
					padding: 0;
					margin: 0 0 0 3px;;
					cursor: pointer;
				}
				
				#footer #share img {
					margin-top: -3px;
					vertical-align: middle;
				}
				
				#footer #footeritems #errors {
					position: absolute;
					left: 0px;
					top: 20px;
					color: #DE9E1A;
				}
				
				/*** MORE INFO LAYERS ***/
				
				div.learnMore {
					position:absolute;
					width:175px;
					color:#fff;
					display:none;
					font-size:12px;
				}
				
					div#learnMore1 {
					
						top:235px;
						left:420px;
					
					}
					
				div.learnMoreTable {
					color:#fff;
					font-size:12px;
					width:400px;
					margin-left:auto;
					margin-right:auto;
				}
				
					div.learnMoreTable table tr td {
						vertical-align:top;
						text-align:left;
						padding:5px;
					}
					
						div.learnMoreTable table tr td.image {
							text-align:center;
						}
						
						div.learnMoreTable table tr td.tickets {
							text-align:right;
						}
						
				/** PRELOADER / INTRO **/
				
				div#preloader {
					height:500px;
					width:100%;
					text-align:center;
					position:relative;
				}
				
					div#preloader img {
						display:block;
						margin:0 auto;
						margin-top:-125px;
						margin-left:-157px;
						position:absolute;
						top:50%;
						left:50%;
					}		
				