@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5a5e2c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


#Page {

	width:1000px;
	text-align:left;
	margin:0 auto;

}


#container { 
	width: 980px; 
	height:700px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 


a:link {
	color: #5a5e2c;
}
a:visited {
	color: #5a5e2c;
}

a:hover {
	color: #a3aa89;
}


/*/-----fonts and text and whatnot----------------*/

h4 {

	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 1.5em;
	margin-bottom:0.8em;

}

p{

	font-size:.75em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-bottom:0.8em;
}



/*/-----END of fonts and text and whatnot----------------*/




#header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #5a5e2c;
	width:  980px;
	height: 84px;
	padding: 30px 0px 0px 0px;
} 
	

/* Main Nav ------------- */

#MainNav {

	background: #5a5e2c;

}

#MainNav img {border: 0;}
#MainNav img a {border: 0;}


#MainNav ul {

	list-style:none;
	background-color:#5a5e2c;

	margin-left:2px;

}

#MainNav li {

	display: inline;
	vertical-align:bottom;
	border-color:#5a5e2c;

	float: right;


}

#MainNav li a {

	font: 12px Arial, Helvetica, sans-serif;

	color:#5a5e2c;
	padding:0px 1px 0px 1px;
	line-height: 2em;
border: none;
	display:block;

}

/*
#MainNav li a:hover {

	color:#a3aa89;
	
}
*/



#MainNav li img {
vertical-align:middle
}



/*/-----class styles----------------*/




.pics{
/*position:relative; */
clear:both;

}

.boldline{
padding-right: 56px;
float: right;
clear: both;
overflow: hidden;
width: 460px;
}

.content{
	/*position:relative;top: -320px;*/
	padding-right: 56px;
	overflow:auto;
	float: right;
	clear: none;
	width: 460px;
	height: 360px;
}


.fullszcontent{
/*	position:relative;top: -320px; */
	padding-right: 56px;
	/*overflow:auto;*/
	overflow: visible;
	float: right;
	width: 460px;
	height: 280px;
}

/*
.projects{
	position:relative;top: -310px;
	padding-right: 56px;
	overflow:auto;
	float: right;
	clear: both;
	width: 910px;
	height: 240px;
	line-height: normal;
	font-size:.75em;
}
*/

.projects{
	float: right;
	clear: both;
	overflow:auto;
	width: 710px;
	height: 260px;
	line-height: normal;
	font-size:.75em;
}

.serv{
	clear: both;
	overflow: visible;
	width: 1000px;
	/*height: 317px;*/
	padding: 0 0 0 0;
	line-height: normal;
	font-size:.85em;
}

.bold {font-weight: bold;}

/*/-----middle----------------*/


#middleHey {
background-color:#FFFFFF;
clear: both;
/*height: 517px;*/
padding-right: 56px;
}

#middleHey  a:link {color: #5a5e2c;}
#middleHey  a:visited {color: #5a5e2c; }
#middleHey  a:hover {color: #a3aa89;}

#middleHey  a:link img {border: 2px solid #5a5e2c; }
#middleHey  a:hover img {border: 2px solid #a3aa89; }




#middleHeyProjects {
background-color:#FFFFFF;
clear: both;
height: 600px;
padding-right: 56px;
}

#middleHeyProjects  a:link {color: #5a5e2c;}
#middleHeyProjects  a:visited {color: #5a5e2c; }
#middleHeyProjects  a:hover {color: #a3aa89;}

#middleHeyProjects  a:link img {border: 2px solid #5a5e2c; }
#middleHeyProjects  a:hover img {border: 2px solid #a3aa89; }


/*/-----lightbox----------------*/




#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; }




 
#intropara {margin: 20px 20px 20px 20px; font-size: 1.2em; color: #000; text-align: center; padding-bottom: 20px;}



--> 