/* CSS obtained from Open Source Web Design */
/* CSS revised and manipulated by Johanna Russ, October 2007-February 2008 */


body { background-color: #FFF;  color: Black; border: 0px; margin: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
#header{
	padding-left: 75px;
	padding-top: 3px;
}
#survey {
	padding-left:850px;
	font-size:large;
}
h1 { font-family: Georgia, "Times New Roman", serif;  font-size: x-large;  font-style: italic;  color: #556B2F;  background-color: #FFF;  border: 1px dashed #556B2F;  margin: 5px;  white-space: nowrap;      }
h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: large;
	color: #6B8E23;
	background-color: transparent;
	margin-right: 25px;
	text-align: left;
	white-space: nowrap;
	padding-left: 3px;
	padding-bottom: 3px;
}
#breadcrumb { font-family: Arial, Helvetica, sans-serif; font-size: small; border-bottom: 1px solid green; border-top:1px solid green; padding-top: 7px; padding-bottom: 5px; padding-left: 50px;  background-color: #736F6E;  color: #000000;  white-space: nowrap;   }

#breadcrumb a{ color:#FFFFFF; text-decoration: underline; background-color: transparent;}
#breadcrumb a:hover {
	text-decoration: none;
}
#page {
	margin: 10px;
	padding: 10px;
}
#menu {
	position: absolute;
	width: 150px;
	top: 215px;
	text-align: left;
	font-size: small;
}
#menu a{
	text-decoration: none;
	background-color: #FFFFF0;
	font-weight: bold; 
	display: block; 
	padding: 5px; 
	width: 120px; 
	margin-bottom: 5px; 
	border: 1px solid #8FBC8F;
	color: #556B2F;
}
#menu a:hover {
	background-color: #6B8E23;
	color: White;
	border-top: 1px solid #8FBC8F;
	border-left: 1px solid #8FBC8F;
	border-right: 1px solid #8FBC8F;
	border-bottom: 1px solid #2F4F4F;
}
#options a{
	background-color: #6B8E23;
	color: White;
	border-top: 1px solid #8FBC8F;
	border-left: 1px solid #8FBC8F;
	border-right: 1px solid #8FBC8F;
	border-bottom: 1px solid #2F4F4F;
}
#content {
	position: absolute;
	border-left: 1px solid green;
	padding-left: 20px;
	left: 170px;
	top: 215px;
	width:520px;
}
#content p {
	padding-left: 30px;
	font-size: small;
}
#imagenumber {
	font-size: 10px;
	text-align: right;
}
#sequence {
	font-size:12px;
	text-align: right;
}
.vertimg {
	text-align: center;
}

#footer {
	color: #556B2F;
	background-color: #FFFFFF;
	padding-top: 40px;
	margin-bottom: 20px;
	text-align:center;
}
 
#footer img {
	border-color:#ffffff;
}

a { color: #6B8E23; text-decoration: underline; background-color: transparent;}
a:hover {
	text-decoration: none; background-color:#6B8E23; color:#FFFFFF;
}

.article-footer {
	text-align: justify;
	font-size: x-small;
	color: Gray;
	padding-bottom: 15px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
.author, .datetime {
	font-weight: bold;
	color: #4F4F4F;
}
.article-title {
	font-size: large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Sans-serif;
	font-style: italic;
}
#content form {
	padding-left: 30px;
	font-size: small;
	vertical-align: middle;
	}
#content form p{  }
.textbox {
	border: 1px solid gray;
	margin: 5px;
}
.button { border: medium outset;  background-color: #F5F5F5; margin-left: 150px;  color: black; margin-top: 10px;}
fieldset {
	margin-top: 5px;
	width: 200px;
}
form {
	border: thick double #90EE90;
	padding: 10px;
	margin: 10px;
	width: 280px;
	margin-left: 30px;
	margin-top: 10px;
}
a.info{
        position:relative;
        z-index:24;
        color:#6B8E23;         
        text-decoration:underline;
        }
        a.info:hover {
        z-index:25;
	  color:#FFFFFF;
        }
        a.info span{
        display: none;
        }
        a.info:hover span{ 
        display:block;
        position:absolute;
        top: 1.5em;
        left: 3em;
        width:15em;
        border:1.5px solid #9BBE00;
        background-color:#629632;        
        color:#fff;     
        text-align: center;
        font-size: .8em;
        z-index:30;
        }

        .images {
        vertical-align:bottom;
				border: none;
        }
