/*tags*/
body {
	color: maroon;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	/*	text-align: justify; 9/23 for pictures.php*/
	background-color: #66CC99;
	/*	max-width:65em;*/
	width: 95%;
	text-align:center;
	margin: auto;
/*	left: 300px;
	clip: rect(auto,auto,auto,auto);*/
}
a:link, a:visited {
  color: #FFF;
  padding-right:3px;
  /*border-left: #908AA5 solid 1px;
  border-top: #908AA5 solid 1px;*/
  /*border-right: #2C263D solid 1px;
  border-bottom: #EBF3E7 solid 1px;*/
  text-decoration: none;
  text-shadow:#CC0033;
}
a:hover, a:active {
  color: #524872;
  /*border-left: #EBF3E7 solid 1px;
  border-top: #EBF3E7 solid 1px;*/
  border-right: #777E74 solid 1px;
  border-bottom: #777E74 solid 1px;
  text-decoration: none;
  text-shadow:#CC0033;
}
a.email:link, a.email:hover{
	color:#0000FF;
}
	

h1{
	text-align:center
}
h2{
	text-align:center
}
hr.article{
	text-align:left;
}

/*classes*/
.linkheadings {
	font-style: oblique;
	line-height: 25px;
	font-variant: normal;
	text-decoration: none;
	
}
.linkheadings a{
	border:none;
	color:#777777 ;
}
.box{
	display:block;
	background-color: #FFFFCC;
	color:#0033FF;
	width:6em;
}
/*.container{
	width:65em;
	text-align:center;
	}*/
.extras {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
}
.citation{
	font-style:oblique;
}
.title{
	font-size:14px;
	text-decoration:underline
}
.caption{
	color:#333333;
	font-style:italic;
}
.header{
	text-align:center;
}
.maincontent{
	text-align:center;
	width: 100%;
	line-height: 25px;
/*	Changed from 80 to 100 on 9/23 for pictures.php*/
}
.footer{
	text-align:footer;
	width: 100%;
}
.warning{
	color:#FF0000;
}
.plants{
	color:olive;
	font-weight:700;
}
/*.container .maincontent div {
	text-align: center;
	width: 90%; Commented out 9/23 for pictures.php main picture waw erratic
}*/
.filtersgreen{
	color:#008A00;
	text-align:center;
}
.filtersblue{
	color:#0000CC;
	text-align:center;
}

/*IDs*/
#webmaster{
	width:5em;
	background-image:url(../site_images/site_parts/clouds2.jpg);
	color: #FF3366;
	text-decoration:none;
	border-bottom:thin;
	border-right:medium	
}
#webmaster a{
	display:block;
  margin: 0;
  height: 1em;
  padding: 7px 0 7px 7px;
  width: 130px;
  text-decoration: none;
  font-variant:small-caps;
  font-weight:bold;
  font-size: 90%;
}
#buttonbar a{
  text-decoration:none;
  border:none;
}
#links td{
	text-align:center
	}
#navBar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#navBar li {
  float: left;
  display: inline;
  }
/* style the links in the nav list */
#navBar a {
  display:block;
  margin: 0;
  height: 1em;
  padding: 7px 0 7px 7px;
  width: 130px;
  text-decoration: none;
  font-variant:small-caps;
  font-weight:bold;
  font-size: 90%;
  }
#navBar a:link, #navBar a:visited {
  background-color: #524872;
  color: #FFF;
  border-left: #908AA5 solid 2px;
  border-top: #908AA5 solid 2px;
  border-right: #2C263D solid 2px;
  border-bottom: #2C263D solid 2px;
  }
#navBar a:hover, #navBar a:active {
  background-color: #DFECD9;
  color: #524872;
  border-left: #EBF3E7 solid 2px;
  border-top: #EBF3E7 solid 2px;
  border-right: #777E74 solid 2px;
  border-bottom: #777E74 solid 2px;
}
#links table{
}
/*styles for photo gallery*/
#pictureWrapper {
   width:auto;
  float:right;
  text-align:center;
  font-weight:bold;
  margin: 10px 20px 10px 0px;
  max-width:50%;
  }
#pictureWrapper p {
	margin:0;
	padding:0;
	width: inherit;
	float: right;
  }
#mainpic {
  float:right;
  background:url(../site_images/site_parts/shadow3.gif) bottom right no-repeat;
  }
#mainpic img{
  margin: -5px 7px 5px -7px;
  }
#thumbnails {
  min-height: 345px;
  }
#thumbnails img {
  margin: 0 2px;
  border: none;
  }
#thumbnails table {
  margin: 0 15px;
  }
#pageNav {
  width: 310px;
  }
#picCaption{
  text-align:justify;
  max-width:30em;
}  
.LeftAlign {
	float:left;
	width:15em;
}
