/***********************************************************************************************************************
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: 100%;
	margin-left: auto;
	margin-right: auto;
	}
.accordionButton h3{ font-size:1rem; color:#fff;
	
	
	margin-left:10px;
	padding-top:8px; }
.accordionButton {
	width: 100%;
	float: left;
	cursor: pointer;
	height: 40px;
	background-color: #a4c8e1;
	margin-bottom:10px;
	
	}
	
	.darkb{
	background-color: #00205b;
	
	background-repeat: no-repeat;
	background-position: center top;
	
	}
	
	
.accordionContent {
	width: 100%;
	background-color:#fff;
	display: none;
	
	
	
	}
	.accordionContent p{
		
	color:#333;
	
	
	
	}
	


