<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************
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: 520px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 520px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #ffffff;
	border-bottom: 1px solid #B4B4B4;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 520px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #FFFFFF;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #ffffff;
	}
	
.over {
	background: #B4B4B4;
	}</pre></body></html>