/* Project: Architecture West LLC
URL: http://www.architecturewestllc.com/
Date: November 2007
Author: Red Kite Creative
Author URL: http://www.redkitecreative.com */

/**************************************
  Override default styling rules
**************************************/
/* zeroes all margins and paddings */
*, html, body, div, p, th, td, ul, ol, li, form, fieldset, input, h1, h2, h3, h4, blockquote, pre {
	margin: 0;
	padding: 0;
}
/* commented backslash hack for ie5mac \*/ 
html, body {
	height: 100%;
} 
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
/* remove list-style from lists */
ul, ol {
	list-style: none;
}
/* set base font size to 12px for most browsers */
html {
	font-size: 70%;
}
img, fieldset {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}

/**************************************
  Default rules
**************************************/
html {
	/* height: 100%; Required for footerstickalt */
	text-align: left;
}
h1, h2, h3, h4 {
	margin-bottom: 0.5em;
	padding: 0;
	color: #465741;
	background-color: transparent;
	text-align: left;
	line-height: 120%;
	font-weight: bold;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.7em;
	margin-bottom: 0.2em;
	padding: 0.4em 0 0.2em 0;
	font-weight: normal;
}
h3 {
	padding-top: 0.4em;
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
p {
	margin: 0;
	padding: 0;
	color: #465741;
	background-color: transparent;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
a {
	color: #596D54;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bolder;
}
a:link, a:visited {
	color: #596D54;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #4C5E48;
	background-color: #E2DEA9;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
ul li {
	margin: 0.2em 0;
	padding-bottom: 0.8em;
}
acronym {
	border-bottom: 1px dotted #333;
}
/**************************************
  Overall layout rules
**************************************/
body {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 1em;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #EFEDEA;
	background-color: #847761;
}
#wrapper {
	margin: 0; 
	padding: 0;
	width: 955px;
	height: 608px;
	color: #465741;
	background-color: #E7E5D2;
	background-image: url(graphics/bg_wrapper.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
#sub-wrapper {
	margin: 0; 
	padding: 0;
	width: 955px;
	/*min-height: 100%;
	height: 100%;*/
	color: #465741;
	background-color: #E7E5D2;
	background-image: url(graphics/bg_wrapper.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
#header{
    margin: 0;
	 padding: 0;
	 width: 950px;
	 height: 56px;
    position: relative;
	 background-image: url(graphics/header_new.jpg);
	 border-bottom: 2px solid #FFF;
}
/* This is the logo link clickable area */
#logo-zone {
	position: absolute;
	top: 13px;
	left: 6px;
	height: 32px;
	width: 245px;
	background-color: transparent;
}
/**************************************
  Main content rules
*************************************/
#content {
	height: 100%;
}
#main-center {
	position: absolute;
	top: 56px;
	left: 265px;
	margin: 0;
	padding: 1em;
	width: 440px;
	height: 530px;	
	line-height: 1.5em;
	border-left: 2px solid #FFF;
}
#main-center p {
	padding-bottom: 1em;
	font-size: 1.2em;
}
#main-right {
	position: absolute;
	top: 55px;
	left: 733px;
	margin: 0;
	padding: 1em 1em 0 1em;
	width: 200px;
	height: 530px;	
	line-height: 1.5em;
}
#main-center ul {
	list-style-type: disc;
}
#main-center li {
	margin-left: 2em;
	font-size: 130%;
}
#main-left {
	position: relative;
	float: left;
	width: 265px;
	margin: 0;
	padding: 0;
	z-index: 5;
}
/**************************************
  Subpage content rules
*************************************/
#sub-left {
	float: left;	
	position: relative;
	top: -2px;
	left: 0;
	margin-bottom: 2em;
	padding: 1em 1em 2em 1.5em;
	width: 700px;
	line-height: 1.5em;
}
#sub-left h1 {
	position: relative;
	top: 5px;
	left: 265px;
}
#sub-content {
	position: relative;
	top: 2em;		
}
#sub-left p {
	margin: 0;
	padding-bottom: 1em;
	font-size: 1.2em;
}
#sub-aspens-topleft {
	position: absolute;
	top: 0;
	left: 0;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
#sub-left ul {
	list-style-type: disc;
}
#sub-left li {
	margin-left: 2em;
	font-size: 130%;
}
#sub-right {
	float: right;
	top: -2px;	
	/*position: absolute;
	top: 56px;
	left: 730px;*/
	margin: 0;
	padding: 0.7em 1em 0 0.7em;
	width: 200px;
	height: 500px;
	line-height: 1.5em;
}
/**************************************
  Nav rules
**************************************/
#nav {
	position: absolute;
	top: 0;
	left: 265px;
	height: 56px;
	border-right: 2px solid #FFF;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 420px;
	list-style-type: none;
}
#nav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 1.3em;
	font-weight: normal;
	border-left: 2px solid #FFF;
}
#nav a, #nav a:link, #nav a:visited {
	margin: 0;
	padding: 0 12px;
	display: block;
	width: auto;
	line-height: 56px;
	text-decoration: none;
	color: #FFF;
	background: url(graphics/header_button.jpg) repeat-x left;
}
#nav a:hover, #nav a:active {
	text-decoration: none;
	color: #FFF;
	background: url(graphics/header_button_hvr.jpg) repeat-x left;
}
/**************************************
  Subnav rules
**************************************/
#subnav {
	margin-bottom: 1em;
	text-align: right;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav li {
	display: inline;
	margin: 0;
	padding-right: 1em;
	font-size: 1.3em;
	font-weight: normal;
}
/**************************************
  Footer rules
**************************************/
#footer {
	clear: both;
	position: relative;
	top: -3px;
	left: 0;
	margin-bottom: 2em;
	padding: 0;
	height: 50px;
	width: 955px;
	background-image: url(graphics/bg_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 1;
}
#footer p {
	position: relative;
	top: 0.8em;
	left: 0.5em;
	color: #FFF;
	background-color: transparent;
}
#footer a, #footer a:link, #footer a:visited {
	padding: 0 0.1em;
	color: #E1D66A;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover, #footer a:active {
	color: #FFF;
	background-color: #A49883;
	text-decoration: none;
}
#aspen-block {
	position: absolute;
	top: -165px;
	right: 5px;
}
/**************************************
  Project list rules
**************************************/
div#project-container {
	position: relative;
	top: -2px;
	margin-bottom: 2em;
}
div.project-list {
	float: left;
	margin: 0 2em 0.4em 0;
	padding: 0;
	width: 315px;
	height: 100px;
	border-bottom: 1px dashed #465741;
}
.project-list img {
	float: left;
	padding-right: 1em;
}
.project-list p {
	display: table-cell;
	vertical-align: middle;
}
/**************************************
  Project page rules
**************************************/
#thumbnails {
	position: absolute;
	top: 5px;
	left: 295px;
}
#thumbnails ul {
	list-style-type: none;
}
#thumbnails li {
	float: left;
	margin: 0 5px 5px 0;
}
#thumbnails img {
	display: block;
	border: 1px solid Gray;
}
#loadarea {
	margin-top: 5px;
}

/**************************************
  Miscellaneous rules
**************************************/
.img-right {
	float: right;
	margin: 0 0 0.8em 0.5em;
}
.img-left {
	float: left;
	margin: 0 0.6em 0 0;
}
#mapbox {
	float: right;
	padding: 20px 100px 0 0;
}
.news-image {
	margin-bottom: 1em;
}
.news-image img {
	margin-bottom: 0em;
	padding: 0;
}
.news-image p {
	margin: 0;
	padding-left: 0.3em;
	text-align: center;
	font-style: italic;
}
#quote-box {
	margin-top: 2em;
	padding: 0;
	height: 150px;
	width: 190px;
	color: #838465;
	background-color: #DDDBC9;
	display: table;
	text-align: center;
	vertical-align: middle;
}
#quote-box-outer {
	margin: 0;
	padding: 0;
	display: table-cell;
	width: 180px;
	vertical-align: middle;
	line-height: 15px;
}
#quote-box-inner {
	padding: 1em;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, serif;
	color: #838465;
}
#logos-home {
	clear: both;
	margin-top: 0.6em;
}
#logos-home a {
	text-decoration: none;
}
#logos-home a i {
	visibility: hidden;
}
#link-energy-star {
	position: absolute;
	bottom: 25px;
	right: 103px;
	height: 41px;
	width: 106px;
	background-color: transparent;
}
#link-usgbc {
	position: absolute;
	bottom: 8px;
	right: 10px;
	height: 78px;
	width: 83px;
	background-color: transparent;
}
.clear-both {
	clear: both;
}

.right {
	text-align: right;
}


.centered {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
