/*================================================================
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: #b8c5da url(/images/back_body.jpg) repeat center top;
	background-attachment: fixed;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	border-width: 0 1px;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	width: 960px;
	position: relative;
	height: 135px
}
#branding {
	text-indent: -9000px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
	clear: both;
}
#banner {

	height: 313px;
}

/* MAIN
----------------------------------------------------------------*/

#main {
	float: right;
	width: 660px;
}
.default #main {
	margin: 0 0 0 0;
	float: none;
	display: block;
	width: auto;
}

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 {


	width: 100%; height: 50px;
	text-align: center;
	padding-top: 20px;
}
#copy {
	width: 100%;
	margin: 0 auto;
}
