#subTitle{display:block; color:#fff;}
#interactiveLinks{display:block;}
#flashTitle
{
	position: absolute;
	top: 45px;
	left: 120px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 3.6em;
}
#contentWrapper
{
   overflow:hidden;
   padding-top:570px;
}
#videoBlock
{
	display: table;
	position: absolute;
	overflow: visible;
	width: 980px;
	height: 555px;
	top: 0px;
	left: 10px;
	padding:0px;
	background-color: transparent;
	color: #03102f;
	font-size: 2em;
	line-height:1.5em;
	text-align: center;
	float:left;

}

#player
{
    width:980px;
    height:555px
}
#playerContent
{
    padding-top:150px;
    color:#fff;
}
#adBlock {text-align:center; margin-top: 40px;}
#adBlock a
{
    margin:1em;
}
#adobeLiveBlock
{
	margin: 2em 4em;
	padding: 10px 20px 5px 20px;
	background-color: #fff;
	background-image: url(Images/adobe-live-icon.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-align: center;
	color: #666666;
}
#adobeLiveBlock  a
{
	color: #638A78;
}
#contentBlock
{
	position: relative;
	float:right;
	width:320px;
	height:520px;
	right:10px;
	color: #333333;
	font-size: 1.1em;
	background-color:#efefef;
	padding:10px;
}
#contentBlock h3
{
	margin: 0em;
	font-size: 1.3em;
}
#commentsForm
{
	height: 215px;
	margin-bottom:5Px;
}
#commentsForm p
{
    margin-bottom:.25em;
	line-height:1.2em;
}
input#txtName, input#txtEmail, textarea#txtComments
{
	width: 320px;
	border:1px solid #666;
}
textarea#txtComments{height: 65px;}

input#btSubmit
{
	width: 100px;
}
#confirmationMessage
{
	position: absolute;
	top: 195px;
	right: 10px;
	width: 160px;
	color: #092D77;
	font-weight: bold;
	line-height: 1.4em;
}
#commentsTitle
{
	background-color: #fff;
	width: 100px;
	text-align: center;
	color: #666666;
	padding: .2em 0em 0em;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border-color:#666;
	border-bottom:1px solid #fff;
	position:relative;
	top:1px;
	z-index:500;
}
#commentsBlock
{
	background-color: #fff;
	height: 245px;
	overflow: auto;
	padding: 5px;
	color: #333333;
	margin-bottom: 5px;
	border:1px solid;
	border-color:#666;
}
#commentsBlock p
{
	background-color: #efefef;
	padding: 0.5em;
}

#resourcesBlock
{
    overflow:hidden;
	padding-top:20px;
	font-size: 1em;
	clear:both;
}
#resourcesBlock .third
{
    width:320px;
    _width:315px;
}
#resourcesBlock .left
{
}
#resourcesBlock a:link, #resourcesBlock a:visited
{
	color: #0F1F36;
}
#archiveList
{
	font-size: 11px;
	width:40%; /* width:90% for 2 columns */
	margin: 3em auto;
	text-align:left;
	white-space: nowrap;
}
#archiveList ul
{
	text-align:left;
}
#archiveList .left
{
	float: left;
	width:100%;
	/* width:40% for 2 columns */
}
#archiveList .right
{
	float: right;
	width:40%;
}

.live {}

.sectionTitle
{
	font-size: 22px;
}

.sectionSubTitle
{
	font-size: 18px;
}
div#contentBlock.expired div#commentsBlock { height: 455px; }
div#contentBlock.expired  div#commentsForm { display: none; }
div#contentBlock.expired div#confirmationMessage { display: none; }

