/***********************************************************************************************************************
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 {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 99%;
	float: left;
	background: #F7F7F7;
	color:#000099;
	padding:2px 2px 2px 5px;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	font-size:11px;
	}
	
.accordionContent {	
	width: 99%;
	float: left;
	background: #FFFFFF;
	color:#000099;
	padding:4px 4px 4px 25px;
	display: none;
	font-size:11px;
	}

