/*================================================================
newhomesmarketcenter.com design copyright http://www.lucidcrew.com

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: #d7d7d7 url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_content.png) repeat-y center top;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.jpg) no-repeat 0 0;
	text-align: left;
	width: 960px;
	height: auto!important;
	height: 260px;
	min-height: 260px;
	position: relative;
/* 	height: auto!important;
	height: 275px;
	min-height: 275px; */
}
.default #header {
	height: 425px!important;
}
#branding {
	background: transparent url(/images/back_branding.png) no-repeat 0 0;
	height: 120px;


}
.default #branding {
	width: 320px;
		float: left;
}
.pageImage {
	float: right;
	height: 291px;
	width: 600px;
	overflow: hidden;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
	border-top: 1px solid #dadada
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: right; /* Creates a left sidebar */
  width: 670px;
  margin: 20px 20px 0 0;
  padding: 0 0 2em;
  text-align: left;
  display: inline; /* hack for IE double margin */
  overflow: hidden;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 250px;
  margin: 0 20px 0 0;
  display: inline;
}
.default #secondary {
	margin-top: 20px;
}
/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  margin: 10px 15px;
  clear: both;
}
#overflow .sidebar{
  float: left; /* Creates a left sidebar */
  width: 223px;
  display: inline;
}
#overflow div.first{
  margin: 0 20px 0 10px;
}
#overflow div.last{
  margin: 0 0 0 20px;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: #d7d7d7;
	width: 100%; height: 100px;
	text-align: center;
	clear: both;
}
#copy {
	width: 100%;
	margin: 0 auto;
}
