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

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
input,select{
  margin:0;
  padding:0;
}


body{
	background:#516C96 url(images/fade.jpg) repeat-x;
	margin:0 auto 0 auto;
	padding:0;
	}
	
#header{
	width:840px;
	height:115px;
	margin:5px auto 0 auto;
	text-align:center;
	background:url(images/logo.png) no-repeat;
	background-position:center;
	}
	
#menu{
	width:840px;
	height:72px;
	margin:0 auto 0 auto;
	}
	
#picholder{
	background:url(images/pic2.jpg) no-repeat;
	width:840px;
	height:321px;
	margin:1px auto 0 auto;
	}
	
#picholder2{
	background:url(images/pic2.jpg) no-repeat;
	width:840px;
	height:207px;
	margin:1px auto 0 auto;
	}
	
#solarpic{
	background:url(images/solarpic.jpg) no-repeat;
	width:840px;
	height:207px;
	margin:1px auto 0 auto;
	}
	
#cardpic{
	background:url(images/cardpic.jpg) no-repeat;
	width:840px;
	height:207px;
	margin:1px auto 0 auto;
	}
	
#waterpic{
	background:url(images/waterpic.jpg) no-repeat;
	width:840px;
	height:207px;
	margin:1px auto 0 auto;
	}
	
#hotpic{
	background:url(images/hotpic3.jpg) no-repeat;
	width:840px;
	height:207px;
	margin:1px auto 0 auto;
	}
	
#history{
	background:url(images/newbuilding2.jpg) no-repeat;
	width:840px;
	height:207px;
	margin:1px auto 0 auto;
	}
	
#contactpic{
	background:url(images/contactpic.jpg) no-repeat;
	width:840px;
	height:207px;
	margin:1px auto 0 auto;
	}
	
#pdfpic{
	background:url(images/pdfpic2.jpg) no-repeat;
	width:840px;
	height:207px;
	margin:1px auto 0 auto;
	}
	
#contentholder{
	background:#FFF url(images/leftcolumn.jpg) repeat-y;
	width:840px;
	margin:0 auto 0 auto;
	}
	
#left{
	float:left;
	width:569px;
	margin-left:20px;
	}
	
#right{
	float:left;
	width:250px;
	}
	
	
#footer{
	clear:left;
	width:840px;
	background:url(images/footer.jpg) no-repeat;
	height:33px;
	margin:0 auto 0 auto;
	}
	
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#203163;
	padding:20px 0 0 40px;
	}
	
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#203163;
	padding:10px 0 0 18px;
	}
	
.space{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#203163;
	padding:10px 400px 0 0;
	}
	
a.sublink:link, a.sublink:visited, a.sublink:active{
	color:#ffffff;
	text-decoration:none;
	}
	
a.sublink:hover {
	color:#516C96;
	text-decoration:none;
	}
	
/*rollover HOME class */
.home {
	display:block;
	width:182px;
	height:22px;
	background:url(images/home.png) no-repeat;
	text-indent:-9999px;
	}
	
a.home:link, a.home:visited, a.home:active{
	background:url(images/home.png) no-repeat;
	}
	
a.home:hover {
	background-position:0 -22px;
	}
	
	
/*rollover TECHDATA class */
.techdata {
	display:block;
	width:182px;
	height:22px;
	background:url(images/techdata.png) no-repeat;
	text-indent:-9999px;
	}
	
a.techdata:link, a.techdata:visited, a.techdata:active{
	background:url(images/techdata.png) no-repeat;
	}
	
a.techdata:hover {
	background-position:0 -22px;
	}
	
	
/*rollover CORPHISTORY class */
.corphistory {
	display:block;
	width:182px;
	height:22px;
	background:url(images/corphistory.png) no-repeat;
	text-indent:-9999px;
	}
	
a.corphistory:link, a.corphistory:visited, a.corphistory:active{
	background:url(images/corphistory.png) no-repeat;
	}
	
a.corphistory:hover {
	background-position:0 -22px;
	}
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#264d86;
	padding-top:30px;
	margin:0 50px 15px 20px;
	}
	
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#51598a;
	line-height:140%;
	margin:0 50px 15px 20px;
	}
	
	
/*rollover CONTACT class */
.contact {
	display:block;
	width:182px;
	height:22px;
	background:url(images/contact.png) no-repeat;
	text-indent:-9999px;
	}
	
a.contact:link, a.contact:visited, a.contact:active{
	background:url(images/contact.png) no-repeat;
	}
	
a.contact:hover {
	background-position:0 -22px;
	}
	
.space{
	line-height:50%;
	margin:0 0 0 0;
}
	

a:link, a:visited, a:active{
	text-decoration:none;
	color:#516C96;
	}
	
a:hover {
	text-decoration:none;
	color:#36C;
	}
	
	
/*lightbox styles========================================================== */

#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; background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 15% no-repeat;}
#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; }