body {
	background: url(images/bg.gif) #e5e7d5 top center repeat-y;
	text-align: center;
	font-size: 12px;
	color: #252525;
	font-family: Arial, Helvetica, Sans-serif, Sans;
	line-height: 18px;
}
a {
	color: #6f7515;
	text-decoration: none;
}
a:hover {
	color: #494e05;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	color: #6f7515;
	font-family: Georgia, Times, Times New Roman, Serif;
	padding-bottom: 10px;
}
h2 {
	font-size: 15px;
	color: #A0A64A;
	font-family: Georgia, Times, "Times New Roman", Serif;
	padding-bottom: 7px;
}
h3 {
	font-size: 16px;
	color: #6f7515;
	font-family: Georgia, Times, Times New Roman, Serif;
}
h4 {
		font-family: Arial, Helvetica, Sans-serif, Sans;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 15px;
	font-weight: bold;
}

input.text-field {
	background: white;
	border: 1px solid #cdd0a4;
	padding: 5px;
}
input.text-field:focus {
	border: 1px solid #a3a863;
}
#container {
	width: 951px;
	padding: 0 12px;
	text-align: left;
	margin: 0 auto;
}
#header {
	background: url(images/header-bg.gif) 0 0 repeat-x;
	height: 115px;
	clear:both;
}
#header a#logo {
	float: left;
}
#header ul {
	float: right;
	margin-right: 25px;
	margin-top: 20px;
}
#header ul li {
	display: inline;
	margin-left: 15px;
}
#header ul li a {
	color: #333;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	overflow: hidden;
	padding: 10px 0 20px 0;
}
#left-foot {
	float: left;
	background: url(images/watch.gif) 0 0 no-repeat;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 10px;	
}
#right-foot {
	float: right;
	text-align: right;
	font-size: 11px;
}
#right-foot span {
	color: #6F7515;
}

/* Nav */
#nav {
	height: 51px;
	clear:both;
}
#nav ul li {
	float: left;
	display: inline;
}
#nav ul li a {
	display: block;
	height: 51px;
}
a#navabout {
	background: url(images/nav.gif) 0 0 no-repeat;
	width: 137px;
}
a#navabout:hover {
	background: url(images/nav.gif) 0 -51px no-repeat;
}
body.about a#navabout {
	background: url(images/nav.gif) 0 -102px no-repeat;
}

a#navjoin {
	background: url(images/nav.gif) -137px 0 no-repeat;
	width: 122px;
}
a#navjoin:hover {
	background: url(images/nav.gif) -137px -51px no-repeat;
}
body.join a#navjoin {
	background: url(images/nav.gif) -137px -102px no-repeat;
}

a#navhistory {
	background: url(images/nav.gif) -259px 0 no-repeat;
	width: 107px;
}
a#navhistory:hover {
	background: url(images/nav.gif) -259px -51px no-repeat;
}
body.history a#navhistory {
	background: url(images/nav.gif) -259px -102px no-repeat;
}

a#navgallery {
	background: url(images/nav.gif) -366px 0 no-repeat;
	width: 108px;
}
a#navgallery:hover {
	background: url(images/nav.gif) -366px -51px no-repeat;
}
body.gallery a#navgallery {
	background: url(images/nav.gif) -366px -102px no-repeat;
}


a#navcalendar {
	background: url(images/nav.gif) -474px 0 no-repeat;
	width: 122px;
}
a#navcalendar:hover {
	background: url(images/nav.gif) -474px -51px no-repeat;
}
body.calendar a#navcalendar {
	background: url(images/nav.gif) -474px -102px no-repeat;
}


a#navnewsletter {
	background: url(images/nav.gif) -596px 0 no-repeat;
	width: 141px;
}
a#navnewsletter:hover {
	background: url(images/nav.gif) -596px -51px no-repeat;
}
body.newsletter a#navnewsletter {
	background: url(images/nav.gif) -596px -102px no-repeat;
}


a#navtour {
	background: url(images/nav.gif) -737px 0 no-repeat;
	width: 214px;
}
a#navtour:hover {
	background: url(images/nav.gif) -737px -51px no-repeat;
}
body.tour a#navtour {
	background: url(images/nav.gif) -737px -102px no-repeat;
}



/* Home Page */
#banner {
	background: url(images/banner.jpg) 0 0 no-repeat;
	height: 216px;
	clear:both;
}
#home-content {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 30px;
}
#callouts {
	float: left;
	width: 287px;
}
.callout {
	background: #f4f4f1;
	border: 1px solid #cdd0a4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 15px;
	font-family: Georgia, Times, Times New Roman, Serif;
}
.callout h2 {
	padding-bottom: 10px;
}
.callout p {
	padding-bottom: 10px;
}
#join-group input.text-field {
	display: block;
	margin-bottom: 10px;
	width: 200px;
}
#join-group input#submit {
	background: url(images/button-join.gif) 0 0 no-repeat;
	width: 116px;
	height: 35px;
	display: block;
	text-indent: -9999em;
	border: medium none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	position: relative;
	left: -4px;
	margin-bottom: 5px;
}
#join-group a {
	font-family: Arial, Helvetica, Sans-serif, Sans;
	text-decoration: underline;
	font-size: 11px;
}
#plaques {
	min-height: 12em;
}
#plaques img {
	position: absolute;
	margin-left: 180px;
	margin-top: -10px;
}
#plaques p {
	width: 180px;
}
.learn-more {
	background: url(images/button-learn.gif) 0 0 no-repeat;
	display: block;
	height: 35px;
	width: 131px;
	position: relative;
	left: -4px;	
}
#plaques .learn-more {
	margin-bottom: 15px;
}
#home-main {
	width: 625px;
	float: right;
	margin-right: 10px;
}
#home-main #intro {
	font-size: 13px;
	line-height: 22px;
	padding-top: 15px;
	margin-bottom: 15px;
}
#home-main #intro p {
	padding-right: 20px;
}
#home-main #intro p a {
	text-decoration: underline;
}
#home-main #photo-curl {
	float: right;
	width: 205px;
	height: 60px;
}
#home-main #photo-curl img {
	display: block;
	position: absolute;
	margin-top: -110px;
}
#home-events {
	
}
#home-events h2 {
	padding-bottom: 5px;
	padding-top: 5px;
}
#home-events div.event {
	border-bottom: 1px dotted #cdd0a4;
	padding: 10px 0;
}
#home-events div.last {
	border-bottom: 0;
}
#home-events div.event a.title {
	font-weight: bold;
}
#home-events div.event small {
	display: block;
	color: #81835a;
	font-size: 11px;
}
#home-events a#more-events {
	text-decoration: underline;
}

#intro #middle {
	font-size: 13px;
	line-height: 22px;
	margin-top: 15px;
	width:280px;
	float:left;
}
#intro #right {
	font-size: 13px;
	line-height: 22px;
	margin-top: 15px;
	padding-left: 20px;
	width:300px;
	float:right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}


#sub-main {
	width: 625px;
	float: right;
	margin-right: 10px;
}
#sub-main #intro {
	font-size: 12px;
	line-height: 22px;
	padding-top: 15px;
	margin-bottom: 15px;
}
#sub-main #intro p {
	padding-right: 20px;
	padding-bottom: 20px;
}
#sub-main #intro td {
	font-size: 11px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED09F;
	}

#sub-main #intro p a {
	text-decoration: underline;
}
#banner #photo-curl {
	display: block;
	position: absolute;
	margin-left: 780px;
	margin-top: 81px;
}
#newsbullets td  {
	padding-top: 10px;
	border-bottom: 1px dotted #cdd0a4;
	padding: 10px 0;
}
#newsbullets li {
	background: url(images/bullet.gif) 1px 9px no-repeat;
	padding-left: 10px;

	}

