/***********************************************************************************************************************
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 {
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
}
	
.accordionContent {	
	width: 100%;
	_float: none; /* Float works in all browsers but IE6 */
	margin: 10px 0 10px 0;
	 line-height:30px;
	}
.accordionContent input[type="button"]{}
		
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	color: #000000;
}
	
.over {
	color: #000000;
}