/* CSS Document */
{
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	background-color: #333;

}

.p {
	margin: 0 0 .75em 0;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
	}

#container {
	width: 850px;
	margin: 0px auto;
	background-color: white;
	}



#leftcolumn	{
	float: left;
	width: 500px;
	}

#rightcolumn {
	float: left;
	width: 350px;
	color: white;
		}
	

#navbox	{
	float: left;
	width: 350px;
	color: white;	
	background-color: 
	}

#navboxleftcolumn	{
	font-size: 12px;
	float: left;
	width: 175px;
	height: 175px;
	color: black;
	background-color: white;

	}

#navboxleftcolumn ul {
	text-align: right;
	list-style-type: none;
	line-height: 2.6em;
	padding: 30px 30px 10px 0;
	margin: 0;
}

#navboxleftcolumn li a:link, a:visited{
	color: black;
	text-decoration: none;
	}
	
#navboxleftcolumn li a:hover, a:active	{
	color: #666;
	text-decoration: none;
	}

#navboxrightcolumn	{
	float: right;
	width: 175px;
	height: 175px;
	}

	
#featuredproject{
	padding: 25px 30px 5px 20px;
	font-size: 18px;
	line-height: 1.4em;
	color: black;
	background-color: #bbbbbb;
	letter-spacing: .1em;
	}

#leftcolumntext{
	padding: 10px 30px 0px 20px;
	}


#thumbnailtable{
	padding: 3px 12px 20px 10px;
	}


#leftcolumnimage{
	padding: 5px 10px 0px 0px;
	}

#rightcolumntext{
	clear: both;
	background-color: #888888;
	padding: 5px 20px 650px 20px;
	color: white;
	}	


#rightcolumntextindex{
	clear: both;
	background-color: #888888;
	padding: 5px 20px 80px 20px;
	color: white;
	}	


#rightcolumntextproject{
	clear: both;
	background-color: #888888;
	padding: 5px 20px 550px 20px;
	color: white;
	}	
	
	
#rightcolumntextemployment{
	clear: both;
	background-color: #888888;
	padding: 5px 20px 300px 20px;
	color: white;
	}	


#rightcolumntextcontact{
	clear: both;
	background-color: #888888;
	padding: 5px 20px 600px 20px;
	color: white;
	}	

#contactjansen{
	clear: both;
	color: white;
	font-size: 1.4em;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px white solid;
	}	


	
#projectlogo	{
	padding: 15px 50px 10px 15px;
	
	}
#contentlogo	{
	padding: 5px 100px 800px 15px;
	background-color: white;
	}
#footer {
	clear: both;
	background-color: #aaaaaa;
	color: dddddd;
	font-size: 11px;
	padding: 5px 20px 25px 20px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	text-align: center;
	}

#footer a:link a:visited a:hover{
	color: #666666;
}
#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;
}

	
	

