<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: 720px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 720px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #EC2228;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 710px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	padding: 5px;
	margin-bottom: 20px;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #0F5CAA;
	}
	
.over {
	background: #900;
	}</pre></body></html>