@charset "UTF-8";
/* CSS Document */
#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(../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; }

body {
	background-image: url(portfolio_files/banner_3.jpg);
	background-position: bottom, center;
	background-repeat: repeat-x;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	position: relative;


	background-color:  ;
}

.container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;	
	background-repeat: no-repeat;
}

.banner {
	
}


.nav {
	position: absolute;
	top: 5px;
}

.nav img {
	margin-left: 25px;
	float: left;
	margin-top: 20px;
}

.nav ul {
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
}

.nav a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #CCCCCC;*/
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
}

.nav a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BDD852;
	text-decoration: none;
}


.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.body_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BDD852;
	font-weight: bold;
}

.body_text_bold_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BDD852;
	font-weight: bold;
}

.body_text_bold_big_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #BDD852;
	font-weight: bold;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.folio_navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474747;
	margin-top:10px;
}

.folio_navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4D4D;
	text-decoration: none;
}

.folio_navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BDD852;
	text-decoration: none;
}

.folio_navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4D4D;
	text-decoration: none;
}

.solid_line {
	border: 2px;
	width: 1002px;
	border-color: #CCCCCC;
	border-bottom-style: solid;
	margin-bottom: 5px;
	margin-top: 30px;
}

.content_image {
	margin-left: 30px;
	margin-top: 27px;
	clear: right;
	margin-bottom: 0px;

}


.content_table {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
}



.recent_spot {
	color: #d5e14d;
	float: left;
}


.recent_image {
	margin-bottom: 20px;
	margin-left: 25px;
}



.heading {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #474747;
}

.large {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #CCCCCC;
	font-weight: bold; 
}

.image1{
	position:absolute;
	top:400;
	left:300;
}

/*GALLERY CODE STARTS HERE*/
<style type="text/css">

.gallerycontainer{
position: absolute;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img:{
border: 0;
}

.thumbnail:active{
background-color: transparent;
}

.thumbnail:hover img{
border: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
top: -650px;
left: -1000px;
border: 0;
visibility: true;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}

.thumbnail:active span{ /*CSS for enlarged image*/
visibility: true;
left: 340px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>
