/***********************************************************************************************************************
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: 600px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}

.accordionButton {
	width: 600px;
	float: left;
	_float: none;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	background-color: #003366;
	height: 30px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/click.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
	p {
	line-height: 1em;
}
.accordionContent {
	width: 600px;
	float: left;
	_float: none;
	padding-left: 25px;
	padding-bottom: 20px;
	padding-top: 10px;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background-color: #990000;
	background-image: url(../images/to_expand.png);
	background-repeat: no-repeat;
	background-position: right center;	
	}
	
.over {
	background-color: #009CC4;
	}
