/*================================================================
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: #fff url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_wrapper.png) no-repeat center 110px;
	width: 900px;
	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: 900px;
}
#branding {
	height: 110px;
	text-indent: -9000px;/*  uncomment this to hide the title text */
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content-3COLUMN {
	text-align: left;
	width: 740px;
	float: left
}
#content {
	text-align: left;
	width: 900px;
	margin-top: 15px;
	position: relative;
}
.deafult #content {
	margin-top: 20px;
}
/* MAIN
----------------------------------------------------------------*/
#main {
  float: right; /* Creates a left sidebar */
  width: 570px;
  margin: 100px 20px 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
#mainxx {
  float: left; /* Creates a left sidebar */
  width: 700px;
  margin: 20px 0 0 40px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
.default #main {
	float: none;
	width: 860px;
	margin: 20px auto 0;
	display: block;
}
/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 300px;
  margin: 80px 0 0 0;
  display: inline;
}
#secondaryxx {
  float: right; /* Creates a left sidebar */
  width: 200px;
  margin: 20px 0 0 0;
  display: inline;
}

/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
	width: 860px;
	margin: 0 auto;
}


/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_wrapper.png) no-repeat center center;
	width: 100%; height: 100px;
	text-align: center;
	clear: both;
}
#copy {
	width: 100%;
	margin: 0 auto;
}