/* 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:#e6e6e6;
}

/* ie6.css */
div#branding_bg {
	position:absolute;
	top:0px;
	left:0px;
	height:106px;
	width:100%;
	min-width:914px;
	background-color:#000;
	border-bottom:3px solid #fff;
}

div#container {
	position:relative; 
	width:914px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	padding-top:108px;
	text-align:left;
	border:0px solid black;
}

img#tagline {
	position:absolute;
	top:90px;
	left:188px;
	z-index:4;
}

div#content_sub {
	float:right;
	width:250px;
	border:0px solid black;
}

img#logo {
	position:absolute;
	top:15px;
	left:216px;
	z-index:5;
}

img#photobar {
	position:absolute;
	top:106px;
	left:118px;
	z-index:1;
}

div#content {
	background-color:#fff;
	padding-bottom:3px;
}

div#nav {
	position:absolute;
	top:109px;
	left:3px;
	width:186px;
	z-index:3;
}

#nav ul {
	width:100%;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav ul li {
	border-bottom:1px solid #fff;
}

#nav a {
	display:block;
	height:35px;
	border:0px solid black;
}

#home, #calendar, #photos, #activities, #membership, #applications, #links, #about, #contact {
	height:35px;
}

#home {width:158px;height:33px;}
#home a, #home a:visited {height:33px;background:url("/img/btn-home.gif") top left no-repeat;}
#home a:hover {background:url("/img/btn-home.gif") top right no-repeat;}

#calendar  {width:168px;}
#calendar a, #calendar a:visited {background:url("/img/btn-calendar.gif") top left no-repeat;}
#calendar a:hover {background:url("/img/btn-calendar.gif") top right no-repeat;}

#photos {width:175px;height:34px;}
#photos a, #photos a:visited {height:34px;background:url("/img/btn-photos.gif") top left no-repeat;}
#photos a:hover {background:url("/img/btn-photos.gif") top right no-repeat;}

#activities {width:181px;}
#activities a, #activities a:visited {background:url("/img/btn-activities.gif") top left no-repeat;}
#activities a:hover {background:url("/img/btn-activities.gif") top right no-repeat;}

#membership  {width:183px;}
#membership a, #membership a:visited {background:url("/img/btn-membership.gif") top left no-repeat;}
#membership a:hover {background:url("/img/btn-membership.gif") top right no-repeat;}

#applications {width:183px;}
#applications a, #applications a:visited {background:url("/img/btn-applications.gif") top left no-repeat;}
#applications a:hover {background:url("/img/btn-applications.gif") top right no-repeat;}

#nav ul li#links {width:182px;border:0px;height:36px;}
#links a, #links a:visited {height:36px;background:url("/img/btn-links.gif") top left no-repeat;}
#links a:hover {background:url("/img/btn-links.gif") top right no-repeat;}

#nav ul li#about {width:179px;border:0px;height:36px;}
#about a, #about a:visited {height:36px;background:url("/img/btn-about.gif") top left no-repeat;}
#about a:hover {background:url("/img/btn-about.gif") top right no-repeat;}

#nav ul li#contact {width:174px;border:0px;height:36px;}
#contact a, #contact a:visited {height:36px;background:url("/img/btn-contact.gif") top left no-repeat;}
#contact a:hover {background:url("/img/btn-contact.gif") top right no-repeat;}

/* ie6.css */
div#content_main {
	width:670px;
	min-height:431px;
	padding-top:210px;
	padding-bottom:37px;
	padding-left:50px;
	margin-left:3px;
	border:0px solid black;
	border-left:solid 161px #f8ec9f;
	
}

div#site_info {
	width:920px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	height:100px;
	padding-top:22px;
	color:#909090;
	text-align:center;
}

#site_info ul {
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	padding:0;
	padding-bottom:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#site_info li {display:inline;}

#site_info p {
text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#site_info a {
	color:#909090;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {color:#000;text-decoration:underline;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:georgia, palatino, serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	font-weight:normal;
	margin-bottom:4px;
}

p, ul, ol {font-size:14px;}

h1 {font-size:24px;} 

h2 {
	font-size:18px;
	margin-top:30px;
}
h2.first {margin-top:0px;}

h3 {font-size:16px;}

h4 {font-size:14px;}

p {
	margin:0px;
	margin-bottom:10px;
	text-align:justify;
}

a {
	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.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 */
.normal {font-weight:normal;}

.no_link {
	color:#000;
	text-decoration:none;
}

#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}

#news_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:10px;
}

#news_list h3 {
	font-size:12px;
	margin:0;
}

#news_list p {
	font-size:11px;
	margin-bottom:4px;
}

#news_list p.date {
	font-style:italic;
	padding-bottom:6px;
	text-align:right;
}

ul.striped, ol.striped { /* list style */
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

/*ie6.css*/
ul.striped li, ol.striped li {}

table.striped tr td a, 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;}

table.striped tr td a:visited, ul.striped li a:visited, ol.striped li a:visited {}

table.striped tr td a:hover, table.striped tr td a:hover span.no_link, 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:#20428a;
	color:#fff;
}
table.striped {width:100%;}
table.striped tr td.td_edit {width:50px;}

.light {background-color:#efefef;}
.dark {background-color:#e1e1e1;}

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;

}

/* +++ IE6.CSS */
#nav_sub_list li {
	float:left;
	padding-bottom:2px;
}

#nav_sub_list li a {
	font:bold 13px arial, sans-serif;
	display:block;
	color:#000;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-top:4px;
	padding-right:20px;
	padding-bottom:4px;
	padding-left:20px;
	text-decoration:none;
	border-left:1px solid #fff;
	background-color:#f0d632;
}

#nav_sub_list li a:visited {}

#nav_sub_list li a:hover {background-color:#20428a;color:#fff;}

#nav_sub_list li#first_sub_nav a {
	border:0;
}
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	border:0px solid #FFF;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.border {border:1px solid #555555;}

.even {background:#efefef;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
td {
	/*font-size:0.8em;*/
}

.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#f4e2bd;
}

.tableDark {
	background-color:#ecd7aa;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.submit {
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#dac5a8;
	color:#422c28;
}

.error {
	color: #CC0000;
}
/* END OAF TOOLS */
/* BEGIN SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* END SIFR */

table.photolist {
	margin:0;
	padding:0;
	border:0px solid black;
}
	
.photoList td{
	width:120px;
	padding:5px;
	text-align:center;
	vertical-align:top;
	border:0px solid black;
}

.photoList p {
	text-align:left;
}

.photoList a {
	text-decoration:none;
}

ul.albumList li{
	width:250px;
	text-align:center;
}

img.album_photo_edit {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:thin;
}

img.selected {
	border-color:#CC0000;
	border-width:medium;
}

fieldset { border:none;}

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;
}
