/***********************************************************************************************************************
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: 900px;
	margin-left: auto;
	margin-right: auto;
	/*padding:10px 0 10px 0;*/
	margin:10px;
	}

.accordionButton {	
	width: 900px;
	float: left;
	height: 33px;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #CCCCCC;
	border-bottom: 2px solid #FFFFFF;
	cursor: pointer;
	
	}
	
#wrapper .accordionButton p {	
	font-size:100%;
	color:#333;
	alignment-baseline:central;
	
	
	
	
}
	
.accordionContent {	
	width: 900px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #ABD5ED;
	
	}
	#wrapper p {
	font-size:100%;
	color:#666;
	padding:10px;
}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #349CCE;
	}
	
.over {
	background: #349CCE;
	}