/*================================================================
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/nav_tabs.css);
/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #b8c5da url(/images/back_body.jpg) repeat-x center top;
	background-attachment: fixed;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	border: 1px solid #4b4f55;
	border-width: 0 1px;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.jpg) no-repeat top center;
	text-align: left;
	width: 960px;
}
#branding {
	height: 81px;
	text-indent: -9000px;
	clear: both;
}
.default #branding {
	height: 100px;
}
/* CONTENT
----------------------------------------------------------------*/
#content {
	background: #fff;
	text-align: left;
	clear: both;
}
#banner {
	background: #fff url(/images/back_banner.jpg) repeat-x center top;
	height: 313px;
}

/* MAIN
----------------------------------------------------------------*/

#main {
	margin: 0 0 0 20px;
	height: auto!important;
	height: 400px;
	min-height: 400px;
}
.default #main {
	background: #fff url(/images/back_banner.jpg) repeat-x center top;
	height: 313px;
	min-height: 313px;
	margin: 0 0 0 0;
	position: relative;
}

div.contact {
  float: right; /* Creates a left sidebar */
  width: 520px;
  margin: 20px 30px 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 200px;
  margin: 0 0 0 20px;
  display: inline;
}


/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: #fff;
	border-bottom: 1px solid #4b4f55;
	width: 100%; height: 50px;
	text-align: center;
	padding-top: 20px;
}
#copy {
	width: 100%;
	margin: 0 auto;
}