/* CSS Document */

body{
	background-color:#a8b3af;
	padding: 0px;
	margin: 0px;
}

.container {
	width: 750px;
	font-size: medium;
	\width: 770px;
	w\idth: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(IMAGES/background.jpg);
	font-family: Tahoma, Arial, Sans-Serif;
	color: #666666;
		}
		
.innercontainer{
	background-color: #FFFFFF;
	width: 670px;
	margin-left: 40px;
	margin-right: 40px;
}

#banner {
	height: 40px;
	background-color: #FFFFFF;
		}
		
.imagepanel {
	height: 195px;
		}
		
.bottombar{
	width: 750px;
	\width: 770px;
	w\idth: 750px;
	margin-left: auto;
	margin-right: auto;
	height: 13px;
	background-image:url(IMAGES/bottombar.jpg);
		}
		
#strap{
	background-color: #eae9e7;
	padding: 10px;
	border-top: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
		}
		
#content {
	padding: 10px;
	margin-right: 280px;
	background-color: #f2f1ef;
		}

#sidebar-a {
	float: right;
	width: 250px;
	margin: 0;
	text-align: center;
	padding: 10px;
	background-color: #f2f1ef;
		}

#footer {
	clear: both;
	padding: 0;
	background-color: #FFFFFF;
		}
		
.navbar{
	height: 40px;
		}
/* navigation */
.navcontainer{
	background-color: #ffffff;
	text-align: left;

}

.navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #c7c7c3;
	color: White;
	float: left;
	width: 100%;
	height: 26px;
	font-size: 12px;
	font-weight: bold;

}

.navcontainer ul li { display: inline; }

.navcontainer ul li a
{
padding: 0.5em 0.4em 0.5em;
background-color: #c7c7c3;
color: White;
text-decoration: none;
float: left;
border-right: 3px solid #fff;
}

.navcontainer ul li a:hover
{
background-color: #c77f65;
color: #fff;
}

h3 {
	font-size: .8em;
	font-style: italic;
	color: #a28f7c;
	margin: 0px;
	padding: 0px;

}

h2 {
	color: #a28f7c;
	font-weight: bold;
	font-style: italic;
	font-size: .9em;
	margin: 0px;
	padding: 0px;

}
img{
	border: none;
}

p{
	font-size: .8em;
}


.photocontent {
	width:810px;
	min-height:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:small;
	background-image:url(box-bg.jpg);
	padding:5px;
	margin-top:5px;
}

photocontent:link {border: 1px solid #FFFFFF}

.footer {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	width:830px;
}


/* Lightbox CSS Coding for DGL Photo Galleries */ 

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; }
#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(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/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; }

/* Lightbox CSS Finished */

