/* 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%;
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#859a95;
	background-image:url("/img/bg.gif");
	background-position:top center;
	background-repeat:repeat-y;
	min-width:900px;
}

div#bg_top {
	position:relative; 
	width:898px;
	height:18px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */

	text-align:left;
	background-image:url("/img/bg-top.png");
	background-position:top left;
	background-repeat:no-repeat;
	border:0px solid black;
}

div#container {
	position:relative; 
	width:898px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	background-image:url("/img/bg-middle.png");
	background-position:top left;
	background-repeat:repeat-y;
	border:0px solid black;
}

div#branding_nav {
	position:relative;
	height:150px;
	text-align:center;
}

#branding_nav img {
	margin-top:10px;
	margin-left:2px;
}

ul#nav {
	position:absolute;
	top:85px;
	left:90px;
	background-image:url("/img/bg-nav.gif");
	background-position:top left;
	background-repeat:no-repeat;
	width:718px;
	margin:0;
	height:33px;
	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;
}

ul#nav span {margin-left:-10000px;}

ul#nav, #nav a {height:33px;}

#home, #documents, #area, #news, #committees, #contact {
	float:left;
	height:33px;
}

#home {width:75px;margin-left:12px;}
#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 right no-repeat;}

#documents  {width:111px;}
#documents a, #documents a:visited {background:url("/img/btn-documents.gif") top left no-repeat;}
#documents a:hover {background:url("/img/btn-documents.gif") top right no-repeat;}

#area {width:153px;}
#area a, #area a:visited {background:url("/img/btn-area.gif") top left no-repeat;}
#area a:hover {background:url("/img/btn-area.gif") top right no-repeat;}

#news {width:130px;}
#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 right no-repeat;}

#committees {width:114px;}
#committees a, #committees a:visited {background:url("/img/btn-committees.gif") top left no-repeat;}
#committees a:hover {background:url("/img/btn-committees.gif") top right no-repeat;}

#contact {width:111px;}
#contact a, #contact a:visited {background:url("/img/btn-contact.gif") top left no-repeat;}
#contact a:hover {background:url("/img/btn-contact.gif") top right no-repeat;}

div#content {
	border:0px solid black;
}

div#content_main_full {
	float:left;
	width:650px;
	margin-left:123px;
	margin-bottom:0px;
	border:0px solid black;
}

div#content_main {
	float:right;
	width:438px;
	margin-right:123px;
	margin-bottom:0px;
	border:0px solid black;
}

div#content_sub {
	float:left;
	width:178px;
	margin-left:123px;
	margin-bottom:0px;
	border:0px solid black;
}

/*ie.css*/
img#bg_photo {
	margin-left:18px;
	margin-bottom:-2px;
}

div#site_info {
	position:relative; 
	width:898px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:center;
	height:50px;
	padding:0px;
	padding-top:25px;
	background-image:url("/img/bg-bottom.png");
	background-position:top left;
	background-repeat:no-repeat;
}

#site_info p {
	padding:0px;
	font-size:11px;
	color:#fff;
}

#site_info a {
	color:#fff;
	text-decoration:none;
}
#site_info a:visited {text-decoration:none;}
#site_info a:hover {color:#000;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol, td {font-size:12px;}

h1 {font-weight:normal;color:#4c5844;font-size:18px;font-family:Georgia, "Times New Roman", Times, serif;} 

h2 {font-size:14px;}

h3 {font-size:12px}

h4 {font-size:12px}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#567995;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;color:#000;}

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");
	line-height:1.4em;
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
p.date {
	font-size:11px;
	margin-top:-5px;
}

ol.basic, ul.basic {
	margin:0;
	padding:0;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

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;
}

ul.striped li, ol.striped li {overflow:auto;}

/*ie6.css*/
ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	background-color:transparent;
	overflow:hidden;
}

span.normal {font-weight:normal;}

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:#f1f1ea;
}

/*BEGIN DOCS*/
div#documents_full { /*Used if there's no right column*/
}

div#documents_column_left {
	width:310px;
	float:left;
	border:0px solid white;
}

div#documents_column_right {
	width:310px;
	float:right;
	border:0px solid white;
}

ul.docs, ol.docs { /* 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;
	border:0px solid white;
}

ul.docs li, ol.docs li {
	position:relative;
}

ul.docs li a, ol.docs li a {
	display:block;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	background-color:transparent;
}
ul.docs li a:visited, ol.docs li a:visited {}
ul.docs li a:hover, ol.docs li a:hover, ul.docs li a:hover span.no_link, ol.docs li a:hover span.no_link {
	background-color:#f1f1ea;
}

.docs li a.link_docs {
	min-width:200px; /*ie7 fix for width of hover color and blinking over text*/
}

/*ie6.css*/
ul.docs a.link_edit {
	position:absolute;
	top:0px;
	left:0px;
	border-right:4px solid #fff;
	/*padding-top:14px;*/
	height:28px;
}

ul.docs a.description {height:45px;}
/*END DOCS*/

ul.nav_sub {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

a.no_link, a.no_link:hover, span.no_link {
	text-decoration:none;
	color:#000;
	background-color:transparent;
	padding:0;
}

.dark {background-color:#efefef;}

.no_margin {margin:0;}

.float_left {float:left}
.float_right {float:right}
/* +++ IE6.CSS */
.nav_sub li {}

.nav_sub li a {
	display:block;
	color:#595959;
	font-weight:bold;
	font-size:11px;
	margin:0;
	padding:0;
	padding-top:2px;
	padding-right:10px;
	padding-bottom:3px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}

.nav_sub li a:visited {}

.nav_sub li a:hover {background-color:#cce6ff;}

.nav_sub li#first_sub_nav a {
	padding-top:6px;
}

fieldset, legend {
	margin:0;
	padding:0;
	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;
	height:0px;
	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 */

.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#f4e2bd;
}

.tableDark {
	background-color:#ecd7aa;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.calendar {
	color:#000;
}

.calendarFeatured {
	color:#000;
	font-weight:bold;
}

/* 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, .sIFR-hasFlash h2 {
	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 */





ul#clrcalinks {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

ul#clrcalinks li {
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
}

/*ie6.css*/
ul#clrcalinks li a {
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	text-decoration:none;
	background-color:transparent;
}

ul.inline_list {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

ul.albumList li{
	width:250px;
	text-align:center;
}

.photo {
	float:left;
	margin:0px 11px 11px 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.daynames,.month {font-weight:bold;color:#fff;}
