/*================================================================
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: #dcd8d7 url(/images/back_body.png) repeat center top; */
	background: #efefef url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	/* background: #fff url(/images/back_content.png) repeat-y center top; */
	width: 912px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	/* background: transparent url(/images/back_header.png) no-repeat top center; */
	text-align: left;
	width: 912px;
	margin: 3em 0 1.5em
}
#branding {
	background: transparent url(/images/back_branding2.png) no-repeat 20px 10px;
	height: 100px;
	text-indent: -9000px; /* uncomment this to hide the title text */
	float: left;
	width: 375px;
	
}

/* CONTENT
----------------------------------------------------------------*/
#content-3COLUMN {
	text-align: left;
	width: 740px;
	float: left
}
#content {
	text-align: left;
	width: 912px;
	margin: 1.5em 0;
}
/* MAIN
----------------------------------------------------------------*/

#main {
  float: left; /* Creates a left sidebar */
  width: 500px;
  margin: 25px 0 0 35px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
/* SECONDARY CONTENT
----------------------------------------------------------------*/

#secondary {
  float: right; /* Creates a left sidebar */
  width: 300px;
  margin: 0 0 30px 0;
  display: inline;
}
/* 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: transparent url(/images/back_footer.png) no-repeat center bottom;
	width: 912px;
	text-align: center;
	clear: both;
	padding: 10px 0 5px;
}
#copy {
	width: 100%;
	margin: 0 auto;
}
