/* General Styles
=================================*/

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font: 76%  tahoma, helvetica, verdana, "Lucida Sans Unicode", sans-serif;
	min-width: 720px;
	color: #d1f7d1;
	background: #f0f0f0;
}

ul, li {
	list-style-type: none;
}

img {
	border: none;
}

h1, h2, h3, h4 {
	font-family: Georgia, Garamond;
}

.incomplete {
	color: #33FF00;
}



/* Layout
=================================*/

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

#mainArea {
	width: 720px;
	background: #004400 url(graphics/background.gif) repeat-y top left;
}

#sideBar {
	position: relative;
	width: 220px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contentBottom {
	clear: both;
	width: 720px;
	height: 4px;
	background: #fff url(graphics/bottomBg.gif);
}

#footer {
	padding: .5em;
	color: #aec2d5;
	margin: 0 0 10px 0;
	font-size: .75em;
}



/* Header
=================================*/

#header {
	width: 720px;
	height: 140px;
	background: #f0f0f0 url(images/header.jpg) no-repeat;
	position: relative;
}

#header h1 {
	text-indent: -9999px;
	display: block;
}



/* Navigation
=================================*/

#mainNav {
	font-family: verdana;
	position: relative;
	top: -10px;
	width: 215px;
	font-size: 7pt;
	line-height: 18px;
	background: #195619;
	padding: 10px 0 10px 0;
}

#mainNav a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	letter-spacing: .16em;
	background: transparent;
	background-position: 0px 8px;
}

#mainNav a span {
	padding: 0 8px 0 10px;
	color: #fff;
}

#mainNav a:hover span {
	color: #62b062;
}

#galleryNav {
	font-family: verdana;
	position: relative;
	top: 0px;
	left: 500px;
	width: 215px;
	height: 23px;
	font-size: 7pt;
	background: #195619;
	padding: 13px 0 0px 0;
	z-index: 1;
}

#galleryNav a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	letter-spacing: .16em;
	background: transparent;
	background-position: 0px 8px;
}

#galleryNav a span {
	padding: 0 8px 0 10px;
	color: #fff;
}

#galleryNav a:hover span {
	color: #62b062;
}

body#home-page ul#mainNav li.home a {
	background: url(graphics/navArrow.gif) no-repeat center left;
}
body#home-page ul#mainNav li.home a span {
	color: #51c051;
}

body#events-page ul#mainNav li.events a {
	background: url(graphics/navArrow.gif) no-repeat center left;
}
body#events-page ul#mainNav li.events a span {
	color: #51c051;
}

body#history-page ul#mainNav li.history a {
	background: url(graphics/navArrow.gif) no-repeat center left;
}
body#history-page ul#mainNav li.history a span {
	color: #51c051;
}

body#music-page ul#mainNav li.music a {
	background: url(graphics/navArrow.gif) no-repeat center left;
}
body#music-page ul#mainNav li.music a span {
	color: #51c051;
}

body#donate-page ul#mainNav li.donate a {
	background: url(graphics/navArrow.gif) no-repeat center left;
}
body#donate-page ul#mainNav li.donate a span {
	color: #51c051;
}

body#contact-page ul#mainNav li.contact a {
	background: url(graphics/navArrow.gif) no-repeat center left;
}
body#contact-page ul#mainNav li.contact a span {
	color: #51c051;
}



/* Main Content Area
=================================*/

#content {
	position: relative;
	float: left;
	width: 300px;
	display: inline;
	margin-bottom: 20px;
}

.box ul, .even-box ul {
	font-size: .9em;
	line-height: 1.4em;
	height: 1%;
	margin: 5px 0 5px 10px;
	border: 1px solid #004400;
	background: #004900;
	margin: 10px 0 0 10px;
	width: 404px;
	padding: 7px;
	color: #62b062;
}
.title {
	font-family: Georgia, Garamond;
	font-size: 1.4em;
	padding: 6px 0 4px 0;
	color: #c9ffc9;
}
.subtitle {
	font-family: Georgia, Garamond;
	font-size: 1em;
	padding: 0 0 4px 0;
	font-style: italic;
	color: #c9ffc9;
}
.date {
    font-weight: bold;
    font-size: 1.1em;
}

#content img {
	background: #3f723f;
	float: left;
	margin: 4px 10px 0 0; 
	padding: 4px;
	vertical-align: bottom;
}

.right {
	float: right;
	margin: 6px 0 0 7px;
}
.left {
	float: left;
	margin: 6px 0 0 10px;
}



#content img.large {
	float: none;
	margin: 5px 0 5px 65px;
}

#content h2 {
	text-indent: -9999px;
	display: block;
	line-height: .7em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	margin: 10px 0px 0px 10px;
	font-size: 1em;
}

blockquote {
	font-size: 0.9em;
	line-height: 1.45em;
	text-align: left;
	height: 1%;
	margin: 0 0 0 190px;
	padding: 0 0 10px 0;
}

p {
	font-size: 0.9em;
	line-height: 1.55em;
	text-align: left;
	height: 1%;
	margin: 0 0 0 25px;
}

p a {
	color: #78abc3;
	text-decoration: none;
}
p a:link {
	border-bottom: 1px dotted #78abc3;
}
p a:visited {
	color: #78abc3;
	border-bottom: 1px dotted #78abc3;
}
p a:hover {
	color: #ae7b48;
	border-bottom: 1px solid #ae7b48;
}
td a {
	color: #78abc3;
	text-decoration: none;
}
td a:link {
	border-bottom: 1px dotted #78abc3;
}
td a:visited {
	color: #78abc3;
	border-bottom: 1px dotted #78abc3;
}
td a:hover {
	color: #ae7b48;
	border-bottom: 1px solid #ae7b48;
}

.article {
	border-bottom: 1px dotted #62b062;
}

.box {
	position: relative;
	margin: 20px 0 0 30px;
	width: 440px;
	border: 1px solid #004400;
	background: #0f4f0f;
	padding: 0 0 10px 0;
}

.even-box {
	position: relative;
	margin: 20px 0 0 30px;
	width: 440px;
	border: 1px solid #004400;
}

.box h3,
.even-box h3 {
	margin: 0 10px 0 10px;
	padding: 10px 0 0px 0;
}

.box p,
.even-box p {
	text-align: left;
	height: 1%;
	margin: 0 10px 0 10px;
	padding: 6px 0 4px 0;
}

.sub-header {
	border-bottom: 1px dotted #62b062;
	font-size: .95em;
	line-height: 1em;
	padding-bottom: 0px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}



/* Table
=================================*/

table {
	padding: 0px 5px 6px 5px;
	font-size: .9em;
	width: 390px;
	border: 1px solid #004400;
	margin: 10px 0 10px 24px;
	line-height: 1.55em;
	background: #266026;
}

td {
	background: #3f723f;
	padding: 4px 4px 4px 10px;
}

.table-header {
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: bold;
	background: #266026;
}



/* Gallery
=================================*/

#container {
	position: relative;
	top: -55px;
	width: 670px;
	height: 550px;
	margin: 0 auto 0 auto;
}

#content p.gallery {
	margin: 0 0 0 40px;
}

.arrow {
	height: 12px;
	background: url(graphics/arrow.gif) no-repeat bottom right;
	padding: 0 20px 0 0;
}

.likeNav {
	font-family: verdana;
	font-size: 7pt;
	letter-spacing: .16em;
}

#container img {
	background: #195619;
	float: left;
	border: 5px solid #195619;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#container ul {
	display: inline;
	width: 150px;
	height: 450px;
	margin: 55px 8px 10px 0;
	float: right;
}

#container li {
	float: left;
	padding: 2px 0 2px 2px;
}

#container a.gallery, #container a.gallery:visited {
	display: block;
	color: #195619;
	text-decoration: none;
	border: 4px solid #195619;
	margin: 1px 2px 1px 2px;
	text-align: left;
	cursor: default;
}

.galleryLink {
	position: relative;
	width: 250px;
	top: -12px;
	left: 135px;
	color: #62b062;
	text-decoration: none;
	letter-spacing: .16em;
	z-index: 1;
}
.galleryLink a:link {
	color: #62b062;
	border-bottom: 1px dotted #62b062;
}
.galleryLink a:visited {
	color: #62b062;
	border-bottom: 1px dotted #62b062;
}
.galleryLink a:hover {
	color: #a5723f;
}



/* Gallery One
=================================*/

#container a.slide01a {
	background:url(images/gallery/Wardrobe01_crop.jpg); 
	height:60px; 
	width:60px;
}
#container a.slide02a {
	background:url(images/gallery/Wardrobe02_crop.jpg);
	height:60px;
	width:60px;
}
#container a.slide03a {
	background:url(images/gallery/Wardrobe03_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide04a {
	background:url(images/gallery/Wardrobe04_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide05a {
	background:url(images/gallery/Wardrobe05_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide06a {
	background:url(images/gallery/Wardrobe06_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide07a {
	background:url(images/gallery/Wardrobe07_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide08a {
	background:url(images/gallery/Wardrobe08_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide09a {
	background:url(images/gallery/Wardrobe09_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide10a {
	background:url(images/gallery/Wardrobe10_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide11a {
	background:url(images/gallery/Wardrobe11_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide12a {
	background:url(images/gallery/Wardrobe12_crop.jpg); 
	height:60px;
	width:60px;
}

/* Gallery Two
=================================*/

#container a.slide01b {
	background:url(images/gallery/Wardrobe13_crop.jpg); 
	height:60px; 
	width:60px;
}
#container a.slide02b {
	background:url(images/gallery/Wardrobe14_crop.jpg);
	height:60px;
	width:60px;
}
#container a.slide03b {
	background:url(images/gallery/Wardrobe15_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide04b {
	background:url(images/gallery/Wardrobe16_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide05b {
	background:url(images/gallery/Wardrobe17_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide06b {
	background:url(images/gallery/Wardrobe18_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide07b {
	background:url(images/gallery/Wardrobe19_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide08b {
	background:url(images/gallery/Wardrobe20_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide09b {
	background:url(images/gallery/Wardrobe21_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide10b {
	background:url(images/gallery/Wardrobe22_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide11b {
	background:url(images/gallery/Wardrobe23_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide12b {
	background:url(images/gallery/Wardrobe24_crop.jpg); 
	height:60px;
	width:60px;
}

/* Gallery Three
=================================*/

#container a.slide01c {
	background:url(images/gallery/Wardrobe25_crop.jpg); 
	height:60px; 
	width:60px;
}
#container a.slide02c {
	background:url(images/gallery/Wardrobe26_crop.jpg);
	height:60px;
	width:60px;
}
#container a.slide03c {
	background:url(images/gallery/Wardrobe27_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide04c {
	background:url(images/gallery/Wardrobe28_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide05c {
	background:url(images/gallery/Wardrobe29_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide06c {
	background:url(images/gallery/Wardrobe30_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide07c {
	background:url(images/gallery/Wardrobe31_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide08c {
	background:url(images/gallery/Wardrobe32_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide09c {
	background:url(images/gallery/Wardrobe33_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide10c {
	background:url(images/gallery/Wardrobe34_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide11c {
	background:url(images/gallery/Wardrobe35_crop.jpg); 
	height:60px;
	width:60px;
}
#container a.slide12c {
	background:url(images/gallery/Wardrobe36_crop.jpg); 
	height:60px;
	width:60px;
}



#container a.gallery:hover {
	border: 4px solid #3f723f;
}

#container a.gallery:hover span {
	position: absolute;
	width: 435px;
	height: 435px;
	top: 60px;
	left: 23px;
	color: #d1f7d1;
	background: #195619;
}

#container a.gallery span {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 5px;
	left: 5px;
	margin: 20px 0 0 0;
	overflow: hidden;
	background: #195619;
	font-size: .8em;
}

#container a.gallery:hover img {
	border: 4px solid #3f723f;
	float: left;
	margin-right: 5px;
}



/* Headers
=================================*/

#welcome {
	margin: 20px 0 0 25px;
	width: 85px;
	height: 19px;
	background: url(graphics/welcomeHeader.gif) no-repeat;
}
#events {
	margin: 21px 0 0 25px;
	width: 57px;
	height: 18px;
	background: url(graphics/eventsHeader.gif) no-repeat;
}
#history {
	margin: 20px 0 0 25px;
	width: 67px;
	height: 24px;
	background: url(graphics/historyHeader.gif) no-repeat;
}
#music {
	margin: 20px 0 0 25px;
	width: 57px;
	height: 19px;
	background: url(graphics/musicHeader.gif) no-repeat;
}
#donate {
	margin: 20px 0 0 25px;
	width: 66px;
	height: 18px;
	background: url(graphics/donateHeader.gif) no-repeat;
}
#gallery1 {
	margin: 20px 0 50px 0;
	height: 24px;
	width: 108px;
	background: url(graphics/galleryOneHeader.gif) no-repeat;
}
#gallery2 {
	margin: 20px 0 50px 0px;
	height: 24px;
	width: 109px;
	background: url(graphics/galleryTwoHeader.gif) no-repeat;
}
#gallery3 {
	margin: 20px 0 50px 0px;
	height: 24px;
	width: 121px;
	background: url(graphics/galleryThreeHeader.gif) no-repeat;
}
#contact {
	margin: 20px 0 10px 25px;
	width: 69px;
	height: 18px;
	background: url(graphics/contactHeader.gif) no-repeat;

}
#newsletter {
	margin: 20px 0 10px 25px;
	width: 175px;
	height: 19px;
	background: url(graphics/newsletterHeader.gif) no-repeat;
}



/* Vertical Navigation
=================================*/

#vNav {
	float: left;
	position: relative;
	border: 1px solid #004400;
	background: #0f4f0f;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	padding: 7px;
	width: 440px;
}
#vNav li {
	font-size: 1em;
	display: inline;
}
#vNav li a {
	display: block;
	padding: 0 0 0 26px;
	line-height: 28px;
	height: 30px;
	background: transparent url(graphics/bullet.gif) no-repeat 2% 50%;
	text-decoration: none;
}
#vNav li a:link {
	color: #d1f7d1;
}
#vNav li a:visited {
	color: #6497af;
}
#vNav li a:hover {
	color: #a5723f;
	background: #004400 url(graphics/bullet.gif) no-repeat 2% 50%;
}
#vNav span {
	letter-spacing: .15em;
}



/* Side Bar
=================================*/

#sideBar h2.events-side {
	text-indent: -9999px;
	display: block;
	width: 44px;
	height: 14px;
	background: url(graphics/eventsSideHeader.gif) no-repeat;
	line-height: .7em;
	margin: 10px 0px 10px 18px;
}

#sideBar h2.newsletter-side {
	text-indent: -9999px;
	display: block;
	width: 74px;
	height: 15px;
	background: url(graphics/newsletterSideHeader.gif) no-repeat;
	line-height: .7em;
	margin: 10px 0 5px 18px;
	float: left;
}

h2.highlights-side {
	text-indent: -9999px;
	display: block;
	width: 70px;
	height: 19px;
	background: url(graphics/highlightsSideHeader.gif) no-repeat;
	line-height: .7em;
	margin: 160px 0px 5px 18px;
}

.highlightsNav span {
	color: #51c051;
	font-weight: bold;
}

.highlightsNav {
	float: left;
	width: 215px;
	background: transparent url(graphics/dotted-light.gif) repeat-x top left;
	padding: 1px 0 0 0;
}

.highlightsNav li {
	font-size: .9em;
	line-height: 1.4em;
	display: inline;
}

.highlightsNav li a {
	display: block;
	padding: 7px 18px 9px 18px;
	background: transparent url(graphics/dotted-light.gif) repeat-x bottom left;
	text-decoration: none;
}
.highlightsNav li a:link {
	color: #d1f7d1;
}
.highlightsNav li a:visited {
	color: #d1f7d1;
}
.highlightsNav li a:hover {
	color: #ae7b48;
	background: #195619 url(graphics/dotted-light.gif) repeat-x bottom left;
}

#miniGallery {
	margin: 20px 0 0 13px;
	float: left;
}

#miniGallery h2 {
	text-indent: -9999px;
	display: block;
	width: 60px;
	height: 15px;
	background: url(graphics/galleriesSideHeader.gif) no-repeat;
	line-height: .7em;
	margin: 0 0 10px 5px;
}

#windows {
	margin-left: 30px;
	height: 140px;
	width: 140px;
	position: relative;
	margin-bottom: 10px;
}

#windows img { 
	background: #195619;
	padding: 4px;
	width: 60px;
	height: 60px;
}

.window1 {
	position: absolute;
	top: 0;
	left: 0;
}

.window2 {
	position: absolute;
	top: 0;
	right: 0;
}

.window3 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.window4 {
	position: absolute;
	bottom: 0;
	right: 0;
}



/* Contact
=================================*/

.telephone {
	height: 18px;
	background: url(graphics/telephone.gif) no-repeat;
	padding: 0 0 0 25px;
}

.email {
	height: 18px;
	background: url(graphics/email.gif) no-repeat;
	padding: 0 0 0 25px;
}