/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
  - Body
  - Wrapper
  - Header
  - Sidebar
  - Content
  - Footer
  ( Navigation is defined in nav.css )
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/
@import url(global/base.css);
@import url(global/style.css);
@import url(global/thickbox.css);


@import url(nav/nav_horiz.css);
@import url(nav/vert_button.css);

/* BODY 
----------------------------------------------------------------*/

body {
	background: #fff url(/images/back_body.gif) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 815px;
	background: #fff url(/images/back_body-home.jpg) no-repeat 0 73px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
.default #wrapper {

}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: #fff;
	text-align: left;
	width: 815px;
}
#branding {
	background: #eaead9 url(/images/back_branding.gif) no-repeat center center;
	height: 73px;
	width: 195px;
	text-indent: -9000px;
	float: left;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: #fff url(/images/back_content.gif) repeat-y 0 0;
	text-align: left;
	clear: both;
}
.articles #content h2.title{
	height: 260px;
	background: transparent url(/images/back_body-home.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
.page #content h2.title{
	height: 260px;
	background: transparent url(/images/head_about.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
#team #content h2.title{
	height: 260px;
	background: transparent url(/images/head_team.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
#services #content h2.title{
	height: 260px;
	background: transparent url(/images/head_services_developers.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
#our-expertise #content h2.title{
	height: 260px;
	background: transparent url(/images/head_our_expertise.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
#projects #content h2.title{
	height: 260px;
	background: transparent url(/images/head_references.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
#projects #content a.hidden {
	display:none;
	margin:0; padding:0;
}
#contact #content h2.title{
	height: 260px;
	background: transparent url(/images/head_contact.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
.default #content {
	height: 1056px;
	background: none;
}
.default #content h2 {
	background: none;
}

.projects #wrapper #content h2{
	background: transparent url(/images/head_refernces_projects.jpg) no-repeat 0 0;
}
.clients #wrapper #content h2{
	background: transparent url(/images/head_refernces_clients.jpg) no-repeat 0 0;
}
.developers-of-new-buildings #wrapper #content h2{
	background: transparent url(/images/head_services_developers.jpg) no-repeat 0 0;
}
.owners-of-existing-buildings #wrapper #content h2{
	background: transparent url(/images/head_services_owners_existing.jpg) no-repeat 0 0;
}
.owners-with-violations #wrapper #content h2{
	background: transparent url(/images/head_services_owners_violations.jpg) no-repeat 0 0;
}
.careers #wrapper #content h2{
	background: transparent url(/images/head_careers02.jpg) no-repeat 0 0;
}
.submit-resume #wrapper #content h2{
	background: transparent url(/images/head_careers02.jpg) no-repeat 0 0;
}
.articles #wrapper #content h2{
	background: transparent url(/images/head_news.jpg) no-repeat 0 0;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 438px;
  margin: 0 0 0 0;
  padding: 0 0 10px;
  text-align: left;
}
#flashcontent {
	padding-left:1px;
	float:left;
	height:600px;
	overflow:hidden;
}


/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 194px;
  margin: 0 0 0 0;
  display: inline;
  height: 500px;
}
.default #overflow {
 margin-top: 265px;
}
#overflow {
  float: right; 
  width: 170px;
  margin: 5px 0 0 0;
  display: inline;
}


/* FOOTER
----------------------------------------------------------------*/
#footer, #copy {
	background:url(/images/back_footer.gif) no-repeat scroll center top;
	height:72px;
	text-align:center;
	width:100%;
	background-color:#d2d1d1;
}
#copy {
	height: auto;
	background-position: center -2px;
}
