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


/*
.accordionButton {	
	width: 97%;
	float: left;
	padding:10px;
	background: #35a7e6;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color:#000000;
	}
	*/
	
	.accordionButton a {
	padding:10px;
	width: 97%;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color:#000000;
	background-color: #666666;
	}
	
	.accordionButton a:link , .accordionButton a:visited {
	padding:10px;
	width: 97%;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color:#FFFFFF;
	background-color: #666666;
	}
	
	.accordionButton a:hover {
	width: 97%;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color:#FFFFFF;
	background-color: #333333;
	}
	
.accordionContent {
	padding:10px;
	width: 97%;
	float: left;
	background-color:#FFFFFF;
	display: none;
	}
