/* CSS Document */

body {
	background: #000000;
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
	color: #000000;
	text-align:justify;
	}

body.change {
	background: #000000;
	font: medium/1.4 "Lucida Grande", Tahoma, sans-serif;
	color: #ffffff;
	text-align:center;
	}	

body.change a {
	color: #ffffff;
	}
	
body.change a:link {
	color: #ffffff;
	}

body.change a:hover{
	color: #3c6573;
	}


* {
	margin: 0;
	padding: 0;
	}

.italic {
	font-style: italic;
	}	


a {
	color: #005825;
	font: small;
	text-decoration: none;
	border: none;
	}

.map {
	width: 425px;
	height: 350px;
	padding-left: 25px;
	padding-right: 25px;
	}

a img {
	text-decoration: none;
	border: none;
	}

	
a:link {
	color: #005825;
	font: small;
	text-decoration: none;
	border: none;
	}

a:hover {
	color: #000000;
	font: small;
	text-decoration: none;
	border: none;
	}

a:visted {
	color: #005825;
	font: medium/1.4 bold;
	text-decoration: none;
	border: none;
	}

h1, h2, h3, h4, h5 {
	padding-left: 25px;
	padding-right: 25px;
	text-align:left;
	}
	
p {	
	padding-left: 25px;
	padding-right: 25px;
	text-align:justify;
	}



img.floatr {
	float: right;
	padding: 20px;
	border: thin #005825;
	}

img.floatl {
	float: left;
	padding: 20px;
	border: thin #005825;
	}

.list {	
	text-align:left;
	padding-left: 55px;
	}

.projectlist {	
	text-align:left;
	padding-left: 25px;
	list-style-image: url(../images/images_design/1591913_illustration_justwhite.gif);
	vertical-align:top;
	}

.projectlist a:hover {
	text-align:left;
	list-style-image: url(../images/images_design/1591913_illustration_justyellow.gif);
	vertical-align: middle;
	}
	
#pics {
	margin-top: 50px;
	float:right;
	}

#projects {
	margin-top: 30px;
	float:left;
	}

#projectswrapper {
	margin:0px auto;
	width:600px;
	}

/*----------------Start Scrolling Div-----------------*/

#scroll_holder {
background-color:#000000;
padding-left:8px;
padding-right:8px;
padding-top:3px;
padding-bottom:3px;
width:800px;

position:relative;
}

#scroller{
	width:800px;
	height:80px;
	overflow:hidden;
	
	background-color: #000000;

	
}
	
	
		
	#scroller ul{
		width:992px;
		padding:0;
	margin:0;
	list-style:none;
		
	}

		#scroller li{
			float:left;
			margin:0 2px;
			cursor:pointer;
			padding:0;
	list-style:none;
		}
		
		#scroller a img{
		border:0;
		}
		






#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(../images/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(../images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/*----------------End Scrolling Div-----------------*/

/*----------------Start Header Div-----------------*/
#header {
	width: 900px;
	height: 186px;
	background: url(../images/images_design/penco_header.gif) no-repeat;
	}
/*----------------End Header Div-----------------*/





/*----------------Start Content Div-----------------*/
#content {
	width: 900px;
	min-height: 500px;
	background: url(../images/images_design/penco_navbkgd.gif);
	}
	
#homeshow {
	text-align:center;
	}

#homeshow p {
	text-align: center;
	}
	
/*--start listmenu--*/
#listmenu {
	width: 100%;
	float: left;
	font: medium/1.4 bold;
	color: #fff;
	background-color: #000;
	}

#listmenu ul {
	margin: 0 0 0 0px;
	border-left: 1px solid #000;
	float: left;
	}

* html #listmenu ul {
	float: left;
	border-left: 1px solid #000;
	margin-left: 15px;
	}
	
* html #listmenu a {
	display: block;
	}

#listmenu li {
	float: left;
	position: relative;
	list-style-type: none;
	background-color: #000;
	padding: 0 10px;
	border-right: 1px solid #000;
	}
	
#listmenu li: first-child {
	border-left: 1px solid #000;
	}

#listmenu li:hover {
	background-color: #fff;
	}

#listmenu a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}

#listmenu a:hover {
	color: #fff;
	background: #005825;
	text-decoration: none;
	}
/*--end listmenu--*/

/*----------------End Content Div-----------------*/
/*--start subnav--*/
#subnav {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	background: #000;
	list-style-type: none;
	width: 180px;
	float: right; /*Contain floated list items*/
	}

#subnav li {
	margin-right: 10px;
	padding: 0;
	list-style-type: none;
	float: right; /*This corrects the*/
	width: 100%; /*IE whitespace bug*/
	}

#subnav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2;
	border-bottom: 2px solid #fff;
	}

#subnav #nav_con a {
	border: none;
	}

#subnav a:hover {
	background: #005825;
	}
/* end subnav */

/*----------------Start Footer Div-----------------*/
#footer {
	width: 900px;
	height:150px;
	background: url(../images/images_design/penco_footer.gif) no-repeat;
	}
/*----------------End Footer Div-----------------*/

#copyright {
	width: 900px;
	color: #ffffff;
	}

#copyright a:link {
	color: #999999;
	}

#copyright a:hover {
	color: #ffffff;
	}

#copyright p {
	text-align:right;
	}