/*================================================================
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: #1d4354;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: #1d4354 url(/images/back_content.png) repeat-y center top;
	width: 990px;
	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: 990px;
	height: 220px;
	position: relative;
}
#branding {
	height: 150px;
	text-indent: -9000px;/*  uncomment this to hide the title text */
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content-3COLUMN {
	text-align: left;
	width: 740px;
	float: left
}
#content {
	margin-top:10px;
	text-align: left;
	width: 960px;
}
/* MAIN
----------------------------------------------------------------*/
#main {
  float: right; /* Creates a left sidebar */
  width: 590px;
  margin: 0 40px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
.default #main  {
  margin: 0 0 0 40px;
	width: 540px;
  float: left;
  height: auto!important;
  height: 370px;
  min-height: 370px;
}
/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 250px;
  margin: 0 0 20px 30px;
  display: inline;
  padding: 0 0 10px;
}
.default #secondary  {
	 float: right;
	 width: 360px;
	 margin: 0 10px 0 0;
	padding: 0 0;
  height: auto!important;
  height: 370px;
  min-height: 370px;
}
/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  margin: 20px 15px 0 28px;
  clear: both;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_footer.png) no-repeat center bottom;
	width: 100%; height: 100px;
	text-align: center;
	clear: both;
}
#copy {
	background: #1d4354;
	width: 100%;
	margin: 0 auto;
}