/***********************************************************************************************************************
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: 94%;
	float: left;
	clear: both;
	padding-bottom: 20px;
	}

.accordionButton {
	width: auto;
	float: left;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #0d65a5;
	color: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-radius: 4px;
	}
	
.accordionContent {
	width: 90%;
	float: left;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #eeeeee;
	}
.los {
	clear: both;
	float: left;
	height: 1px;
	width: 100%;
}
