@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:smaller;
}

#container {
	width:900px;
	margin:0 auto;
}

.header {
	background-image:url(../images/header_bg.png);
	height:172px;
	position:relative;
}
/* Top Menu */
.menu {
	width:900px;
	text-align:right;
	position: absolute;
	top: 135px;
	right: 100px;
}
.menu a, .menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
	background-image:url(../images/menu_bg.png);
	background-repeat:none;
	width:102px;
	text-decoration:none;
	padding:5px;
	color:#FFF;
}
.menu a.current {
	background-image:url(../images/menu_bg_active.png);	
}
	
.menu li {
	display:inline;
}

.menuborder{
	width:900px;
	height:25px;
	background-color:#999999;
	margin:0 auto;
	}
/* Page Titles/ Featured text */
.featuredtext {
	color:#669933;
	font-weight: bold;
}
.contentleft{
	width:65%;
	float:left;
	padding-left:90px;
	padding-top:25px;
}
.contentleft ol li {
margin-bottom:15px;
}
.contentleft a{
	color:#669933;
	}
	
.contentright{
	width:25%;
	float:right;
	padding-top:25px;
}

/* Project Page */
.contentmiddle {
	padding-left:90px;
	padding-top:25px;
}
/* Video Thumbnails */
.lightbox a {
	margin-right:10px;
	margin-bottom:10px;
	}
.lightbox {
	margin-left: -20px;
	
}
	
.playhead {
text-align: center;
}	


	
/* Video Padding */
#video {
	clear: both;
	width: 800px;
	margin-left: -40px;
}
.video{
padding-bottom:15px;
}
/* Video Columns */	
.video1{
	width:52.5%;
	float:left;
	}
	
.video2 {
	width:47.5%;
	float:right;
	}	

.footer {
	height:75px;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	padding-left:98px;
	padding-top:110px;
	color:#669933;
	clear:both;
}
.copyright {
	font-size: 10px;
	padding-right:158px;
	margin-top: -25px;
	text-align: right;
}

