/***********************************************************************************************************************
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.
************************************************************************************************************************/
#wrapper2 {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 500px;
	float: left;
	background: #F3E5D6;
	/*border-bottom: 1px solid #FFFFFF;*/
	color: #8C6238;
	font-size: 140%;
	font-weight: bold;
	margin-top: 3px; 
	margin-bottom: 3px
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 500px;
	float: left;
	/*background: #FFFFFF;*/
	display: none;
	}
