/***********************************************************************************************************************
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.
************************************************************************************************************************/
#wrapper2 {
	width: 680px;
	padding-left: 35px;
	margin-top: 5px;
	}

.accordionButton {
	width: 660px;
	float: left;
	_float: none;
	cursor: pointer;
	background-color: #621517;
	height: 26px;
	font-size: 150%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 35px;
	line-height: 110%;
	border: 1px solid #999999;
	background-image: url(../IMAGES/plus.png);
	background-repeat: no-repeat;
	background-position: 1px;
	}
	
.accordionContent {
	width: 679px;
	float: left;
	_float: none;
	background-color: #E3E5E4;
	font-size: 110%;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	color: #000000;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background-color: #990000;
	color: #FFFFFF;
	font-weight: lighter;
	background-image: url(../IMAGES/minus.png);
	background-repeat: no-repeat;
	background-position: 1px;
	}
	
.over {
	background-color: #551718;
	}
