@charset "UTF-8";
/* CSS Document */



body, html {
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	size: 11px;
	color: #FFFFFF;
	background-color: #030303;
	margin: 0px;
	padding: 0px;
	background-image: url(img/main_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 100%;
}

a:link, a:visited {
	color: #33CCFF;
	text-decoration: none;
}
a:hover {
	color: #33CCFF;
	text-decoration: underline;
}

p {
	text-align: left;
}

h1{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 15px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #36c3ff;
	text-align: left;
	
}
h2{
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #36c3ff;
	text-align: left;
	
}
h3{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #36c3ff;
	text-align: left;
	
}
.container {
	position:relative;
	width:630px;
	margin: 0px;
	padding: 0px;
	
	left: 50%;
	margin-left: -315px;	
}
.header {
	width:630px;
	margin: 0px;
	padding: 0px;
}
.menu {
	width:630px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/mnu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	position:absolute;
	z-index:10;
}
.onecol_content {
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twocol_content {
	
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	width: 310px;
	float:left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}

.twocol_container {
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 25px; /* .push must be the same height as .footer */
}

.footer {
	background-color: #2c2c2c;
	color: #36c3ff;
	text-align: center;
	padding:3px;
}

.footer a {
	color:#ffffff;
	text-decoration:none;
}

.videoList {
	border-width: 1px;
	border-color: #0f191b;
	background-color: #080808;
	margin: 5px;
	padding: 15px;
	border-style: solid;
	min-height: 120px;
}

.startList {
	border-width: 1px;
	border-color: #0f191b;
	background-color: #080808;
	border-style: solid;
	min-height: 200px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.imageThumb{
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	float: left;
}
.contentImage{
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	float: right;
}

.videoPlayer {
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border-width: 1px;
	border-color: #0f191b;
	background-color: #080808;
	padding: 5 px;
	border-style: solid;
	width: 300px;
	height: 250px;
	float: right;
}

.pager {
	margin: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
}

.pagerInactive {
	border-width: 1px;
	border-color: #0f191b;
	background-color: black;
	margin: 0px;
	padding: 5px;
	border-style: solid;
}
.pagerActive {
	border-width: 1px;
	border-color: #0f191b;
	background-color: #181818;
	margin: 0px;
	padding: 5px;
	border-style: solid;
}

.contentBlock {
	border-width: 1px;
	border-color: #0f191b;
	background-color: #080808;
	margin: 5px;
	padding: 15px;
	border-style: solid;
}

.spacer {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}

.scanList {
	width: 270px;
	float:left;
	height: 100px;
}
