html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	color: #000000;
	background: #ffffff;
  font-size: 0.6875em;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #aa0000;
  padding: 0.5em 0;
}
h1 { font-size: 2.72em; line-height: 1.25em; }
h2 { font-size: 2.18em; line-height: 1.25em; }
h3 { font-size: 1.63em; line-height: 1.25em;  }
h4, h5, h6 { font-size: 1em; line-height: 1.25em; }
p {
  margin: 0px 0px 1em 0px;
}
a {
	font-style: normal;
  color: #aa0000;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
	color: #aa0000;
  text-decoration: underline;
}
a.gMaps {
	min-height: 25px;
	font-size: 10px;
}
a.gMaps span {
	display:block;
	float:left;
	width:30px;
	height:28px;
	background:url(../images/sprite.png) -747px -118px no-repeat;
}

.clear { clear: both; }
.clickable { cursor: pointer; }

body {  
  background: #d1e9cd url(../images/backgrounds/leaves.jpg) top center no-repeat;
	background-attachment:fixed;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
  margin: 0px auto;
  width: 978px;
  text-align: left;
	position:relative;
	padding-top:72px;
}
#header h1#logo {
  width: 583px;
  height: 200px;
  background-image: url(../images/sprite.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
  position: absolute;
  top: 0;
  left: -52px;
	text-indent: -1000em;
	overflow:hidden;
	z-index:100;
}

#topslides {
	padding:54px 0;
	position:relative;
	background-image: rgba(163,211,155,0.8) none;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(163,211,155,0.8)), to(rgba(255,255,255,0.8)));
	background-image: -webkit-linear-gradient(top, rgba(163,211,155,0.8), rgba(255,255,255,0.8));
	background-image:    -moz-linear-gradient(top, rgba(163,211,155,0.8), rgba(255,255,255,0.8));
	background-image:     -ms-linear-gradient(top, rgba(163,211,155,0.8), rgba(255,255,255,0.8));
	background-image:      -o-linear-gradient(top, rgba(163,211,155,0.8), rgba(255,255,255,0.8));
	margin-bottom:54px;
}
#topslides .slide {
	padding:0px 54px 0 20px;
}
#topslides .info {
	float:left;
	width:369px;
	padding-top:65px;
	margin-right:30px;
}
#topslides img {
	box-shadow: 5px 5px 5px rgba(0,0,0,.15);
}

#galleries {
	padding: 20px;
	width:602px;
	float:left;
	margin-right:30px;
	margin-bottom:54px;
	background-image: rgba(163,211,155,0.8) none;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.8)), to(rgba(163,211,155,0.8)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
	background-image:    -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
	background-image:     -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
	background-image:      -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
}

.gallery {
	clear:both;
	margin-bottom:20px;
}
.galwrap {
	width:603px;
	position:relative;
	text-align:center;
}
.overlay {
	padding:20px;
	background-color:rgba(0,0,0,0.6);
}
.overlay .galList {
	width:603px;
	height:82px;
	position:relative;
	overflow:hidden;
}
.overlay .image_wrap {
	margin-bottom:20px;
}
.overlay .image_wrap p {
	color:#fff;
}
.overlay .image_wrap img {
	width:auto !important;
	height:auto !important;
	max-width:50%;
}
.overlay .galleryList {
	width:20000em;
	position:absolute;
}
.overlay .galleryList div {
	width:603px;
	float:left;
}
.galleryList a {
	text-decoration:none;
}
.galleryList a.active img {
	border: 1px solid #aa0000;
}
.thumb img {
	width: 54px;
	margin:5px 10px;
}
.coverimg {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:150px;
	height:100px;
	overflow:hidden;
	box-shadow: 5px 5px 5px rgba(0,0,0,.15);
	cursor:pointer;
}
.coverimg img {
	position:relative;
	top:-50px;
}
.gallery h3 {
	padding-top:0;
	cursor:pointer;
}

.sidebar {
	float:right;
	width:266px;
	padding:20px;
	margin-bottom:30px;
	background-image: rgba(163,211,155,0.8) none;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.8)), to(rgba(163,211,155,0.8)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
	background-image:    -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
	background-image:     -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
	background-image:      -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
}

#schedule ul li {
	padding-bottom:15px;
}

#footer {
	clear:both;
	padding:20px;
	background-image: rgba(163,211,155,0.8) none;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.8)), to(rgba(163,211,155,0.8)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
	background-image:    -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
	background-image:     -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
	background-image:      -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(163,211,155,0.8));
}
.disclaimer {
	font-size: 0.81em;
}

#facebook {
	padding:0;
	width:306px;
}

/*-- Scrollable --*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	height:320px;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
.items div {
	float:left;
}
.navi {
	bottom:20px;
	left:0;
	right:0;
	text-align:center;
	clear:both;
}
.scrollable .navi {
	position:absolute;
}
.navi li {
	width:10px;
	height:10px;
	background-image: url(../images/sprite.png);
	background-position: -777px -133px;
	display:inline-block;
	margin:0 5px;
}
.navi li.active {
	background-position: -777px -121px;
}