/***********************************************************************************************************************
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: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial;
	margin-top:15px;
	}

.accordionButton {	
	width: 800px;
	float: left;
	background:#E2E2E2;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	font-size:11pt;
	padding:3px;
	}
	
.accordionContent {	
	width: 800px;
	float: left;
	background:White;
	display: none;
	font-size:9pt;
	padding:5px;
	}

