/*================================================================
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: #76ad2b url(/images/back_body.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	poisition: relative;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	text-align: left;
	width: 960px;
	height: 248px;
	position: relative;
}
#branding {
	height: 80px;
	margin: 0 0 0 30px;
	text-indent: -9000px;
	clear: both;
	position: absolute;
	top: 35px; left: 0;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
   background: #fff url(/images/back_content.png) repeat bottom left;
	border:5px solid #c3db23;
	text-align: left;
	clear: both;
	height: auto!important;
	height: 500px;
	min-height: 500px;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 698px; /* overflow: hidden; commented to fix jumpList cuttoff */
  height: auto;
  margin: 5px 5px 0;
  padding: 0 0 5px 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
  position: relative;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
 /* background: #51882e url(/images/back_sidebar.png) no-repeat center top;  */
  background: #51882e;
  border: 1px solid #fff;
  border-width: 5px 5px 0 0;
  float: right; /* Creates a left sidebar */
  width: 237px;
  display: inline;
  overflow: hidden;
  margin-bottom: 5px;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	font-size: 1.3em;
	width: 100%; height: 50px;
	text-align: center;
}
#copy {
	width: 100%;
	margin: 0 auto;
}

