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

body {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	background-image: url(media/bg_main.jpg);
	color: #5c5248;
}


a:link {font-family: Calibri, Tahoma, Geneva, sans-serif; 	font-size: 12px; color: #d57821; text-decoration: none} 
a:visited {font-family: Calibri, Tahoma, Geneva, sans-serif; 	font-size: 12px; color: #d57821; text-decoration: none}
a:active {font-family: Calibri, Tahoma, Geneva, sans-serif; 	font-size: 12px; color: #d57821; text-decoration: underlined}
a:hover {font-family: Calibri, Tahoma, Geneva, sans-serif; 	font-size: 12px; color: #d57821; text decoration: underlined}





h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #d57820;
	text-transform: uppercase;
	font-weight: normal;
}



#container {
	margin: auto;
	padding: 6px;
	height: 100%;
	width: 960px;
	overflow: auto;
	position: relative;
	background-image:url(media/bg_map.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow:hidden

}

#header {
	float: left;
	height: 110px;
	width: 100%;
	margin-bottom:10px;

}
#main_content {
	float: left;
	width: 580px;
	height:520px;
	background-color:#FFF;
	border:1px dashed #e3dac4;
	padding:20px;

	
}

#main_content_holder {
	float: left;
	width: 620px;
	height:560px;
	background-color:#FFF;
	margin-left:10px;
	padding:10px;
  -moz-box-shadow:    3px 3px 10px 0px #d4d2cd;
  -webkit-box-shadow: 3px 3px 10px 0px #d4d2cd;
  box-shadow:         3px 3px 10px 0px #d4d2cd;

	
}



#sidebar {
	float: right;
	width: 280px;
	height:270px;
	margin-left:10px;
	
}

#contactbox {
	float: right;
	width: 240px;
	height:250px;
	margin-left:10px;
	background-image:url(media/bg_contact_dries.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:40px;
	padding-top:20px;

}



#menu {
	float: left;
	height: 36px;
	width: 600px;
	margin-left:10px;
	padding:4px;
}


.about {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 134px;
	height: 34px;
	background:url(media/menu_about.jpg)   no-repeat left;
}

.about span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(media/menu_about_over.jpg) no-repeat;
	background-position: 0px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.about:hover span {
	opacity: 1;
}

.gallery {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 134px;
	height: 34px;
	background:url(media/menu_gallery.jpg)   no-repeat left;
}

.gallery span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(media/menu_gallery_over.jpg) no-repeat;
	background-position: 0px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.gallery:hover span {
	opacity: 1;
}

.contact {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 134px;
	height: 34px;
	background:url(media/menu_contact.jpg)   no-repeat left;
}

.contact span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(media/menu_contact_over.jpg) no-repeat;
	background-position: 0px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.contact:hover span {
	opacity: 1;
}



#footer {
	height: 50px;
	margin: auto;
	padding-top: 5px;
	padding-left:12px;
	width: 900px;

}












#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(media/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(media/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; }
