/*================================================================
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(pages/realestate.css);
@import url(pages/articles.css);
@import url(pages/ajax_articles.css);
@import url(pages/realestate.css);
@import url(pages/tabs.css);
@import url(pages/calendar.css);
@import url(pages/contact.css);

@import url(nav/nav_horiz.css);
/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #c8d4d7 url(/images/back_body.jpg) repeat-x center top;
	margin: 0 auto;
	text-align: center;
	font: 76%/1.3em Arial, Helvetica, sans-serif; /* resets 1em to 10px */
	color: #666;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 768px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	overflow: hidden;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	text-align: left;
	width: 768px;
}
#branding {
	background: transparent url(/images/back_header.jpg) no-repeat top center;
	height: 240px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: #aec0c4 url(/images/back_content.jpg) repeat-x center top;
	text-align: left;
	clear: both;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: right; /* Creates a left sidebar */
  width: 500px;
  margin: 4em 30px 1em 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 150px;
  margin: 3em 15px 3em 20px;
  display: inline;
  overflow: hidden;
}


/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: #656565;
	width: 100%; height: 25px;
	text-align: center;
}
#copy {
	background: #000;
	width: 768px;
	margin: 0 auto;
}