@CHARSET "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: Georgia, serif;
  font-size: 100%;
  line-height: 1.125em;
  color: #4d4d4f;
  background: url("/images/background.gif") 220px 0 no-repeat;
}

#content {
  font-size: .6875em;
}

a {
  color: #003399;
  outline: none;
}

a:hover {
  text-decoration: none;
}

h2 {
  font-size: 1.455em;
}

img {
  border: 0;
}

.clearer {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

div.hr {
  height: 1px;
  overflow: hidden;
  background-color: #cccccc;
}

div.hr hr {
  display: none;
}

#content {
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

#body {
  position: absolute;
  left: 220px;
  top: 0;
  width: 2550px;
}

#body-overlay-right, #body-overlay-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

* > #body-overlay-right, * > #body-overlay-bottom {
  background: url('/images/white-85.png');
}

* html #body-overlay-right, * html #body-overlay-bottom {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/white-85.png', sizingMethod='scale');  
}

#body-overlay-right {
  left: 1040px;
}

#body-overlay-bottom {
  top: 500px;
  width: 1040px;
}

.client {
  float: left;
  position: relative;
  width: 770px;
  height: 450px;
  padding: 25px;
}

.client img {
  float: left;
}

.client .description {
  width: 120px;
  margin: 10px 20px 0 30px;
  float: right;
  text-align: left;
}

.client .description p {
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

#about-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 185px;
  padding: 25px 10px 25px 25px;
  height: 100%;
  background-color: #fff;
}

#about-box h2 {
  margin: 10px 0 5px;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
}

#about-box h3 {
  font-size: 11px;
  background: url('/images/pen.gif') 3px 5px no-repeat;
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 2px;
}

#work {
  background: url('/images/work.gif') left center no-repeat;
  padding-left: 30px;
}

#about-box ul {
  margin-left: 20px;
}

#twitter a {
  float: left;
  background: url('/images/twitter.gif') left center no-repeat;
  padding-left: 30px;
}

#contact {
  background: url('/images/contact.gif') left center no-repeat;
  padding-left: 30px;
}

p.contact {
  font-size: 10px;
}

#lightbox{
	position: absolute;
	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/lightbox/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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}