@charset "utf-8";

* {
	margin:0;
	padding:0;
	}

body {
	background: #7C6F5C url(images/bg_istock.jpg);
	background-attachment:fixed;
	color: #222;
	padding: 2% 0;
	font-family:Papyrus, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 1em 0;
	}

a {
	color:#501004;
	}
	
a:hover {
	color:#AE7D00;
	}

ul.resources {
	margin-left:3em;
	}

ul.resources li{
	margin-top:1em;
	}

/* structure */
#wrapper {
	margin: 0 auto;
	width: 830px;
	position:relative;
}

#header {
	background-image: url(images/header.png);
	height: 118px;
	width: 829px;
}
	
#content {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	padding: 10px 40px 40px 40px;
	position:relative;
	clear:both;
	}

#wrapper img.plant {
	position: absolute;
	z-index: 0;
	bottom: 48px; 
	_bottom:610px; /*IE6.0 hack*/
	left: 645px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 829px;
}

p.sans {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/**************img classes********************/
img.floatleft {
	border:2px solid #3D0D05;
	float:left;
	margin:0 10px 5px 0;
	}


/**************FRONT PAGE*********************/

#content.frontpage {
	height:646px;
	padding-right:250px;
	}

#wrapper #rightcolumn {
	height:702px;
	_height:820px; /*IE6.0 hack*/
	width:230px;
	position:absolute;
	z-index: 3;
	top: -1px;
	left: 588px;
	border-left:4px #3D0D05 solid;
	}


#wrapper img.frontplant {
	position: absolute;
	z-index: 2;
	top: 550px; /*IE6.0 hack*/
	_top:610px;
	left: 60px;
}


/************* gallery pages ******************/

#gallerynav {
	margin:0 auto;
	text-align:center;
	}
#gallerynav a{
	font-weight:bold;
	text-decoration:none;
	}

#gallerynav a.current {
	color:#AE7D00;
	}

#flashtop {
	z-index:2;
	}

#plant_padding {
	padding-top:80px;
	}

/************* menu bar******************/
	
#menu {
	width: 829px;
	height: 60px;
	clear: both;
 	position: relative;
}

#menu ul {
	margin-left: 125px;
	float: left;
	display: inline;
}

#menu li {
	overflow: hidden;
	float: left;
}

#menu li a {
	height: 60px;
	text-indent: -900%;
	overflow:hidden; /*keeps the actual link text from showing up in firefox*/
	display: block;		
}

#nav li a {
	line-height: 23px;
	text-indent: -500px;
	overflow: hidden;
	display: block;
	background-position: center top;
}

#menu a:hover {
  background-position: bottom;
}

#home {
	width: 132px;
	background:url(images/navbtn_home.png) no-repeat;
	background-position:top left;
}

#mission {
	width: 96px;
	background:url(images/navbtn_mission.png) no-repeat;
	background-position:top left;
}


#whatwedo {
	width: 135px;
	background:url(images/navbtn_whatwedo.png) no-repeat;
	background-position:top left;
}

#gallery {
	width: 94px;
	background:url(images/navbtn_gallery.png) no-repeat;
	background-position:top left;
}

#blog {
	width: 67px;
	background:url(images/navbtn_blog.png) no-repeat;
	background-position:top left;
}

#faq {
	width: 74px;
	background:url(images/navbtn_faq.png) no-repeat;
	background-position:top left;
}

#contact {
	width: 96px;
	background:url(images/navbtn_contact.png) no-repeat;
	background-position:top left;
}

#resources {
	width: 135px;
	background:url(images/navbtn_resources.png) no-repeat;
	background-position:top left;
}

#menu .current { /*makes it so that the current page is highlighted in the menu bar*/
	background-position:bottom;
	}


/******END MENU***************/
