body
{
	background-color: #FFFFFF;
	background-image: url(../images/topbg.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #111111;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: small;
	text-align: justify;
	margin: 0;
}

p, h1, h2, h3, img, br
{
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #318C3C;
}

a:hover, a:active
{
	text-decoration: none;
	color: #318C3C;
}

.clear
{
	clear: both;
}

.invisible
{
	display: none;
}

div.title
{
	width: 787px;
	background-image: url(../images/titlebg.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
}

p.slogan
{
	position: absolute;
	top: 55px;
	color: #318C3C;
	text-transform: uppercase;
	font-size: 80%;
	padding-left: 12px;
	letter-spacing: 0.22em;
	width: 286px;
}

ul.nav
{
	list-style-type: none;
	padding-top: 120px;
	padding-left: 12px;
	margin: 0;
}

ul.nav li
{
	float: left;
	padding-right: 20px;
	text-transform: uppercase;
}

ul.nav li a:link, ul.nav li a:visited
{
	color: #318C3C;
	text-decoration: none;
}

ul.nav li a:active, ul.nav li a:hover
{
	color: #111111;
	text-decoration: none;
}

div.content
{
	margin: 0 auto;
	padding-top: 40px;
	width: 787px;
	clear: both;
	font-family: Lucida Grande, Arial, Tahoma, Verdana, sans-serif;
	font-size: 90%;
}

div.content p
{
	margin-bottom: 10px;
	line-height: 150%;
	padding-left: 12px;
	letter-spacing: 0.05em;
}

div.content h1
{
	line-height: 150%;
	padding-left: 12px;
	letter-spacing: 0.05em;
	font-family: Lucida Grande, Arial, Tahoma, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

div.content p.image
{
	width: 479px;
	height: 245px;
	float: right;
	margin: 0 0 10px 5px;
}

div.content li
{
	line-height: 150%;
	padding-left: 12px;
	letter-spacing: 0.05em;
}

div.spacer
{
	height: 30px;
	clear: both;
}

div.copyright
{
	clear: both;
	width: 787px;
	margin: 0 auto;
	font-size: 80%;
	border-top: 1px solid #318C3C;
}

div.copyright p
{
	float: left;
}

p.one
{
	background-color: #318C3C;
	color: #FFFFFF;
	padding: 2px 40px 2px 8px;
}

p.two
{
	background-color: #318C3C;
	color: #8CC092;
	padding: 2px 8px 2px 8px;
}

	p.two a:link, p.two a:visited
	{
		background-color: #318C3C;
		color: #8CC092;		
		text-decoration: none;
	}

	p.two a:active, p.two a:hover
	{
		background-color: #318C3C;
		color: #8CC092;
		text-decoration: underline;
	}

div.bottom
{
	clear: both;
	width: 787px;
	margin: 0 auto;
	padding-top: 30px;
}

div.contact
{
	float: left;
	padding-left: 12px;
	width: 290px;
	padding-bottom: 30px;
}

div.contact p, div.contact h2
{
	font-family: Lucida Grande, Arial, Tahoma, Verdana, sans-serif;
	font-size: 90%;
	line-height: 150%;
	text-align: right;
}

div.contact h2
{
	color: #318C3C;
	font-weight: normal;
	padding-top: 10px;
}

div.contact h2.address
{
	padding-top: 0;
}

div.ds
{
	clear: both;
	border: 1px solid #666666;
	text-align: center;
}

p.ds
{
	float: left;

}

	p.ds img, p.ds img
	{
		padding: 4px;
	}

div.pics
{
	float: right;
	width: 460px;
	padding-bottom: 30px;
}

	div.pics h1
	{
		font-size: small;
		text-transform: uppercase;
		color: #666666;
		padding: 4px;
	}

	div.pics p img
	{
		float: left;
		padding: 4px;
	}

ul.profile
{
	float: left;
}

div.content div.images
{
	margin-left: 10px;
}

	div.content div.images div.libraryimage
	{
		float: left;
		padding: 2px;
	}

	div.content div.images div.libraryimage a img.border
	{
		border: 1px solid #000000;
	}


/* Start of Lightbox */

#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 */
	}	

/* End of Lightbox */

/* Start of Projects page */

ul.projects-levelone li a:link, ul.projects-levelone li a:visited, h1.projects-leveltwo a:link, h1.projects-leveltwo a:visited, div.projects-leveltwo h2 a:link, div.projects-leveltwo h2 a:visited, h1.projects-levelthree a:link, h1.projects-levelthree a:visited
{
	text-decoration: none;
}

ul.projects-levelone li a:hover, ul.projects-levelone li active, h1.projects-leveltwo a:hover, h1.projects-leveltwo active, div.projects-leveltwo h2 a:hover, div.projects-leveltwo h2 active, h1.projects-levelthree a:hover, h1.projects-levelthree active
{
	text-decoration: underline;
}

div.projects-leveltwo
{
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color: #000000;
	width: 780px;
	margin: 3px;
}
	div.projects-leveltwo p.thumbnail
	{
		float: right;
		border: 0;
		padding: 0;
		margin: 0;
		text-align: center;
	}

			div.projects-leveltwo p.thumbnail img
			{
				margin: 5px;
				border: 1px solid #000000;
			}

	div.projects-leveltwo h2
	{
		color: #318C3C;
		font-size: 100%;
		letter-spacing: 0.05em;
		padding: 12px 12px 0px 12px;
	}

	div.projects-leveltwo p.description
	{
		padding: 6px 12px 0px 12px;
	}

div.projects-levelthree
{
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color: #000000;
	width: 780px;
	margin: 3px;
}

	div.projects-levelthree h2
	{
		color: #318C3C;
		font-size: 100%;
		letter-spacing: 0.05em;
		padding: 12px 12px 0px 12px;
	}

	div.projects-levelthree p.blurb
	{
		padding: 6px 12px 0px 12px;
	}

	div.projects-levelthree div.thumbnails
	{
		padding: 6px 2px 0px 2px;
		clear: both;
	}

	div.projects-levelthree div.thumbnails div.thumbnail
	{
		float: left;
		margin: 5px 10px;
	}

	div.projects-levelthree div.thumbnails div.thumbnail img.border
	{
		border: 1px solid #000000;
		vertical-align: top;
		margin-bottom: 2px;
	}

	div.projects-levelthree div.clear
	{
		clear: both;
		height: 10px;
	}

/* End of Projects page */