/***********************************************************************************************************************
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.
************************************************************************************************************************/
.accordionButton {	
	width:92%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#5E667B;
	padding:5px 0px 12px 30px;
	margin-bottom:2px;
	background:url(../images/arrow.png) no-repeat 10px 8px;
	border-radius:8px;
	}
	
.accordionContent {	
	width:95%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background:url(../images/answer.png) no-repeat top left ;
	background-position:0px 11px;
	padding:0px 0px 15px 35px;
	}
.accordionContent p{font:normal 13px Arial, Helvetica, sans-serif!important; color:#5d5d5d; line-height:20px!important; padding:0px;} 
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on { 	}
	
.over{	}