/***********************************************************************************************************************
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: 0px;
	margin-right: 0px;
	display:block;
	}

.accordionButton {	
	width: 100%;
	height:auto;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #dcdddf;
	cursor: pointer;
	color:#c2262e;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	padding-left:0px;
	
	}
	
.accordionContent {	
	width: 100%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #FFFFFF;
	padding-bottom:15px;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background-color:#e2e2e0;
	}
	
.over {
	background-color:#e2e2e0;
	}