@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, table, th, td {
	margin:0pt;
	padding:0pt;
}

body  {
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, san-serif;
	background: #FFFFFF;
	background-image: url(images/img_bg.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
	font-size:62.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
}

a img {
	border:none;
}



h1 {
	color:#888888;
	font-size:2.4em;
	font-weight:normal;
	

}

h2 {
	font-size:1.7em;
	font-style:italic;
	font-weight:normal;
	color:#000000;
	text-transform:capitalize;
	
}

h4 {

	font-size:1.8em;
	font-weight:normal;
	color:#000000;
	line-height:.9;
}

p {
	
	font-size:1.4em;
	margin:1.1em 0;
	line-height: 1.5;
}

a {
	color:#996600;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-transform:none;
	
	font-size:1.2em;
}

 li {
	background:transparent url(images/img_list-arrow.gif) no-repeat scroll 1px 0.3em;
	
	margin-top:0.8em;
	padding-left:12px;
	
}

.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	position: relative; 
	border: 1px ffffff;
	height:100px;
	padding: 23px 10px 0 11px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#logo {
	position:absolute;
	display: block;
	background-image: url(images/img_logo.gif);
	background-repeat: no-repeat;
	width: 267px;
	height: 37px;
	top:76px;
}

#topnav {
	position:absolute;
	display: block;
	padding:35px 0 0 8px;
	right:0px;
	width: 130px;
	top: 0px;
	border-left:solid #000000 2px;
}

#topnav h4 {
margin-bottom:3px;
}

#topnav a {
	color:#000000;
	text-decoration:none;
	
}
#topnav a:hover {
	color:#996600;
}

#subhead {
	display: block;
	padding:15px 0px;
	margin:0px;
	
}

#subheadNAV {
	color:#999999;
	text-align:right;
	
}

#imageINDEX {
	display: block;
	margin:0px;
	padding-top:13px;
	
}

#imageINDEX img{
	padding:8px 8px;
	margin: 0 15px 15px 0;
	float: left;
	border:solid #CCCCCC 1px;
	
	
}

#workINDEX {
	display: block;
	margin:0px;
	padding-top:13px;

}

.workBOX {
	padding: 10px;
	width: 340px;
	height: 200px;
	border:solid #CCCCCC 1px;
	margin: 0 15px 15px 0;
	float: left;
	line-height:1;
	
}

.workBOX img{
	
	float: left;
	margin-right: 8px;
}


.workBOX p{
	text-align:left;
	font-size:1.3em;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding-top: 13px;
	text-align:left;
}



#sidebar1 img{
	padding:10px;
	border:solid #CCCCCC 1px;
	}


#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 13px;
	text-align:left;
}

#sidebar2 img{
	padding:10px;
	border:solid #CCCCCC 1px;
	}
	
#sidebar2 p { 	
	font-size: 1.2em;
	color:#333333;
	margin: 1px 0 15px;
	text-align:center;
		}

#mainContent { 
	margin: 0 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
} 

#mainContentNARROW { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
} 

.twoColFixRtHdr #mainContentMINIside { 
	margin: 15px 265px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	border-right:solid #999999 1px;
	padding: 0px 11px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContentWIDE { 
	margin:0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 11px 15px 11px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #footer { 
	
	padding: 0 10px 15px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.twoColFixRtHdr #footer h4 {
	font-size:1.5em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a{
	color:#000000;
	}
	
#footer a:hover{
	color:#996600;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.tinytext {
	font-size: 10px;
	color:#666666;
	float:right;
	
}

.border {
	padding:10px;
	border:solid #CCCCCC 1px;
	}

.photoCREDITbox {
	width: 300px;
	padding:10px;
	border:solid #CCCCCC 1px;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	}
	
.photoCREDITbox p {
	font-size: 1.2em;
	color:#333333;
	margin: 5px 0 0 0 ;
	text-align:left;
}

.boldBLACK {
	color:#333333;
	font-weight:bold;
}



#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; }

