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

body{
	background-color: #000000;
	margin-top: 0px;
}
.energyHolder{
	width: 960px;
	background-color: #FFFFFF;
}
.energyHead{
	width: 100%;
}
.subTable{
	width: 100%;
}
.content{
	width: 775px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	list-style-image: url(images/arrow.gif);
	color: #333333;
}
.left{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #B4DEBA;
	width: 165px;
	margin-top: 40px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #135182;
}
.greenHeader{
	color: #377D41;
	font-weight: bold;
}
.homePage{
}
.link{
	color: #1B4575;
}
.energyTextField{
	color: #999999;
	width: 185px;
	height: 16px;
	border: 1px solid #CCCCCC;
	font-size: 11.5px;
	background-color: #FFFFFF;
}
.energyComments{
	width: 250px;
	height: 60px;
	color: #999999;
	border: 1px solid #CCCCCC;
	font-size: 11.5px;
}
.submit{
	width: 80px;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
}
.submitPassword{
	width: 160px;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
}
.communicate{
	width: 90%;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	width: 100%;
	color: #FFFFFF;
	background-image: url(images/footerbg.jpg);
}
.footerLink{
	color: #FFFFFF;
}
.linkPage{
	list-style-image: url(images/bluebullet.gif);
}
.dropDown{
	border: 1px solid #003466;
	background-color: #2F90BA;
	color: #FFFFFF;
}
.techInfo{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CBD8E7;
	width: 500px;
}


#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: 700px;
	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/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
