/*================================================================
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) repeat-y center top;
	width: 875px;
	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: 875px;
	height:198px;
}
#branding {
	height: 166px;
	text-indent: -9000px; /* uncomment this to hide the title text */
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: transparent url(/images/back_content.jpg) no-repeat center top;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  background: #fff url(/images/back_body.png) repeat-x center -450px;
  margin:0 8px 0 7px;
  padding: 20px 50px;
  text-align: left;
  height: auto!important;
  height:500px;
  min-height: 500px;
}
.default #main {
  background: none;
  height:315px;
  padding: 0 50px;
  min-height: 315px;
}
.zzzdefault #main {
  float: right; /* Creates a left sidebar */
  width: 490px;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  margin: 20px 0 0 30px;
}
xxx#secondary {
  float: left; /* Creates a left sidebar */
  width: 200px;
  margin: 20px 0 0 30px;
  display: inline;
}

/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  background: #bdae9c url(/images/back_footer.png) repeat-x center top;
  margin: 0 7px;
  clear: both;
  padding: 20px 0;
}


/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: #fff;
	text-align: center;
	clear: both;
}
#copy {
	background: #fff;

}