@charset "UTF-8";
/* CSS for Screen */

/*=Univeral and Container
	-----------------------------------------------------------------------*/
* {
	margin: 0; 
	padding: 0;
	outline:none; /*Removes Dotted Border in Firefox*/
	}
#wrapper {
	position: relative;
	/*background-image:url(images/new/grid.png);*/
	background-color: #FFF;
	border: #999 solid thin;
	line-height: 1.3em;
	margin: 0 auto; /*Centers container - must have both*/
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left; 
	width: 52em; 
	z-index: 100;
	}
body {
	background: #e1e1e1 url(../images/logos_icons/background.gif);
	color: #333;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	}
img {border-style: none;}

/*=Classes
	-----------------------------------------------------------------------*/
a {text-decoration: none;}
a:link, a:visited {color: #a56622;}
a:hover {text-decoration: underline;}
.bold {font-weight: bold;}
.bottomdots {padding-bottom: 5pt; border-bottom:solid 1px #333;}
.center {text-align:center;}
.floatclear {clear:both;}
.floatleft {float:left; padding-right:.5em; padding-top: .25em;}
.floatright {float:right; padding-left:.5em; padding-top: .25em;}
.gototop {position: absolute; left: 12em; font-size: .75em;}
.gototop a {color:#666}
.green {color:#4d7b32} /*Palustris green */
.indent {padding: 0 2em 0 2em;}
.noscreen {display:none;} /* This class must also be on the print stylesheet */

/*=Padding
	-----------------------------------------------------------------------*/
.paddingbottom005 {padding-bottom: .5em;} /* Extra Padding */
.paddingbottom02 {padding-bottom: 2em;} 
.paddingbottom10 {padding-bottom: 10em;}
.paddingbottom20 {padding-bottom: 20em;}
.paddingbottom30 {padding-bottom: 30em;}

.paddingtop008 {padding-top: .8em;} /* Extra Padding */
.paddingtop02 {padding-top: 2em;} 
.paddingtop10 {padding-top: 10em;}
.paddingtop20 {padding-top: 20em;}
.paddingtop22 {padding-top: 22em;}
.paddingtop30 {padding-top: 30em;}

.paddingtop0 {padding-top: 0;}

/*=Captioned Images
	-----------------------------------------------------------------------*/
div.captionpic { /* Captioned images */
	border: none;
	float:right;
	font-size:0.8em;
	width:28em;
	}
div.captionpic img {/* Applies to the image inside a captionpic div */
	border:none;
	text-align: left;
	width: 100%;
	}
div.captionpic p { /* Captioned images */
	color:#555;
	padding-left: 2em;
	width:25em;
	}

/*=Table
	-----------------------------------------------------------------------*/
.table {
	border-collapse: collapse;
	caption-side: bottom;
	font-size: .9em;
	margin: .5em 0;
	padding: 0;
	width: 100%;
	}
.table td {
	border-bottom: 1px dotted #bbb;
	line-height: 1em;
	padding: .5em;
	}
.table th {
	border-bottom: 1px dotted #bbb;
	padding: .5em;
	text-align: left;
	}
.table img {
	vertical-align:top;
	border:none;
	}

/* Events List ------------------------ */
.tablelist {
	border-collapse: collapse;
	font-size: .7em;
	font-weight:bold;
	margin: .5em 0;
	padding: 0;
	width: 100%;
	}
.tablelist td {
	border-bottom: 1px dotted #bbb;
	line-height: 1.2em;
	padding: .5em .5em .5em 0;
	}
.year {width: 7%}
.month {width: 22%}
.event {width: 71%}
	
/* Newsletter ------------------------ */
.tablenews {
	border-collapse: collapse;
	font-size: .9em;
	margin: .5em 0;
	padding: 0;
	width: 100%;
	}
.tablenews td {
	border-bottom: 1px dotted #bbb;
	line-height: 1em;
	padding: .5em;
	vertical-align: top;
	}
.tablenews th {
	border-bottom: 1px dotted #bbb;
	padding: .5em;
	text-align: left;
	}
.tablenews img {
	border: 1px solid #999;
	}
.tablenews h2 {
	padding: 0 .5em .5em .5em;
	}

/*=Image Pop Up
	-----------------------------------------------------------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail,
.thumbnail img,
.thumbnail_last,
.thumbnailright,
.thumbnailright img,
.thumbnailright_last{
	position: relative;
	z-index: 0;
	}
.thumbnail:hover,
.thumbnail_last:hover,
.thumbnailright:hover,
.thumbnailright_last:hover{
	background-color: transparent;
	cursor: default;
	z-index: 500;
	}
.thumbnail span,
.thumbnail_last span,
.thumbnailright span,
.thumbnailright_last span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: gray;
	left: -1000px;
	padding: 8px;
	text-decoration: none;
	visibility: hidden;
	}
.thumbnail span img,
.thumbnail_last span img,
.thumbnailright span img,
.thumbnailright_last span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0;
	}
.thumbnail:hover span{ /*CSS for enlarged image on hover with position for left thumb*/
	top: -100px;
	left: -260px; 
	cursor: default;
	visibility: visible;
	}
.thumbnailright:hover span{ /*CSS for enlarged image on hover with position for right thumb*/
	top: -100px;
	left: 155px; 
	cursor: default;
	visibility: visible;
	}
.thumbnail_last:hover span{ /*Changes position for last thumbnail*/
	top: -215px;
	left: -265px; 
	cursor: default;
	visibility: visible;
	}
.thumbnailright_last:hover span{ /*Changes position for last thumbnail*/
	top: -215px;
	left: 100px; 
	cursor: default;
	visibility: visible;
	}

/*=Header
	-----------------------------------------------------------------------*/
#header {
	position: relative; top:0; left:0;
	height: 7.77em;
	width: 52em;
	z-index: 200;
	}
#header_logo {
	position: absolute; top: 1em; left: .85em;
	width: 18em;
	z-index:900;
	}
#header_logo img { /*Fixes Mysterious Image Gap */
	border: none;
	display:block;
	}
.header_info {
	position: absolute; top: 3.75em; right: 28em;
	color: #999; 
	font-size: .7em;
	}
.header_info a {
	color: #999;
	}	
#header_search {
	position: absolute; top: 2.5em; right: 1em;
	}
.search_box {
	border: 1px solid #CBCBCB;/*Need for Safari*/
	color: #666;
	font-size: .7em;
	margin: 0;
	padding: 3px;
	}
.search_button {
	color: #666;
	border: 1px solid #CBCBCB;
	background-color: #E3E3E3;
	font-size: .7em;
	margin: 0;
	padding: .22em;
	}
	
/*=Main Navigation Bar
	-----------------------------------------------------------------------*/
	
/* Navigation Horizontal List ------------------ */
#navigation_stripe1 {/* Stripe above navigation bar */
	position:absolute; top: 5em; left: 0;
	background-color: #666;
	height: 1px;
	width: 100%;
	z-index: -5;
	}
#navigation_stripe2 {/* Stripe below navigation bar */
	position:absolute; top: 7.22em; left: 0;
	background-color: #b8a37f;
	height: .5em;
	width: 100%;
	z-index: 0;
	}
#navigation_bar { /* Colored bar behind navigation */
	position:absolute; top: 5.15em; left: 0;
	background-color: #333;
	height: 2.1em;
	width: 100%;
	z-index: 0;
	}
#navigation{
	position:absolute; top: 5.15em; left: 3.75em;
	font-family:Arial, Helvetica, sans-serif;
	height: 2.1em; 
	width: 48em; 
	z-index: 300; 
	}
#navigation ul{/* Remove bullets from ul in the navbar */
	list-style-type:none;
	}
#navigation li{/* List items in the navbar */
	position:relative; /* Required for drop-down menus */
	float:left;
	line-height: 4.2em;
	width: auto;
	}
#navigation a,/* Links, unvisited and visited */
#navigation a:link,
#navigation a:visited{
	border: none;
	border-right: .1em solid #777;
	color:#FFF;
  	display:block;
	float:left;
	font-size: .75em;
	line-height: 2.8em;
	padding: 0 .95em;
  	text-decoration:none;
	width: auto;
	}
#navigation a:hover, /* Hover, active, and current page links */
#navigation a:active {
	background-color: #555; /* Must have background to work in IE6 #CCC*/
	}
#navigation li.current,
#navigation li.current:hover {
	background-color: #731900;
	}

/* Navigation Drop Down List ------------------ */
#navigation li ul{
  	position:absolute;
	background-color: #333;
	display: block;
	visibility: hidden;
	width: 9.5em;
	z-index: 400;
	/* Transparency */
	filter:alpha(opacity=90);
	opacity: 0.9;

	}
#navigation li:hover ul,/* Make drop-down visible on navbar hover */
#navigation li a:hover ul{ /* IE6 hack */
	left: -1px;
	top: 2.1em;
	visibility: visible;
	}
#navigation li:hover ul li a,/* Links on the drop-down menu */
#navigation li a:hover ul li a{ /* IE6 hack */
	border: .1em solid #555;
	border-top: 0;
	display:block;
	font-weight: normal;
	height:auto;
	line-height: 1.2em;
	padding: .5em 0 .5em .5em;
	text-align: left;
	width: 12em;
	}
#navigation li:hover ul li a:hover,/* Hover on drop-down menu */
#navigation li a:hover ul li a:hover{ /* IE6 hack */
	background:#731900;
	color: #FFF;
	width: 12em;
	}
#navigation table {/* IE6 hack applies to its drop-down */
	position:absolute; left: 0; top: .5em;
	margin:-1px; 
	border-collapse:collapse; 
	}
	
/*=Breadcrumb and Heading
	-----------------------------------------------------------------------*/
#breadcrumb_bar {/*Colored bar containing breadcrumbs*/
	position: relative; top: -1px;left: 0;
	background-color: #DEC599;
	border-bottom: 1px solid #666;
	height: 3.8em;
	padding-left: 16em;
	width: 36em;
	z-index: 0;
	}
#breadcrumb_bar h1 {
	color: #731900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: .1em;
	}
ul#breadcrumbs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	list-style: none;
	padding: .35em 0 0 0;	
	}
ul#breadcrumbs li {
	display: inline; 
	}
ul#breadcrumbs li a {
	color: #66472e;
	height: 1em;
	}
ul#breadcrumbs li a:hover {
	text-decoration: underline;
	}
	
/*=Large Photograph DIV
	-----------------------------------------------------------------------*/
#photo_bar {/* Dark bar to left of menu and behind photo */
	position:relative; top: 0; left: 0;
	background-color:#222;
	border-top: 1px solid #fff;
	height: 15em;
	width: 52em;
	}
#photo {
	position:absolute; top: 0; right: 0;
	width: 39.5em;
	}
#photomap{
	position:absolute; top: 0; left:14.5em;
	width: 35em;
	}
#photomap_bar{/* Dark bar to left of menu and behind map */
	position:relative; top: 0; left: 0;
	background-color:#222;
	border-top: 1px solid #fff;
	height: 17.9em;
	width: 52em;
	}
#photo_stripe { /* Stripe below photo */
	position:relative; top: .2em; left: 0;
	background-color:#888;
	height: 1px;
	width: 100%;
	}
/*Info Icon and Caption*/
#photo_info_icon {
	position: absolute; bottom: 1em; right: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 1.5em;
	width: 3em;
	z-index: 900;
	}
#photo_info_icon a {
	background-color: #FFF;
	border: 2px solid #666;
	color: #963;
	padding: .3em .5em;
	/* Transparency */
	filter:alpha(opacity=70);
	opacity: 0.7;
	}
#photo_info_icon a:hover{
	background-color: #963;
	border: 2px solid #fff;
	color: #fff;
	cursor: default;
	text-decoration: none;
	}
#photo_info_icon a span {
	display:none;
	}
#photo_info_icon a:hover span {
	position: absolute; bottom: 4em; right: .5em;
	background-color: #FFF;
	color: #000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.1em;
	padding: 1em;
	width: 12em;
	/* Transparency */
	filter:alpha(opacity=90);
	opacity: 0.9;
	}
	
/*=Main Content
	-----------------------------------------------------------------------*/
#main_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em 0 2em 16em;
	width: 34em;
	z-index:0;
	}
#main_content p {
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 1em;
	}
#main_content h2 {
	font-size: .95em;
	}
#main_content h3 {
	font-size: .9em;
	font-style: normal;
	}
#main_content li {
	padding-bottom: .5em;
	}
#main_content p.italic {
	font-size: .7em;
	font-style:italic;
	line-height: 1.4em;
	}
#main_content p.size09 {
	font-size: .9em;
	}
#main_content p.size08 {
	font-size: .8em;
	}
#main_content p.size07 {
	font-size: .7em;
	}
#main_content p.leadingless07 {
	margin-top: -.7em;
	}
#main_content p.eventdate {
	font-size: .9em;
	font-weight: bold;
	margin-bottom:0;
	}
#main_content blockquote {
	border-left: 3px double #999;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0 2em 1em 2em; 
	padding: 0 2em 0 1em;
	}
#main_content ul {
	font-size: .9em;
	list-style:square;
	list-style-image:url("../images/logos_icons/bullet_square.gif");
	margin: 0 0 2em 3em;
	}
#main_content a,
#main_content a:visited {
	color:#a56622;
	}
#main_content a:hover {
	text-decoration: underline; 
	}

/*Photo Gallery*/
#gallery{/* Applies to entire gallery div */
	position:relative;           
	}
#gallery h2 {
	font-size: 1.5em;
	}
#gallery p {
	font-size: .8em;
	margin-right: 1em;
	}
#gallery a img {/* Small thumbnail images */
	border:solid 1px #000;
	cursor: default;
	margin:0 .25em .25em 0;
	width: 5em;	
	}
#gallery a span img {/* Large image size */
	float:left;
	margin: 1em;
	width: 30em;
	}
#gallery a span { /* Span that surrounds large image and text */
	position: absolute; top: 20em; left: 0;
	background-color: #ddd;
	border: solid 1px #000;            
	color: #333; 
	visibility: hidden; /* Hidden at first */
	width: 100%;
	}
#gallery a:hover { /* IE6 needs this style rule */
	background-color: transparent;
	text-decoration:none;            
	z-index:5;
	}  
#gallery a:hover span {/* Make large image visible on hover */
	top: 12em;
	left: 0em; 
	visibility: visible;
	}

/*Photo Gallery Button (Go To Photo Gallery)*/
#gallery_icon{
	background:url(../images/logos_icons/gallery_icon_hover.jpg) no-repeat;
	float: right;
	font-size: .8em;
	font-weight:bold;
	line-height: 1.4em;
	margin: 1em 0 1em 1em;
	text-align:center;
	text-decoration:none;
	}
#gallery_icon a span,
#gallery_icon a:link,
#gallery_icon a:visited{
	display:block;
	}
gallery_icon img {
	border:0;
	text-decoration:none;
	}
#gallery_icon a:hover img{
	visibility:hidden;
	}
	
/*=Sub Navigation, Sub Content, Sub Content Index Page
	-----------------------------------------------------------------------*/
#sub_content {
	position:absolute; top: 7.25em; left: 1.2em;
	background-color: #FFF;
	border-top: .4em solid #bbb;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
	width: 13.2em; 
	z-index:100;
	}
#sub_content h3{
	font-size: 1.1em;
	margin: .75em;
	}
#sub_content p{
	font-size: .8em;
	margin: 1em;
	}
#sub_content ul { /* Current stripe */
	display:block;
	font-size: .8em;
	line-height: 1.1em; /* Line spacing */
	list-style-type: none;
	width: 16.5em; 
	}
#sub_content ul li {
	font-style: normal;
	}
#sub_content ul li a { /* Hover stripe */
	border-top: .1em dotted #aaa;
	color: #666;
	display: block;
	font-weight: normal;
	padding: .5em 1em;
	width: 14.5em;
	}
#sub_content ul li a:hover {
	background: #EEE;
	text-decoration: underline;
	}
#sub_content li.current,
#sub_content li.current:hover {
	background: #DDD;
	}
	
/*=Footer
	-----------------------------------------------------------------------*/
#footer {
	position: relative; 
	border-top: .7em solid #CCC;
	height: 4.5em;
	padding-top: .5em;
	z-index: 600;
	}
#footer p {
	font-size: .6em;
	font-weight: normal;
	line-height: 1.4em;
	}
#footer p.footer1{
	float:left;
	padding: 0 0 1em 2em;
	text-align: left;
	} 
#footer p.footer2 {
	padding-right: 2em;
	text-align: right;
	} 

/*=Index Page
	-----------------------------------------------------------------------*/
#index_photo_bar {
	background-color:#fff;
	cursor:default;
	position:relative; top: 0; left: 0;
	width: 52em;
	}
#index_photo_bar img{
	background-color:#fff;
	width: 100%;
	}
	
/*= --------------------------*/	
#index_sub_content {
	position:absolute; top: 7.20em; left: 1.2em;
	background-color: #FFF;
	border: 1px solid #999;
	height: 26.5em;
	width: 13.2em; 
	z-index:100;
	/* Transparency */
	filter:alpha(opacity=40);
	opacity: 0.4;
	}
	
/*= --------------------------*/	
#index_new_stuff {/* Container DIV for 3 What is New DIVS */
	font-family:Arial, Helvetica, sans-serif;
	height: 8em;
	line-height: 100%;
	margin-left: 14.5em;
	width: 37.5em;
	}
#index_new_stuff img{ /* Images in the 3 DIVS */
	float:left;
	margin-right: .5em;
	}
#index_new_stuff_left, /* 3 DIVS */
#index_new_stuff_middle,
#index_new_stuff_right {
	background-color:#FFF;
	border-right: 1px solid #999;
	float: left;
	margin: 1em 0 0 1em;
	padding-right: .5em;
	width: 10.35em;
	}
#index_new_stuff_right {
	border-right: none;
	}
#index_new_stuff_left p,
#index_new_stuff_middle p,
#index_new_stuff_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.1em;
	}
#index_new_stuff_left h2,
#index_new_stuff_middle h2,
#index_new_stuff_right h2 {
	font-size: .8em;
	line-height: 1.1em;
	margin-top: 0em;
	}
#index_new_stuff_left a,
#index_new_stuff_middle a,
#index_new_stuff_right a {
	color: #731900;
	font-weight: bold;
	line-height: 2em;
	}