/* hnpsiteplan.com   |   screen.css   |   5/12/08 */

* {margin: 0; padding: 0;}

body {
	background: #111610 url(../images/background.jpg) no-repeat top left;
	font: 62.5% Arial, Helvetica, sans-serif; 
	color: #333; 
	text-align: left; 
	margin: 0; 
	padding: 0;
	}
	
#wrap {
	width: 900px; 
	text-align: left; 
	margin: 67px 0 30px 150px;
	position: relative;
	}
	
h1 { text-indent: -9999px; }

#header {
	width: 900px;
	height: 71px;
	background: #445241 url(../images/header-bg.jpg) no-repeat;
	}
#print-logo {display:none;}

#logo {
	float: left;
	border: none;
	width: 306px;
	margin: 1px;
	}
	
#header-text {
	float: right;
	border: none;
	margin: 23px 30px 0 0;
	* margin: 13px 30px 0 0;
	}
	
#content {
	width: 900px;
	background: #fff url(../images/content-bg.jpg) no-repeat;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 30px;
	}
	
#content p {
	margin-top: -10px;
	}
	
h2 {
	display: none;
	}
	
#nav {
	margin: 45px 0 0 0;
	width: 200px;
	float: left;
	}
	
#nav li {
	list-style: none;
	padding-bottom: 2px;
	}
	
* + html ul #subnav { margin-top: -15px; }

* html ul #subnav { margin-top: -15px; }
	
ul #subnav li { text-indent: 25px; }
		
#nav li a {
	color: #445241;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 0 5px 35px; 
	width: 200px;
	}
	
#nav li a:link {
	color: #445241;
	}
	
#nav li a:hover {
	color: #e3a309;
	background-color: #445241;
	}
	
#nav li a.active {
	color: #e3a309;
	background-color: #445241;
	
	}
	
#imgHolder {
	width: 640px;
	float: right;
	margin: 45px 0 0 0;
	}
	
#imgHolder img {
	padding-left: 8px;
	border: none;
	}
	
#copy {
	width: 830px;
	border-top: #333 dotted 1px;
	margin: 30px 35px 0 35px;
	padding-top: 10px;
	font-size: 1.2em;
	float: left;
	color: #445241;
	text-align: justify;
	}
	
#footer {
	clear: both;
	font-size: 1.0em;
	color: #999;
	margin-left: 10px;
	}
	
#footer ul { 
	float: left; 
	margin-bottom: 10px; 
	}
	
#footer li {
	list-style: none;
	float: left;
	border-right: #999 solid 1px;
	padding: 0 22px;
	}
	
#footer li.last {
	border-right: none;
	}
	
#footer li.last a { text-decoration: none; }

#footer a {
	clear: both;
	font-size: 1.1em;
	color: #999;
	}

#footer a:hover {
	clear: both;
	font-size: 1.1em;
	color: #e3a309;
	}
	
/*----------------------INTERNAL-------------------------*/

#main-copy {
	font-size: 1.2em;
	line-height: 16px;
	margin: 45px 0 0 50px;
	width: 625px;
	float: left;
	}
	
* html #main-copy {margin: 45px 10px 0 20px;
	width:620px;
	}
	
#main-copy a {
	color: #df9f04;
	text-decoration: underline;
	font-weight: bold;
	}
	
#main-copy a:visited { color: #666; }

#main-copy a:hover { color: #445241; }
	
#main-copy-mock {
	font-size: 1.2em;
	line-height: 16px;
	margin: 1px 0 0 50px;
	width: 625px;
	_width: 615px;
	float: left;
	}
	
#main-copy p {
	margin: 0 0 20px 0;
	text-align: justify;
	}
	
	#page-title {
	text-align: left;
	margin: 10px 160px 10px -3px;
	clear: both;
		}
	* html #page-title {margin: 0 0 10px 0;}
	
	#page-title-valley {
	text-align: left;
	margin: 10px 160px 10px -3px;
	clear: both;
		}
	
	
img#content-image {
	margin: 0 0 15px 15px;
	border: #333 dotted 1px;
	padding: 3px;
	float: right;
	}
	
/*--------------------INTERNAL PORTFOLIO PAGES-------------------*/

img.head-image { 
	margin: 0 2px 0 0;
	border: 0;
	}
	
#main-copy a.image-title {
	display: block;
	width: 154px;
	height: 20px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	float: left;
	margin: 0;
	}
	
#main-copy a.image-title-three {
	display: block;
	width: 202px;
	height: 20px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	float: left;
	margin: 0;
	}
	
#main-copy a:visited.image-title { color: #000; }

#main-copy a:visited.image-title-three { color: #000; }
	
ul#bottom-nav { 
	float: left; 
	}

ul#bottom-nav li {
	float: left;
	border-right: #ccc solid 1px;
	padding: 0 3px;
	list-style: none;
	text-transform: lowercase;
	}
	
ul#bottom-nav li.last { border-right: 0; }

ul#bottom-nav li a {
	color: #445241;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	padding: 3px 10px; 
	font-weight: bold;
	}
	
ul#bottom-nav li a.first { padding: 3px 10px 3px 0; }

ul#bottom-nav li a:hover { color: #e3a309; }
	
ul#bottom-nav li a.active { color: #e3a309; }

ul.left, ul.right {
	width: 300px;
	float: left;
	margin-top: 0;
	}
	
ul.left li a, ul.right li a {
	color: #d69a0a;
	text-decoration: underline;
	}
	
ul.left li a:visited, ul.right li a:visited { color: #d69a0a; }

ul.left li a:hover, ul.right li a:hover { color: #333; }
	
ul.left li, ul.right li {
	list-style: none;
	line-height: 20px;
	}
	
p.quote {
	clear: both;
	font-size: 0.9em;
	font-style: italic;
	padding-top: 20px;
	}
	
.copy {
	float: left;
	width: 300px;
	margin: 15px 0 0 10px;
	}
	

h3 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.2em;
	}

h4 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.8em;
	}	

.portfolio-nav {
	float: right;
	margin: 10px 17px 0 0;
	text-align: right;
	width: 450px;
	}
	
#main-copy .portfolio-nav a {
	color: #d69a0a;
	text-decoration: underline;
	}
	
.portfolio-nav a.previous {
	text-decoration: none;
	background: url(../images/previous-arrow.gif) 0 3px no-repeat;
	padding: 3px 0 3px 20px;
	}
	
.portfolio-nav a.next {
	text-decoration: none;
	background: url(../images/next-arrow.gif) 35px 3px no-repeat;
	padding: 3px 20px 3px 0;
	margin-left: 15px;
	}
	
.portfolio-nav a.back { margin-right: 15px; }
	
#main-copy .portfolio-nav a:visited { color: #d69a0a; }

#main-copy .portfolio-nav a:hover { color: #333; }

.portfolio-nav a:hover.previous {
	text-decoration: none;
	background: url(../images/previous-arrow-hover.gif) 0 3px no-repeat;
	padding: 3px 0 3px 20px;
	}

#main-copy .portfolio-nav a:hover.next {
	color: #333;
	background: url(../images/next-arrow-hover.gif) 35px 3px no-repeat;
	}
	
#project-collage-left {
	float: left;
	width: 310px;
	}
	
#project-collage-right {
	float: left;
	width: 310px;
	}
	
.image-01 { margin-bottom: 6px; }

.image-02 { margin-bottom: 15px; }

.image-03 { margin-right: 3px; }

#project-collage-right h3, #project-collage-right p { margin-left: 3px; }

img.large {
	float: right;
	margin: 0 13px 4px 0;
	border: 0;
	}
	
* html img.large { margin: 0 8px 4px 0; }
	
img.small, img.selected {
	float: left;
	margin: 0 4px 4px 0;
	border: 0;
	}
	
#main-copy a { cursor: default; }
	
#picture-slides-dim-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	display: none;
	z-index: 10;
}

p.justified {text-align: justify;}
