/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#1a7f66;
	background-image:url("");
	background-position:top left;
	background-repeat:no-repeat;
}

div#branding_nav_container {
	height:248px;
	min-width:880px;
	background-color:#7f331a;
	background-image:url("/img/bg-branding.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom:1px solid #c8a79c;
}

div#branding_nav {
	position:relative;
	width:880px;
	margin:0px auto 0px auto;
	border:0px solid #000;
}

ul#nav {
	position:absolute;
	top:0px;
	left:196px;
	width:506px;
	height:34px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a{
	display:block;
	border:0px solid black;
}

#nav li a span {position:absolute;top:-30px;left:0px;}

#nav, #nav a {height:34px;}

#home, #events, #news, #gallery, #contribute, #about {
	float:left;
	height:34px;
}
			
#home {width:65px;margin-top:-2px;}
#home a, #home a:visited {background:url("/img/btn-home.gif") top left no-repeat;}
#home a:hover {background:url("/img/btn-home.gif") top center no-repeat;}

#events  {width:73px;margin-top:-1px;}
#events a, #events a:visited {background:url("/img/btn-events.gif") top left no-repeat;}
#events a:hover {background:url("/img/btn-events.gif") top center no-repeat;}

#news {width:60px;margin-top:-1px;}
#news a, #news a:visited {background:url("/img/btn-news.gif") top left no-repeat;}
#news a:hover {background:url("/img/btn-news.gif") top center no-repeat;}

#gallery {width:82px;}
#gallery a, #gallery a:visited {background:url("/img/btn-gallery.gif") top left no-repeat;}
#gallery a:hover {background:url("/img/btn-gallery.gif") top center no-repeat;}

#contribute {width:110px;margin-top:-1px;}
#contribute a, #contribute a:visited {background:url("/img/btn-contribute.gif") top left no-repeat;}
#contribute a:hover {background:url("/img/btn-contribute.gif") top center no-repeat;}

#about {width:94px;margin-top:-2px;}
#about a, #about a:visited {background:url("/img/btn-about.gif") top left no-repeat;}
#about a:hover {background:url("/img/btn-about.gif") top center no-repeat;}

div#container {
	min-width:880px;
	margin:0 auto 0 auto; 
}

div#content {
	position:relative; 
	width:566px;
	margin:0 auto 0 auto; 
	margin-top:-1px;
	padding:0px 70px 50px 70px;
	text-align:left;
	background-color:#166a55;
	background-image:url("/img/bg-content.jpg");
	background-position:bottom left;
	background-repeat:repeat-x;
	border:0px solid #000;
}

/*div#content_main {
	float:left;
	width:300px;
	border:0px solid #000;
}

div#content_sub {
	float:right;
	width:280px;
	border:0px solid #000;
}*/

p#site_info {
	padding-top:100px;
	text-align:center;
	color:#8fc0b4;
}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#fff;
}

h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS", helvetica,arial, sans-serif;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

h1 {font-weight:normal;font-size:32px;margin-left:-8px;} 

h2 {font-weight:normal;font-size:18px;}


h3 {font-size:14px;}

h4 {font-size:14px;}

p {
	margin:0px;
	margin-bottom:10px;
	text-align:justify;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot-white.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}
.30px_bottom_margin {margin-top:30px;}
.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.small {font-size:1.1em;}
.no_spacing {margin:0px; padding:0;}
.light, .tableLight {}
.dark, .tableDark {background-color:#1a667f;}
.adminBar {background-color:#2d4122;}
.tableHighlight {background-color:#5f4f4b;}
.white {color:#FFFFFF;}
.hidden {display:none;}
.icon {vertical-align:middle;}
a.no_link, a.no_link:visited, a.no_link:hover {color:#000;text-decoration:none;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #000;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

ul.striped, ol.striped { 
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}
ul.striped li, ol.striped li {}
ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}
ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}
ul.striped li a:visited, ol.striped li a:visited {}
ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#efd057;
	color:#000;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN SPECIAL CLASSES (DELETE IF NOT BEING USED ON SITE */
ul#nav_sub_list {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}
#nav_sub_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:2px;
}
#nav_sub_list li a {
	display:block;
	color:#737373;
	font-weight:bold;
	font-size:11px;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	background-image:url("/img/icon-arrow.png");
	background-repeat:no-repeat;
	background-position:135px 9px;
	border:0px solid black;
}
#nav_sub_list li a:visited {}
#nav_sub_list li a:hover {background-color:#ebebeb;color:#000;}
#nav_sub_list li#first_sub_nav a {
	padding-top:6px;
}
/* BEGIN CUSTOM, SITE SPECIFIC STYLES */
.decorative_title {
	background-image:url("/img/bg-title.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0px 0px 10px -11px;
	padding:2px 0px 0px 12px;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	width:587px;
	height:26px;
	overflow:hidden;
}

.box {
	width:177px;
	float:left;
	border:0px solid white;
}
.box form#form_email_list {
	padding:0px 10px 0px 10px;
}
.decorative_title_sm {
	background-image:url("/img/bg-title-sm.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0px 0px 4px 0px;
	padding:2px 0px 0px 10px;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	width:177px;
	height:22px;
	overflow:hidden;
}

ul.albumList li{
	width:250px;
	text-align:center;
}

ul.inline_list {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

ul.inline_list li{
	float:left;
	margin:5px;
}

table.photolist {
	margin:0;
	padding:0;
	border:0px solid black;
}
	
.photoList td{
	width:120px;
	padding:6px;
	text-align:center;
	vertical-align:top;
	border:0px solid black;
}

.photoList p {
	text-align:center;
}

.photoList a {
	
}

p.right {padding:0;margin:0;text-align:right;border:0px solid white;}

img#fader {float:left;margin-right:20px;}

ul#table_events {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}
#table_events li {
	float:left;
	text-align:center;
	padding:0px 15px 20px 15px;
	width:150px;
	border:0px solid black;
}
#table_events li strong {font-size:14px;border:0px solid black;}
/* END CUSTOM, SITE SPECIFIC STYLES */