span.hidden {
	display: none;
}

#header-ad-image p{
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
	
	width: 940px;
	height: 50px;
	
	background: url() top left no-repeat;
}

#header-bg-image {
	padding: 0;
	margin: 0;
	position: relative;
	
	/* Dimensions of embed */
	width: 940px;
	height: 500px;
	
	/* Absolute URL for BG image */
	background: url(http://i.usatoday.net/life/graphics/2010/0316-discovery/img/bg.jpg) top left no-repeat;
}

#ali-header {
	padding: 0;
	margin: 0;
	position: absolute;
	
	left: 440px;
	top: 0px;
	width: 500px;
	height: 25px;
	text-align: center;
	
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

#ali-title {
	position: relative;
	
	margin-top: 450px;
	margin-bottom: 0px;
	
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	
	text-shadow: 0 1px 2px rgba(255, 255, 255, 1);
	
}

#ali-subhead {
	position: relative;
	
	margin: 0;
	
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
	color: #BFDDF2;
	
}

#ali-quotes {
	padding: 20px;
	margin: 0;
	position: absolute;
	
	left: 0px;
	top: 150px;			/*500*/
	width: 200px;		/*350*/
}

#ali-quotes li {	
	list-style-type: none;
	position: absolute;
	padding: 0;
	margin: 0;
	
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	display: none;
		
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	
	color: #898989;
}

#ali-photo-caption {
	position: absolute;
	top: 495px;
	padding: 15px;
	width: 200px;
	
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	
	
	
	color: #FFFFFF;
}

#brightcove-video {
	/*border: 1px #000 solid;*/
	/*
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	*/
	padding: 0;
	margin: 0;
	position: absolute;
	overflow: hidden;
	
	/* Equivalent of x-pos in Flash */
	left: 440px;
	/* Equivalent of y-pos in Flash */
	top: 50px;
}