/*================================================================
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(global/calendar.css);
@import url(nav/nav_horiz.css);
/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #dbddc8;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_body.jpg) no-repeat left 10px;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.png) no-repeat 70px 22px;
	text-align: left;
	width: 960px;
	height: 314px;
}
#branding {
	height: 170px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: #737245 url(/images/back_content.png) repeat-y left top;
	text-align: left;
	width: 960px;
	float: left
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 490px;
  margin: 20px 0 0 40px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 200px;
  margin: 20px 0 0 0;
  display: inline;
}
/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  float: right;
  margin:-90px 5px 0 0;
  width: 192px;
  display: inline;
  position: relative;
  z-index: 9;
}



/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_footer.png) no-repeat center top;
	width: 100%;
	padding: 155px 0 20px 0;
	text-align: center;
	clear: both;
}
#copy {
	width: 100%;
	margin: 0 auto;
}
