/***********************************************************************************************************************
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: 950px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 940px;
	padding:10px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #ce2329; /* Dark Blue */
	cursor: pointer;
	color:#FFF;
	font-weight:bold;
	}
.accordionButton h2 {
	color:#FFF;
	font-size:16px;
}

.accordionButton2 {	
	width: 940px;
	padding:5px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #284b93; /* Dark Blue */
	cursor: pointer;
	color:#FFF;
	font-weight:bold;
	}
.accordionButton2 h2 {
	color:#FFF;
	font-size:16px;
}

.accordionContent {	
	width: 950px;
	padding:5px;
	text-align:justify;
	float: left;
	font-size:12px;
	_float: none; /* Float works in all browsers but IE6 */
	}

.accordionContent2 {	
	width: 928px;
	padding:5px;
	color:#4a4a4a;
	text-align:justify;
	float: left;
	background:#fff;
	font-size:12px;
	_float: none; /* Float works in all browsers but IE6 */
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #2e2e2e;
	color:#fff;
	}
.on h2 {
	color:#fff;
}
.over {
	background: #2e2e2e;
	color:#fff;
	}
.over h2 {
	color:#fff;
}

.accordionContent ul {
	line-height:25px;
}