/***********************************************************************************************************************
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: 800px;
	margin-left: auto;
	margin-right: auto;
	}
**/


#accordion {
	float: left;
	width: 950px;
	padding-left: 20px;
	padding-top: 30px;
}

.accordionButton {
	color: #336;
	width: 810px;	
	float: left;
	_float: none;
	cursor: pointer;
	}
	
.accordionContent {
	width: 950px;
	float: left;
	_float: none;
	
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #FFFFFF;
	}
	
.over {
	background-image: url(../images/grey-dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 70px;
	}


.par_pic {
	background-color: #CCC;
	float: right;
	height: 180px;
	width: 180px;
	margin-top: 30px;
}
