/* Main website */
body {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
}
td{
	margin:	0px;
	padding: 0px;
	vertical-align: top;
}

p{
	margin: 10px;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	margin:  10px 0px 10px 40px;
	font-size: 16px;
}
h2{
	margin:  10px 0px 0px 40px;
	font-size: 11px;
	font-weight: bold;
}
div.container{
	background: url(images/footer.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 850px;
	margin: 0px auto 0px auto;
}
div.header{
	height: 158px;
	border-bottom: 2px solid #b4a747;
}
div.mainWindowContent1{
	width: 850px;
	text-align: left;
	background: url(images/backgroundContent1.jpg);
	margin: 0px auto 0px auto;
}
div.mainWindowContent2{
	width: 850px;
	text-align: left;
	background: url(images/backgroundContent2.jpg);
	margin: 0px auto 0px auto;
}
div.mainWindowContent3{
	width: 850px;
	text-align: left;
	background: url(images/backgroundContent3.jpg);
	margin: 0px auto 0px auto;
}
div.menuPlaceholder{
	width: 160px;
	float: left;
}
div.contentPlaceholder{
	width: 680px;
	height: 381px;
	overflow: hidden;
	/*float: left;*/
}
div.footer{
	height: 30px;
	border-top: 2px solid #b4a747;
}
/* End Main website */

/* Menu */
div.menu{
	float: left;
	display: inline;
	margin: 5px 0px 0px 20px;
	height: 26px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
a.menu{
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover{
	font-weight: bold;
}

/* News */
div.news{
	width: 225px;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	color: #FFFFFF;
}
div.newsHeader{
	width: 225px;
	height: 12px;
	background: url(images/newsHeader.gif);
	background-repeat: no-repeat;
}
div.newsBody{
	width: 225px;
	background: url(images/newsBody.gif);
}
div.newsFooter{
	width: 225px;
	height: 12px;
	background: url(images/newsFooter.gif);
	background-repeat: no-repeat;
}
/* ------------------------------------------------------------------- */
/* Imagegallery */
/* ------------------------------------------------------------------- */
div.galleryCat{
	float: left;
	margin: 20px;
	text-align: center;
	width: 146px;
	height: 156px;
}
div.galleryImage{
	float: left;
	margin: 5px 11px 5px 5px;
	text-align: center;
	width: 50px;
	height: 50px;
}
div.galleryContainer{
	margin-left: 15px;
	width: 260px;
}
div.galleryThumbContainer{
	width: 260px;
	height: 65px;
	overflow: hidden;
}
div.imageScroller{
	height: 80px;
}
a.galleryNumber{
	margin: 1px;
	padding: 0px 3px 0px 3px;
	border: 1px solid #000000;
}
a.galleryNumber:hover{
	background-color: #DDEEFF;
}
a.galleryNumberSelect{
	margin: 1px;
	padding: 0px 3px 0px 3px;
	border: 1px solid #000000;
	color: #FF0000;
}
img.image{
	border: 2px solid #777777;
}
img.imageSelected{
	border: 2px solid #b4a747;
}
img.mainImage{
	border: 2px solid #777777;
	margin: 4px;
}
	
/* ------------------------------------------------------------------- */
/* Lightbox */
/* ------------------------------------------------------------------- */
#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(/userfiles/image/system images/imagegallery/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(/userfiles/image/system images/imagegallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/userfiles/image/system images/imagegallery/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
