/* CSS Document */

body {
	color: #000000;
	background: #CCDFFF;
	font: 14px "Century Gothic", Arial, sans-serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 800px;
background-color: #ffffff;
margin: 20px auto;
padding: 0;

}

#nav
{
background: url(images/nav_bg.jpg);
width: 100%;
height: 35px;
padding: 10px 0px 0px 15px;
}


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

#content
{
background-color: #ffffff;
padding: 20px 40px 20px 40px;
}

#content a
{
color: #00A8FF;
text-decoration: underline;
font-weight: bold;

}

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

#content a:visited
{
color: #00A8FF;
text-decoration: underline;
font-style: italic;
}

h2
{
font: 20px "Century Gothic", Arial, sans-serif;
font-weight: bold;
}


h3
{
font: 16px "Century Gothic", Arial, sans-serif;
font-weight: bold;
line-height: 2.0em;
}

h4
{
border-bottom: 1px dashed #000000;
width: 80%;
padding-bottom: 5px;
}

em
{
color: #B24EFF;
font-weight: bold;
font-style: normal;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {font-size: 24px}
.style4 {
	font-size: 24px;
	font-weight: bold;
	color: #B24EFF;
}
.style5 {
	color: #00A8FF;
	font-weight: bold;
}

.img
{
padding: 5px;
margin: 0px 0px 10px 20px;
border: 1px solid #bbb;
}

.gallery
{
border: 1px solid #eee;
font-weight: bold;
}

.gallery:hover
{
background-color: #FFDE03;
color: black;
font-weight: bold;
}

.gallery2
{
border: 1px solid #eee;
font-weight: bold;
}

.gallery2:hover
{
background-color: #00DEFF;
color: black;
font-weight: bold;
}

.gallery3
{
border: 1px solid #eee;
font-weight: bold;
}

.gallery3:hover
{
background-color: #B24EFF;
color: white;
font-weight: bold;
}



li
{
line-height: 1.8em;
list-style-type: square;

}


#footer
{
font: 70% Verdana, Arial, Helvetica, sans-serif;
padding: 8px 5px 0px 5px;
border-top: 1px dashed #aaaaaa;
color: #5C5C5C;
height: 40px;
background: #CCDFFF url(images/footer.jpg) no-repeat;
}

#footer a
{
color: #5C5C5C;
}

#footer a:visited
{
color: #5C5C5C;
text-decoration: inherit;
}

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

/* 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: bold;	}
#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;
	}



