/*================================================================
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: #afd4eb url(/images/back_body.jpg) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 844px;
	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: 844px;
}
#branding {
	height: 110px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: #fff url(/images/back_content.png) repeat-y center top;
	text-align: left;
	clear: both;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 480px;
  margin:0 0 0 42px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
#main #intro {
	background: transparent url(/images/back_intro.gif) no-repeat left bottom;
	margin: 28px 0 2em 0;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: right; /* Creates a left sidebar */
  width: 250px;
  margin: 0 35px 0 0;
  display: inline;
  overflow: hidden;
}


/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: #fff url(/images/back_footer.png) repeat-y center bottom;
	width: 100%; height: 50px;
	text-align: center;
}
#copy {
	width: 100%;
	margin: 0 auto;
}