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

body {
	margin:0px;
	background-color:#97bd70;
	font-family:verdana,arial,sans-serif; 
	font-size:11px;
	overflow:auto;
}

a {
	text-decoration:none;
	color:#333;
}

a:hover {
	text-decoration:none;
	color:#1a78ab;
}

.nemcHeader {
	color:#000;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:32px;
	position:relative;
	width: 500px;
	height: 100px;
	top:-1360px;
	left:50%;
	margin-left: -335px;
	z-index:0;
	
}

.nemcTagLine {
	color:#000;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:14px;
	position:relative;
	width: 550px;
	height: 45px;
	top:-1440px;
	left:50%;
	margin-left: -150px;
	z-index:0;	
	
}

#bkgdImage {
	position: relative;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	z-index:-2;
}


#homePageBkgd {
	position:absolute;
	width:950px;
	top: 10px;
	left: 50%;
	margin-left:-475px;
	z-index:-2;
}

#pageContainer {
	position:absolute;
	width:950px;
	top: 10px;
	left: 50%;
	margin-left:-475px;
	border:#C00
}

#headerImage {
	position:relative;
	width:950px;
	height:188px;
}

#greenFooter {
	width: 950px;
	height: 30px;
	color: 09622d;
}

#slideShow {
	position:relative;
	width: 646px;
	height: 265px;
	top:-453px;
	left:50%;
	margin-left: -476px;
	z-index:0;
}

#accordion {
	position:relative;
	width: 296px;
	height: 473px;
	top:-762px;
	left:50%;
	margin-left: 179px;
	z-index:0;
}

#addthis {
	position:relative;
	width: 75px;
	height: 25px;
	top:-1374px;
	left:50%;
	margin-left: 345px;
	z-index:0;
}

.campDates{
	position:relative;
	width: 300px;
	height: 100px;
	top:-1110px;
	left:50%;
	margin-left: -452px;
	z-index:0;
}

.quickLinks{
	position:relative;
	width: 300px;
	height: 100px;
	top:-1127px;
	left:50%;
	margin-left: -452px;
	z-index:0;
}

.mission{
	position:relative;
	text-align:justify;
	width: 317px;
	height: 225px;
	top:-1315px;
	left:50%;
	margin-left: -172px;
	z-index:0;
}

.upcomingPerformances{
	position:relative;
	text-align:left;
	overflow:auto;
	width: 335px;
	height: 150px;
	top:-1315px;
	left:50%;
	margin-left: -172px;
	z-index:0;
}

.contact{
	position:relative;
	text-align:justify;
	width: 900px;
	height: 225px;
	top:-1310px;
	left:50%;
	margin-left: -390px;
	z-index:0;
}

#navcontainer{ 
	width:600px;
	padding-right:350px;
	margin:-2037 auto;
	z-index:1;
	}
	
#navcontainer ul {
	margin-left:0px;
	padding-left: 0; 
	list-style-type: none; 
	font-family:verdana,arial,sans-serif;
	}

#navcontainer a { 
	display: block;
	padding: 4px;  
	color: #FFFFFF;
	background-color:#15224f;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #999;
	text-align:center; 
	white-space:nowrap;
	}

#navcontainer a:link, #navlist a:visited {
	color: #FFF; 
	text-decoration: none; 
	}

#navcontainer a:hover {
	background-color: #0b88c2; 
	color: #fff; 
	}

