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


/*----------mainNav---------------*/

#mainNav{
	width:510px;
	float: left; 
	position: relative; left: 510px;
	background-color:#4a1a05;
}

#mainNav li{
	padding:5px 10px 0 20px;
	float:left;
	font-size:.9em;
}

#mainNav a{
	padding:0;
	color:#ded3be;
	text-decoration:none;
}

#mainNav a:hover{
/*	color:#858456;*/
	text-decoration:underline;
}

/*-------YOU ARE HERE mainNav-------*/
body#mission a#aboutList,
body#staff a#aboutList,
body#links a#aboutList,
	body#tours a#visitList,
	body#directions a#visitList,	
body#news a#newsList,
	body#volunteer a#joinList,
	body#membership a#joinList,
body#contact a#contactList{
/*	font-weight:bold;*/
	text-decoration:underline;
/*	color:#858456;*/
}

/*-----------subNav----------------*/
#subNav{
	height:45px;
/*	border:solid thin red;
*/}

#subNav li{
	padding:15px 20px;
	font-size:.8em;
	font-weight:bold;
	float:left;
}

#subNav a{
	color:#858456;
	text-decoration:none;
}

#subNav a:hover{
	color:#4a1a05;
	text-decoration:underline;
}

/*-------YOU ARE HERE subNav-------*/
body#mission #subNav a#mission,
body#staff #subNav a#staff,
body#links #subNav a#links,
body#tours #subNav a#tours,
body#events #subNav a#events,
body#directions #subNav a#directions,
body#news #subNav a#news,
body#volunteer #subNav a#volunteer,
body#membership #subNav a#membership{
	text-decoration:underline;
	color:#4a1a05;
}

/*-------------footer----------------*/
#footer li{
	font-size:.8em;
	display:inline;
}

#footer a{
	color:#ded3be;
	padding:0 0 0 .75em;
}

#footer a:hover{
	color:#858456;
}