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

	banner.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; 
		width: 860px;
		height: 113px;
	}
	
	#bannerBackground {
	
		position: absolute;
		top: 0px; 
		left: 0px; 
		z-index: 1;
		width: 860px;
		height: 113px;
	}

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

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

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

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

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

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

