/*================================================================
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: #fdc762;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {

	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: 295px;
	position: relative;
}
#branding {
	height: 258px;
	text-indent: -9000px;/*  uncomment this to hide the title text */
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content-3COLUMN {
	text-align: left;
	width: 740px;
	float: left
}
#content {
	margin-top:10px;
	text-align: left;
	width: 960px;
}
/* MAIN
----------------------------------------------------------------*/
#main {
  float: right; /* Creates a left sidebar */
  width: 590px;
  margin: 10px 40px 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
.default #main  {
	background: transparent url(/images/back_home.png) no-repeat 0 0;
  margin: 0 0 0 20px;
	width: 300px;
  float: left;
  height: auto!important;
  height: 676px;
  min-height: 676px;
}
/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 240px;
  margin: 0 0 20px 40px;
  display: inline;
  padding: 0 0 10px;
}
.default #secondary  {
	 float: right;
	 width: 590px;
	 margin: 0 20px 0 0;
	padding: 0 0;
  height: auto!important;
  height: 370px;
  min-height: 370px;
}
/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  margin: 20px 15px 0 28px;
  clear: both;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	width: 100%; height: 100px;
	text-align: center;
	clear: both;
}
#copy {

	width: 100%;
	margin: 0 auto;
}
