/***********************************************************************************************************************
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.
************************************************************************************************************************/
#wrapper1 {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 300px;
	float: left;
	background: none;
	border-bottom: 1px solid #008ad2;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 300px;
	float: left;
	background: none;
	display: none;
	}
