@charset "utf-8";
/* CSS Document */

html {
height: 101%;
}

body {
background: url(../images/bg.jpg) repeat-x #B2DFF5;
padding: 0;
margin: 0;
text-align: center;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
}

h2 {
color: #016EB1;
font-size: 17px;
font-weight: bold;
}

a, a:visited {
color: #016EB1;
}

p {
padding: 0;
margin: 0;}

ul {
margin: 0;
padding: 0;
list-style: none;
}

li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}

#container {
width: 701px;
margin: 19px auto;
text-align: left;
}

#header {
background: url(../images/hay_banner.png) no-repeat;
height: 264px;
}

#content {
background: #fff;
z-index: -100;
}

#leftcol {
margin: 110px 0 0 24px;
width: 207px;
float: left;
}

#leftcol h2, #leftcol p {
margin: 12px;
text-align: center;
}

.left_img {
display: block;
margin: 12px 0;
}

#rightcol {
margin: 0 24px 0 231px;
padding: 280px 0 0 24px;
}

.right {
margin: 0 0 0 231px;
padding: 12px 24px 24px 24px;
}

.right p {
margin: 12px 0;
}

.thumbs {
display: block;
}

.box {
width: 124px;
height: 114px;
border: 1px solid #3b69a7;
float: left;
margin: 0 12px 0 0;
}

.box2 {
text-align: center;
width: 126px;
float: left;
margin: 12px 12px 0 0;
}

.box_blank {
width: 126px;
height: 116px;
float: left;
margin: 0 6px 0 0;
}

.break {
clear: both;
}

.fl_right {
float: right;
margin: 0 0 0 24px;
}

/************************************     Gallery     *********************************/


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

#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: transparent url(../images/blank.gif) no-repeat; /* 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{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.6em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding: 0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 1.0em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #008339;
}


/************************************     FOOTER     *********************************/

#footer {
display: block;
clear: both;
height: 103px;
background:url(../images/footer.png) no-repeat #fff;
}

.bottom {
clear: both;
background: #fff;
text-align: center;
}

#credit {
font-size: 11px;
padding: 12px;
text-align: center;
color: #016EB1;
}



