* {
	margin: 0;
	padding: 0;
}

/******************************************************************************\
	Green Page
\******************************************************************************/
#greenpage {background: black url('/images/green-bg.jpg') center top no-repeat;}
#greenpage h1 span.replace {background: url('/images/green-logo.jpg') center top no-repeat;}
#greenpage #navigation li a:hover,
#greenpage #navigation li.active a {color:#5b8e24; }
#greenpage a {color:#5b8e24; }
#green-content {padding:40px 20px 80px 20px; }
#green-content p {padding:0 0 15px 10px; color:#999999; }

.hide, hr {
	position: absolute;
	left: -9999em;
}

.left {
	float: left;
}

.right {
	float: right;
}

ul {
	list-style-type: none;
}

a {
	color: #DFAF4B;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a img, img, fieldset {
	border: none;
}

body {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: black url('/images/bg.jpg') center top no-repeat;
	color: white;
	cursor: default;
	font-size:13px;
}

#wrapper {
	width: 698px;
	margin: 0 auto;
	text-align: left;
}

h1, h1 span.replace {
	display: block;
	width: 100%;
	height: 241px;
	position: relative;
	overflow: hidden;
}

h1 span.replace {
	position: absolute;
	background: url('/images/logo.jpg') center top no-repeat;
	top: 0;
	left: 0;
}

#navigation {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 1px 0 1px 3px;
	text-align: center;
	float: left;
	width: 695px;
	background: url('/images/nav.gif') center left repeat-x;
}

#navigation li {
	display: inline;
	text-transform: uppercase;
	font-size: 90%;
	float: left;
}

#navigation li a {
	display: block;
	float: left;
	color: white;
	border-left: solid 1px #0A0A0A;
	border-right: solid 1px #585858;
	padding: 0 6px 0 4px;
	line-height: 21px;
	min-height: 21px;
	font-weight: normal;
}

#navigation li a:hover, #navigation li.active a {
	color: #DFAF4B;
	text-decoration: none;
}

#navigation li.first a {
	border-left: none;
}

#navigation li.last a {
	border-right: none;
}

.featured_event_img {
	border:1px solid #333333;
}

#footer {
	text-align: center;
	background: url('/images/footer.jpg') top left no-repeat;
	padding: 35px 0 30px 0;
	font-size: 10px;
	line-height: 1.8;
	color: #707070;
	clear: both;
	margin-top: 30px;
}
#contentarea {
  margin: 0 34px;
}
#content {
	padding: 30px 26px 0;
	clear: both;
	font-size: 80%;
	line-height: 1.6;
}

#content .left {
    overflow:hidden;
	width: 310px;
	float: left;
}

#content .right {
	width: 310px;
	float: right;
}

#content h2 {
	font-size: 120%;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#content h2, #content h2 span.replace {
	display: block;
	position: relative;
	height: 22px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

#content h2 span.replace {
	position: absolute;
	top: 0;
	left: 0;
	background-position: left top;
	background-repeat: no-repeat;
}

#content h2#featured-event span.replace {
	background-image: url('/images/featured-event.gif');
}
#content h2#upcoming-events span.replace {
	background-image: url('/images/upcoming-events.gif');
}
#content h2#other-events span.replace {
	background-image: url('/images/other-events.gif');
}
#content h2#follow-us span.replace {
	background-image: url('/images/follow-us.gif');
}
#content h2#join-email-list span.replace {
	background-image: url('/images/join-email-list.gif');
}
#content h2#book-elrey span.replace {
	background-image: url('/images/book-elrey.gif');
}
#content h2#calendar span.replace {
	background-image: url('/images/calendar.gif');
}
#content h2#general-info span.replace {
	background-image: url('/images/general-info.gif');
}
#content h2#tech-specs span.replace {
	background-image: url('/images/tech-specs.gif');
}
#content h2#directions span.replace {
	background-image: url('/images/directions.gif');
}
#content h2#rental-info span.replace {
	background-image: url('/images/rental-info.gif');
}
#content h2#mailing-list span.replace {
	background-image: url('/images/mailing-list.gif');
}
#content h2#event-details span.replace {
	background-image: url('/images/event-details.gif');
}
#content h2#terms span.replace {
	background-image: url('/images/terms-of-service.gif');
}
#content h2#privacy span.replace {
	background-image: url('/images/privacy.gif');
}
#content h2#reservations span.replace {
	background-image: url('/images/reservations-hdr.gif');
}
#content h2#loadin span.replace {
	background-image: url('/images/loadin.gif');
}

#content p {
	color: #999;
}

#content #follow-us-icons {
  margin:0 0 10px 25px;
}
#content #follow-us-icons p {
  float:left;
  margin-right:9px;
}
#content div.event p.about {
	font-weight: bold;
}

#content div.event {
	margin: 14px 0 40px;
}

#content div.event h3, #content div.event2 h4 {
	font-size: 100%;
}

#content div.event ul, #content div.event3 ul, #content div.list div.event4 ul {
	font-size: 90%;
	text-align: right;
	margin-bottom: 18px;
	width: 285px;
}

#content div.event ul li, #content div.event3 ul li, #content div.list div.event4 ul li {
	display: inline;
}


#content div.event ul li a, #content div.event3 ul li a, #content div.list div.event4 ul li a {
	padding: 0 6px 0 10px;
	line-height: 20px;
	border-left: solid 1px #606060;
}

#content div.event ul li a img, #content div.event3 ul li a img, #content div.list div.event4 ul li a img {
	vertical-align: middle;
}

#content div.event ul li.first a, #content div.event3 ul li.first a, #content div.list div.event4 ul li.first a {
	border-left: none;
}

#content div.event2 {
	clear: both;
	width: 86%;
	padding:5px 0 10px 0;
}

#content div.event2 p {
	color: white;
	padding-bottom:3px;
}

#content div.event2 img {
	float: left;
	width:62px;
	height:62px;
	margin:5px 10px 0 0;
	padding:0;
	overflow:hidden;
}

#content div.event2 ul {
	font-size: 90%;
}

#content div.event3 {
	padding-left: 6px;
	margin-left: 18px;
	border-bottom: solid 1px #333;
	margin-top: 6px;
	float: left;
}

#content div.event3 ul {
	float: right;
	margin-bottom: 6px;
	width: auto;
}

#content.subpage #contentarea a img {
	margin-top:.5em;
}

#content p.date {
	float: left;
}

#content div.event3 h4, #content div.event4 h4 {
	font-size: 100%;
}

#content div.event3last {
	border-bottom: none;
	margin-bottom: 16px;
	padding-bottom: 16px;
	background: url('/images/event3lastbg.gif') right bottom no-repeat;
}

#content p.info {
	padding-left: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}
#content form.info {
	padding-left: 24px;
	margin-bottom: 20px;
}

#content label {
	color: #999;
	margin-right: 6px;
}

#content form.month {
	font-size:10px;
	text-align: right;
}

#content form.month a {
	display: block;
	float: right;
	margin-top: 12px;
}

#content div.pages {
	float: right;
	margin: 4px 0;
	width: 160px;
	text-align: right;
}

#content div.pagestop {
	margin-top: 0;
}

#content div.pagesbottom {
	margin-bottom: 20px;
}

#content div.pages div.total {
	display: inline;
	margin-right: 20px;
}

#content div.pages ul {
	font-size: 95%;
	display: inline;
}

#content div.pages ul li {
	display: inline;
	padding: 0 3px 0 6px;
	border-left: solid 1px #606060;
}

#content div.pages ul li.first {
	border-left: none;
}

#content div.list {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	clear: both;
	padding: 10px 0;
	float: left;
	width: 646px;
}

#content div.list div.event4 {
	border-bottom: solid 1px #333;
	margin: 6px 16px;
	padding: 0 0 10px 0;
	clear: both;
	float: left;
	width: 614px;
}

#content div.list div.event4 img {
	float: left;
	margin: 0 14px 0 0;
}

#content div.list div.event4 ul {
	float: right;
	margin-bottom: 6px;
	width: auto;	
}

#content div.list div.event4 ul li img {
	float: none;
	vertical-align: middle;
	margin: 0;
}

#content div.list div.event4last {
	border-bottom: none;
}

#content.subpage table {
  margin: 5px 0;
  font-weight: bold;
  color: #999;
}
#content.popup {
  padding: 135px 80px 0 80px;
  background: url("/images/popup-header-wide.jpg") top left no-repeat;
  text-align: left;
}
#content.popup #event-details {
  position: absolute;
  top:25px;
  left:300px;
}

#content.popup #details .event h3,  #content.popup #details .event p{
  font-size:10px;
}
#content.popup #details .event form table td {
  font-size:12px;
}

#content.subpage p {
  margin: 15px 0 15px 0;
  font-weight: bold;
}

#content.subpage h3 {
	font-size:110%;
	font-weight:bold;
	margin-top:1em; }

#content.subpage ul.bulleted-list-white {
  color: #999;
  font-weight: bold;
}
#content.subpage ul.bulleted-list-white li {
  list-style:none url("/images/bullet-rental-info.gif");
  margin:0 0 0 30px;
  padding:0;
  font-size:11px;
}
.highlight {
  color: #fff;
}

h3.hightlight { font-size:14px; }

#map-links {
  margin-top: -15px;
  padding:0;
  text-align: right;
  width: 530px;
}
.clear {
	clear: both;
}
table.calendar-header {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 645px;
	font-size: 11px;
}
table.calendar-header td {
	width: 33%;
}
table.calendar-header td h3 {
	font-size:13px;
}

table.calendar {
	clear: both;
	margin-top: 12px;
	border-top: solid 1px #333;
	margin-bottom: 30px;
	width: 674px;
	margin-left: 16px;
	font-size: 80%;
}

table.calendar th {
	font-weight: normal;
	border-bottom: solid 1px #333;
	text-align: center;
	color: #CCC;
	padding: 2px;
}

table.calendar td {
	border: solid 1px #333;
	border-left: none;
	border-top: none;
	height: 98px;
	vertical-align: top;
	padding: 4px 3px 4px 4px;
	line-height: 1.1;
	color: white;
	background: url('/images/tdhl.gif') top left repeat-x;
	width: 98px;
}

table.calendar td.hl {
	background: none;
}

table.calendar td.first {
	border-left: solid 1px #333;
}

table.calendar td p {
	color: white;
	margin-bottom: 6px;
}

table.calendar td a.details {
	display: block;
	text-align: right;
	font-size: 95%;
	margin: 4px 0 10px;
}

table.calendar td h4.margin {
	margin-top: 20px;
}

table.calendar td h4 {
	font-size: 100%;
}

table.calendar td h3 {
	text-align: right;
	color: #DFAF4B;
	padding-right: 2px;
	font-size: 100%;
	margin-bottom: 2px;
}
#close-window {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#back {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#content .monthnav h3 {
	line-height: normal; /* hack for Safari -- opened declaration -- Safari can't parse this */

