/*================================================================
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: #f9f8e6 url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_content.png) repeat-y top center;
	width: 960px;
	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: 960px;
	height: 294px;
}
#branding {
	height: 135px;
	text-indent: -9000px; /* uncomment this to hide the title text */
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
	width: 800px;
	float: left;
	border-top: 10px solid #f9f8e6;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: right; /* Creates a left sidebar */
  width: 600px;
  margin: 20px 20px 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
  padding-bottom: 50px;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary{
  float: left; /* Creates a left sidebar */
  width: 150px;
  margin: 0 0 0 0;
  display: inline;
}

/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  float: right;
  width: 150px;
  border-top: 10px solid #f9f8e6;
}


/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: #efecca;
	border-top: 6px solid #002f2f;
	width: 100%; height: 100px;
	text-align: center;
	clear: both;
}
#copy {
	width: 100%;
	margin: 0 auto;
}