

body {
	background: #f6f6f3 url(/i/background.jpg) center top repeat-x;
	font-family: helvetica, arial, sans-serif;
	color: #60604b;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 40px;
}

h1 {
	font-family: georgia,serif;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 9px;
}

#meat h1 {
	font-size: 14px;
	margin-bottom: 9px;
}

h2 {
	font-size: 20px;
	font-family: optima,helvetica,arial,sans-serif;
	text-transform: lowercase;
}

h3 {
	font-size: 12px;
	font-family: georgia,serif;
	font-style: italic;
}

a {
	color: #78a22f;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: #78a22f;
}

a.more {
	text-transform: lowercase;
}

span.split {
	position: relative;
	top: 1px;
	color: #78a22f;
	font-weight: normal;
	margin-right: -4px;
	
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

ol li {
	margin-bottom: 9px;
}

img.bullet {
	margin: 0 9px;
}

#contact-msg {
	display: none;
	margin: 0 9px;
	padding: 4px;
	color: white;
}

#contact-msg.error {
	background-color: maroon;
}

#contact-msg li {
	margin-left: 9px;
}

#wrapper {
	width: 960px;
	padding: 0 15px;
	margin: 0 auto;
	/*outline: 1px dotted pink;*/
}

#top {
	position: relative;
	min-height: 109px;
	margin-bottom: 10px;
}

#masthead {
	float: left;
}

#masthead img {
	margin-left: -3px;
}

#masthead a:hover {
	background: transparent !important;
}

#tagline {
	position: absolute;
	right: 0;
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: optima,helvetica,arial,sans-serif;
	letter-spacing: 4px;
	width: 582px;
	height: 68px;
	line-height: 68px;
	/*text-align: right;*/
	background: transparent url(/i/tagline.png) right center no-repeat;
	text-indent: -9000px;
}

#nav ul {
	position: absolute;
	overflow: auto;
	right: 0;
	bottom: 0
}

#nav ul li {
	float: left;
	margin-left: 9px;
}

#nav a {
	display: block;
	height: 44px;
	width: 132px;
	color: #60604b;
	font-family: optima,helvetica,arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	/*margin-left: 9px;*/
	/*padding-left: 9px;*/
	text-indent: -9000px;
}

#nav-experience a {
	width: 141px;
	background: transparent url(/i/nav-experience.png) left top no-repeat;
}

#nav-services a {
	width: 141px;
	background: transparent url(/i/nav-services.png) left top no-repeat;
}

#nav-about-us a {
	width: 134px;
	background: transparent url(/i/nav-about-us.png) left top no-repeat;
}

#nav-blog a {
	width: 133px;
	background: transparent url(/i/nav-blog.png) left top no-repeat;
}

#nav a:hover, #nav li.current a {
	background-position: 0 -44px;
}

#subnav {
	height: 38px;
	line-height: 38px;
}

#subnav li {
	float: left;
}

#subnav a {
	display: block;
	width: 105px;
	color: #60604b;
	font-family: optima, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: transparent url(/i/subnav-arrow.png) center top no-repeat;
}

#subnav a:hover, #subnav li.current a {
	background-color: transparent;
	background-position: center -38px;
}

#content {
	position: relative;
	clear: both;
}

.internal #content {
	height: 434px;
}

#main {
	float: left;
	width: 650px;
	padding-right: 15px;
}

.internal #main {
	position: absolute;
	z-index: 1;
	width: 1024px;
	min-height: 392px;
	margin-left: -32px;
	background-color: gray;
	border: 2px solid #e4e4db;
	padding: 0;
}

#copy {
	position: static;
	margin-left: 400px;
	bottom: 0;
	width: 300px;
	padding: 18px;
	/*color: white;*/
	font-size: 13px;
	background-color: rgba(255,255,255,.95);
}

#main.full-frame {
	background-color: #fcfcfc;
}

.full-frame #copy {
	width: 960px;
	height: 300px;
        overflow: auto;
	margin: 0;
	padding: 32px;
	background-color: transparent;
}

.full-frame h1 {
	margin-bottom: 9px;
}

.project #copy {
	float: right;
	width: 550px;
	background-color: rgba(255,255,255,.75);
	padding: 18px;
	color: inherit;
}

.project #copy h2, #copy.projects h2 {
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
	text-transform: none;
}

#copy.projects {
	background: transparent;
	width: 250px;
	margin-left: 300px;
}

#copy.projects h2 {
	font-weight: normal;
	color: #999999;
	text-align: center;
}

.project #copy h3 {
	font-family: helvetica,arial,sans-serif;
	font-style: normal;
	border-bottom: 1px solid #60604b;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

#copy .tn-grid {
	margin: 0;
}

#copy .tn-grid li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 0;
	margin-right: 16px;
	background-color: gray;
}

#copy .tn-grid li a {
	display: block;
	border: 2px solid #60604b;
}

#copy .tn-grid li a:hover {
	border-color: white;
}

#copy .tn-grid li.last {
	margin-right: 0;
}

.tn-grid img {
	width: 50px;
	height: 50px;
}

#copy p {
	margin-bottom: 18px;
}

#feature {
	background-color: gray;
	border: 1px solid white;
	width: 648px;
	height: 384px;
	-webkit-box-shadow: 3px 3px 6px rgba(25,25,25,.75);
	-moz-box-shadow: 4px 4px 4px gray;
}

#side {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 296px;
	z-index: 10;
}

.internal #side {
	width: 396px;
}

#blurb {
	font-size: 13px;
}

#news, #meat {
	position: absolute;
	bottom: 0;
	margin-top: 20px;
	border: 1px solid white;
	background: #60604b;
	-webkit-box-shadow: 3px 3px 6px rgba(25,25,25,.75);
	-moz-box-shadow: 4px 4px 4px gray;
}

#news {
	width: 296px;
	margin-top: 0;
	right: 0;
	bottom: auto;
}

.home #news {
	/*display: none;*/
}

a.feed-icon {
	position: absolute;
	right: 9px;
	top: 4px;
	display: block;
	height: 21px;
	width: 21px;
	background-color: transparent;
}

#news-ticker a.feed-icon {
	position: static;
	float: left;
	margin: 4px;
}

#meat {
	position: relative;
	margin-top: 0;
}

#news h2, #meat h2 {
	color: #e4e4de;
	padding: 7px 9px 9px;
}

#news h2 {
	text-indent: -9000px;
	background: transparent url(/i/header-news-feeds.png) -4px -4px no-repeat;
}

.commercial_construction #meat h2 {
	/*text-indent: -9000px;
	background: transparent url(/i/header-commercial-projects.png) -4px -4px no-repeat;*/
}

#news-items, #meat .text {
	background: #e4e4de;
	height: 157px;
	margin: 0 4px 4px;
	border: 2px solid white;
	padding: 4px;
	overflow: auto;
}

#meat .text {
	height: auto;
}

.text ul, #copy ul {
	margin: 9px 0 9px 36px;
	margin-left: 36px;
}

.text ul li, #copy ul li {
	list-style: disc;
	line-height: 18px;
}

#news-items p {
	margin-bottom: 9px;
}

#news-items p.date {
	margin-bottom: 0;
}

#bottom {
	position: relative;
	clear: both;
	margin-top: 9px;
	height: 266px;
}

.internal #bottom {
	position: static;
	margin: 0 -32px;
	height: auto;
	font-size: 14px;
	text-align: center;
	font-family: optima,helvetica,arial,sans-serif;
}

#contact-spinner {
	position: relative;
	top: 4px;
}

#contact-us {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 294px;
	/*height: 260px;*/
	height: 36px;
	border: 1px solid white;
	background: #60604b;
	padding-bottom: 4px;
	-webkit-box-shadow: 3px 3px 6px rgba(25,25,25,.75);
	-moz-box-shadow: 4px 4px 4px gray;
	z-index: 100;
	overflow: hidden;
}

.internal #contact-us {
	width: 394px;
}

#contact-us h2 {
	text-indent: -9000px;
	background: transparent url(/i/header-contact-us.png) left -4px no-repeat;
}

#contact-us h2.open {
	background-position: left -48px;
}

#contact-frame {
	position: relative;
	height: 40px;
	margin-top: 18px;
}

.internal #contact-frame {
	position: absolute;
	bottom: -18px;
	right: 0;
}

.internal #contact-us {
	/*height: 36px;*/
}

#close-contact-form {
	position: absolute;
	right: 18px;
	top: 12px;
	display: none;
}

#close-contact-form a {
	display: block;
	height: 16px;
	line-height: 16px;
	background: transparent url(/i/icon-close.png) right top no-repeat; 
	padding-right: 20px;
	text-indent: -9999px;
}

#close-contact-form a:hover {
	background-position: right -32px;
}

#featured-projects {
	position: absolute;
	/*top: 47px;*/
	left: 0;
	border: 1px solid white;
	width: 648px;
	height: 260px;
	background: #60604b;
	overflow: auto;
	padding-bottom: 4px;
	-webkit-box-shadow: 3px 3px 6px rgba(25,25,25,.75);
	-moz-box-shadow: 4px 4px 4px gray;
}

#featured-projects h2, #contact-us h2 {
	padding: 9px;
	color: #e4e4de;
	text-indent: -9000px;
}

#featured-projects h2 {
	background: transparent url(/i/header-featured-projects.png) left -4px no-repeat;
}

.features {
	position: absolute;
	top: 38px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}

.features .tabs {
	position: relative;
	float: left;
	margin-left: 4px;
	width: 105px;
	background-color: #e4e4db;
	z-index: 10;
}

.features .tabs li {
	border-width: 2px;
	border-style: solid;
	border-color: #cacbbe;
	border-right-color: #e4e4db;
}

.features .tabs li a {
	display: block;
	height: 36px;
	line-height: 36px;
	/*padding-left: 9px;*/
	background-color: #888a76;
	color: #cacbbe;
	text-decoration: none;
	font-family: optima,helvetica,arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: lowercase;
	text-align: center;
}

.features .tabs li.active {
	border-color: white;
	border-right-color: #e4e4de;
}

.features .tabs li.active a {
	color: #60604b;
	background-color: #e4e4de;
}

#tab-services {
	border-top: 0;
}

.featureBlock {
	position: absolute;
	top: 0;
	left: 107px;
	right: 0;
	bottom: 0;
	/*margin-left: 4px;
	margin-right: 4px;*/
	background-color: #e4e4de;
	border-width: 2px;
	border-style: solid;
	border-color: white;
	/*height: 137px;*/
	padding: 18px;
	z-index: 0;
}

#featured-projects .featureBlock {
	/*margin-left: 107px;*/
}

.featureBlock h3 {
	font-family: helvetica,arial,sans-serif;
	font-style: normal;
}

.featureBlock a.more {
	float: right;
}

.contact-form {
	margin: 4px;
	color: #e4e4de;
	width: 100%;
}

.contact-form th {
	width: 25%;
	text-align: right;
	font-weight: normal;
}

.contact-form th, .contact-form td {
	padding: 3px;
}

.contact-form input[type="text"], .contact-form textarea {
	width: 195px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.contact-form textarea {
	height: 40px;
	width: 199px;
}

.internal #contact-form, #contact-more {
	display: none;
}

#footer {
	position: relative;
	/*background-color: #fcfcfc;*/
	/*padding: 3px 0;*/
	/*border: 1px solid #60604b;*/
}

.home #footer {
	margin-top: 9px;
}

#bwc-link {
	position: absolute;
	right: 0;
	top: 0;
	/*top: 2px;*/
	/*margin-top: -10px;*/
	font-size: 10px;
	color: #999;
}

#bwc-link:hover {
	color: white;
	background-color: #999;
}

span.copyright {
	font-size: 10px;
}

a.projectButton {
	display: block;
	background-color: #999999;
	color: #4d4951;
	margin-top: 9px;
	/*height: 22px;*/
	font-size: 12px;
	font-family: optima,helvetica,arial,sans-serif;
	font-weight: bold;
	line-height: 12px !important;
	padding: 9px 18px;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #4d4951;
}

a.projectButton:hover {
	color: white;
	border: 2px solid white;
}

.project #copy h1 {
	font-size: 18px;
}

.project #copy h2 {
	font-family: helvetica, arial,sans-serif;
	text-transform: none;
	font-size: 14px;
	margin: 9px 0;
}

.project #copy h3 {
	font-size: 14px;
	font-family: helvetica,arial,sans-serif;
	font-style: normal;
}

body.quick_release {
	margin: 0 auto 18px;
	width: 850px;
}

.quick_release #title {
	position: absolute;
	top: 68px;
	left: 320px;
	font-size: 36px;
	font-family: optima,helvetica,arial,sans-serif;
}

.quick_release #copy {
	position: static;
	width: auto;
	margin: 0;
	clear: both;
	-webkit-box-shadow: 3px 3px 6px rgba(25,25,25,.75);
	-moz-box-shadow: 4px 4px 4px gray;
}

div#keywords {
	color: #60604b;
	text-align: left;
	margin: 36px 32px 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #78a22f;
}

ul.affiliations, ul.affiliations li {
	list-style: none !important;
}

ul.affiliations li {
	float: left;
	margin-right: 18px;
}

#news-scroller {
	width: 100%;
	height: 347px;
	overflow: auto;
}

#news-scroller ul {
	list-style: none;
	height: 200px;
}

#news-scroller ul li {
	float: left;
	width: 300px;
	margin: 0 18px 9px;
	height: 230px;
	/*outline: 1px solid lightgreen;*/
}

#news-scroller ul li.latest {
	background: transparent url(/i/latest-news.png) left top no-repeat;
	width: 280px;
	height: 197px;
	padding: 22px 9px 9px;
	border: 1px solid #60604b;
}

