html {
	min-height: 100%;
	margin-bottom: 1px; /* force scrollbar */
}
body {
	background: #B0A986 url(../images/pagebg.gif) repeat-x;
	font-family: Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
}
#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border:0;
	width: 950px;
	background: #F1F1F1 url(../images/bg.gif) repeat-y;
}
#home #container, #accreditations #container, #testimonials #container, #green #container, #pro-references #container, #client-references #container, #projects-main #container {
	background: #F1F1F1 url(../images/bg-home.gif) repeat-y;
}
#header {
	margin: 0;
	padding: 25px 25px 15px 25px;
	background: #303434;
}
.consultation {
	float: right;
	clear: right;
	font-size: 1.2em;
	color:#f9ead6;
	text-align: center;
	padding:0;
	margin: 0 20px 0 0;
	font-weight: 700;
}
#menu {
	font-size: .95em;
	height: 30px;
	line-height: 30px;
	background: #c4a158 url(../images/menubg.gif);
	border-top: 3px solid #8d1013;
	border-bottom: 2px solid #fff;
	padding:0 0 0 23px;
	margin: 0;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	font-weight: 700;
}
#menu li .ampersand {
	font-family: Arial, Helvetica, sans-serif;
}
#menu a {
	color: #000;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#menu a:hover {
	color: #fff;
}
#column-left {
	float: left;
	width: 200px;
}
#column-left p {
	padding: 0 20px 20px 20px;
	color: #fff;
	line-height: 1.3em;
}
#column-left h2 {
	padding: 20px 20px 10px 20px;
	color: #fff;
	font-size: 1.2em;
}
#column-right {
	float: right;
	width: 200px;
}
#column-right p {
	padding: 0 20px 20px 20px;
	color: #fff;
	line-height: 1.3em;
}
#column-right h2 {
	padding: 20px 20px 10px 20px;
	color: #414643;
	font-size: 1.2em;
}
#column-right a {
	color: #fff;
	text-decoration: underline;
}
#column-right a:hover {
	color: #e0e0e0;
	text-decoration: underline;
}

#projects-main #column-middle a, #projects #column-left a {
	color: #8D1013;
	text-decoration: none;
}
#projects-main #column-middle a:hover, #projects #column-left a:hover {
	color: #8D1013;
	text-decoration: underline;
}

#pro-references #column-middle a {
	color: #8D1013;
	text-decoration: underline;
}

#testimonials #column-middle a {
	color: #8D1013;
	font-size: .9em;
	text-decoration: underline;
}

#column-middle {
	float: left;
	width: 550px;
	padding-top: 10px;
}
#column-middle h1 {
	padding: 10px 20px 0 20px;
	margin-bottom: 5px;
	font-size: 1.3em;
	color: #414643;
}
#column-middle h2 {
	padding: 0 20px;
	margin: 20px 0 3px 0;
	font-size: 1.1em;
	color: #8D1013;
}
#green #column-middle h2 {
	color: #38502C;
}
#testimonials #column-middle h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#column-middle p {
	padding: 5px 20px;
	margin-top: 0;
	line-height: 1.2em;
}
#footer {
	clear: both;
	background: #303434;
	font-size: .95em;
	color: #e0e0e0;
	text-align: center;
	border-top: 2px solid #fff;
	padding: 0 0 10px 0;
}
#footer p {padding: 10px 0 0 0;}
#footer a {
	color: #e0e0e0;
	text-decoration:none;
}
#footer a:hover {
	color: #e0e0e0;
	text-decoration: underline;
}
#contact #container {
	background: #F1F1F1;
	background-image: none;
}
#contact #column-middle {
	padding: 0;
}
#contact #column-right {
	width: 400px;
}
#contact #column-right p {
	color: #303434;
	font-size: 1.1em;
	line-height: 1.5em;
}
#contact #column-right h1 {
	padding: 10px 20px 0 20px;
	margin: 5px 0 0 0;
	color: #d88d2a;
	font-size: 1.2em;
}
#contact #column-right h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 1.1em
}
#contact #column-right a {
	color: #303434;
	text-decoration:none;
}
#contact #column-right a:hover {
	color: #000;
	text-decoration:underline;
}
#home #column-middle {
	padding-top: 0;
}
#home #column-left a {color: #fff;}
#home #column-left a:hover {color: #E0E0E0;}

#photo-album #column-left, #projects #column-left {
	padding: 0 0 0 20px;
	width: 725px;
}
#photo-album h1, #projects h1 {
	font-size: 1.4em;
	margin: 10px 0 0 0;
}
#gallery h2 {
	padding: 5px;
	margin: 20px 0 10px 0;
	font-size: 1.2em;
	color: #8D1013;
	border-bottom: 1px solid #8D1013;
	width: 670px;
}
#gallery .thumbs img {
	margin: 5px 5px 5px 0;
	padding: 1px;
}
#gallery .thumbs a:link img {
	border: 1px solid #303434;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#gallery .thumbs a:hover img, #gallery .thumbs a:visited img {
	border: 1px solid #999;
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
}
/* COLUMN HEIGHT */
#home #column-left, #home #column-middle, #home #column-right {
	height: 295px;
}
#approach #column-left, #approach #column-middle, #approach #column-right {
	height: 568px;
}
#testimonials #column-left, #testimonials #column-middle, #testimonials #column-right {
	height: auto;
}
#client-references #column-left, #client-references #column-middle, #client-references #column-right {
	height: auto;
}
#pro-references #column-left, #pro-references #column-middle, #pro-references #column-right {
	height: auto;
}
#green #column-left, #green #column-middle, #green #column-right {
	height: auto;
}
#contact #column-middle, #contact #column-right {
	height: 364px;
}
/* END COLUMN HEIGHT */

/* SUBMENU */
#submenu {
	margin: 20px;
}
#submenu h2 {
	padding: 0 0 20px;
0;
}
#submenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#submenu li {
	padding-bottom: 3px;
}
#submenu li a {
	background: #006B65;
	color:#fff;
	display:block;
	font-size: .95em;
	padding: 7px;
	text-decoration:none;
}
#submenu li a:hover, #submenu li .on {
	background: #8D1013;
	color: #fff;
	text-decoration: none;
}
/* END SUBMENU */


table#references {
	width: 500px;
	font-size: .95em;
	margin: 10px 20px 20px 40px;
}
table#references td {
	padding-bottom: 10px;
	line-height: 1.2em;
}
#home li a.home, #photo-album li a.photo-album, #approach li a.approach, #testimonials li a.testimonials, #pro-references li a.testimonials, #client-references li a.testimonials, #accreditations li a.accreditations, #green li a.green, #projects li a.projects, #contact li a.contact {
	color: #FFF
}

#project-notes {margin-top: 20px;}
#project-notes p.date {font-weight: 700; padding-bottom: 3px;}
#project-notes p {padding-left: 0; font-size: .95em; color: #000;}