body, html {
	margin: 0;
	padding: 0;
}

div, h1, h2, h3, h4, h5, h6, p, span, ul, li, a, a:link, img, img:link, dl {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	font: 11px helvetica, sans-serif;
	color: #666;
	text-align; left;
}

h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font: 18px Georgia;
	color: #333;
	font-weight: bold;
}

h2 {
	margin: 0;
	padding: 0;
	font: 13px  helvetica;
	color: #666;
	font-weight: bold;
}

h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font: 12px  helvetica;
	color: #666;
	font-weight: normal;
	line-height: 18px;
}

h3 a:link {
	font: 11px helvetica;
	color: #666;
	font-weight: bold;
}

h3 a:visited {
	color: #999; 
}

h3 a:hover, h3 a:active {
	color: #666;
	border-bottom: 2px solid #666;
}

.nounderline {
	border: none;
}
	
p {
	margin: 0 0 10px 0;
	padding: 0;
	font: 11px helvetica;
	color: #666;
	line-height: 14px;
}
	
	


ul, li, dl {
	list-style-type: none;
}

div#wrapper {
	margin: 9px 0 0 0;
	padding: 0;
	width: 832px;
}

div.logo {
	margin: 0;
	padding: 0;
	width: 350px;
	height: 65px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	text-align: center;
}

/* Navigation ------------------------------------------------------------------- */

div.navigation {
	margin: 0;
	padding: 0;
	width: 480px;
	height: 65px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	position: absolute;
	top: 9px;
	left: 351px;
	text-align: left;
}

ul.navlist {
	margin: 0;
	padding: 0;
}

ul.navlist li {
	margin: 0;
	padding: 0;
	float: left;
	color: #000;
}

/* ------------------------------------------------------------------------------------------ */


/* Mini navigation for WORK section --------------------------------------------------- */

div.mini-navigation {
	margin: 0;
	padding: 0;
	width: 480px;
	height: 29px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	float: right;
	/* position: absolute;
	top: 76px;
	left: 350px;
	text-align: left; */ 
}

ul.mini-navlist {
	margin: 0;
	padding: 0;
}

ul.mini-navlist li {
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	color: #000;
	width: 75px;
}

/* ------------------------------------------------------------------------------- */



div#contents {
	margin: 0 0 20px 0;
	padding: 0;
	width: 831px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	float: left;
}

div#contents-nomini {
	margin: 0;
	padding: 0;
	position:absolute;
	top: 75px;
	left: 0;
	width: 831px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

div.printbox {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 120px;
	left: 590px;
	width: 160px;
	height: 200px;
	border: 2px solid #e8e8e8;
}

div.printcontents {
	margin: 17px;
	padding: 0;
	text-align: left;
}

div.body {
	margin: 17px;
	padding: 0;
	text-align: left;
}	

div.clear {
	clear: both;
	}

ul.work-grid {
	margin: 45px 0 0 15px;
	padding: 0;
	list-style-type: none;
	width: 815px;
}

ul.work-grid li {
	margin: 0 12px 12px 0;
	padding: 6px;
	list-style-type: none;
	width: 90px;
	height: 90px;
	float:left;
	// border: 1px solid #e8e8e8;
}

h1.intro {
	margin: 0 0 8px 0;
	padding: 0;
	font: 12px Georgia;
	color: #333;
	font-weight: normal;
	line-height: 18px;
}

div.footer {
	margin: 17px;
	clear: both;
}

div.footer a:link, div.footer a:visited {
	font-weight: bold;
	color: #666;
}

div.footer a:hover, div.footer a:active {
	color: #666;
	border-bottom: 2px solid #666;
	font-weight: bold;
}

div.footerrest {
	margin: 100% 0 0 20px;
	clear: both;
	z-index: 100;
}

div.footerrest a:link, div.footerrest a:visited {
	font-weight: bold;
	color: #666;
}

div.footerrest a:hover, div.footerrest a:active {
	color: #666;
	border-bottom: 2px solid #666;
	font-weight: bold;
}

div.clear {
	clear: both;
}


/* --------------- LIGHTBOX STYLES Begin ------------------------- */
#lightbox{
	position: absolute;
	top: 40px;
	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: 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: 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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* -------------------------------------- LIGHTBOX STYLES End ---------------------------------- */
	



	
	