/* Updated 03/08/07 */
/* All styles for the splash page are located in splash-only.css */

/*====================
Global Styles
======================*/
* {
margin: 0;
padding: 0;
}
body, html {
color: #666;
background: #dcd29f;
}
body {
font: 68.75%/1.2em Arial, Helvetica, sans-serif;
/* The 68.75% above represents a font-size that is 11px, without
constraining a visitor's ability to scale the font to a larger size. */
}
/*====================
Link Styles
======================*/
a:link {
color: #000;
text-decoration: none;
outline: none;
}
a:visited {
color: #000;
outline: none;
}
a:focus {
color: red;
text-decoration: underline;
outline: none;
}
a:hover {
color: #000;
text-decoration: underline;
outline: none;
}
a:active {
color: #000;
text-decoration: underline;
outline: none;
}
/*====================
Heading Styles
======================*/
h1, h2, h3, h4, h5, h6 {
font-family: "Times New Roman", Times, serif;
}
h1 {
font-size: 1.8em;
margin: .6em 0;
display: none;
}
h2 {
font-size: 1.6em;
margin: .6em 0;
display: none;
}
h3 {
font-size: 1.4em;
margin: .6em 0;
}
h4 {
font-size: 1.2em;
margin: .4em 0;
}
h5 {
font-size: 1em;
margin: .4em 0;
}
/*====================
List Styles
======================*/
dl, ol, ul {
margin: 1em 0;
padding: 0 0 0 2em;
}
li, dd {
margin: .25em 0;
}
dt {
/* f\ont-weight: bold; */
font-weight: bold;
}
/*====================
General Styles
======================*/
p {
margin: 1em 0;
}
img {
border: 0;
display: block;
}
blockquote {
margin: 1em 0;
padding-left: 20px;
}
code, kbd, pre {
font-family: Courier, "Courier New", Tahoma, sans-serif;
}
ins, del {
font-style: italic;
}
abbr, acronym, dfn {
cursor: help;
}
hr {
display: none;
}
label {
display: block;
text-transform: capitalize;
}
fieldset {
border: none;
}
legend {
color: #000;
text-transform: uppercase;
font-family: "Times New Roman", Times, serif;
}
/*====================
Common Site-wide Styles
======================*/
div.clearBoth {
	clear: both;
	line-height: 0;
	height: 0;
}
a#jumpToContent {
	display: none;
}
*.greenText {
	color: #095944;
}
div#container {
	width: 778px;
	margin: 10px auto;
}
div#receiveInfo {
	width: 356px;
	margin-top: 32px;
	float: right;
}
div#receiveInfo legend {
	padding-left: 10px;
	padding-bottom: 5px;
}
div#receiveInfo p {
	margin: 0;
	float: left;
	margin-left: 10px;
}
div#receiveInfo input {
	background-color: #eae4c5;
	border: 1px solid #c9c5ae;
	width: 150px;
}
div#receiveInfo p#submit {
	margin-top: 16px;
}
div#receiveInfo p#submit input {
	background-color: transparent;
	border: none;
	width: 10px;
}
div#receiveInfo p#residentialLink {
	margin: 8px 0 0;
	text-align: right;
	float: none;
}
div#receiveInfo p#residentialLink a:link,
div#receiveInfo p#residentialLink a:visited {
	/*text-decoration: none;
	color: #095944;
	padding-right: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;*/
	margin-right: 6px;
	float: right;
	display: block;
	height: 10px;
	width: 190px;
	background: url(../images/viewResidential.gif) no-repeat left top;
}
div#receiveInfo p#residentialLink a:hover {
	/*color: #796b26;*/
	text-decoration: none;
	background: url(../images/viewResidential_over.gif) no-repeat left top;
}
form#receiveInfo {
	width: 340px;
	margin-top: 32px;
	float: right;
}
form#receiveInfo legend {
	padding-left: 10px;
	padding-bottom: 5px;
}
form#receiveInfo p {
	margin: 0;
	float: left;
	margin-left: 10px;
}
form#receiveInfo input {
	background-color: #eae4c5;
	border: 1px solid #c9c5ae;
	width: 165px;
}
form#receiveInfo p#submit {
	margin-top: 16px;
}
form#receiveInfo p#submit input {
	background-color: transparent;
	border: none;
	width: 20px;
}
form#receiveInfo p#residentialLink {
	margin: 8px 0 0;
	text-align: right;
	float: none;
}
form#receiveInfo p#residentialLink a:link,
form#receiveInfo p#residentialLink a:visited {
	/*text-decoration: none;
	color: #095944;
	padding-right: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;*/
	margin-right: 6px;
	float: right;
	display: block;
	height: 10px;
	width: 164px;
	background: url(../images/viewResidential.gif) no-repeat left top;
}
form#receiveInfo p#residentialLink a:hover {
	/*color: #796b26;*/
	text-decoration: none;
	background: url(../images/viewResidential_over.gif) no-repeat left top;
}
div#pageWrap {
	background: #516a4e url(../images/right-column-bg.gif) repeat-y right top;
	border: 1px solid #1d6653;
	margin-top: 10px;
}
/* Begin navigation styles */
#navWrap {
	background-color: #796b26;
	/*border-bottom: 2px solid #fff;*/
	padding: 2px 0 2px 0;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
}
/* remove all the bullets, borders and padding from the default list styling */
#navWrap ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	/*float: left;*/
}
#navWrap ul ul {
	width: 150px;
	z-index: 2;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navWrap li {
	float: left;
	width: auto;
	position: relative;
}
/* adjust spacing between first drop down li's */
#navWrap ul ul li {
	margin: 0;
}
/* style the links for the top level */
#navWrap a, #navWrap a:visited {
	display: block;
	text-decoration: none; 
	color: #fff;
	font-family: "Trebuchet MS", serif;
	letter-spacing: .03em;
	text-transform: uppercase;
	padding: 5px 35px 5px 5px;
	background: url(../images/nav-link-bg.gif) no-repeat right top;
}
/* style the top level hover */
#navWrap ul a:hover {
	background: #c99e2d;
}
#navWrap ul :hover > a {
	background: #c99e2d;
}
/* style the second level links */
#navWrap ul ul a.drop, #navWrap ul ul a.drop:visited {
	background-color: #142e23;
	color: #fff;
	text-transform: capitalize;
}
#navWrap ul ul a, #navWrap ul ul a:visited {
	background: #142e23; 
	color: #fff; 
	padding: 5px 10px;
	border-bottom: 1px solid #7b8c86;
	width: 129px;
	text-transform: capitalize;
}
/* yet another hack for IE5.5 */
* html #navWrap ul ul a{
	width: 150px;
	width: 129px;
}
/* style the second level hover */
#navWrap ul ul li a:hover,
#navWrap ul ul li a.drop:hover {
	background-color: #e9a514;
	color: #142e23;
}
#navWrap ul ul li :hover > a,
#navWrap ul ul li :hover > a.drop {
	background-color: #e9a514;
	color: #142e23;
}
/* style the third level background */
#navWrap ul ul ul a,
#navWrap ul ul ul a:visited {
	background-color: #142e23;
	text-transform: capitalize;
}
/* style the third level hover */
#navWrap ul ul ul a:hover {
	background-color: #e9a514;
	color: #142e23;
	text-transform: capitalize;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#navWrap ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 19px;
	left: 0; 
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
/* another hack for IE5.5 */
* html #navWrap ul ul {
	top: 20px;
	/* t\op: 21px; */
	top: 21px;
}
/* position the third level flyout menu */
#navWrap ul ul ul {
	left: 149px; 
	top: 0;
	width: 150px;
	font-size: 1em;
}
/* position the third level flyout menu for a left flyout */
#navWrap ul ul ul.left {
	left: -150px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#navWrap table {
	position: absolute;
	top: 0;
	left: 0;
}
/* make the second level visible when hover on first level list OR link */
#navWrap ul li:hover ul,
#navWrap ul a:hover ul{
	visibility: visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#navWrap ul :hover ul ul{
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
#navWrap ul :hover ul :hover ul{ 
	visibility: visible;
}
div#navWrap span {
	float: right;
	margin: 5px 10px 0 0;
}
/*div#navWrap span a:link,
div#navWrap span a:visited {
	text-decoration: none;
	padding-right: 14px;
	color: #c5c5c5;
	text-transform: uppercase;
	background: url(../images/grey-circle-arrow.gif) no-repeat right center;
}
div#navWrap span a:hover {
	color: #eee;
}*/
/* End navigation styles */
div#leftColumn {
	background: #fff url(../images/left-column-bg.gif) repeat-x left top;
	float: left;
	width: 500px;
	border-right: 3px solid #fff;
	border-top: 2px solid #fff;
	padding: 20px;
	text-align: justify;
}
div#leftColumnFD {
	/*position: absolute; */
	left: 0px;
	top: 0px;
	background: #fff url(../images/left-column-bg.gif) repeat-x left top;
	float: left;
	width: 500px;
	border-right: 3px solid #fff;
	border-top: 2px solid #fff;
	padding: 20px;
	text-align: justify;
}
/*
	added by: SAL
	1/30/2007
	added this for pages with no copy
*/

div#leftColumn h3 {
	float: right;
	font-size: 1.1em;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
	padding-bottom: 1px;
	color: #8d938f;
}
div#leftColumn h4 {
	text-transform: uppercase;
	text-align: left;
	font-size: 1.2em;
	margin-top: 0;
	font-weight: normal;
}
div#leftColumn h5 {
	text-transform: uppercase;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1em;
	color: #a5810e;
	text-align: left;
}
div#rightColumn {
	/*background: #84917e url(../images/right-column-bg.gif) repeat-x left top;*/
	float: right;
	width: 233px;
	color: #fff;
	border-top: 2px solid #fff;
}
div#rightColumn p {
	margin-right: 1em;
	margin-left: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: "Trebuchet MS", sans-serif;
}
div#rightColumn blockquote {
	padding-left: 0;
	text-align: left;
	display: block;
}
img#rightColImage {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
div#additionalProjects,
div#subLinks {
	background-color: #0d2316;
	padding: .5em .25em;
	border-bottom: 2px solid #fff;
}
div#additionalProjects h3,
div#subLinks h3 {
	text-transform: uppercase;
	margin-left: 6px;
	font-weight: normal;
}
div#additionalProjects p,
div#subLinks p {
	text-align: left;
	margin: 0 2px 0 6px;
}
div#additionalProjects p a,
div#subLinks p a {
	background-color: #273e2a;
	padding: 8px 4px;
	margin-bottom: 4px;
	display: block;	
	text-transform: uppercase;
	color: #ccc;
	font-size: .9em;
	border: 1px solid #596b5c;
	text-decoration: none;
}
div#additionalProjects p a:hover,
div#subLinks p a:hover {
	background-color: #434514;
	border: 1px solid #72734e;
	color: #fff;
}
div#additionalProjects p a.subNavLink,
div#subLinks p a.subNavLink {
	display: block;
	padding-left: 10px;
}
div#additionalProjects p img.yellowArrow,
div#subLinks p img.yellowArrow {
	float: left;
	position: relative;
	left: -5px;
	top: 14px;
	z-index: 1;
}
div#additionalProjects p img.thumbnail,
div#subLinks p img.thumbnail {
	float: right;
	position: relative;
	/* t\op: -3px; */
	top: 5px;
	left: -4px;
	width:39px;
	height: 26px;
}
.author {
	color: #ccc;
	display: block;
	margin-top: .5em;
}
p#footer {
	text-align: center;
	color: #000;
	padding-bottom: 20px; /* This is necessary for the IE's. Without it, the footer hugs the bottom of the window */
}
/*====================
Page Specific Styles
======================*/
/* Begin home page styles */
body.homePage div#pageWrap {
	background-color: #fff;
	background-image: none;
}
div#homeBottomLeft {
	width: 309px;
	height: 60px;
	background: url(../images/home-bl-bg.jpg) no-repeat left top;
	float: left;
	padding: 222px 15px 0;
	border-top: 3px solid #fff;
}
div#homeBottomLeft p {
	padding-top: 20px;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: center;
	font-family: arial, "Times New Roman", Times, serif;
}
* > div#homeBottomLeft p {
	padding-top: 5px; }
div#homeBottomLeft p.link {
	text-align: center;
}
div#homeBottomLeft p.link a {
	background-color: #1d431e;
	color: #fff;
	padding: .5em;
	font-size: .6em;
	border: 1px solid #a5810e;
	text-decoration: none;
	text-transform: uppercase;
}
div#homeBottomLeft p.link a:hover {
	background-color: #a7b6a8;
	color: #000;
}
div#recentProjects {
	background: url(../images/recent-projects-bg.jpg) no-repeat left top;
	float: right;
	width: 399px;
	height: 213px;
	border-top: 3px solid #fff;
	padding: 10px 10px 10px 25px;
}
div.recentProject {/* Don't confuse this class with the id of 'recentProjects' above */
	height: 68px;
	margin-bottom: 4px;
	background: url(../images/recent-project-bg.gif) repeat-y right top;
}
div.recentProject img {
	float: left;
	margin-right: 10px;
}
div.recentProject h4,
div.recentProject p {
	padding: 2px 5px 2px 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
div#recentProjects div.recentProject h4 a {
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
}
div#recentProjects div.recentProject h4 a:hover {
	color: #c5c5c5;
}
div.recentProject p.recentProjectLink {
	text-align: right;
}
div.recentProject p.recentProjectLink a {
	color: #c5c5c5;
	text-decoration: none;
	text-transform: capitalize;
	padding-right: 14px;
	background: url(../images/yellow-circle-arrow.gif) no-repeat right center;
}
div.recentProject p.recentProjectLink a:hover {
	color: #eee;
}
div#homeBottomRight {
	background: url(../images/home-br-bg.gif) no-repeat right top;
	float: right;
	width: 414px;
	height: 32px;
	padding: 7px 10px;
	margin-top: 3px;
	color: #333;
}
div#homeBottomRight h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
div#homeBottomRight p.whatsNewLink {
	float: right;
}
div#homeBottomRight p.whatsNewLink a {
	padding-right: 14px;
	color: #095944;
	text-decoration: none;
	background: url(../images/green-circle-arrow.gif) no-repeat right center;
}
div#homeBottomRight p.whatsNewLink a:hover {
	color: #0e8c6b;
}
div#homeBottomRight p {
	margin: 5px 0 0;
}
/* End home page styles */

/* Begin project detail page */
div#projectPhotos {
	border: 1px solid #e0eae7;
	background: url(../images/project-photos-bg.gif) repeat-y right top;
	padding: 10px;
	height: 248px;
}
div#projectPhotos img#HERO
{
	float: left;
	margin-right: 20px;
}

div#projectPhotos img#Thumb1,
div#projectPhotos img#Thumb2,
div#projectPhotos img#Thumb3,
div#projectPhotos img#Thumb4
{
	margin: 0 0 14px 0;
}
div#projectPhotos img#largeProjectPhoto2,
div#projectPhotos img#largeProjectPhoto3,
div#projectPhotos img#largeProjectPhoto4 {
	display: none;
}
p#projectSummary,
p.decoBox {
	border: 1px solid #e0eae7;
	background: url(../images/project-photos-bg.gif) repeat-y right top;
	padding: 10px 0px 10px 0px;
	text-align: justify;
}

div#boxtext {

border: 1px solid #e0eae7;
	background: url(../images/project-photos-bg.gif) repeat-y right top;
	padding: 10px 0px 10px 0px;
	text-align: justify;
}

div#boximage {

border: 1px solid #e0eae7;
	background: url(../images/project-photos-bg.gif) repeat-y right top;
	padding: 10px 0px 10px 0px;
	text-align: justify;
}
div#boxtext span#boxonecontent,
div#boxtext span#boxtwocontent
{

margin: 10px;
display: block;

}

div#boximage img#boxoneimage,
div#boximage img#boxtwoimage
{

margin: 0 auto;

}


img.decoSpan
{
	border: 1px solid #e0eae7;
	background: url(../images/project-photos-bg.gif) repeat-y right top;
	padding: 10px 0px 10px 0px;
	text-align: justify;
	margin: 0 auto;

}
p.decoBox em {
	
	margin: 10px;
	display: block;
}
p.decoBox img {
	margin: 0 auto;
}
/* End project detail page */

/* Begin brochure-newsletter page */
div#newsletterBrochure legend,
div#bidForm legend {
	display: none;
}
div#newsletterBrochure label,
div#bidForm label {
	float: left;
	width: 80px;
}
div#bidForm label {
	width: 120px;
}
div#newsletterBrochure p.formCheckBox {
	padding: 1em 0;
	margin: 0;
}
div#newsletterBrochure p.formCheckBox input {
	float: left;
	clear: left;
	width: auto;
	margin-right: 5px;
}
div#newsletterBrochure p.formCheckBox label {
	width: 300px;
}
div#newsletterBrochure span,
div#bidForm span {
	color: #c00;
}
div#newsletterBrochure textarea#comments {
	float: left;
	margin-right: 10px;
}
/* End brochure-newsletter page */

/* Begin philosophy page  */
ul#philosophyList {
	margin: 2em 0;
	padding-left: 0;
	list-style: none;
}
ul#philosophyList li {
	margin: 1em 0;
}
ul#philosophyList li strong {
	color: #095944;
}
/* End philosophy page  */