* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; 
	background-color:#2D2D2D;
	}
a {
	color:#60A516;
	}
img {
	border:0;
	}
img.left {
	border:0;
	float:left;
	margin:0 10px 10px 0;
	}
img.right {
	border:0;
	float:right;
	margin:0 0 10px 10px;
	}

#wrapper {
	width:100%;
	background-image:url(../img/pageBg.png);
	background-position:center;
	background-repeat:repeat-y;
	}
#container {
	margin:0 auto;
	text-align:left;
	clear:left;		
	width:980px; 
	position:relative;
	}

#header {
	height:200px;
	background-image:url(../img/headerBg.png);
	background-repeat:no-repeat;
	}
#header p a {
	display:block;
	text-indent:-9999px;
	width:200px;
	height:160px;
	}
#header p.anim {
	left:388px;
	position:absolute;
	top:72px;
	}

#content {
	background-color:#232323;
	overflow:auto;
	}

#content h1.video {
	position:absolute;
	background-image:url(../img/h1video.gif);
	height:29px;
	width:81px;
	text-indent:-9999px;
	top:175px;
	left:18px;
	}

#content h1 {
	margin-bottom:5px;
	font-size:20px;
	font-weight:normal;
	}
#content h2 {
	margin-bottom:6px;
	font-size:22px;
	font-weight:normal;
	}
#content h3 {
	font-size:20px;
	margin-bottom:10px;
	font-weight:normal;
	color:#000;
	}
#content h4 {
	font-size:18px;
	margin-bottom:10px;
	font-weight:normal;
	}
#content h5 {
	color:#1A61A9;
	font-size:14px;
	margin-bottom:10px;
	}
#content h6 {
	font-size:12px;
	margin-bottom:10px;
	}
#content p {	
	margin-bottom:14px;
	}



#videoContainer {
	height:370px;
	position:relative;
	padding:20px 20px 0;
	}

#videoContainer #videoFullWrapper {
	float:left;
	width:490px;
	height:290px;
	}
#videoContainer #videoFull {
	background-repeat:no-repeat;
	width:490px;
	height:290px;
	margin:0 0 5px;
	}
#videoContainer h1 {
	color:#FFF;
	font-weight:normal;
	font-size:24px;
	margin:0 0 5px;
	}
#videoContainer p {
	color:#FFF;
	}
	
#videoContainer #videos {
    height:380px;
    left:540px;
    overflow:hidden;
    position:absolute;
    width:420px;
	top:-4px;
	}

#videoContainer #videos a#scrollUp {
	display:block;
	background-image:url(../img/scrollUp.gif);
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	}
#videoContainer #videos a#scrollDown {
	display:block;
	background-image:url(../img/scrollDown.gif);
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	}

#videoContainer #videos ul {
	list-style:none;	
	margin:5px 0;
	height:310px;
	overflow:hidden;
	}
#videoContainer #videos ul li {
	width:117px;
	float:left;
	margin:0 30px 20px 0;
	height:125px;
	}
#videoContainer #videos ul li.last {
	margin-right:0;
	}
#videoContainer #videos ul li img {
	border:1px solid #79C71B;
	}
#videoContainer #videos ul li p.title {
	margin:0 0 4px;
	font-size:12px;
	}


#content div.columns {
	clear:both;
	}
#content div.column {
	background-image:url(../img/columnBg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin-right:3px;
	padding:20px;
	float:left;
	height:450px;
	}
#content div.column1 {
	width:300px;
	}
#content div.column2 {
	width:350px;
	}
#content div.column3 {
	width:204px;
	margin:0;
	}


#twitter_update_list {
    width: 300px;
	list-style:none;
	overflow:hidden;
	height:70px;
	background-image:url(../img/twitter_avatar.jpg);
	background-repeat:no-repeat;
	margin:0 0 20px;
	}
#twitter_update_list li {
	overflow:hidden;
	height:70px;
	margin:0 0 30px 70px;
	font-size:12px;
	}



#footer {
	width:100%;
	height:45px;
	background-image:url(../img/footerBg.png);
	background-position:center top;
	background-repeat:no-repeat;	
	}





/* twitter widget overwrite styles */
#twtr-widget-1 .twtr-widget,
#content div.twtr-widget{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:13px; !important;
	}
#twtr-widget-1 .twtr-hd {
	display:none !important;
	padding:0 !important;
	}
#twtr-widget-1 .twtr-hd h3,
.twtr-widget h3 {
	 color: #000000 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 20px !important;
    font-weight: normal !important;
    margin-bottom: 10px !important;
	}
#twtr-widget-1 .twtr-ft  {
	display:none !important;
	}
.twtr-img img {
	width:40px !important;
	height:40px !important;
	}
#twtr-widget-1 .twtr-tweet-text {
	margin-left:50px !important;
	}



