body {
	background: url(../img/layout/bg.png) repeat-x;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

span.update {
	font-size: 1.6em;
	font-weight: bold;
}

h1, h2, h3 {
	font-weight: bold;
}

label {
	display: block;
}

p img.left, p img.right {
	margin-top: 0;
}

#top {
	height: 73px;
	color: #fff;
}

#navigation a {
	color: #fff;
}

#navigation ul {
	display: block;
	float: left;
	height: 41px;
	padding-top: 32px;
	margin: 0;
}

#navigation ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 10px;
}

#navigation ul li a {
	display: block;
	padding: 0 15px 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#navigation ul li a span {
	display: block;
	padding: 12px 0 8px 15px;
}

#navigation ul li.current a, #navigation ul li a:hover {
	background: url(../img/layout/topnav_current.gif) top right no-repeat;
	color: #073205;
}

#navigation ul li.current span, #navigation ul li a:hover span {
	background: url(../img/layout/topnav_current.gif) top left no-repeat;	
}

#header h1 {
	color: #073205;
	font-size: 24px;
	margin-top: 16px;
	font-weight: bold;
}

#header div.colborder {
	border-right: 1px dashed #073205;
}

#header p.info {
	margin-top: 16px;
}

#leftnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftnav ul li {
	background: url(../img/layout/arrow_right.png) left center no-repeat;
	padding: 20px 0 20px 32px;
	border-bottom: 1px dashed #073205;
	font-size: 1.4em;
}

#leftnav ul li a {
	display: block;
	text-decoration: none;
	color: #073;
}

#leftnav ul li a:hover {
	color: #6a9469;
	text-decoration: underline;
}

#content, #leftnav {
	background: #fff;
}

#content .wrapper {
	padding: 10px 10px 0 10px;
}

#leftnav .wrapper {
	border: solid 6px #6a9469;
	padding: 0 5px 0 5px;
}

#gallery {
	position:relative;
	height:350px
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	background-color:#031b01; 
	color:#ffffff; 
	height:45px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#gallery .caption .content {
	margin:5px
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}
	

#footer .container {
	background: #c9dec8;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
}

p.committee_person {
	float: left;
	padding-right: 10px;
	width: 165px;
	height: 4em;
}

table.details {
	border-collapse: collapse;
}
table.details h3 {
	margin-bottom: 0;
}
table.details td, table.details th {
	border: solid 1px #dedede;
}
table.details .alt {
	background-color: #fafafa;
}

table.patrons {
	border-collapse: collapse;
}

table.patrons td {
	border: solid 1px #dedede;
}

td.silver b {
	color: #666;
}

td.gold b {
	color: #c90;
}

td.platinum b {
	color: #09f;
}
