/*================================================================
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: #87bad8 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 top;
	width: 990px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {

	text-align: left;
	width: 990px;

	height: 178px;
}
#branding {
	height: 120px;
	 text-indent: -9000px; /*uncomment this to hide the title text */
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#intro {
	background: transparent url(/images/back_intro.jpg) no-repeat center top;
	text-align: left;
	width: 932px; height: 203px;
	margin: 0 auto;
}
#content {
	background: transparent url(/images/back_content.png) repeat-y center top;
	text-align: left;
	width: 932px;
	margin: 0 auto;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 650px;
  margin: 20px 0 0 30px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  background: transparent url(/images/back_sidebar.png) no-repeat top left;
  float: right; /* Creates a left sidebar */
  width: 220px;
  margin: 20px 0 0 0;
  display: inline;
  height: auto!important;
  height: 568px;
  min-height: 568px;
}
/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  margin: 10px 0;
  clear: both;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_footer.png) no-repeat center bottom;
	width: 100%; padding-top: 50px;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}
#copy {
	width: 100%;
	margin: 0 auto;
}