@charset "utf-8";
body {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0D0D0D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	background-image:url(../images/bkg2.jpg);
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; 
	margin: 0px 0px 0px 0px;
	
}

.oneColFixCtr h1 {
	font-size:24px;
	font-weight:bold;
	color:red;
	
}
.oneColFixCtr #banner {
	background-image:url(../images/banner1.gif);
	padding:0px;
	margin:0px;
	width:100%;
	height:300px;
	float:left;
	clear:left;
	position:relative;
	overflow:hidden;
	border-top: solid #666;
	border-width:1px;
	
}

.oneColFixCtr #bannerOver {
	background-image:url(../images/overBanner.gif);
	padding:0px;
	margin:0px;
	width:570px;
	height:160px;
	float:left;
	position:relative;
	overflow:hidden;
	top:60px;
	filter:Alpha(Opacity=20, enabled=1); 
	
}

.oneColFixCtr #header{
	clear:top;
	float:top;
	position:relative;
	width:100%;
	height:30px;
	padding: 0px 0px 26px 0px;
}


/*---------this is where text is displayed in body. used to give some padding ----------------------*/
.oneColFixCtr #bottomInfoContainer {
	margin: 0 0 0 0;
	clear:left;
	float:top;
	padding: 2% 2% 2% 2%;
	text-align:left;
	font-size:12px;
	overflow: hidden;	/*Need this to make sure it expands with inner floating divs */
	width:96%;
	background-color:black;
	border-bottom: solid #666;
	border-width:1px;
}

.oneColFixCtr #bottomInfoContainer h1 {
	font-size:20px;
	color:red;
	padding:0;
	margin:0;
}

.oneColFixCtr #bottomInfoContainer h2 {
	font-size:14px;
	color:red;
	padding:0;
	margin:0;
}
.oneColFixCtr #bottomInfoContainer h3 {
	font-size:16px;
	color:#4eb0ab;
	padding:0;
	margin:0 0 4px 0;
}

.oneColFixCtr #bottomInfoContainer h4 {
	font:13px normal;
	color:white;
	padding:0;
	margin:0 0 4px 0;
}


.oneColFixCtr h5 {
	color:white;	
	padding: 0;
	margin: 4px 0 0 0;
}

 a, a:visited {
	text-decoration:none;
	color:#4eb0ab;
}


.oneColFixCtr a.videobutton {
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
	
}
.oneColFixCtr a.videobutton:visited {
	color:white;
}
.oneColFixCtr a.videobutton:hover {
	color:white;
}

.oneColFixCtr #footer{
	margin: 54px 0 0 0;
	clear:top;
	float:top;
	position:relative;
	width:100%;
	height:10px;
	padding: 0px 0px 0px 0px;
	
}
/*
.oneColFixCtr #mycrawler{
	float top;
	position: relative;
	margin: 0;
	padding: 0;
	width:780px;
	height: 24px;
	background-color:blue;
}
*/

.oneColFixCtr #videoSpacer{
	clear:top;
	float:top;
	position:relative;
	width:100%;
	height:118px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/bkg2.jpg);
}

.oneColFixCtr #videoButton{
	height:22px;
	line-height:22px;
	background-repeat:repeat-x;
	background:url(../images/gradient.gif);
	padding:0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:180px;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	position:relative;
	top:2px;
	z-index:3;
	top:-23px;
}

.oneColFixCtr #videoBar{
	clear:top;
	float:top;
	position:relative;
	width:100%;
	height:140px;
	padding: 0px 0px 0px 0px;
	background-color:black;
	border-top:1px solid #666;
	top:-24px;
}

.oneColFixCtr #videoSquare{
	float:left;
	position:relative;
	width:20%;
	height:140px;
	padding: 0px 0px 0px 0px;
	background-color:black;
	text-align:center;
	margin: 0 auto;
}

.oneColFixCtr img, img:active{
	padding:0px;
	margin:0px 0px 0px 0px;
	border-style: none;
	border:none;
}

.oneColFixCtr #scrollContainter{
	margin: 0 0 0 0;
	clear:top;
	float:top;
	position:relative;
	width:780px;
	height:10px;
	padding: 0px 0px 0px 0px;
	top:-26px;

}


.oneColFixCtr img.thumb {
	margin: 0 13px 24px 0;
	float:left;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:80px;
	height:60px;
}

.oneColFixCtr #activity{
	float:left;
	position:relative;
	width:16%;
	min-height:142px;
	padding: 0px 0px 0px 0px;
	background-color:black;
	text-align:center;
	margin: 20px 0px 0 0;
	text-align:left;
}

.oneColFixCtr table{
	padding:0;
	border:none;	
}

.oneColFixCtr th{
	padding:0 20px 6px 0px;
	color:#4eb0ab;
	width:25%;
	font: bold 14px;
}
.oneColFixCtr td{
	padding:6px 20px 0px 0px;
	color:white;
	width:25%;
}

.oneColFixCtr #acclaim {
	clear:top;
	float:top;
	position:relative;
	font: x-small italic;
	text-align:right;
	color:red;
	top:114px;
	
}

.oneColFixCtr p {
	padding:0;
	margin:0;
}
