/***********************************************************************************************************************
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: 95%;
	}

.accordionButton {
	background: #cccccc;
	cursor: pointer;
	padding: 4px 16px;
	margin: 0 0 4px 0;
	width: 100%;
	}
	
.accordionButton h2 {
	padding: 0;
	margin: 0;
	color: #036;	
}

.accordionContent {
	background: #ccdae8 /*#95B1CE*/;
	padding: 8px 32px;
	margin: 0 0 4px 0;
	width: 100%;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #eeeeee;
	}

/*	
.over {
	background: #CCCCCC;
	}
*/