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

	resources.css

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


/* ----------------------------------------------------
   LAYOUT
   ---------------------------------------------------- */

	#resourcesMenu {
	
		position: absolute; 
		top: 15px; 
		left: 621px;
		width: 300px;
		z-index: 100;
	}

	       #aboutDetail, 
	        #faqsDetail,
/*	        #raqsDetail,
	       #linksDetail,    */
	#testimonialsDetail {
	
		position: absolute; 
		top: 15px; 
		left: 239px; 
		width: 275px;
		z-index: 100;
	}
	
	#lowerLeftImage {
	
		position: absolute;
		     top: 284px; 
		    left: 0px; 
		  height: 243px;
		   width: 192px;
		 z-index: 10;
	}


/* ----------------------------------------------------
   CONTENT
   ---------------------------------------------------- */

	#aboutDetail {
	
		display: none;
	}

	        #faqsDetail,
/*	        #raqsDetail,
	       #linksDetail,   */
	#testimonialsDetail {
	
		display: none;
	}
	
	#testimonialsSubMenu {
	
		display: none;
	}
	
	#testimonialsSubMenuPlaceholder {
	
		display: block;
	}
	
	.testimonialText {
	
		font-size: 12px;
		font-style: italic;
	}

	.testimonialAuthor {
	
		font-size: 12px;
	}

/* ----------------------------------------------------
   MENUS
   ---------------------------------------------------- */

	/* -------------- */
	/* SELECTED MENUS */
	/* -------------- */
	
		/* selectedMenu class */
	
	.selectedMenu a:link, 
	.selectedMenu a:visited {
	
				  color: #FFF; 
			 font-style: normal; 
		text-decoration: none;
	}
	
	.selectedMenu a:hover, 
	.selectedMenu a:active {
	
		          color: #FFF; 
		     font-style: normal; 
		text-decoration: none; 
	}

	/* ---------------- */
	/* UNSELECTED MENUS */
	/* ---------------- */
	
		/* unselectedMenu class */
	
	.unselectedMenu a:link, 
	.unselectedMenu a:visited {
	
				  color: #777; 
			 font-style: normal; 
		text-decoration: none;
	}
	
	.unselectedMenu a:hover, 
	.unselectedMenu a:active {
	
		          color: #FFF; 
		     font-style: normal; 
		text-decoration: none; 
	}

	#testimonialsSubMenu a:link,
	#testimonialsSubMenu a:visited { 
	
		color: #777; 
		font-style: normal; 
		text-decoration: none;
	}
	
	#testimonialsSubMenu a:hover,
	#testimonialsSubMenu a:active { 
	
		color: #fff; 
		font-style: normal; 
		text-decoration: none;
	}
	
	
