/*================================================================
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.gif) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 966px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_headerCircles.jpg) no-repeat top center;
	text-align: left;
	width: 966px;
	height: 230px;
}
#branding {
	width: 430px;
	height: 145px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
	clear: both;
	margin-bottom: 30px;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 500px;
  margin: 30px 0 0 45px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  background: #fdf5d2;
  float: right; /* Creates a left sidebar */
  width: 380px;
  margin: 20px 1px 0 20px;
  display: inline;
  overflow: hidden;
  border: 1px solid #dcc561;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_footer.png) no-repeat center top;
	width: 100%; height: 200px;
	text-align: center;
}
#copy {
	width: 100%;
	margin: 0 auto;
}