/*================================================================
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(pages/calendar.css);

@import url(pages/contact.css);


/* BODY 
----------------------------------------------------------------*/

body {
	background: transparent url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
	font: 76%/1.3em Arial, Helvetica, sans-serif; /* resets 1em to 10px */
	color: #666;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_wrapper.png) no-repeat center top;
	width: 830px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	text-align: left;
	width: 100%;
}
#branding {
	background: transparent url(/images/back_branding.png) no-repeat top center;
	height: 182px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
	height: auto!important;

	min-height: 500px;
	margin-top: 2em;
	width: 840px;
	
}

/* MAIN
----------------------------------------------------------------*/
#main {
  background-color: #fff;
  margin: 0 0 0 0;
  padding: 20px 10px;
  width: 475px;
  display: inline;
  float: left; 
  text-align: center;
	height: auto!important;

	min-height: 500px;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 230px;
  margin: 0 0 1em 20px;
  display: inline;
  overflow: hidden;
  background: #fff;
  padding: 17px 0;
  text-align: center;
  height: auto!important;
  min-height: 500px;
}

/* slide show
----------------------------------------------------------------*/
#slideshow {
	height: 171px;
	width: 206px;
	overflow: hidden;
	border: 1px solid #fff;
	padding: 3px 3px 3px 3px;
	margin: 3px 0 10px 0;
	
}	

#slideshow img {  
	border-width:0;
	padding: 0 0 0 0;
	}

/* recentproject
----------------------------------------------------------------*/
#recentproject {
	height: 171px;
	width: 206px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 3px 3px 3px 3px;
	margin: 3px 0 10px 0;
	
}	

#srecentproject img {  
	border-width:0;
	padding: 0 0 0 0;
	}



/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_footer.png) repeat-x center bottom;
	width: 100%; height: 50px;
	padding-top: 50px;
	text-align: center;
	clear: both;
}
#copy, #copy a {
	background: #000;
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none
}