@charset "utf-8";
/* CSS Document */

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg.jpg) 50% 0 no-repeat;	
	margin-top: 0;
}

a {
	color:#FF0000;
}

#container{
	margin: 0 auto;
	width: 890px;
	height: 576px;
	background: none;
	border: none;
	position: relative;
}

#fbLike {
	position: relative;
	left: 135px;
	top: -50px;
}

#socialLinks {
float:left;display:inline;clear:both;margin-top:70px;
	width:600px;
}

#socialLinks span{

	float: left;
	display: inline;
	height:30px;
}



#siteLinks {
	float: left;
	padding: 10px 0 46px 15px;
	width: 450px;
	overflow: hidden;
	display: inline;
}

#siteLinks li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#siteLinks li a {
	display: block;
	width: 215px;
	height: 208px;
}

#siteLinks li a img {
	width: 215px;
	height: 208px;
}

div#siteLinks {
	width: 430px;
	height: 420px;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
}

#siteLinks a {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 215px;
	height: 208px;
}

#siteLinks a img {
	display: block;
	width: 215px;
	height: 208px;
}
.gmc {
	margin-left: 105px;
	}

#video {
	float: right;
	padding: 40px 40px 0 0px;
}

/* ------------ Front Page Scroller -------------- */

#scroll-container {
	position: relative;
	margin: 0 auto;
	width: 102px;
}

#content {
	position: absolute;
	top: 23px;
	width: 102px;
	overflow: hidden;
	clip: rect(0px, 102px, 169px, 0px);
}

#content p:first-child {
	margin-top: 0;
}

#track {
	position: absolute;
	left: 0;
	top: 15px;
	width: 16px;
	height: 270px;
	background: #ffde9f;
	display: none;
}

#handle {
	position: absolute;
	width: 16px;
	height: 10px;
	background: #ffa600;
	display: none;
}

#button-up {
	position: absolute;
	margin: 5px auto 1px;
	width: 100%;
	height: 19px;
	background: transparent url(../images/up_arrow.jpg) center top no-repeat;
	cursor: pointer;
}

#button-down {
	margin: 193px auto 5px;
	width: 100%;
	height: 19px;
	background: transparent url(../images/down_arrow.jpg) center top no-repeat;
	cursor: pointer;
	position: absolute;
}

#videoPlayerContainer {
	position: relative;
	margin: 6px 0 0 0;
	width: 450px;
	height: 262px;
	float: left;
	display: inline;
}

#videoPlayer {
	width: 323px;
	height: 242px;
	float: left;
	display: block;
}

#videoColumn {
	position: relative;
	margin: 0 0 0 5px;
	padding: 0 0 5px;
	width: 244px;
	height: 116px;
	float: left;
	display: inline;
	background-color: #fff;
	border: 1px solid #000;
}

#videoColumn h2 {
	margin: 0 0 4px;
	border-bottom: 1px solid #000;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

#videoColumn li {
	margin: 5px 0;
	width: 102px;
	height: 77px;
}

.footerleft {
	display: none;
}

#footer {
	background:#000;
}

#footertext p {
	color:#acacac;
	margin: 0.5em 1.5em 0.3em 0;
}


