@charset "utf-8";
@import url('reset.css');
body {
	background: #b99ba4 url('../img/sunset.jpg') top center no-repeat fixed;
	text-align: center;
}
a {
	text-decoration: none;
}
acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}
strong {
	font-weight: bold;
}
hr {
	margin: 20px auto;
	width: 75%;
	height: 1px;
	color: #ddd;
	background: #ddd;
	text-align: center;
}
#container {
	margin: 0 auto;
	padding: 25px 0;
	width: 830px;
	text-align: left;
}
#middle {
	width: 830px;
	background: url('../img/middle.png') center center repeat-y;
	text-align: left;
}
div.inner {
	overflow: hidden;
	width: 800px;
	margin: 0 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#banner {
	overflow: hidden;
	width: 830px;
	height: 135px;
	background: url('../img/banner.png') top left no-repeat;
}
#banner h1 {
	padding: 18px 0 0 35px;
}
#banner h1 a {
	display: block;
	width: 290px;
	height: 117px;
}
#banner span {
	display: none;
}
#menu_container {
	clear: both;
	width: 800px;
	height: 50px;
	background: url('../img/menu_normal.jpg') top left repeat-x;
	border-bottom: 1px solid #406369;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul.menu {
	z-index: 1000;
}
ul.menu * {
}
ul.menu a {
	display: block;
	color: #eee;
}
ul.menu a:hover {
	text-decoration: underline;
}
ul.menu li {
	position: relative;
	float: left;
	background: url('../img/menu_sep.jpg') top right no-repeat;
}
ul.menu ul {
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	list-style: none
}
ul.menu ul li {
	position: relative;
	margin: 0;
	width: 200px;
	line-height: 20px;
	border-top: 1px solid #406468;
	border-bottom: 1px solid #2b4c51;
}
ul.menu ul li a {
	display: block;
	padding: 3px 7px 5px;
	background: #2d5257;
}
ul.menu ul li a:hover {
	background-color: #375a60;
}
ul.menu ul ul {
	left: 200px;
	top: -1px;
	z-index: 300;
}
ul.menu .menulink {
	padding: 0 20px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background: url('../img/menu_hover.jpg') center center;
	color: #fff;
	cursor: pointer;
}
ul.menu a.plain {
	cursor: default !important;
}
ul.menu a.plain:hover {
	text-decoration: none !important;
}
ul.menu .sub {
	background: #2d5257 url('../img/arrow.gif') 190px center no-repeat;
}
ul.menu .topline {
}
#flash {
	overflow: hidden;
	width: 800px;
	height: 240px;
	border-bottom: 1px solid #4f2312;
}
#photos {
	float: left;
	width: 520px;
	height: 240px;
}
#jump {
	float: left;
	width: 280px;
	height: 240px;
	background: #984b15;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#jump ul {
}
#jump ul li {
	position: relative;
	background: url('../img/jump_shadow.jpg') top center no-repeat;
}
#jump a {
	display: block;
	padding-left: 65px;
	height: 60px;
	line-height: 60px;
}
#jump a:link, #jump a:visited, #jump a:active {
	color: #fff;
}
#jump a:hover {
	padding-left: 70px;
}
#wb {
	background: url('../img/wb_img.jpg');
}
#as {
	background: url('../img/as_img.jpg');
}
#ue {
	background: url('../img/ue_img.jpg');
}
#ic {
	background: url('../img/ic_img.jpg');
}
#wb, #as, #ue, #ic {
	background-repeat: no-repeat;
	background-position: 14px 14px;
}
#content, #split {
	width: 100%;
	overflow: hidden;
}
#content {
	background: url('../img/content.jpg') top center no-repeat;
}
#split {
	background: url('../img/split.jpg') top center repeat-y;
}
#main {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 12px;
min-height: 350px;

}
#main.left {
	float: left;
	width: 520px;
}
#main h1 {
	margin-bottom: 10px;
	padding: 10px 20px;
	color: #fff;
	background: #483A2A;
	border-top: 2px solid #3e3325;
	border-bottom: 1px solid #eee;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
}
#main h1.blurb {
	background: #483A2A url('../img/blurb.jpg') center right no-repeat;
}
img.port {
	margin: 0 0 10px 10px;
	float: right;
}
#main h2 {
	margin: 0 20px 5px 20px;
	padding-bottom: 10px;
	color: #984b15;
	border-bottom: 1px solid #d1ccc1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
}
#main h2 span {
	float: right;
	color: #3E3120;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#main h3 {
	margin: 0 20px 5px 20px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
#main p, #main q, #main ul, #main ol, #main table {
	margin: 0 20px 10px 20px;
	color: #737373;
	font-size: 12px;
}
#main table td {
	margin-bottom: 10px;
}
#main ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#main ol.abc {
	list-style: upper-alpha;
	list-style-position: inside;
}
#main ul, #main ol {
}
#main li {
	margin-bottom: 10px;
	line-height: 170%;
}
#main ol {
	list-style-position: inside;
}
#main ul li {
	padding-left: 15px;
	background: url('../img/bullet.jpg') center left no-repeat;
}
#main p, #main q {
	clear: both;
	line-height: 170%;
}
#main.staff p {
	clear: none !important;
}
#main p {
	color: #333;
}
#main q {
	display: block;
	padding: 10px 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}
#main q span {
	font-weight: bold;
}
#main a {
	text-decoration: underline;
}
#main a:link, #main a:visited, #main a:active {
	color: #366;
}
#main a:hover {
	color: #4d4d4d;
}
#sign {
	color: #3e3120!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
#articles {
	width: 100%;
	overflow: auto;
	margin-left: 20px;
}
#articles ol.col {
	float: left;
	width: 200px;
	list-style: decimal;
}
#directions {
	margin: 0 20px;
	width: 760px;
	height: 400px;
}
#contact {
	overflow: auto;
	margin: 0 auto 20px auto;
	width: 750px;
}
#contact li {
	padding-left: 0;
	background: none!important;
}
#contact li strong {
	display: block;
	line-height: 50px;
	color: #366;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-position: top right;
	background-repeat: no-repeat;
}
#contact li span {
	display: block;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
}
#mail {
	background-image: url('../img/mail.jpg');
}
#phone {
	background-image: url('../img/phone.jpg');
}
#email {
	background-image: url('../img/email.jpg');
}
#the220 {
	height: 110px;
	background: #483a2a url('../img/220head.jpg') 10px center no-repeat !important;
}
#the220 span {
	display: none;
}
#side {
	float: right;
	padding: 10px 0;
	width: 280px;
	border-top: 2px solid #c2bbaf;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}
#side h1 {
	margin: 0 20px 10px 20px;
	color: #984B15;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#side h2 {
	margin: 0 20px 10px 20px;
	color: #32575D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#side h2 a {
	color: #32575D;
	text-decoration: underline;
}
#side h2 a:hover {
	color: #32575D;
	text-decoration: none;
}
#side p {
	margin: 0 20px 10px 20px;
	font-size: 12px;
}
#side img, #side a img {
	border: 5px solid #ded4c1;
	padding: 1px;
	background: #fff;
}
#side a:hover img {
	border: 5px solid #d0c7b5;
}
#footer {
	width: 830px;
	background: url('../img/footer.png') bottom center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#footer div.inner {
	border-top: 1px solid #d1ccc1;
}
#footer p {
	padding: 0 15px 15px 15px;
	line-height: 60px;
	color: #737373;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #737373;
}
#footer a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

#cal {
	margin: 0 auto 50px auto;
	width: 700px;
	border-left: 1px solid #406369;
}

#cal a {
	text-decoration: none;
}

#cal caption {
	padding: 10px 0;
	text-align: center;
}

#cal th {
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background: #406369;
	border-right: 1px solid #406369;
	border-bottom: 1px solid #406369;
	border-top: 1px solid #406369;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

#cal span.date {
	margin: 5px 0 5px 5px;
	display: block;
	color: #984b15;
}

#cal td {
	height: 100px;
	width: 100px;
	border-right: 1px solid #406369;
	border-bottom: 1px solid #406369;
}

#cal td.today {
	background: #ffe;
}

#cal td.today a {
	color: #c00;
}

#cal td.today span {
}

#cal .eventinbox {
	padding: 5px;
	color: #fff;
	background: #066;
}

#cal .eventinbox a {
	color: #fff;
}

.left {
	float: left;
	text-align: left;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.right {
	float: right;
	text-align: right;
}

img.left {
	margin: 0 10px 10px 0;
}

img.right {
	margin: 0 0 10px 10px;
}

.player {
	overflow: hidden;
}

.player span {
	float: left;
}

.download {
	float: right;
	display: block;
	margin-left: 20px;
	padding-right: 20px;
	background: url('../img/download.png') center right no-repeat;
}

.audioplayer {
	border: 2px solid #ddd;
}

#donate {
}

#donate #cancelled {
	padding: 5px;
	text-align: center;
	background: #f90;
	color: #000;
}

#donate #thank-you {
	padding: 5px;
	text-align: center;
	background: #096;
	color: #fff;
}