/*================================================================
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/datepicker.css);
@import url(nav/nav_horiz.css);
/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #66563e;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_wrapper.png) repeat-y 0 ;
	border-top: none;
	width: 990px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	position: relative;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: #ded3b7 url(/images/back_header.jpg) no-repeat 0 0;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	height: 481px;
	position: relative;
}
#branding {
	background: transparent url(/images/back_branding.png) no-repeat 5px 0;
	height: 351px;

	 text-indent: -9000px;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: #66563e url(/images/back_content.png) repeat-y 0 0;
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: right; /* Creates a left sidebar */
  width: 630px;
  margin: 40px 40px 0 0;
  padding: 0 0 2em 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 250px;
  margin: 20px 0 0 10px;
  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: #66563e url(/images/back_footer.png) repeat-y 0 0;
	width: 990px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
#copy {
	width: 100%;
	margin: 0 auto;
}