/*================================================================
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: #083c54 url(/images/back_body.jpg) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {

	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {

	text-align: left;
	width: 960px;
}
#branding {
	height: 160px;
	text-indent: -9000px; /* uncomment this to hide the title text */
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
	margin-top: 20px;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  background: #025e86 url(/images/back_main.png) repeat-x center top;
  border: 1px solid #094966;
  float: left; /* Creates a left sidebar */
  width: 645px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
.default #homeSide, 
#secondary {
  float: right; /* Creates a left sidebar */
  width: 300px;
  /* border: 1px solid #229BD8; */  
}

/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  margin: 10px 0;
  clear: both;
}


/* FOOTER
----------------------------------------------------------------*/
#footer {

	width: 100%; height: 100px;
	text-align: center;
	clear: both;
}
#copy {
	width: 100%;
	margin: 0 auto;
}
