html,
body {
   margin:0;
   padding:0;
   height:100%;
   	font-family: verdana;
	font-size: 11px;
	background: #c9e5d4;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
   min-height:100%;
   position:relative;
   width: 1000px;
   background-color: #FFFFFF;
   text-align: left;
   	margin: 0 auto;
	border:solid medium #88b465;
	border-bottom: none;
	border-top: none;
}

#header {
   background:#9ddfa7;
   padding: 10px 0 0 0;
   	height: 90px;
	color:#FFFFFF;
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
}

#header span {
display: none;
}

#header a:link  {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}

#header a:active  {
	font-size: 13px;
	color: #2a8666;
	text-decoration:none;
}

#header a:visited   {
		font-size: 13px;
	text-decoration:none;
	color:inherit;
}

#header a:hover  {
	font-size: 13px;
	color: #2a8666;
	text-decoration:none;
}

#sidebar1 {
	float: left; 
	width: 200px; 
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 20px 30px 30px; /* top and bottom padding create visual space within this div */
}

#mainContent {
	margin-left: 280px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	margin-right: 20px;
	margin-top:30px;
	background-color:#FFF;
} 

#body {
   padding:10px;
   padding-bottom:40px;   /* Height of the footer */
}
#footer {
	position:absolute;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
   background:#88b465;
   background-image: url(images/footer.gif);
   color:#FFF;
}

a:link  {
	font-weight: bold;
	color: #2a8666;
	text-decoration:none;
}

a:active  {
	font-weight: bold;
	color: #2a8666;
	text-decoration:none;
}

a:visited  {
	font-weight: bold;
	text-decoration:none;
	color: #2a8666;
	
}

a:hover  {
	font-weight: bold;
	color: #a0d4b4;
	text-decoration:none;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.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; }
