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

.accordionButton {
    background: none repeat scroll 0 0 #a82f37;
   /* border-bottom: 1px solid #ffffff;*/
    cursor: pointer;
    float: left;
    font-size: 15px;
    padding: 5px 7px;
    width: 706px;
	 margin-bottom: 10px;
}
.accordionContent {	
	width: 706px;
	float: left;
	/*background: #95B1CE;*/
	display: none;
	 padding: 0 7px;
	}
