/* CSS Document */

body {
	margin:0px;
 	font-family: helvetica, arial, sans-serif;
	}

h1.sitetitle {
	width: 800px;
	font-size: 40px;
	letter-spacing: -3px;
	text-align:right;
	padding-bottom: 0px;
	border-bottom: 1px solid #ccc;
	} 
	
h2.title {
	width: 800px;
	font-size: 40px;
	letter-spacing: -3px;
	text-align:left;
	margin-top:5px;
	padding-bottom: 0px;
	padding-left:0px;
	border-bottom: 1px solid #ccc;
	}

	
p {
	color:#3b4b51;
	padding: 10px 10px 0 10px;
	text-align: justify;
	font-size:11px;
	margin: 0px 10px 5px 20px;
	line-height: 18px;
	}
	
a {
	background-color: #fff;
	color:#3b4b51;
	text-decoration: none;
	}
	
a:hover
	{
	background-color: #303030;
	color: #c0c0c0;
	}
	
a.subnav {
	padding: 5px 2px 5px 2px;
	}
	
#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 800px;
	background-color: #fff;

	}
	
#footer {
	border-top: 1px solid #AAA;
    height: 35px;
	margin-top:20px;
	width:800px;
	
	}
	
#footer p {
	font-size: 10px;
	text-align:center;
	}
	
#visualcontent {
	position:relative;
	height: 300px;
	width: 800px;
	margin-top:30px;
	background-color: #000;
	}
	
#videoexample {
	width:400px;
	height:300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	#videoexample2 {
	width:400px;
	height:300px;
	padding-right:120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
#audioexample {
	width:400px;
	padding-top:140px;
	padding-left:180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	
	#imageexample1 {
	width:400px;
	padding-top:100px;
	padding-left:180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	
	#imageexample2 {
	width:400px;
	padding-top:100px;
	padding-left:320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	
	#imageexample3 {
	width:400px;
	padding-top:45px;
	padding-left:80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	
	#imageexample4 {
	width:400px;
	padding-top:100px;
	padding-left:80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	
	#imageexample5 {
	width:400px;
	padding-top:120px;
	padding-left:40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	
	#imageexample6 {
	width:400px;
	padding-top:100px;
	padding-left:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	
#description {
	margin-top:10px;
	border-top: 1px solid #cccccc;
	width:800px;
	}
	
#subnav {
	float: right;
	padding: 0px;
	margin: 0;
	text-align:right;
  	border-left: 1px solid #cccccc;
  	border-right: 1px solid #cccccc;
  	border-bottom: 1px solid #cccccc;
  	background-color: #ffffff;
  	font-size: 9pt;
  	line-height: 12pt;
  	color: #999999;
	}
	
#projectnav {
	}
	
#navcontainer ul
	{
	padding-left: 0;
	padding-right: 32px;
	margin-left: 0;
	background-color: #fff;
	color:#3b4b51;
	float: right;
	width: 100%;
	font-family: helvetica, arial, sans-serif;
	}

#navcontainer ul li {
	display: inline;
	font-size:17px; 
	}

#navcontainer ul li a
	{
	padding: 0.7em 1.13em;
	background-color: #fff;
	color:#3b4b51;
	text-decoration: none;
	float: right;
	border-right: 1px solid #ccc;
	}
	
#navcontainer ul li a:hover
	{
	background-color: #303030;
	color: #c0c0c0;
	}

a#navleft {
	display: inline;
	border-left: 1px solid #ccc;
	}
	
	#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; }






