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

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:#000;
}

h1 {
	margin:13px 0 0 0;
	font-size:18px;
}

p {
	margin:9px 0 0 0;
	padding:0;
}

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

a:hover {
	text-decoration:underline;
}

.active {
	text-decoration:underline;
}

label.error {
	font-size:12px;
	color:#CCCCCC;
	font-weight:bold;
}

#wrapper {
	margin:10px auto 0 auto;
	padding:0;
	width:830px;
}

#header1 {
	position:relative;
	margin:0;
	padding:0;
	width:830px;
	height:145px;
	background:url(../images/logo.png) top left no-repeat;
}

#menu {
	position:absolute;
	bottom:5px;
	right:0px;
	margin:0;
	padding:0;
	width: 400px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	float:right;
	margin:0;
	padding:0;
	font-size:20px;
}

#menu ul li a {
	color:#FFF;
}

#menu .spacer {
	margin:-1px 10px 0 10px;
	padding:0;
	font-weight:bold;
	color:#FFF;
}

#header2 {
	position:relative;
	margin:0;
	padding:0;
	width:805px;
	height:97px;
	background:url(../images/header2.gif) top center no-repeat;	
}

#header2 #calendar {
	position:absolute;
	margin:0;
	padding:0;
	bottom:4px;
	right:32px;
	font-size:22px;
	font-weight:bold;
}

#header2 #directions {
	position:absolute;
	margin:0;
	padding:0;
	bottom:4px;
	right:32px;
	font-size:22px;
	font-weight:bold;
}

#content {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:830px;
	background:url(../images/background.png) top center repeat;
}

#content #text {
	margin:0 auto;
	padding:15px 0 0 0;
	width:780px;
}

#content #text h1 {
}

#content #text p {
	margin:0;
	padding:0;
	line-height:26px;
}

.event {
	margin:0 auto;
	padding:10px 0 15px 0;
	width:751px;
	height:194px;
	background:url(../images/repeater.png) bottom left repeat-x;
}

.event .event-image {
	float:left;
	margin:7px 0 0 0;
	padding:0;
	width:297px;
	height:180px;
	text-align:center;
}

.event .event-text {
	float:right;
	margin:7px 15px 0 0;
	padding:0;
	width:415px;
	height:180px;
}

.event .event-text .date {
	margin:6px 0 0 0;
	font-size:16px;
}

.event .event-text .time {
	margin:6px 0 0 0;
	padding:0 0 8px 0;
	font-size:14px;
	font-weight:bold;
}

.event .event-text p {
	margin:6px 0 8px 0;
	font-size:14px;
	line-height:18px;
}

.event .event-text h1 {
	margin:12px 0 0 0;
	font-size:30px;
	line-height:15px;
}

.event .event-text a {
	text-decoration:underline;
}

.event .event-text h1 a {
	text-decoration:none;
}

.event .event-text h1 a:hover {
	text-decoration:underline;
}

#main-video {
	float:left;
	margin:37px 0 0 22px;
	padding:0;
	width:501px;
	height:284px;
}

#rejoice-with-us {
	float:right;
	margin:0 30px 0 0;
	padding:0;
	width:240px;
	background:url(../images/rejoice-with-us.png) top center no-repeat;
}

#rejoice-text {
	margin:145px 0 0 15px;
	padding:0;
}

#lightbox_bg {
	background: url(../images/lightbox_bg.png) 0 0 repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1005;
}

#newsletter-wrapper {
	margin: 0 auto;
	position: relative;
	width: 525px;
	z-index: 1010;
}

#newsletter-wrapper #harvest {
	margin-left: 0px;
	position: fixed;
	top: 175px;
	width: 525px;
	height:300px;
	z-index: 1010;
	border:5px solid #FFFFFF;
}

#footer {
	position:relative;
	margin:0 0 50px 0;
	padding:0 0 50px 0;
	width:830px;
	height:40px;
	background:url(../images/the-footer.png) center center no-repeat;
}

#footer a {
	color:#E44145;
}

#footer #footer-text {
	position:absolute;
	margin:0;
	padding:0;
	bottom:15px;
	right:13px;
	font-weight:bold;
	color:#E44145;
}

#footer #footer-text .spacer {
	margin:-1px 2px 0 2px;
	padding:0;
	font-weight:bold;
	color:#E44145;
}

