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

h1, h2, h3, h4, h5 {
margin:0px;
padding:0px;
}


body {
	background:url(images/body-repeatY-grey.jpg) repeat-y;
	background-position:center;
	background-color:#666666;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

img {
	border:0;
}

#wrapper {
	width:880px;
	height:1170px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding:0;
	background:url(images/BG-Projects.jpg);
	text-align:left;
}

#white_content_container {
	width:880px;
	height:448px;
	position:relative;
	top:60px;
}

#sub_content_container {
	position:relative;
	height:448px;
	top:60px;
	width:715px;
	margin-left:150px;
}

#left_nav {
	width:98px;
	margin-left:20px;
	float:left;
}

#left_nav ul {
	margin:5px 0 5px 0;
	padding:0;
}

#left_nav ul li {
	padding-top:3px;
	padding-bottom:3px;
	list-style:none;
}

#project_content {
	width:710px;
	height:448px;
	padding-left:30px;
	float:left;
}

#main_photo {
	width:568px;
	height:317px;
	float:left;
	text-align:center;
}

#thumbnails {
	width:124px;
	height:317px;
	float:left;
	text-align:center;
}

#thumbnails img {
	padding-left:18px;
	padding-bottom:3px;
}

#description {
	width:710px;
	
	clear:both;
}

.article_table {
	padding-left:25px;
	float:left;
	width:45%;
}

.contactusnow {
	padding-left:25px;
	float:left;
	width:40%;
}


#bottom_content {
	position:relative;
	width:700px;
	padding-top:45px;
	top:575px;
	left:85px;
}


#bottom_content ul li {
color:#0066CC;
list-style-type:square;
list-style-position:outside;
}

/*originally navbar was relative - but won't work b/c other elements
must be offset just as much. this makes dynamic vertical expansion
impossible as longer elements will cover items, like #footer.  
Instead, make the offsets using the margin property.*/
#navbar {
	margin-left:-4px;
	padding-top:135px;
	/*padding-bottom:30px;*/
	position:relative;
	width:1200px;
	z-index:2;
}

#navbar ul {
	width:1200px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	z-index:2;
}

#navbar ul li {
	float:left;
	border-top: 1px solid #ff7100;
	border-right: 1px solid #ff7100;
	border-bottom: 1px solid #ff7100;
}

#navbar ul li#first-menu {
	border-left: 1px solid #ff7100; /*change color to mimic above depending on scheme of site*/
}

#navbar ul a {
	display:block;
	width:110px;       /*width and height need to be set per website if nav elements differ */
	line-height:24px;
	text-decoration:none;
	color:#ff7100; /*change depending on color scheme*/
	font-weight:bold;
	font-size:12px;
	background:url(images/main-nav-off-bg.jpg) no-repeat;
	text-align:center;
}

#navbar ul a:hover {
	background:url(images/main-nav-on-bg.jpg) no-repeat;
	color:#fff;
}

/*css to make current page stay HOVER color (active)*/ /*why did this happen? why do i need the extra css to make it work?*/
.home-page #navbar .home a,
.aboutus #navbar .aboutus a,
.facilities #navbar .facilities a,
.sustainability #navbar .sustainability a,
.events #navbar .events a,
.articles #navbar .articles a,
.handbook #navbar .handbook a,
.contactus #navbar .contactus a {
	background:url(images/main-nav-on-bg.jpg) no-repeat;
	color:#fff;
}

#bottom_nav {
	font-size:12px;
	position:relative;
	top:595px;
	left:85px;
	width:700px;
	text-align:center;
}

#bottom_nav a, #bottom_nav a:visited {
	color:#666666;
}

#bottom_nav a:hover {
	color:#f05521;
}

/*left projects navbar styling*/
.show {
	border-top:1px solid #FFFFFF;
	background-color:#ffc193;
	border-bottom:1px solid #FFFFFF;
	width:90px;
	padding:10px 0 10px 0;
	margin-top:5px;
	margin-bottom:5px;
}

.show li {
	list-style:none;
	font-size:11px;
	padding-top:7px;
	padding-left:3px
	
}

.show li a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.hide {
	display:none;
}

.project_title {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#locations {
	clear:both;
	padding-top:10px;
}
