body {
	background-color: #fffdda;
	color: #333333;
	font-family:Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 100%;
	margin: 0px 20px 20px 20px;
	padding: 0;
	min-width: 730px;
} 
html, body {
    height: 95%;
}

#home {
	background-image: url(../images/homepage-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
#builders {
	background-image: url(../images/builders-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
#consulting {
	background-image: url(../images/consulting-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
#architects {
	background-image: url(../images/architects-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
/* overall text stylings are placed here, under the Body tag, for convenience */
a:link {
	color: #990000;
}
a:visited {
	color: #993300;
}
a:active {
	color: #FF3300;
}
a:hover{
	color: #993300;
	text-decoration: underline;
}
#wrapper { 
	position:relative;
	margin: 0 auto;
	width: 800px;
	text-align: center;
	overflow:hidden;
	 min-height: 95%;
	} 
#wrapper img{
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper ul {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
#wrapper li {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#header {
	padding-top: 7px;
	width: 760px;
	text-align: right;
	overflow:hidden;
}
/* header styles are applied under the "wrapper" ID */
#header img {
	padding: 0px;
	border: 0;
}
#header ul {
	list-style: none;
	padding-bottom: 5px;
	padding-top: 12px;
	text-align: center;
}
#header li {
	display: inline; /*** Making the links horizontal aligned ***/
	FONT-FAMILY: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	padding-right: 12px;	
	padding-left: 12px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#header li a {
	display: inline;
}
#header a:link{
	color: #ffffff;
	text-decoration: none;
}
#header a:visited{
	color: #ffffff;
    text-decoration: none;
}
#header a:active{
	color: #990000;
	text-decoration: none;
}
#header a:hover{
	color: #990000;
	text-decoration: underline;
}
/* .Col styles gives us two, equal columns that will resize as the page is stretched. */
#maincontent {
 text-align: left;
 position:relative;
 margin:0px auto;
 _width:100%; /* IE 6 sucks. */
 max-width:1600px;
}
.col {
 float:left;
 display:inline;
 width:30%;
 _width:31%;
 margin:0px 0.5% 0px 0.5%;
}

.col.last {
float: right;
 margin-right:0px;
 width: 34%;
 _width: 35%;
}
.colbar {
 float:left;
 display:inline;
 min-height:600px;
 width:20%;
 _width:21%;
 margin:0px 0.5% 0px 0.5%;
}

/*Section Navigation styling */
.subnav {
	list-style: none;	
}
.subnav li {
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-left: 15px;
}
li a:link{
	color: #990000;
	text-decoration: none;
}
li a:visited{
	color: #993300;
	text-decoration: none;
}
li a:hover{
	color: #993300;
	text-decoration: underline;
}

/* Main Content text style */

#maincontent  h1 {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
}#maincontent  h2 {
    COLOR: #990000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 15px;
	font-weight: bold;
}#maincontent  h3 {
    color: #990000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    padding-top:15px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}#maincontent  h4 {
    color: #990000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 13px;
    font-size: 11px;
}
#maincontent  p {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-bottom: 10px;
}
#maincontent ul {
	padding: 0;
	margin: 0;
}
#maincontent li {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-bottom: 10px;
	margin-left: 15px;
}
a.noline {
	text-decoration: none;
	font-size:12px;
}
/**********************
FORM elements
***********************/
.required {
	color:#FF0000;
	font-style: italic;
}
#maincontent input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: solid #555555 1px;
}
#maincontent textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: solid #555555 1px;
}
#maincontent .imgRight {
	border-color: #EC7D38;
	border-style: solid;
	border-width: 3px;
	margin-left: 10px;
	float: right;
}
/**********************
Image Stylings
***********************/
#maincontent .imgLeft{
	border-color: #EC7D38;
	border-style: solid;
	border-width: 3px;
	margin-right: 10px;
	float: left;
}

/*******************
Righty and lefty float elements in the design guide either right or left (duh!)
*******************/
#righty {
	float: right;
		}
#lefty {
	float: left;
	}
/************
captions
************/
div.caption {
	position: relative;
	text-align: center;
	}
div.caption p {
	text-align: left;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	padding-bottom: 0px;
	font-style: italic;
}
div.caption p.short {
	text-align:center;
}
div.caption img {
	border-style: solid;
	border-width: 3px;
	border-color: #EC7D38;
}
/*******************************
Clear div, for fixing pesky flow problems.
*******************************/
.clear{
	clear: both;
	padding:0;
	margin: 0;
	height: 1px;
}

.spacer{
	padding-top:20px;
	padding-bottom:20px;
}
/*Gallery styles*/
.imageElement h3{
	color:#CCCCCC;
}

/* end of Main Content text styles */
#footer {
	position: relative;
	bottom:0;
	left:0;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	clear: both;
	text-align: left;
}
#footer ul {
list-style: none;
padding-top: 10px;
padding-right: 10px;
padding-left:20px;
}
#footer li{
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif;
	FONT-SIZE: 10px;
}
#footer a {
	text-decoration:none;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
	color: #990000;
}

