/* CSS Document */

body {
	color: #444444;
	background: #504F54;
font: 15px Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 800px;
background: #FFFFFF;
margin: 20px auto;
padding: 0;
}

#header
{
width: 800px;
background: url(images/header.jpg);
height: 117px;
}

#nav
{
background: #DEE7D2;
width: 160px;
margin-left: 5px;
float: left;}


#content
{
width: 580px;
float: right;
padding: 20px 20px 30px 20px;
background-color: white;
}

#content a
{
color: #7AA148;
font-weight: bold;
}

#content a:visited
{
color: #7AA148;
text-decoration: underline;
font-style: normal;
}

#content a:hover
{
color: #000000;
text-decoration: none;
}

.img1
{margin-left: 10px;}

.img2
{margin-left: 10px;
padding: 5px;
border: 1px solid #CCCCCC;}

.img3
{padding: 5px;
border: 1px solid #CCCCCC;}

.img3:hover
{padding: 5px;
border: 1px solid #CCCCCC;
background: #8AC93A;}

.img4
{padding: 5px;
border: 1px solid #CCCCCC;}

.trForm
{
padding: 10px 0px 10px 10px;
margin-bottom: 5px;
border-bottom: 1px dashed #cccccc;
}

.trForm_top
{
padding: 10px 0px 10px 10px;

border-bottom: 1px dashed #cccccc;
border-top: 1px dashed #cccccc;
}

.error
{
/* background: #F1D9D5;
border: 1px solid #CA1C1C; */
color: #CA1C1C;
}

.sucess
{
background: #DCF3D3;
border: 2px solid #53CF4A;
color: #00890A;
padding: 10px;
}

.tdAnchor
{
border: 1px dashed black;
padding: 10px;
background: #F3F3F3;
}

#footer
{
clear: both;
width: 780px;
margin: 0 auto;
padding: 10px 20px 5px 10px;
font-family: Arial, Helvetica, sans-serif;
color: #AAAAAA;
font-size: 10px;
}

#footer a
{
color: #aaaaaa;
text-decoration: none;
}

#footer a:visited
{
color: #AAAAAA;
text-decoration: none;
}

#footer a:hover
{
color: #000000;
text-decoration: underline;
}

/* LIGHTBOX CODE */

#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{
	font: 12px Verdana, Arial, 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: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
