html  	{	margin: 0; 
		height: 100%;
		}

body 	{		text-align: center;
			background-color: #414141;
			background-image: url('slate.jpg');
			}

#center {			position: relative;
			top: 20px;
			margin-left: auto;
			margin-right: auto;
			width: 600px;
			z-index: 1;
			padding: 0px 0px 0px 0px;
			background-color: white;
			text-align: left;
			}

#main {			position: absolute; 
			top: 150px;
			left: 0px; 
			width: 600px;
			padding: 0; 
			} 

#seo {			position: relative; 
			top: 800px;
			margin-left: auto;
			margin-right: auto;
			left: 0px; 
			width: 600px;
			padding: 0px;
			font: 14px Verdana;
			color: #b0b0b0;
			} 

#document {		position: absolute; 
			top: 150px;
			left: 0px; 
			width: 570px;
			padding: 15px;
			background-color: white; 
			font: 12px Verdana;
			color: #414141
			} 

#column2 {		position: absolute; 
			top: 35px;
			left: 300px; 
			width: 270px;
			padding: 15px;
			} 

#gallery {		position: absolute; 
			top: 150px;
			left: 0px; 
			width: 590px;
			padding: 20px 0 20px 15px;
			background-color: white; 
			font: 12px Verdana;
			text-color: #414141;
			} 

#projectimage {		position: absolute; 
			top: 150px;
			left: 0px; 
			width: 600px;
			padding: 0;
			margin: 0;
			z-index: 2
			} 

.projecttext {		position: relative;
			top: 0;
			margin-top: 0px;
			left: 0px; 
			width: 570px;
			padding: 15px 15px 40px 15px;
			background-color: white; 
			font: 12px Verdana;
			z-index: 2
			} 



#logo {position: absolute; display: block; top: 0px; left: 0px; height:120px; width: 585px; padding: 15px 0 0 15px; background-color: white;}

#banner1 {position: absolute; top: 24px; left: 270px; font: 11px Verdana; color: #444; text-align: left;}

#banner2 {position: absolute; top: 70px; left: 270px; font: 11px Verdana; color: #444; text-align: left;}

#share {position: absolute; top: 83px; left: 530px; font: 11px Verdana; color: #444; text-align: left;}

#menu {position: absolute; top: 120px; left: 0px; background-color: #414141; z-index: 3}

.whitetext {color: white;  font-weight: bold;}
a {text-decoration: none; color: #555}

#menuportfolio {position: absolute; top: 150px; left: 0px; background-color: #414141; z-index: 2; font: bold 10px Verdana;}

h5 {font-size: 1.1em; font-weight: bold}

ul {
margin: 0;
padding: 0;
list-style-type: none;
}

hr
{
border: 0;
margin: 5px 0 0 0;	
width: 100%; 
color: #414141;
height: 1px; 
text-align:center
}

.inbox 			{
			float: left;
			padding: 0px 12px 0px 0px;
			}

div.docimg {float: left; padding: 0px 15px 0px 0px;}


div.img
{
  margin: 0 10px 0px 10px;
  border: 0px solid #414141;
  height: 120px;
  width: auto;
float:left
}	

div.img img
{
  margin: 0;
  border: 1px solid #ffffff;
}

div.img a:hover img {border: 1px solid #414141;}

div.desc
{
  text-align: center;
  font-weight: bold;
  width: 120px;
  margin: 0;
padding: 0;
text-color: #414141;
}

a:link.textlink, a:visited.textlink {color: #414141; text-decoration: none}
a:hover.textlink {text-decoration: underline}

.left {float:left}
.right {float:right}

.left-company {position: relative; float: left; top: -15px; left: -15px;margin: 0}

#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; }
