body {
	margin: 0;
	padding: 0;
	background: url("../images/body_bg.jpg");
	color: #404040;
	font-family: Georgia,serif;
	font-size: 0.8em;	
}

body.home {
	background: url("../images/body_bg_home.jpg");
}

/**
 * Global styles
 */

a img {
	border: 0;	
}

h2 {
	color: #052133;
	font-weight: normal;
	margin: 0;
	font-size: 1.75em;
}

a, a:visited {
	color: #670202;	
}

acronym, abbr {
	border-bottom: 0;	
}

#wrapper {
	width: 978px;
	margin: 0 auto;
	position: relative;
}

h1 {
	margin: 0;	
}

h1 a {
	display: block;
	background-image: url("../images/logo.png");
	width: 149px;
	height: 149px;
	text-indent: -9999px;
	outline: 0;
	position: absolute;
	top: 6px;
	left: 413px;
}

/* Navigation */

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;	
}
	
#nav a {
	display: block;
	height: 59px;
	background-image: url("../images/nav.png");
	text-indent: -9999px;
	outline: 0;
}

#nav-home a {
	width: 95px;
	background-position: 0 0;
	margin: 0 0 0 36px;
}

#nav-home a:hover {
	background-position: 0 -59px;	
}

#nav-about a {
	width: 100px;
	background-position: -95px 0;
	margin: 0 0 0 15px;
}

#nav-about a:hover {
	background-position: -95px -59px;
}

#nav-services a {
	width: 116px;
	background-position: -195px 0;
	margin: 0 0 0 16px;
}

#nav-services a:hover {
	background-position: -195px -59px;	
}

#nav-projects a {
	width: 114px;
	background-position: -311px 0;
	margin: 0 0 0 196px;
}

#nav-projects a:hover {
	background-position: -311px -59px;	
}

#nav-news a {
	width: 90px;
	background-position: -425px 0;
	margin: 0 0 0 26px;
}

#nav-news a:hover {
	background-position: -425px -59px;	
}

#nav-contact a {
	width: 115px;
	background-position: -515px 0;
	margin: 0 0 0 23px;
}

#nav-contact a:hover {
	background-position: -515px -59px;	
}

#nav-after {
	clear: left;
}

#main {
	width: 432px;
	float: left;
	margin: 0 106px 72px 57px;
	line-height: 1.75em;
}

#sidebar {
	width: 380px;
	float: left;
}

#sidebar-after {
	clear: left;	
}

#footer {
	background: url("../images/footer_bg.png");
	text-align: center;
	color: #fff;
	height: 75px;
	padding: 25px 0 0 0;
}

#footer p {
	margin: 0 0 12px 0;	
}

#footer a {
	text-decoration: none;
	color: #fff;
}

/**
 * Home page
 */

body.home #photo {
	clear: left; /* to clear nav float */
	width: 948px; /* 978px - 30px */
	height: 363px; /* 421px - 43px top padding - 15px bottom padding */
	padding: 43px 15px 15px 15px;
	margin: 0;
	background-image: url("../images/home_photo_bg_new.jpg");	
}

body.home #main h2 {
	margin: 20px 0 12px 0;
}

.sidebar-callout {
	width: 296px; /* 332px - 18px left padding - 18px right padding */
	height: 129px; /* 157px - 28px top padding */
	padding: 28px 18px 0 18px;
	background-image: url("../images/home_callout_bg.jpg");
	float: left;
}

.sidebar-callout h2 {
	margin-bottom: 0.375em;
}

.sidebar-callout p {
	margin: 0;	
}

#sidebar-sustainable h2 a {
	color: #052133;
	text-decoration: none;	
}

#sidebar-sustainable a {
	color: #404040;
	text-decoration: none;	
}

#sidebar-sustainable-photo {
	width: 101px;
	height: 70px;
	float: left;
	margin: 0 10px 0 0;
}

#sidebar-sustainable-end {
	clear: left;
}

#sidebar-carousel {
	background-color: #600;
	width: 282px; /* 296px - 7px left padding - 7px right padding */
	height: 53px; /* 67px - 7px top padding - 7px bottom padding */
	padding: 7px;
	position: relative;
}

#sidebar-carousel-prev {
	float: left;
	border: 0;
	padding: 0;
	width: 14px;
	height: 53px;
	background-image: url("../images/home_carousel_prev.gif");
	margin: 0 8px 0 0;
	cursor: pointer;
	text-indent: -9999px;
}

#sidebar-carousel-stage {
	float: left;
	width: 238px;
	height: 53px;
	overflow: hidden;
}

#sidebar-carousel-slides {
	width: 2000px;
	height: 53px;
}

#sidebar-carousel-slides ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar-carousel-slides li {
	float: left;
	width: 74px;
	height: 53px;
	margin-right: 8px;
	text-align: center; /* just in case there are images that are narrower than 66px */
}

#sidebar-carousel-slides img {
	border: 4px #fff solid;
	max-width: 68px;
	max-height: 45px;
}

#sidebar-carousel-next {
	float: left;
	border: 0;
	padding: 0;
	width: 14px;
	height: 53px;
	background-image: url("../images/home_carousel_next.gif");
	margin: 0 0 0 8px;
	cursor: pointer;
	text-indent: -9999px;
}

#sidebar-carousel-end {
	clear: left;
}

/**
 * Interior pages
 */
 
#photo {
	clear: left; /* to clear nav float */
	width: 948px; /* 978px - 30px */
	height: 129px; /* 159px - 30px */
	padding: 15px;
	margin: 13px 0 40px 0;
	background-image: url("../images/interior_photo_bg.png");	
}

#breadcrumbs {
	color: #000;
	font-size: 0.875em;
	margin-top: 0;
}

#breadcrumbs a {
	color: #404040;
	text-decoration: none;	
}

.breadcrumbs-separator {
	color: #bab7ae;
}

ul.index {
	list-style-type: none;
	margin: 16px 0 0 0;
	padding: 0;
	background: url("../images/ul_index_separator.gif") top left no-repeat;
}

ul.index li {
	background: url("../images/ul_index_separator.gif") bottom left no-repeat;
	padding: 16px 0 19px 0;
}

span.index-date {
	color: #404040;
	font-size: 0.875em;
	text-transform: uppercase;	
}

ul.index a {
	text-decoration: none;
	font-size: 1.25em;
}

ul.index p {
	margin: 0;
}

#subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url("../images/subnav_bg.jpg");
	width: 326px; /* 372px - 22px left padding - 24px right padding */
	padding: 34px 24px 0 22px;
}

#subnav a {
	display: block;
	color: #600;
	text-decoration: none;
	border-top: 1px #e9dfd1 solid;
	border-bottom: 1px #d5c6b4 solid;
	padding: 4px 0 4px 21px;
	font-size: 1.375em;
}

#subnav li.first-child a {
	border-top: 0;	
}

#subnav li.last-child a {
	border-bottom: 0;	
}

#subnav a.active {
	color: #052133;
}

#subnav a:hover {
	background-color: #d1c2af;
}

#subnav-after {
	width: 372px;
	height: 37px;
	background-image: url("../images/subnav_bg_bottom.jpg");
}

/**
 * Projects
 */
 
#projects-main {
	width: 870px;
	margin: 0 106px 72px 57px;
	line-height: 1.75em;
}
 
#projects-index {
	width: 190px;
	list-style-type: none;
	padding: 0;
	margin: 0 27px 0 0;
	text-align: right;
	float: left;
}

#projects-index a {
	text-decoration: none;
}

#projects-index a.active {
	color: #052133;	
}

.projects-thumbs {
	float: left;
	width: 650px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.projects-thumbs li {
	float: left;
	width: 108px;
	height: 93px;
}

#projects-end {
	clear: left;
}

