/***********************************************************************************************************************
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 {
	}

.accordionButton {	
	width: auto;
	margin: 0px auto;
	float: center;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #525D68;
	color: #8F9FB4;
	border-bottom: 2px solid #5C6774;
	cursor: pointer;
	}
	
.accordionContent {	
	width: auto;
	height: 250px;
	margin: 0px auto;
	float: center;
	_float: none; /* Float works in all browsers but IE6 */
	background: #525D68;
	border-bottom: 2px solid #5C6774;
	}

/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	color: #ffffff;
	}
	
.over {
	color: #ffffff;
	}