
/*	
	======================================================================

	banner-home.css

	======================================================================
	Sustainable By Design PHP Library Component
	Version 2006.11.06
	Copyright 2006, 2005, 2004 Sustainable By Design
	======================================================================
*/

	#banner {
	
		position: absolute;
		background-color: transparent;
		top: 0px; 
		left: 0px; 
		z-index: 2;
		width: 860px;
		height: 640px;
	}

	#bannerBackground {
	
		position: absolute;
		top: 0px; 
		left: 0px; 
		z-index: 1;
		width: 860px;
		height: 640px;
	}

	#nav_logo {
	
		position: absolute;
		top: 15px; 
		left: 245px; 
		z-index: 3;
		width: 86px;
		height: 87px;
	}

	#nav_projects {
	
		position: absolute;
		top: 15px; 
		left: 379px; 
		z-index: 3;
		width: 86px;
		height: 87px;
	}

	#nav_people {
	
		position: absolute;
		top: 15px; 
		left: 474px; 
		z-index: 3;
		width: 85px;
		height: 87px;
	}

	#nav_press {
	
		position: absolute;
		top: 15px; 
		left: 569px; 
		z-index: 3;
		width: 85px;
		height: 87px;
	}

	#nav_resources {
	
		position: absolute;
		top: 15px; 
		left: 664px; 
		z-index: 3;
		width: 85px;
		height: 87px;
	}

	#nav_contact {
	
		position: absolute;
		top: 15px; 
		left: 759px; 
		z-index: 3;
		width: 85px;
		height: 87px;
	}

