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

body {
	background-image: url(images/galleryint.jpg);
	background-attachment: fixed;
}
#container {
	
	width: 800px;
	margin:auto;
}
#nav {
	height: 40px;
	background: url(images/navbg.gif) no-repeat;
	text-align: center;
	font-size: large;
}
#nav ul	{
	padding: 0;
	margin: 0;
	padding-top: 13px;
}
#nav li {
	display: inline;
	padding-top: 15px;
	list-style-type: none;
}
#nav li a	{
	text-decoration: none;
	padding: 7px 10px;
	color: #8B2156;
}
#indexbody	#indexnavlink a,	
#combody	#comnavlink a,
#spabody	#spanavlink a,
#aboutbody	#aboutnavlink a,
#featbody	#featnavlink a,
#conbody	#connavlink	a{
	background-color: #8b2156;
	padding: 7px 10px;
	color:	#fff;
}
#nav li a:hover {
	color: #FFF;
	background-color: #8B2156;
}
#content {
	background: url(images/container.gif) repeat-y;
	padding-top: 10px;
	padding-bottom: 5px;
	min-height: 450px;
}
* html #content {height: 450px;}
#link	{
	background: url(images/container.gif) repeat-y;
	display: block;
}
#header {
	height: 77px;
	background: url(images/Banner-Top.gif) no-repeat;
	margin-bottom: 0px
}
div.float {
	float: left;
	width: 200px;
	margin-left: 48px;
	border-top-style: dotted;
	border-top-color: #8B2156;
	border-top-width: 3px;
	display: block;
  }
div.float p {
   text-align: center;
   }
div.1 {
   width:450px;
   padding:25px;
   float:left;
   }
#footer {
	background: url(images/Footer-Bottom.gif) no-repeat;
	height: 75px;
	overflow: hidden;
}
#clear_both	{
	clear: both;
	width: 100%;
	height: 0;
	font-size: 0;
}
#picture	{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail
{
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 35px;
}
.jt	{
	margin-left: 35px;
	margin-right: 0;
	margin-bottom: 20px;
}
img {
	margin-left: 25px;
	margin-right: 25px;
}
#sitemap	{
	width: 800px;
	margin:auto;
	padding: 0;
}
h1	{
	color: #E5B2B1;
	margin-left: 25px;
	margin-right: 25px;
}
h2	{
	margin-left: 25px;
	margin-right:25px;
}
h3	{
	margin-left: 25px;
	margin-right: 25px;
}
h4	{
	margin-left: 25px;
	margin-right: 25px;
}
p	{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
}

a:link {color: #D52497; text-decoration: underline; }
a:active {color: #D52497; text-decoration: underline; }
a:visited {color: #8B2156; text-decoration: underline; }
a:hover {color: #8B2156; text-decoration: none; }

.floatright	{
	float: right;
}
.floatleft	{
	float:left;
}
.separater	{
	margin-top:15px;
	margin-bottom:30px;
 	margin-left: 0px;
}




#lightbox	{	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;}
	
#lightbox img	{ 
	width: auto; 
	height: auto;
	margin: 0px;
	padding: 0px;}
	
#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; }

