/***********************************************************************************************************************
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: 600px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {
	width: 600px;
	height: 20px;
	float: left;
	cursor: pointer;
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #069;
	font-weight: bold;
	}
	
.accordionContent {
	width: 600px;
	float: left;
	background: #FFF;
	display: none;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 180%;
	}
