body {
	background-color: #000;
	font-family: Helvetica, Arial, san-serif;
}

#wrapper {
	width: 900px;
	margin: 20px auto;
	padding: 0;
	background-color: #fff;
}

#header {
	margin: 0;
	padding: 0;
	background: #000 url(../images/Top.jpg) 0 0;
	width: 900px;
	height: 120px;
}

#logo {
	background-image: url(../images/Logo.png);
	background-color: transparent;
	width: 900px;
	height: 120px;
}

#content {
	margin: 0;
	width: 850px;
	min-height: 550px;
	padding: 10px 20px;
	background: url(../images/clouds.jpg) no-repeat #fff;
	border: solid 5px #999;
}

#footer {
	height: 30px;
	clear: both;
	text-align: center;
	width: 100%;
	display: block;
	background-color: #999;
	border-bottom: solid 20px #000;
	font-size: .7em;
	line-height: .7em;
}

#featured {
	margin: 0;
	width: 875px;
	border: solid 5px #999;
	background: #ccc;
	overflow: auto;
	padding-left: 15px;
}

#featured #site {
	background-color: #fff;
	width: 650px;
	padding: 25px;
	float: right;
}



/* ----------========== FONTS ==========----------  */

p {
	padding-bottom: 1.5em;
	line-height: 1.2em;
}

a {
	color: #066;
	font-weight: bold;
}

h1 {
	font-size: 2em;
	line-height: 2em;
	text-align: center;
	padding-bottom: 20px;
}

h2 {
	margin-bottom: .5em;
	font-weight: bold;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	width: 60%;
	padding: .3em 0 .2em .5em;
}

#footer p {
	padding: 0;
}

/* ----------========== OTHER ==========----------  */

.right {
	float: right;
	padding: 0 0 1em 25px;
}

.center {
	margin: 0 auto;
	text-align: center;
}

#footer a {
	color: #000;
	text-decoration: underline;
	clear: both;
}

#subBox {
	float: right; 
	border: solid 2px #ea9a32; 
	font-size: 12px; 
	width: 280px; 
	padding: 4px; 
	margin: 1.2em; 
	background-color: #fef4e7;
}
#subBox p {
	margin-left: 0
}

table {
	border-collapse: collapse;
}


/* ----------========== NAVIGATION ==========----------  */

#nav-container { 
	width: 888px; 
	height: 30px; 
	margin: 0;
	padding: 0 6px;
	border-top: solid 5px #000; 
	border-bottom: solid 5px #000; 
	position: relative; 
	z-index: 9998;
	background: url(../images/nav-bg.png);
}

#nav { list-style: none; }

#nav li { float: left; }

#nav a * { display: none; }

#nav a, 
#nav a .hover { 
	height: 30px;
	position: relative;
	display: block;
	background: url(../images/nav.png) 0 0 no-repeat;
	width: 116px;
}

/* ----- HOME 0 ----- */
#nav a.home { 
	background-position: 0 0; 
}
#nav .highlight a.home:hover, 
#nav a.home .hover { 
	background-position: 0 -30px; 
}
#content a {text-decoration: underline;}
.event {
	display: block; 
	position: relative; 
	width: 850px; 
	clear: both; 
	padding-top: 1em;
}
.event-date {
	display: block;
	background-color: #028589; 
	width: 48px; 
	height: 48px; 
	margin-right: 1em; 
	padding: 4px;
	position: absolute;
}
.event-month {
	color: white;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	vertical-align: 12px;
}
.event-day {
	color: white;
	font: bold 40px/40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: 40px;
}
.event p {
	padding-left: 65px;
}

/* ----- LOCATION 116 ----- */
#nav a.location { 
	background-position: -116px 0; 
}
#nav .highlight a.location:hover, 
#nav a.location .hover { 
	background-position: -116px -30px; 
}
/* ----- HISTORY 232 ----- */
#nav a.history { 
	background-position: -232px 0; 
}
#nav .highlight a.history:hover,
#nav a.history .hover { 
	background-position: -232px -30px; 
}
/* ----- FEATURED 348 ----- */
#nav a.featured { 
	background-position: -348px 0; 
	width: 192px; 
}
#nav .highlight a.featured:hover,
#nav a.featured .hover {
	background-position: -348px -30px; 
	width: 192px;
}
/* ----- BUSINESSES 540 ----- */
#nav a.businesses { 
	background-position: -540px 0; 
}
#nav .highlight a.businesses:hover,
#nav a.businesses .hover { 
	background-position: -540px -30px; 
}
/* ----- VOLUNTEER 656 ----- */
#nav a.volunteer { 
	background-position: -656px 0; 
}
#nav .highlight a.volunteer:hover,
#nav a.volunteer .hover { 
	background-position: -656px -30px; 
}
/* ----- LINKS 772 ----- */
#nav a.links { 
	background-position: -772px 0; 
}
#nav .highlight a.links:hover,
#nav a.links .hover { 
	background-position: -772px -30px; 
}




