@charset "UTF-8";

@import url("reset.css");

/* Global
---------------------------------------------------*/

body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.618em;
	color: #6e6e6e;
	background: url(/css/layout/bodybg.jpg);
}
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

/* Accessability Warnings
---------------------------------------------------*/

div.warning-box {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/css/layout/warningboxbg.png);
	color: #fff;
	border-bottom: 1px solid #000;
	z-index: 9999;
}
div.warning-box p {
	margin: 2% 2% 2% 1%;
	float: right;
	width: 67%;
}
div.warning-box h1 {
	font-size: 1.618em;
	padding: 2% 1% 2% 2%;
	float: left;
	width: 27%;
	text-align: right;
}
div.warning-box strong {
	font-weight: bold;
}
div.warning-box a, div.warning-box a:visited {
	text-decoration: none;
	color: #fff;
	font-style: italic;
	border-bottom: 1px dotted;
}
div.warning-box a:hover, div.warning-box a:active {
	border-bottom: solid;
}

/* Header
---------------------------------------------------*/

#headercontainer {
	width: 100%;
	background: url(/css/layout/headercontainerbg.png) repeat-x;
	height: 143px;
}
#header {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 143px;
}
#header h1 {
	text-indent: -9999px;
	background: url(/css/layout/header-h1bg.png);
	width: 288px;
	position: absolute;
	left: -15px;
	z-index: 100;
}
#header h1 a, #header h1 a:visited {
	display: block;
	height: 221px;
}

/* Navigation - Top Level */

#nav {
	text-transform: lowercase;
	margin: 0 0 0 250px;
	padding: 86px 0 0 0;
}
#nav li {
	float: left;
	position: relative;
}
#nav li.first {
	border-left: 1px solid #837c51;
}
#nav li.last {
	border-right: 1px solid #4e4b24;
}
#nav li a, #nav li a:visited {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	line-height: 56px;
	height: 56px;
	padding: 0 10px;
	display: block;
	text-shadow: -1px -1px #4e4b24;
	border-left: 1px solid #4e4b24;
	border-right: 1px solid #837c51;
	position: relative;
}
#nav li:hover a {
	background: url(/css/layout/nav-lia-hoverbg.png) repeat-x;
}
#nav li.last ul {
	left: -118px;
}

/* Navigation - Drop Downs */

#nav ul {
	border-left: none;
	border-right: none;
	position: absolute;
	z-index: 300;
	width: 195px;
	display: none;
	font-size: 11px;
}

/* Drop Down Level 1 */

#nav li li {
	float: none;
	border: none;
	background: #a16b1d;
	padding: 0;
	position: relative;
}
#nav li:hover li a {
	background: none;
}
#nav li li.last {
	border: none;
}
#nav li li.bottomcorners {
	width: 195px;
	height: 7px;
	background: url(/css/layout/nav-lilastbg.png);
}
#nav li li a, #nav li li a:visited {
	font-size: 1em;
	font-weight: bold;
	line-height: inherit;
	text-shadow: none;
	border: none;
	height: 26px;
	line-height: 26px;
}
#nav li li:hover a, #nav li li:hover a:visited {
	background: #815517;
}

/* Drop Down Level 1 */

#nav ul ul {
	left: 100%;
	top: -7px;
}
#nav li li:hover li a, #nav li li:hover li a:visited {
	background: #a16b1d;
}
#nav li li:hover li a:hover, #nav li li:hover li a:active {
	background: #815517;
}
#nav li li li.topcorners {
	width: 195px;
	height: 7px;
	background: url(/css/layout/nav-lilfirstbg.png);
}

/* Content
---------------------------------------------------*/

#contentcontainer {
	width: 100%;
	background: url(/css/layout/contentcontainerbg.gif) repeat-x #f2f1de;
	padding: 10px 0;
}
#content {
	width: 980px;
	margin: 0 auto;
}
div.section {
	background: #fff;
	position: relative;
}
div.main {
	width: 700px;
	float: right;
	margin: 0 20px 0 0;
	padding: 20px 0 10px 0;
}
div.sub {
	width: 220px;
	float: left;
	margin: 0 0 0 20px;
	padding: 60px 10px 0 0;
}
div.sectionshadow {
	width: 980px;
	height: 10px;
}
div.top {
	background: url(/css/layout/sectionshadow-topbg.png);
}
div.bottom {
	background: url(/css/layout/sectionshadow-bottombg.png);
}

/* Homepage
---------------------------------------------------*/

/* Quick Links */

#quicklinks {
	width: 220px;
	margin: 54px 0 0 20px;
	float: left;
}
#quicklinks li {
	height: 88px;
	width: 222px;;
	margin: 0 0 18px 0;
	text-indent: -9999px;
}
#quicklinks li a, #quicklinks li a:visited {
	height: 88px;
	display: block;
}
a.tour, a.tour:visited {
	background: url(/css/layout/quicklinks-a-tourbg.jpg) no-repeat;
}
a.times, a.times:visited {
	background: url(/css/layout/quicklinks-a-timesbg.jpg) no-repeat;
}
a.about, a.about:visited {
	background: url(/css/layout/quicklinks-a-aboutbg.jpg) no-repeat;
}

/* Event Images */

#eventsplash {
	width: 700px;
	height: 333px;
	overflow: hidden;
	float: right;
	margin: 20px 20px 0 0;
	position: relative;
	background: #000;
}
#eventsplashnav {
	position: absolute;
	z-index: 200;
	width: 700px;
	height: 62px;
	bottom: -42px;
	background: url(/css/layout/eventsplashbg.png);
}
#eventsplashnav p {
	text-align: center;
	color: #fff;
	text-transform: lowercase;
	font-size: 10px;
	position: absolute;
	height: 20px;
	width: 700px;
	line-height: 20px;
}
#eventsplashimages #prevnext {
	position: relative;
	width: 700px;
}
#eventsplash #prevnext li {
	width: 50%;
	float: left;
}
#eventsplash #prevnext a.next, #eventsplash #prevnext a.next:visited {
	display: block;
	width: 56px;
	height: 22px;
	padding: 0 0 0 6px;
	background-image: url(/css/layout/eventsplash-nextbg.png);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	line-height: 22px;
	float: right;
	margin: 20px 20px 0 0;
}
#eventsplash #prevnext a.next:hover {
	background-position: 0 -22px;
}
#eventsplash #prevnext a.next:active {
	background-position: 0 -44px;
	text-shadow: -1px -1px #000;
}
#eventsplash #prevnext a.prev, #eventsplash #prevnext a.prev:visited {
	display: block;
	width: 46px;
	height: 22px;
	padding: 0 0 0 16px;
	margin: 20px 0 0 20px;
	background-image: url(/css/layout/eventsplash-prevbg.png);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	line-height: 22px;
}
#eventsplash #prevnext a.prev:hover {
	background-position: 0 -22px;
}
#eventsplash #prevnext a.prev:active {
	background-position: 0 -44px;
	text-shadow: -1px -1px #000;
}
#eventsplash #circles {
	width: 470px;
	margin: 0 0 0 80px;
	padding: 0 35px;
	top: 20px;
	position: absolute;
}
#eventsplash #circles li {
	float: left;
	margin: 0 35px;
}
#eventsplash #circles a, #eventsplash #circles a:visited {
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background-image: url(/css/layout/eventsplash-circlesbg.png);
}
#eventsplash #circles a:hover {
	background-position: 0 -22px;
}
#eventsplash #circles a:active {
	background-position: 0 -44px;
}
#eventsplash #circles a.current {
	background-position: 0 -22px;
}
#eventsplash #eventsplashimages li {
	display: none;
	position: relative;
}
#eventsplash #eventsplashimages li span.overlay {
	position: absolute;
	width: 700px;
	height: 333px;
	background: url(/css/layout/eventsplash-overlaybg.png);
	z-index: 100;
	display: block;
}
/* Information Tabs - Navigation */

#infosplashnav {
	background: url(/css/layout/infosplashnavbg.png);
	height: 56px;
	padding: 10px 0 0 0;
	top: -10px;
	position: absolute;
	z-index: 100;
}
#infosplashnav.news {
}
#infosplashnav.communitylife {
	background-position: 0 -66px;
}
#infosplashnav.youth {
	background-position: 0 -132px;
}
#infosplashnav li {
	float: left;
}
#infosplashnav a, #infosplashnav a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	text-shadow: -1px -1px #462a0a;
	text-transform: lowercase;
	font-size: 2.618em;
	height: 56px;
	line-height: 56px;
}
#infosplashnav a.current, #infosplashnav a.current:visited {
	color: #462a0a;
	text-shadow: none;
	line-height: 45px;
}
#infosplashnav a.news, #infosplashnav a.news:visited {
	width: 300px;
	padding: 0 0 0 30px;
}
#infosplashnav a.communitylife, #infosplashnav a.communitylife:visited {
	width: 300px;
	padding: 0 0 0 20px;
}
#infosplashnav a.youth, #infosplashnav a.youth:visited {
	width: 310px;
	padding: 0 0 0 20px;
}

/* Information Tabs - The Tabs */

#infosplashtabs {
	position:relative;
	overflow:hidden;
	clear:both;
	width: 960px;
	height: 270px;
	padding: 56px 0 0 0;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
}
#items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#news, #communitylife, #youth {
	float: left;
	width: 960px;
	height: 270px;
	display: block;
}
#infosplashtabs h3 {
	background: url(/css/layout/headingshadow.png) no-repeat bottom center;
	height: 50px;
	line-height: 50px;
	width: 300px;
	font-size: 1.618em;
	font-weight: bold;
	color: #462a0a;
	margin: 0 10px 1em 10px;
}
#infosplashtabs h4 {
	font-size: 1.618em;
	color: #adbe71;
	margin: 0 10px;
}
#infosplashtabs p {
	margin: 0 10px 1em 10px;
}
#infosplashtabs a, #infosplashtabs a:visited {
	text-decoration: none;
	color: #adbe71;
}
#infosplashtabs a:hover {
	color: #000;
}
#infosplashtabs a:active {
	outline: 0;
	color: #000;
	position: relative;
	top: 1px;
}
#news div {
	width: 300px;
	margin: 0 10px;
	float: left;
}
#communitylife div {
	width: 300px;
	margin: 0 10px;
	float: left;
}
#communitylife a.imgspan, #communitylife a.imgspan:visited {
	display: block;
	position: relative;
	width: 300px;
	height: 119px;
	margin: 0 0 1em 0;
}
#communitylife a.imgspan span {
	position: absolute;
	display: block;
	width: 300px;
	height: 119px;
	background: url(/css/layout/communitylify-imgspan-spanbg.png);
}
#youth div {
	width: 220px;
	margin: 0 10px;
	float: left;
}
#youth a.imgspan, #youth a.imgspan:visited {
	display: block;
	position: relative;
	width: 220px;
	height: 119px;
	margin: 0 0 1em 0;
}
#youth a.imgspan span {
	position: absolute;
	display: block;
	width: 220px;
	height: 119px;
	background: url(/css/layout/youth-imgspan-spanbg.png);
}

/* Interior Page
---------------------------------------------------*/

#splash {
	position: relative;
	width: 700px;
	height: 333px;
	margin: 0 0 1em 0;
}
#splash #overlay {
	position: absolute;
	width: 700px;
	height: 333px;
	background: url(/css/layout/eventsplash-overlaybg.png);
	z-index: 100;
}
#splash img {
	-webkit-border-radius: none;
	-moz-border-radius: none;
	background: #fff;
	padding: 0;
	border: none;
}
#splash h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 4em;
	color: #fff;
	height: 85px;
	line-height: 85px;
	padding: 0 20px;
	width: 660px;
	background: url(/css/layout/mainh2bg.png) repeat-x;
	text-shadow: -1px -1px #462a0a;
}
div.main h2 {
	font-size: 4em;
	color: #462a0a;
	padding: 0 20px .681em 20px;
	line-height: 1.1em;
	background: url(/css/layout/dropshadow.gif) no-repeat bottom left;
}
div.main h3 {
	font-size: 2.618em;
	color: #462a0a;
	padding: 0 20px 1em 20px;
	line-height: 1.1em;
	margin: 0 0 0 0;
	background: url(/css/layout/dropshadow.gif) no-repeat bottom left;
}
div.main h4 {
	font-size: 1.618em;
	color: #96ab74;
	margin: 0 20px .381em 20px;
}
div.main p, div.main ul, div.main ol {
	margin: 0 20px 1em 20px;
}
div.main ol li {
	list-style: decimal outside;
}
div.main ul li {
	list-style: disc outside;
}
div.main strong {
	font-weight: bold;
}
div.main em {
	font-style: italic;
}
div.main blockquote {
	border: 1px dotted #efefef;
	padding: 1em;
	margin: 0 20px 1em 20px;
	font-style: italic;
}
div.main a, div.main a:visited {
	text-decoration: none;
	color: #adbe71;
}
div.main a:hover {
	color: #000;
}
div.main a:active {
	outline: 0;
	color: #000;
	position: relative;
	top: 1px;
}
div.main img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #fff;
	padding: 2px;
	border: 1px solid #6e6e6e;
}
div.item {
	padding: 0 0 15px 0;
	background: url(/css/layout/dropshadow.gif) no-repeat bottom left;
}
div.main div.video {
	margin: 0 20px 1em 20px;
	background: #000;
	width: 640px;
	height: 400px;
}
div.main table.downloads {
	margin: 0 10px 1em 10px;
	width: 96%;
}
div.main table.downloads th {
	padding: 10px;
	font-size: 1.618em;
	text-transform: lowercase;
	color: #96ab74;
}
div.main table.downloads tr.even {
	background: #fff;
}
div.main table.downloads tr.odd {
	background: #ecf4df;
}
div.main table.downloads td {
	padding: 10px;
	border: none;
}
div.main div#map {
	height: 400px;
	width: 660px;
	margin: 0 20px 1em 20px;
}
div.main div#map img {
	background: transparent;
}
div.main img.bodyimage {
	float: right;
	margin: 0 20px 1em 20px;
}
div.main img.footerimage {
	margin: 0 20px 1em 20px;
	border: none;
}
div.main a.button, div.main a.button:visited {
	background-image: url(/css/layout/calendar-nextmonthbg.png);
	padding: 0 10px 0 10px;
	width: 87px;
	display: block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
div.main a.button:hover {
	background-position: 0 -22px;
}
div.main a.button:active {
	background-position: 0 -44px;
	text-shadow: -1px -1px #000;
}

div.main div.body {
	float: left;
	width: 338px;
}
div.main div.maps {
	margin: 0 20px 1em 20px;
}
div.main table {
	margin: 0 10px 1em 10px;
	width: 96%;
}
div.main table th {
	padding: 10px;
	font-size: 1.618em;
	text-transform: lowercase;
	color: #96ab74;
}
div.main table tr td {
	vertical-align: middle;
	border-bottom: 1px solid #efefef;
}
div.main table tr.even {
	background: #fff;
}
div.main table tr.odd {
	background: #ecf4df;
}
div.main table td {
	padding: 10px;
}

/* Contact Forms
---------------------------------------------------*/

div.main form {
	float: right;
	width: 338px;
}
div.main form ol {
	margin: 0;
}
div.main form ol li {
	list-style: none;
	margin: 0 0 1em 0;
}
div.main form fieldset {
	width: 302px;
	padding: 18px;
	border: 1px solid #efefef;
	margin: 0 0 1em 0;
}
div.main form fieldset.left {
	float: left;
}
div.main form fieldset.right {
	float: right;
}
div.main form legend {
	font-size: 1.618em;
	text-transform: lowercase;
	color: #96ab74;
	margin: 0 0 .381em 0;
}
div.main form fieldset label {
	margin: 0 0 .618em 0;
	display: block;
}
div.main form fieldset input {
	display: block;
	width: 286px;
	height: 16px;
	margin: 0 0 .381em 0;
	border: none;
	padding: 8px;
	background-image: url(/css/layout/divmain-inputbg.png);
}
div.main form fieldset input:hover {
	background-position: 0 -32px;
}
div.main form fieldset input:focus {
	background-position: 0 -32px;
}
div.main form input.checkbox {
	float: left;
	width: inherit;
	margin: 0 10px 0 0;
}
div.main form li.city {
	float: left;
	margin: 0 9px 0 0;
}
div.main form li.city input {
	width: 126px;
	background-image: url(/css/layout/divmain-licity-inputbg.png);
}
div.main form li.state {
	float: left;
	margin: 0 9px 0 0;
}
div.main form li.state input  {
	width: 23px;
	background-image: url(/css/layout/divmain-listate-inputbg.png);
}
div.main form li.zip {
	float: left;
}
div.main form li.zip input  {
	width: 65px;
	background-image: url(/css/layout/divmain-lizip-inputbg.png);
}
div.main form li.captcha img {
	float: left;
}
div.main form li.captcha input {
	width: 125px;
	float: right;
	background-image: url(/css/layout/divmain-licaptcha-inputbg.png);
}
div.main textarea {
	background: url(/css/layout/divmain-textareabg.png);
	width: 286px;
	height: 182px;
	padding: 8px;
	border: none;
}
div.main input.submit {
	display: block;
	width: 302px;
	height: 33px;
	padding: 0 1 0 0;
	margin: 20px auto 10px auto;
	border: 0;
	background-image: url(/css/layout/divmain-input-submitbg.png);
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	line-height: 22px;
}
div.main input.submit:hover {
	background-position: 0 -33px;
	cursor: pointer;
}
div.main input.submit:active {
	background-position: 0 -66px;
	text-shadow: -1px -1px #000;
}

/* Mini Gallery
---------------------------------------------------*/

#minigallery {
	margin: 0 0 0 17px;
}

#minigallery li {
	float: left;
	list-style: none;
	margin: 0 5px 1px 0;
}
#gallerypopup {
	display: none;
	z-index: 10000;
	background-color:#6a7348;
	border:1px solid #677650;
	width: 600px;
	min-height: 400px;
}
#gallerypopup a#prev.disabled, #gallerypopup a#next.disabled {
	left: -9999px;
}
#gallerypopup #next, #gallerypopup #prev { 
    position:absolute; 
    top:40%;
    color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	height: 22px;
	line-height: 22px;
	display: block;
}
#gallerypopup #next:hover, #gallerypopup #prev:hover {
	cursor: pointer;
	background-position: 0 -22px;
}
#gallerypopup #next:active, #gallerypopup #prev:active {
	background-position: 0 -44px;
	text-shadow: -1px -1px #000;
}
#gallerypopup #prev {
	left: 10px;
	background-image: url(/css/layout/eventsplash-prevbg.png);
	width: 46px;
	padding: 0 0 0 16px;

}
#gallerypopup #next {
	right: 10px;
	background-image: url(/css/layout/eventsplash-nextbg.png);
	width: 56px;
	padding: 0 0 0 6px;

} 
#gallerypopup .progress {
    position:absolute; 
    top:45%; 
    left:46%; 
    display:none; 
} 
#gallerypopup .close  {
	background-image:url(/css/layout/closebg.png);
	position:absolute;
	right:-11px;
	top:-11px;
	cursor:pointer;
	height:22px;
	width:22px;
}
#gallerypopup .close:hover {
	background-position: 0 -22px;
}
#gallerypopup .close:active {
	background-position: 0 -44px;
}
#gallerypopup .info {
	background: url(/css/layout/eventsplashbg.png) center top;
	bottom: 0;
	padding: 10px;
	position: absolute;
	text-shadow: 1px 1px #000;
	color: #fff;
}
#gallerypopup .info span {
	display: block;
}

/* Calendar
---------------------------------------------------*/

#calendar {
	width: 98%;
	margin: 0 10px 1em 10px;
}

/* Current Month, Next Prev Month Links */

#calendar thead td {
	text-align: center;
	padding: 40px 10px 15px 10px;
	height: 1.618em;
	line-height: 1.618em;
}
#calendar thead td h2 {
	font-size: 4.272em;
	color: #462a0a;
	line-height: 85px;
	padding: 0 0 10px 0;
	background: url(/css/layout/dropshadow.gif) no-repeat bottom center;
}

/* Prev Next Links */

#calendar thead a.navlink, #calendar thead a.navlink:visited {
	width: 97px;
	display: block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
#calendar thead a.nextmonth, #calendar thead a.nextmonth:visited {
	background-image: url(/css/layout/calendar-nextmonthbg.png);
	padding: 0 10px 0 0;
}
#calendar thead a.nextmonth:hover {
	background-position: 0 -22px;
}
#calendar thead a.nextmonth:active {
	background-position: 0 -44px;
	text-shadow: -1px -1px #000;
}
#calendar thead a.prevmonth, #calendar thead a.prevmonth:visited {
	background-image: url(/css/layout/calendar-prevmonthbg.png);
	padding: 0 0 0 10px;
}
#calendar thead a.prevmonth:hover {
	background-position: 0 -22px;
}
#calendar thead a.prevmonth:active {
	background-position: 0 -44px;
	text-shadow: -1px -1px #000;
}
/* Weekday Names */

#calendar thead th {
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: url(/css/layout/calendar-thead-thbg.gif) repeat-x;
	text-align: center;
	border-left: 1px solid #ae7421;
	border-top: 1px solid #ae7421;
	border-right: 1px solid #805416;
	border-bottom: 1px solid #805416;
	text-shadow: -1px -1px #805416;
}

/* Standard Styles */

#calendar tbody td {
	width: 14.28%;
	height: 120px;
	padding: 10px;
}
#calendar td span.daynumber {
	font-size: 1.618em;
	text-transform: lowercase;
}

/* Next Prev Months (dim) */

#calendar tbody td.calendarBlank {
	background: #bdbca6;
	border-left: 1px solid #c9c8b0;
	border-top: 1px solid #c9c8b0;
	border-right: 1px solid #b3b29c;
	border-bottom: 1px solid #b3b29c;
}
#calendar tbody td.calendarBlank span.daynumber {
	color: #c9c8b0;
	text-shadow: -1px -1px #b3b29c;
}

/* This Month (bright) */

#calendar tbody td.calendarCell {
	background: url(/css/layout/calendar-calendarCellbg.gif) repeat-x bottom #e3e2ca;
	border-left: 1px solid #e7e6d0;
	border-top: 1px solid #e7e6d0;
	border-right: 1px solid #d8d7ba;
	border-bottom: 1px solid #d8d7ba;
}
#calendar tbody td.calendarCell:hover {
	border: 1px solid #fff;
}
#calendar tbody td.calendarCell span.daynumber {
	color: #fff;
	display: block;
	padding: 0 0 10px 0;
	text-shadow: -1px -1px #d8d7ba;
}
#calendar tbody td.calendarCell span.hasentries {
	border-bottom: 1px dotted #545431;
}
#calendar tbody td.calendarCell a, #calendar tbody td.calendarCell a:visited {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 2px;
	border-bottom: 1px dotted #545431;
}
#calendar tbody td.calendarCell a:hover, #calendar tbody td.calendarCell a:active {
	background: #fff;
}
#calendar tbody td.calendarCell a span {
	display: block;
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	color: #545431;
}

/* Current Day */

#calendar tbody td.calendarToday {
	background: url(/css/layout/calendar-calendarTodaybg.gif) repeat-x bottom #8a8967;
	border-left: 1px solid #8a8967;
	border-top: 1px solid #8a8967;
	border-right: 1px solid #6b6a4e;
	border-bottom: 1px solid #6b6a4e;
}
#calendar tbody td.calendarToday:hover {
	border: 1px solid #000;
}
#calendar tbody td.calendarToday a, #calendar tbody td.calendarToday a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 2px;
	border-bottom: 1px dotted #fff;
}
#calendar tbody td.calendarToday a:hover, #calendar tbody td.calendarToday a:active {
	background: #000;
}
#calendar tbody td.calendarToday a span {
	display: block;
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	color: #efefef;
}
#calendar tbody td.calendarToday span.daynumber {
	color: #fff;
	display: block;
	padding: 0 0 10px 0;
	text-shadow: -1px -1px #535331;
}
#calendar tbody td.calendarToday span.hasentries {
	border-bottom: 1px dotted #fff;
}

/* Events Listings
---------------------------------------------------*/

div.entry h3 {
	padding-bottom: .681em;
	background-image: none;
	text-transform: none;
}
div.entry div.event_description {
	width: 340px;
	float: left;
}
div.entry div.event_info {
	width: 340px;
	float: right;
}

/* Events Photo Gallery
---------------------------------------------------*/
ul.gallerypaginate {
	width: 960px;
	position: relative;
	height: 35px;
}
ul.gallerypaginate a { 
    position:absolute; 
    color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	height: 22px;
	line-height: 22px;
	display: block;
	top: 15px;
}
ul.gallerypaginate a:hover {
	cursor: pointer;
	background-position: 0 -22px;
}
ul.gallerypaginate a:active {
	background-position: 0 -44px;
	text-shadow: -1px -1px #000;
}
ul.gallerypaginate a.prev {
	right: 176px;
	background-image: url(/css/layout/eventsplash-prevbg.png);
	width: 46px;
	padding: 0 0 0 16px;
}
ul.gallerypaginate a.back {
	background-image: url(/css/layout/gallerypaginate-backbg.png);
	width: 106px;
	right: 66px;
	text-align: center;
}
ul.gallerypaginate a.next {
	right: 0;
	background-image: url(/css/layout/eventsplash-nextbg.png);
	width: 46px;
	padding: 0 0 0 16px;
} 
#eventsgallery {
	width: 100%;
	padding: 15px 10px 10px 10px;
}
#content table.galleryhome {
	padding-top: 60px;
}
#eventsgallery thead th {
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: url(/css/layout/calendar-thead-thbg.gif) repeat-x;
	text-align: center;
	border-left: 1px solid #ae7421;
	border-top: 1px solid #ae7421;
	border-right: 1px solid #805416;
	border-bottom: 1px solid #805416;
	text-shadow: -1px -1px #805416;
}
#eventsgallery thead a, #eventsgallery thead a:visited {
	color: #fff;
}
#eventsgallery tbody td {
	background: url(/css/layout/calendar-calendarCellbg.gif) #e3e2ca bottom repeat-x;
	border-left: 1px solid #e7e6d0;
	border-top: 1px solid #e7e6d0;
	border-right: 1px solid #d8d7ba;
	border-bottom: 1px solid #d8d7ba;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
#eventsgallery tbody a, #eventsgallery tbody a:visited {
	color: #545431;
	text-transform: uppercase;
	font-weight: bold;
}
#eventsgallery tbody.multipleentries td {
	width: 14.28%;
}

/* Media
---------------------------------------------------*/
#media #tabs {
	margin: 0 20px;
}
#media #tabs li {
	list-style: none;
	float: left;
}
#media #tabs li a, #media #tabs li a:visited {
	background: #815416;
	padding: 10px;
	margin: 0 1px 0 0;
	color: #fff;
	display: block;
	text-shadow: -1px -1px #815416;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
#media #tabs li:hover {
	cursor: pointer;
}
#media #tabs li a.current, #media #tabs li a.visited  {
	background: #af7421;
}
#media #panes li {
	list-style: none;
	width: 640px;
	padding: 10px;
	background: #af7421;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	color: #fff;
}
div.main ul.pagination li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
}
div.main ul.pagination li a, div.main ul.pagination li a:visited {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	display: block;
	background: #96ab74;
	padding: 2px 5px;
	color: #fff;
}
div.main ul.pagination li a:hover, div.main ul pagination li a:active {
	background: #6f8350;
}
div.main ul.pagination li.here a, div.main ul.pagination li.here a:visited {
	color: #6e6e6e;
	background: #fff;
}

/* Services & Media
---------------------------------------------------*/

#filter_media {
	background: #000;
	margin: 0 20px;
}
div.entry {
	padding: 1em 0 2em 0;
	background: url(/css/layout/dropshadow.gif) no-repeat bottom left;
}
div.entry h4 span {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px;
}
div.entry div.media_description {
	width: 340px;
	float: left;
}
div.entry div.media_included {
	width: 340px;
	float: right;
}
div.entry div.media_included h4 {
	margin-left: 0;
}
div.entry div.media_included ul {
	margin: 0;
}
div.entry div.media_included ul li {
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
	background: left center no-repeat;
}
div.entry div.media_included ul li.video {
	background-image: url(/css/layout/video.png);
}
div.entry div.media_included ul li.audio {
	background-image: url(/css/layout/audio.png);
}

/* Staff
---------------------------------------------------*/

div.entry img.pastoralphoto {
	float: left;
	margin: 0 0 0 20px;
}
div.entry div.pastoralbio {
	float: right;
	width: 550px;
}
div.entry img.departmentalphoto {
	margin: 0 0 0 20px;
	float: left;
}
div.entry div.departmentalbio {
	width: 390px;
	float: right
}
/* Sidebar
---------------------------------------------------*/

div.sub p {
	margin: 0 10px 1em 10px;
	font-size: 11px;
}
div.sub h3 {
	font-size: 1.618em;
	text-transform: lowercase;
	color: #96ab74;
	margin: 0 10px .381em 10px;
}
div.sub a, div.main a:visited {
	text-decoration: none;
	color: #adbe71;
}
div.sub a:hover {
	color: #000;
}
div.sub a:active {
	outline: 0;
	color: #000;
	position: relative;
	top: 1px;
}

/* Sub Nav */

div.sub ul {
	margin: 0 5px;
}
div.sub ul li {
	border-top: 1px dotted #efefef;
}
div.sub ul a, div.sub ul a:visited {
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	padding: 5px;
	color: #462a0a;
}
div.sub ul li li a, div.sub ul li li a:visited {
	color: #96ab74;
	border-top: none;
	font-size: 10px;
}
div.sub ul li li a:hover, div.sub ul li li a:active {
		background: #96ab74;
	color: #fff;
}
div.sub ul li.here a, div.sub ul li.here a:visited{
	font-weight: bold;
}
div.sub ul a:hover, div.sub ul a:active {
	background: #96ab74;
	color: #fff;
}
div.sub ul ul {
	margin: 0;
}
/* Forms */

div.sub form {
	margin: 0 10px 1em 10px;
}

div.sub form li {
	margin: 0 0 10px 0;
}
div.sub fieldset input {
	display: block;
	width: 184px;
	height: 16px;
	margin: 0 0 .381em 0;
	border: none;
	padding: 8px;
	background-image: url(/css/layout/divsub-inputbg.png);
}
div.sub fieldset input:hover {
	background-position: 0 -32px;
}
div.sub fieldset input:focus {
	background-position: 0 -32px;
}
div.sub select {
	width: 200px;
	height: 32px;
	line-height: 32px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #efefef;
}
div.sub select:hover {
	border: 1px solid #666239;
}
div.sub input.submit {
	display: block;
	width: 62px;
	height: 22px;
	padding: 0 5px 0 0;
	border: 0;
	background-image: url(/css/layout/eventsplash-nextbg.png);
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	line-height: 22px;
}
div.sub input.submit:hover {
	background-position: 0 -22px;
	cursor: pointer;
}
div.sub input.submit:active {
	background-position: 0 -44px;
	text-shadow: -1px -1px #000;
}

/* Online Giving
---------------------------------------------------*/

input.onlinegiving {
	display: block;
	width: 302px;
	height: 33px;
	padding: 0 1 0 0;
	border: 0;
	background-image: url(/css/layout/divmain-input-submitbg.png);
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	line-height: 22px;
}
input.onlinegiving:hover {
	background-position: 0 -33px;
	cursor: pointer;
}
input.onlinegiving:active {
	background-position: 0 -66px;
	text-shadow: -1px -1px #000;
}

/* Events Index
---------------------------------------------------*/

table.index {
	margin: 0 10px 1em 10px;
	width: 96%;
}
table.index th {
	padding: 10px;
	font-size: 1.618em;
	text-transform: lowercase;
	color: #96ab74;
}
table.index tr td {
	vertical-align: middle;
}
table.index tr.even {
	background: #fff;
}
table.index tr.odd {
	background: #ecf4df;
}
table.index td {
	padding: 10px;
}


/* Sitemap
---------------------------------------------------*/
div.main #sitemap, div.main #sitemap ul {
	margin: 1em 0 0 0;
}
#sitemap li {
	list-style: none;
	font-size: 1.6em;
	float: left;
	width: 133px;
	margin: 0 20px 0 0;
	padding: 10px;
	border: 1px solid #efefef;
}
div.main #sitemap ul, div.main #sitemap ul ul {
	margin: 10px 0 0 0;;
}
#sitemap li li {
	font-size: .6em;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
}
#sitemap li li a, #sitemap li li a:visited {
	color: #462a0a;

}
#sitemap li li li {
	list-style: none;
	font-size: .9em;
	margin: 0;
}
#sitemap li li li a, #sitemap li li li a:visited {
	color: #96ab74;
}

/* Footer
---------------------------------------------------*/

#footercontainer {
	width: 100%;
	background: url(/css/layout/footercontainerbg.png) repeat-x;
	height: 142px;
}
#footer {
	width: 980px;
	margin: 0 auto;
	height: 142px;
	position: relative;
	font-size: 11px;
}
#footer ul {
	text-transform: lowercase;
	border-right: 1px solid #4e4b24;
	border-left: 1px solid #837c51;
	height: 34px;
	position: absolute;
	top: 1px;
}
#footer ul li {
	float: left;
	border-left: 1px solid #4e4b24;
	border-right: 1px solid #837c51;
}
#footer ul li a, #footer ul li a:visited {
	color: #fff;
	text-decoration: none;
	line-height: 34px;
	padding: 0 12px;
	display: block;
	text-shadow: -1px -1px #4e4b24;
}
#footer ul li a:hover, #footer ul li a:active {
	background: url(/css/layout/nav-lia-hoverbg.png) top repeat-x;
}
#footer li.copyright {
	color: #fff;
	text-decoration: none;
	line-height: 34px;
	padding: 0 12px;
	display: block;
	text-shadow: -1px -1px #4e4b24;
}
#search {
	height: 28px;
	padding: 6px 10px 0 10px;
}
#search input {
	background: url(/css/layout/search-inputbg.png);
	margin: 0;
	padding: 0 5px;
	border: 0;
	width: 109px;
	height: 20px;
	float: left;
}
#search input.submit {
	background: url(/css/layout/search-inputsubmitbg.png);
	width: 24px;
	cursor: pointer;
	padding: 0;
}