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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #4e4e4e;
	background-image:url(imgs/gradient_background.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

h1{
	color: #9e0b0f;
}

h3{
	color: #9e0b0f;
}

h2{
	color: #9e0b0f;
}

#container { 
	width: 800px;  
	background-color: #e2e2e2;
	margin: 0 auto; 
	margin-top: 15px;
	border: 3px solid #424242;
	text-align: left; 
} 

#header {
	width: 800px;
	height: 110px;
	background-color: #FFF;
	border-bottom: 3px solid #9e0b0f;
}

#logo {
	width: 170px;
	height: 50px;
	float: left;
	margin-top:60px;
}

#navcontainer ul {
	padding-left: 4px;
	margin-left: 0px;
	margin-top: 80px;
	background-color: #fff;
	float: left;
	width:78%;
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #fff;
	color: black;
	text-decoration: none;
	float: left;
	border-left: 1px solid #900;
}

#navcontainer ul li a:hover {
	background-color: #e2e2e2;
	color: #fff;
	text-decoration:underline;
}


#main_content {
	width: 800px;
	background-color: #e2e2e2;
}

#main_picture {
	height: 375px;
	width: 605px;
	margin-top: 20px;
	margin-left: 100px;
	margin-bottom: 20px;
	background-color: #900;
}

#main_picture_large {
	height: 365px;
	width: 364px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

#main_picture_top {
	width: 226px;
	height: 220px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

#main_picture_bottom {
	width: 226px;
	height: 140px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

#news_events {
	width: 280px;
	border-right: 3px solid #9e0b0f;
	float: left;
	padding: 0 0 0 20px;
}

#mission {
	margin: 0 0 0 300px;
	padding: 0 20px 20px 20px;
}

#footer {
	font-size: 10px;
	height: 55px;
	width: 800px;
	border-top: 3px solid #9e0b0f;
	margin: auto;
	background-color:#FFF;
	text-align:center;
}

#sidebar {
	width: 200px;
	border-right: 3px solid #9e0b0f;
	float: left;
	padding: 0 0 0 20px;
}

#sidebarnavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#sidebarnavcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 12px;
text-decoration: none;
color: #666;
}

#sidebarnavcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
text-decoration:underline;
}

#sidebarnavcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #9e0b0f;
}

#text {
	margin: 0 0 0 220px;
	text-align:left;
	padding: 0 20px 20px 20px;
}

#slideShow {
	width: 400px;
	height: 300px;
	margin-left: auto;
	margin-right:auto;
}

#thumbnail {
	width:250px;
	float:right;
	margin-left: 7px;
	margin-bottom: 5px;
	text-align:left;
	padding: 0px;
}

.director {
	width: 540px;
	margin-bottom: 15px;
}
.director_pic {
	float: left;
	margin-right: 10px;
}
.director_bio {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 175px;
	width: 360px;
}


.project {
	width: 540px;
	margin-bottom: 15px;
}
.project_picl {
	float: left;
	margin-right: 10px;
}
.project_descl {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 175px;
	width: 360px;
}
.project_picr {
	float: right;
	margin-left: 10px;
}
.project_descr {
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 175px;
	width: 360px;
}




