/*This is the reports style sheet of the site.*/

html {
	/*background-image: url(images/leaves2.jpg); 
	background-repeat: repeat-y;
	background-image: url(images/leaves2.jpg); */
	background: #99cccc;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#butterfly {
  position: absolute;
  border: none;
  top: 6em;
  right: 10em;
}

/*#wrapper {*/
#content {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 110px 0 0 0;
	/*background: #ffff99;*/
	background: #99cccc;
	background-image: url(images/RotherlandsBanner2.gif); 
	background-repeat: no-repeat;
  background-position: 25px 25px;
	border-top: 2px solid #722100;	
  border-left: 2px solid #722100;
	border-right: 2px solid #722100;
	border-bottom: 2px solid #722100;
}

#wrapper h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
/*	color: #B51032;
	background-color: transparent;*/
  margin-left: 2em;
}
/*
#content {
	width: 860px;
	height: 400px;
	background: #ffff99;
	background-image: url(images/RotherlandsBanner2.gif); 
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
	padding: 110px 0px 0 0;
}
*/
#content p {
	font-size: 80%;
	text-align: justify;
	line-height: 1.8em;
	margin-top: 0;
	padding-left: 0em;
	padding-right: 15px;
}

#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	margin-left: 45px;
	color: #B51032;
	background-color: transparent;
}

#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
}

#pond {
  width: 500px;
  height: 142;
  margin-left: 60px;
}

#report-words {
  display: block;
	width: 28em;
	height: 350px; 
  left: 5px;
  top: 300px;
  margin-left: 45px; 
  padding: 5px;
  border: 1px solid #CC0000;
  overflow: auto;
  background-color: #FFFFFF;
}

#closewindow {
  display: inline;
  padding-left: 20px;
}

#closewindow a:link, #closewindow a:visited {
  padding: 2px 5px 2px 10px;
  color: #A62020;
  background-color: #A9A9A9;
  text-decoration: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
}

#closewindow a:hover {
  border-top: 1px solid #717171;
  border-left: 1px solid #717171;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#gallery {
  position: absolute;
  top: 10.3em;
  right: 8em;  
  /*display: inline;*/
  width:500px;
}

#thumbs {
  display: inline;
  width:190px; 
  float:right;
}

#thumbs a {
  display:block; 
  float:right; 
  margin: 0 0 5px 5px; 
  width:50px; 
  height:50px; 
  border:1px solid #000;
}

#thumbs a img {
  width:50px; 
  height:50px; 
  border:0;
}

#thumbs a:hover {
  border-color:#ddd;
}

#thumbs a:hover img {
  position:absolute; 
  width:auto; 
  height:auto; 
  right:190px; 
  top:0; 
  border:1px solid #333;
}

#footer {
	clear: both;
	padding: 0 0 10px 255px;
	font-size: 70%;
	color: #990000;
	background-color: transparent;
}
