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

body {
	margin:0;
	padding:0;
	color:#FFF;
	font: 12px/17px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5 {
	line-height:normal;
}
a {
	text-decoration:none;
}
div#container {
	margin-left:110px;
	width:730px;
}
div#picture-obj {
	width:730px;
	height:448px;
}
div#navigation {
	width:170px;
	float:left;
	margin-top:-2px;
	margin-left:-2px;
}
div#column-1 {
	margin-left:190px;
	padding-top:20px;
}
div#column-2 {
	float:right;
	margin-top:20px;
}
#logo {
	position:absolute;
	left:860px;
	top:90px;
	width:90px;
	height:35px;
	z-index:1;
}
#jmbti_div {
	position:absolute;
	left:108px;
	top:448px;
	z-index:1;
	width:auto;
	height:auto;/* border:1px solid blue; */
}
br#clear {
	clear:both;
}
div#footer {
	clear:both;
}
#column-1 h1 {
	display:block;
	margin:0;
	padding:0;
	text-indent: -9999px;
}
div#footer {
	font-size:10px;
	color:#99cccc;
	clear:both;
	text-align:right;
	margin:40px 5px;
}
/*******************************************/
/* landing page styles */
/*******************************************/

body#landing-page {
	background: #260e03 url(../images/backgrounds/landing-bkgd.png) no-repeat 0 0;
}
#landing-page div#picture-obj {
	/* background: url(../images/section-images/tree.jpg) no-repeat 0 0; */
	border-bottom:2px solid #c37c13;
	height:448px;
	width:450px;
}
#landing-page div#footer {
	color:#c37c13;
}
/*******************************************/
/* project page styles */
/*******************************************/

body#projects {
	background: #002629 url(../images/backgrounds/projects-bkgd.png) no-repeat 0 0;
}
#projects div#picture-obj {
	/* background: url(../images/section-images/stone.jpg) no-repeat 0 0; */
	border-bottom:2px solid #00acd1;
}
#projects div#column-1 {
	margin-left:170px;
	width:260px;
	line-height:normal;
}
#projects div#column-1 ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#projects div#column-1 ul li a {
	color:#00acd1;
	font-size:11px;
}
#projects div#column-1 ul li a:visited {
	color:#00acd1;
	font-size:11px;
}
#projects div#column-1 a.current-location:link   {
	color:#FFF;
	font: 12px/17px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#projects div#column-1 a.current-location:hover   {
	color:#FFF;
	font: 12px/17px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#projects div#column-1 a.current-location:visited   {
	color:#FFF;
	font: 12px/17px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#projects div#column-1 a.current-location:active   {
	color:#FFF;
	font: 12px/17px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#projects #column-1 {
	text-align:right;
}
#projects div#column-2 {
	width:280px;
}
#projects #column-2 h1 {
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-size:22px;
}
#projects #column-2 ul {
	margin:0;
	padding:0;
	list-style-position:inside;
}
#projects #column-2 ul li {
	color:#00acd1;
	font-size:11px;
	line-height:normal;
}
#projects #column-2 p {
	color:#a6d1d2;
}
#projects #column-2 #city {
	display:block;
	margin-bottom:15px;
	color:#00acd1;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#projects #column-1 #category {
	display:block;
	padding-bottom:15px;
	padding-top:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#projects #next {
	position:absolute;
	left:860px;
	top:382px;
	z-index:2;
	color:#FFF;
	cursor:pointer;
	padding:6px;
	background-color:#7daaa2;
}
#projects #prev {
	position:absolute;
	left:860px;
	top:419px;
	z-index:2;
	color:#FFF;
	cursor:pointer;
	padding:6px;
	background-color:#7daaa2;
}
#projects div#footer {
	color:#00acd1;
}
/*******************************************/
/* contact page styles */
/*******************************************/

body#contact {
	background: #005953 url(../images/backgrounds/contact-bkgd.png) no-repeat 0 0;
}
#contact div#picture-obj {
	/* background: url(../images/section-images/stone.jpg) no-repeat 0 0; */
	background: #005953 url(../images/backgrounds/sections/tallstones.jpg) no-repeat 0 0;
	border-bottom:2px solid #81cec1;
}
#contact div#column-1 {
	width:260px;
}
#contact div#column-2 {
	width:260px;
	padding:0 10px 0 0;
}
#contact p#address {
	color: #81cec1;
}
#contact #column-1 a {
	color: #fff;
	text-decoration:underline;
}
#contact #navigation a {
	color: #005953;
}
#contact form {
	margin:0;
	padding:0;
}
#contact input {
	width:260px;
	height:26px;
	margin-bottom:10px;
	border: 1px solid #2f4149;
	color:#a0a0a0;
	font: 12px Arial, Helvetica, sans-serif;
}
#contact textarea {
	width:260px;
	height:110px;
	margin-bottom:10px;
	border: 1px solid #2f4149;
	color:#a0a0a0;
	font: 12px Arial, Helvetica, sans-serif;
}
#contact #column-1 h1#contact-us-hd {
	background: url(../images/heads/contactus-hd.png) no-repeat 0 0;
	height: 33px;
}
#contact div#job-listings {
	margin-left:190px;
	margin-top:40px;
	margin-bottom:40px;
	clear:both;
}
#contact div#job-listings h2 {
	color:#81cec1;
	margin:0;
	padding:0;
}
#contact div#job-listings p {
	margin:0;
	padding:0;
}
#contact div#footer {
	color:#81cec1;
}
/*******************************************/
/* news page styles */
/*******************************************/

body#news {
	background: #042c18 url(../images/backgrounds/news-bkgd-02.png) repeat-y 0 450px; 
}
#news div#picture-obj {
	/* background: url(../images/section-images/stone.jpg) no-repeat 0 0; */
	background: url(../images/backgrounds/sections/mossystone.jpg) no-repeat 0 0;
	border-bottom:2px solid #78a22f;
}
#news div#column-1 {
	padding-right: 10px;
}
#news h2.news-item {
	color:#78a22f;
	text-decoration:none;
	font-weight:normal;
	font-size:16px;
	margin:0;
	padding:0;
}
#news #column-1 h1#news-hd {
	background: url(../images/heads/news-hd.png) no-repeat 0 0;
	height: 50px;
	padding-bottom: 15px;
}
#news #column-1 a {
	color:#fff;
	text-decoration: underline;
}
#news #column-1 p {
	display:block;
	margin-bottom:40px;
}
#news #column-1 p.tiny-news {
	margin:15px 0;
}
#news div#footer {
	color:#78a22f;
}
/*******************************************/
/* profile page styles */
/*******************************************/

body#profile {
	background:#260e03 url(../images/backgrounds/profile-bkgd.png) no-repeat 0 0;
}
#profile div#picture-obj {
	background: url(../images/backgrounds/sections/desert.jpg) no-repeat 0 0;
	border-bottom:2px solid #c37c13;
}
#profile div#column-1 {
	padding-right: 10px;
}
#profile p#callout {
	/* color: #c37c13; */
	color:#fff;
}
#profile #column-1 h1#profile-hd {
	background: url(../images/heads/clients-hd.png) no-repeat 0 0;
	height: 50px;
}
#profile #column-1 h1#clients-hd {
	background: url(../images/heads/clients-hd.png) no-repeat 0 0;
	height: 50px;
}
#profile #column-1 h1#firm-hd {
	background: url(../images/heads/firm-hd.png) no-repeat 0 0;
	height: 50px;
}
#profile #column-1 h3 {
	color:#c37c13;
	font-weight:normal;
	font-size:12px;
	margin:0;
	padding:0;
}
#profile #column-1 p {
	margin-top:0;
	padding-top:0;
}
#profile #column-1 #client-col-1 {
	/* width:255px; */
	width:50%;
	float:left;
}
#profile #column-1 #client-col-2 {
	width:50%;
	width:255px;
	margin-left:265px;
	padding-left:10px;
}
br#clear {
	clear:both;
}
#profile div#footer {
	color:#c37c13;
}
/*******************************************/
/* sustainability page styles */
/*******************************************/

body#sustainability {
	background:#0a2213 url(../images/backgrounds/sustainability-bkgd.png) no-repeat 0 0;
}
#sustainability div#picture-obj {
	background: url(../images/backgrounds/sections/greenfield.jpg) no-repeat 0 0;
	border-bottom:2px solid #78a22f;
}
#sustainability div#column-1 {
	padding-right: 10px;
}
#sustainability p#callout {
	/* color: #78a22f; */
	color:#fff;
}
#sustainability #column-1 h1#sustainability-hd {
	background: url(../images/heads/sustainability-hd.png) no-repeat 0 0;
	height: 50px;
}
#sustainability #column-1 #highlight {
	color:#78a22f;
	font-size:16px;
	margin:0;
	padding:0;
}
#sustainability a.green-highlight {
	color: #78a22f;
	text-decoration: underline;
}
#sustainability a.green-highlight:visited {
	color: #78a22f;
	text-decoration: underline;
}
#sustainability div#footer {
	color:#78a22f;
}
/*******************************************/
/* people page styles */
/*******************************************/

body#people {
	background:#600b00 url(../images/backgrounds/people-bkgd.png) no-repeat 0 0;
}
#people div#picture-obj {
	/* background: url(../images/section-images/stone.jpg) no-repeat 0 0; */
	background: url(../images/backgrounds/sections/rooftiles.jpg) no-repeat 0 0;
	border-bottom:2px solid #f05033;
}
#people div#column-1 {
	width:auto;
	padding-right:10px;
	padding-bottom:10px;
}
#people #column-1 h1#cshillitto-hd {
	background: url(../images/heads/cshillitto-hd.png) no-repeat 0 0;
	height: 50px;
}
#people #column-1 h1#tdaniels-hd {
	background: url(../images/heads/tdaniels-hd.png) no-repeat 0 0;
	height: 50px;
}
#people #column-1 h1#rkellner-hd {
	background: url(../images/heads/rkellner-hd.png) no-repeat 0 0;
	height: 50px;
}
#people p#callout {
	/* color: #f05033; */
	color:#fff;
}
#people .title {
	text-transform:uppercase;
	color: #f05033;
	font-family:Arial, Helvetica, sans-serif;
}
#people #column-2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#people div#footer {
	color:#f05033;
}

/*******************************************/
/* pop ups page styles */
/*******************************************/

body#popup {
	margin:5px;
	padding:0;
	background-color:#005953;
}

#popup div#close {
	padding:3px 0;
	margin-bottom:6px;
	border-bottom:1px solid #81cec1;
}

#popup div#close a {
	color:#81cec1;
	font-size:14px;
	text-decoration:none;
}
