/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#wrapper { width: 90%; margin:0 auto;}

.accordionButton {	
	width: 100%;
	float: left; _float: none;  /* Float works in all browsers but IE6 */
	border-bottom:2px dotted #2BB8C9;
	cursor: pointer;
	padding:5px; 
	}
	
.accordionContent {	
	width:100%; border-left:2px solid #E6B220; border-top:none; padding:10px; padding-left:15px; 
	float: left;  _float: none; /* Float works in all browsers but IE6 */
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/
.on {background: #E6B220;}
.over {	background: #CAE5C6;}