/* CSS Document */

/* ________________ general ________________ */

body
	{
	margin: 0;
	padding: 0;
	background-color: #64B733;
	font: small/1.5em arial, helvetica, sans-serif;
	color: #19500a;
	text-align: center;
	}
	
a
	{
	color: #19500a;
	text-decoration: underline;
	}
	
a:visited
	{
	color: #19500a;
	}
	
a:hover
	{
	color: #5f75b7;
	}
	
img {
	border: 0px;
	}	
	
h1
	{
	display: none;
	}
	
h2
	{
	font-size: 1.2em;
	font-weight: bold;
	color: #19500a;
	margin: 0 0 0.7em 0;
	padding: 0;
	}
	
h3
	{
	width: 420px;
	height: 20px;
	margin: 1.2em 0 0.8em 0;
	}
	
h3 span
	{
	display: none;
	visibility: hidden;
	}
	
h4
	{
	font-size: 1em;
	font-weight: bold;
	color: #19500a;
	margin: 0 0 0.7em 0;
	padding: 0;
	}
		
	
p
	{
	font-size: 88%;
	margin: 0 0 0.6em 0;
	}
	
li
	{
	font: small/1.5em arial, helvetica, sans-serif;
	font-size: 88%;
	margin: 0 0 0.6em 0;
	line-height: 1 em;
	}
	
img
	{ 
	border: 0;
	}	

/* To correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 80%; } /* */


/* ________________ containers ________________ */


#container
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	width: 750px;
	}
	
#supportingText
	{
	width: 430px;
	margin-left: 30px;
	}
	
#Content
	{
	margin-left: 30px;
	width: 430px;
	}
	
#Content p.p1
	{
	margin-left: 30px;
	width: 430px;
	}
	
#pageHeader
	{
	width: 750px;
	height:276px;
	}

#contact
	{
	font-weight:bold;
	text-align: center;
	font-size: 10px;
	color:#19500a;
	}	
	
	
#linkList
	{
	position: absolute;
	top: 280px;
	left: 510px;
	width: 210px;
	margin-right: 30px;
	}
	
/* ________________ lists & typo ________________ */
	
#pageHeader h1,
#pageHeader h2
	{
	display: none;
	}

	
#contact a
	{
	color: #19500a;
	border: none;
	margin: 0;
	}
	
#contact a:hover
	{
	background: #19500a;
	border: none;
	}
	
#linkList h3
	{
	width: 210px;
	height: 25px;
	margin: 1em 0 0 0;
	padding: 0;
	}
	
#linkList p,
#linkList li
	{
	font: x-small/1.6em tahoma, verdana, sans-serif;
	color: #19500a;
	text-indent: 0;
	border-bottom: 1px solid #5f75b7;
	line-height: 1.5em;
	padding: 0.5em 17px;
	}
	
#linkList ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #5f75b7;
	background: url(list-bg.jpg);
	}
	
	
#linkList li:hover
	{
	color: #5f75b7;
	}
	
#linkList li a
	{
	display: block;
	border: none;
	color: #19500a;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 12px;
	background: url(arrow.gif) no-repeat 0 60%;
	}
	
#linkList li a:hover
	{
	color: #5f75b7;
	background-position: -300px 60%;
	}
	
#linkList li a.c
	{
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	color: #000;
	font-weight: normal;
	}
	
#linkList li a.c:hover
	{
	color: #5f75b7;
	}
	

#Content h3 { background: url(titlestrip.gif) no-repeat; margin-top: 0; }


.floatleft {
float: left;
margin: 0 10px 10px 0;
}

.greenbox {
	background-color:#b5f98c;
}

/* ________________ lightbox ________________ */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

