/*--General--*/
*{margin:0;padding:0;}
a img{border:none;}
img{border:none;}
a{
	color: #FFF;
	text-decoration: none;
}
html{height:100%;}
#form1{height: 100%}
body{
	height:100%;
	text-align:center;
	width:100%;
	font-family: Helvetica, Arial, Geneva;
	font-size: 16px;
	color:#FFF;
	background-color: #003793;
	/*behavior: url("css/csshover3.htc");*/
}
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing:3px;
}
h2, .videoTitle, .smallCaps{
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	letter-spacing:1px;
	padding-top: 5px;
	text-transform: uppercase;
}
.smallCaps{
	padding: 0px;
}
#centerFix{
	float:left;
	height:50%;
	margin-bottom:-240px;
	width: 1px;
}
#contentWrapper{
	clear:both;
	height:480px;
	width:760px;
	margin:0 auto;
	position:relative;
	text-align:center;
}
#navigation {
	position: absolute;	
	left: 99px;
	width: 580px;
	text-align:center;
	height: 41px;
}
.sectionLink{
    cursor: pointer;
	margin: 9px 11px;
	padding: 4px 4px;
	border: 1px solid #003793;
	float: left;
}
.sectionLink:hover{
	border: 1px solid #FFF;
	text-decoration: none;
}
.section {
	cursor: pointer;
	height: 18px;
	margin: 13px 15px;
	float: left;
	overflow: hidden;
	position: relative;
	top: -4px;
	text-align: left;
	border: 1px solid #003793;
}
.sectionTitle{
	display: block;
	padding: 4px;
	border-bottom: 1px solid #FFF;
	background-color: #003793;
}
.section:hover, .sectionHover{
	border: 1px solid #FFF;
	height: 86px;
	background-color: #335fa9;
}
.pageLink{
	padding: 4px;
	background-color: #335fa9;
}
#navigation .separator{
	float: left;
	height: 24px;
	width: 1px;
	padding: 8px 0;
	border-right: 1px solid #FFF;
}

/*--Television--*/
#lblLatest{
    display:block;
    width:760px;
    position: relative;
    padding-bottom: 10px;
    font-size: 12px;
    letter-spacing: 2px;
}
#thumbnailWrapper{
	position: absolute;
	left: 175px;
	width: 421px;
	height: 290px;
}
.videoContainer{
	float:left;
	margin:5px;
	width: 127px;
	height: 135px;
	overflow: hidden;
}
.videoContainer a:hover{
	text-decoration: underline;
}
.videoThumbnail{
	width: 125px;
	height: 94px;
	border: 1px solid #FFF;
	behavior: url("css/border-radius.htc");
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}
#lastPage, #nextPage {
	position: absolute;
	top: 120px;
}
#nextPage{
	right: 0px;
}
#lastPage{
	left: 0px;
	}

/*--Radio--*/
#radioWrapper{
	position: absolute;
	left: 150px;
	width: 420px;
	text-transform: uppercase;
	font-size: 15px;
}
#radioWrapper a div{
	cursor: pointer;
}
.radio1, .radio2, .radio3{
	float: left;
	margin-left: 10px;
	text-align: center;
	font-weight: normal;
	padding: 3px 0;
}
.radio1{
	width: 240px;
	text-align: left;
	font-weight: bold;
}
.radio2{
	width: 80px;
}
.radio3{
	width: 50px;
}
.line{
	height: 1px;
	clear: both;
	border-bottom: 1px solid #FFF;
}
.audioDownload{
	cursor: pointer;
	margin: 9px 11px;
	padding: 4px 4px;
	border: 1px solid #FFF;
}
/*--Static--*/
#content{
	position: absolute;
	left: 95px;
	width: 570px;
	font-size: 12px;
	letter-spacing: 3px;
	line-height: 20px;
}
.col{
	position: relative;
	left: 57px;
	margin-right: 15px;
	margin-top: 15px;
	float: left;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 11px;
	text-transform: none;
}
.clearDiv{
	height: 1px;
	width: 570px;
	clear: both;
}
#footer{
	position: absolute;
	top: 315px;
	left: 0px;
	width: 760px;
	text-align:center;
	margin-top: 5px;
}
#replay {
	margin: 0 auto;
	visibility: hidden;
}