/**
	Z-Indexes:
		Overlay: 		100
		PicnavLeft: 	200
		PicnavRight:	300
**/



/**
 *	Global
 */
body {
	background-color: #FFF;
	color: #666;
	font: 62.5% Arial, Verdana, sans-serif;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
a {
	color: #6CA3B2;
}
a:hover {
	color: #666;
}


/**
 *	Wrapper
 */
div.wrapper {
	width: 980px;
}


/**
 *	Masthead
 */
div.masthead {
	margin: 30px 20px;
}


/**
 *	Nav Main
 */
div.nav_main {
	float: left;
	font-size: 1.1em;
	margin-left: 20px;
	width: 260px;
}
div.nav_main ul {
	color: #333;
}
div.nav_main ul li {
	margin-bottom: 20px;
}
div.nav_main ul li h1 {
	float: left;
	width: 110px;
}
div.nav_main ul li ul {
	float: left;
	width: 140px;
}
div.nav_main ul li ul li {
	color: #777;
	margin: 0;
	text-indent: -10px;
}
div.nav_main a {
	color: #666;
	text-decoration: none;
}
div.nav_main a:hover {
	color: #6CA3B2;
}
div.nav_main a.selected {
	color: #6CA3B2;
	text-decoration: none;
}
div.nav_main a.selected:hover {
	color: #666;
}


/**
 *	Content
 */
div.content {
	float: left;
	font-size: 1.1em;
	margin: 0 0 0 30px;
	width: 668px;
}
div.content div.header {
	margin: 0 10px 10px 10px;
	text-align: right;
}
div.content div.header h1 {
	float: left;
}
div.content div.header h1.nofloat {
	float: none;
}
div.content div.header div.links {
	clear: left;
	float: left;
	margin-top: 3px;
}
div.content div.header div.links a {
	background: url('../images/grey45.png') left top;
	display: block;
	float: left;
	margin: 0 10px 0 -3px;
	padding: 3px;
	text-decoration: none;
}
div.content div.header h2 {
	color: #AAA;
	font-style: italic;
	line-height: 1.4em;
	text-transform: lowercase;
}
div.content div.project_images {
	background: #FFF url('../images/bg-project_images.gif') no-repeat left top;
	margin: 10px 0;
	padding: 10px;
	position: relative;
	width: 648px;
	z-index: 100;
}
div.content div.project_images a.picnav_left {
	background: url('../images/picnav_left.png') no-repeat;
	display: block;
	height: 0;
	left: -26px;
	overflow: hidden;
	padding-top: 21px;
	position: absolute;
	top: -9999px;
	width: 20px;
	z-index: 200;
}
div.content div.project_images a.picnav_right {
	background: url('../images/picnav_right.png') no-repeat;
	display: block;
	height: 0;
	left: 673px;
	overflow: hidden;
	padding-top: 21px;
	position: absolute;
	top: -9999px;
	width: 20px;
	z-index: 300;
}
div.content div.project_images div.masker {
	height: 346px;
	overflow: hidden;
	width: 648px;
}
div.content div.project_images div.masker img {
	left: 0;
	position: relative;
	top: -600px;
}
div.content div.details {
	margin: 30px 10px 0 10px;
}
div.content div.details h3 {
	font-weight: bold;
}
div.content div.details p {
	line-height: 1.6em;
	margin-top: 10px;
}
div.content div.details p span.tt {
	color: #6CA3B2;
	font: 11px Courier, "Courier New", monospace;
}
div.content div.details ol {
	margin-top: 10px;
}
div.content div.details ol li {
	line-height: 1.6em;
	list-style: decimal;
}


/**
 *	Survey Form
 */
div#surveyform {
	margin: 0 150px 0 10px;
}
div#surveyform h1 {
	margin-bottom: 1em;
}


/**
 *	Drawing
 */
div.drawing {
	background: url('../images/chestofdrawers.png') no-repeat;
	float: left;
	height: 542px;
	margin-left: 30px;
	width: 498px;
}




