@charset "UTF-8";
/* CSS Document */

/* A very simple CSS reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Basic CSS Styles */
body {
	font-family: "Hoefler Text", Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	background-color: #ffffff;
	color: #000000;
	line-height: 20px;
}

a {
	font-size: 13px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}

/* Page Structure */
div#header {
	height: 100px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #EBEBEB;
}
div#main {
	width: 1080px;
	height: 500px;
	margin: 0;
}

/* Header Area Styles */
a#logo {
	background: url(images/nhr_logo.png) 0 0 no-repeat;
	width: 420px;
	height: 80px;
	display: block;
	overflow: hidden;
	text-indent: -900em;
	float: left;
	position: relative;
	margin: 13px 65px 0 20px;
}
a#logo:hover {
	background-position: 0 -94px;
}

#header ul {
	list-style-type: none;
	float: left;
	position: relative;
	width: 740px;
	margin: 40px 0 0 0;
}
#header ul li {
	width: 120px;
	margin: 0 40px 0 0;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .05em;
}
#header ul li a {
	font-size: 11px;
	letter-spacing: .05em;
	color: #666666;
	text-decoration: none;
}
#header ul li a:hover {
	color: #000;
	font-size: 11px;
	letter-spacing: .05em;

}

/* Main Area Styles */
div#slider_holder {
	position: relative;
	margin: 75px 0 0 200px;
	width: 598px;
	height: 400px;
	float: left;
}

div#description {
	background: url(images/single_rule.jpg)	bottom left repeat-x;
	position: relative;
	margin: 120px 0 20px 20px;
	width: 220px;
	float: left;
	overflow: hidden;
}

div#description h1 {
	background: url(images/dual_rule.jpg) bottom left repeat-x;
	font-weight: normal;
	font-style: italic;
	font-size: 19px;
	letter-spacing: .02em;
	padding: 0 0 7px 0;
	margin: 0 0 13px 0;
}
div#description h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	letter-spacing: .01em;
	color: #666666;
	margin: 0;
}
div#description p {
	font-size: 13px;
	letter-spacing: .025em;
	margin: 0 0 20px 0;
}
div#description a#next_project {
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	letter-spacing: .01em;
	color: #333333;
}
div#description a#next_project:hover {
	color: #666666;
}

/* Slider Area Styles */
#slider {
	width: 598px;
	height: 400px;
	overflow: hidden;
}	
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#slider li { 
	width: 598px;
	height: 400px;
	overflow: hidden; 
}	
#prevBtn, #nextBtn { 
	display: block;
	width: 33px;
	height: 23px;
	position: absolute;
	left: -48px;
	overflow: hidden;
}
#prevBtn { 
	top: 0px;
}
#nextBtn { 
	top: 367px;
}														
#prevBtn a, #nextBtn a {  
	display: block;
	width: 33px;
	height: 23px;
	overflow: hidden;
	text-indent: -900em;
}	
#prevBtn a {
	background: url(images/arrow_left.jpg) 0 0 no-repeat;
}
#nextBtn a { 
	background: url(images/arrow_right.jpg) 0 0 no-repeat;	
}
#prevBtn a:hover, #nextBtn a:hover {
	background-position: -33px 0;
}