/*================================================================
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(global/map.css);
@import url(nav/nav_horiz.css);
/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #799040 url(/images/back_body.jpg) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_wrapper.png) repeat-x center bottom;


	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	/* background: transparent url(/images/back_header.png) no-repeat top center; */
	text-align: left;
	width: 947px;
	margin: 0 auto;
	position: relative;
}
#branding {
	background: transparent url(/images/back_branding.png) no-repeat 0 15px;
	height: 177px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: #fff url(/images/back_content.png) repeat-y 0 0;
	text-align: left;
	clear: both;
	width: 947px;
	margin: 30px auto 0 auto;
}
.default #content {
	background-color: transparent;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: right; /* Creates a left sidebar */
  width: 698px;
  margin: 0 0 0 0;
  padding: 0 0 3em 0;
  text-align: left;
  overflow: hidden;

}
.default #main {
  background: transparent url(/images/banner_home.jpg) no-repeat 0 0;
  width: 708px;
  margin: 0 0 0 0;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 214px;
  overflow: hidden;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	text-align: center;
	background: #364126;
	border-top: 2px solid #ffd630;
}
#copy {
	width: 100%;
	margin: 0 auto;
}
