/***********************************************************************************************************************
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.
************************************************************************************************************************/

/*.neighimg2 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}*/

/*
#wrapper {
	width: 1200px;
	margin-top: 30px;
	margin-bottom: 50px;
	float: right;
		background-color: #C60;
	}*/

.accordionButton {
	width: 550px;
	float: left;
	_float: none;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	background-color: #C3569E;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
	padding-right: 20px;
	text-indent: 5px;
	}
	
	
.accordionContent {
	width: 555px;
	float: left;
	_float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2a1504;
	background-color: #FEF8F5;
	text-align: justify;
	padding-right: 10px;
	padding-left: 5px;
	line-height: 20px;
	}
	

/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background-color: #C3569E;
	}
	
.over {
	background-color: #9C519B;
	}
.accordionwrapr {
	margin-left: 70px;
}
