/*================================================================
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: #e2e8d1 url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {

	width: 970px;
	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: 970px;
	height:153px;
	position: relative;
}
#branding {
	height: 113px;
	text-indent: -9000px; /* uncomment this to hide the title text */
    width: 375px;
    float: left;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: transparent url(/images/back_content.png) no-repeat center top;
	text-align: left;
}

/* MAIN
----------------------------------------------------------------*/
#main {
	display:inline;
	float:left;
	margin: 40px 0 3em 50px;
	padding:0;
	text-align:left;
	width:670px;

}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: right; /* Creates a left sidebar */
  width: 225px;
  margin: 30px 10px 3em 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: 100%;
	text-align: center;
	clear: both;
	padding-bottom: 1em;
}
#copy {
	width: 100%;
	margin: 0 auto;
}