/***********************************************************************************************************************
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-accordion {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 915px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: repeat scroll 0 0 transparent;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	padding:5px 0px 0px 2px;
	}
	
.accordionContent {	
	width: 915px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	padding:5px 0px 0px 5px;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #990000;
	}
	
.over {
	background: #990000;
	}