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

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;
}

body img {
	border:0;
}

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

#white_content_container {
	width:830px;
	height:448px;
	left:35px;
	position:relative;
	top:60px;
}

.corner_top {
	margin:0;
	padding:0;
}

.corner_bottom {
	margin:0;
	padding:0;
}

#grey_box {
	background-color:#CCCCCC;
	width:278px;
	height:395px;
	padding:5px 10px;
	float:left;
	border-right:#f05521 2px solid;
}

#photo_box {
	width:495px;
	height:415px;	
	float:left;
}

#spotlight_photo {
	margin-left:15px;
}

#download_handbook {

}

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


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

/*
#navbar {
	width:897px;
	padding:0px;
	position:relative;
	left:-8px;
	top:135px;
}

#navbar ul {
	margin:0;
	padding:0;
}

#navbar ul li {
	display:inline;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
*/

/*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:900px;
	z-index:2;
}

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

#navbar ul li {
	float:left;
	border:1px 0 1px 1px solid #065fa3; /*change colors depending on scheme of site*/
	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:225px;
	left:85px;
	width:700px;
	text-align:center;
}

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

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

/*articles page; contact us*/

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

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