/***********************************************************************************************************************
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: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 10 10;
	}

.accordionButton {	
	width: 780px;
	float: left;
	background: #E9AB17;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 780px;
	float: left;
	background: #357EC7;
	display: none;
	}
