/***********************************************************************************************************************
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: 100%;
	margin: 0 auto;
	/* margin-right: auto; */
	position: relative;
	padding: 0;
	/* height: 330px; */
}

.accordionButton {	
	width: 100%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	/* background: #003366; */
	/* border-bottom: 1px dashed #FFFFFF; */
	cursor: pointer;
	/* border-top: 1px dashed #fff; */
	/* outline: 1px dashed #938e78; */
	outline-right: none;
	font-size: 20px;
	text-align: left;
	/* height: 43px; */
	text-transform:uppercase;
	vertical-align: middle;
	padding: 10px 0 4px;
	background-image: url('../images/border.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}
.accordionButton.last {	
	width: 100%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	/* background: #003366; */
	/* border-bottom: 1px dashed #FFFFFF; */
	cursor: pointer;
	/* border-top: 1px dashed #fff; */
	/* outline: 1px dashed #938e78; */
	outline-right: none;
	font-size: 20px;
	text-align: left;
	/* height: 43px; */
	text-transform:uppercase;
	vertical-align: middle;
	padding: 10px 0 4px;
	background-image: url('../images/border.jpg'), url('../images/border.jpg');
	background-repeat: repeat-x, repeat-x;
	background-position: 0 0, 0 bottom;
}
	
.accordionContent {	
	width: 100%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	/* background: #95B1CE; */
	text-align: left;
	padding: 20px 0;
	font-size: 15px;
	background-image: url('../images/border.jpg'); background-repeat: repeat-x; background-position: top center;
}
.accordionContent.last {	
	
	background-image: url('../images/border.jpg'); background-repeat: repeat-x; background-position: bottom center;
}
.accordionContent p{font-size:15px;margin-bottom:5px;}
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/
.accordionButton.um{color: #a6140a}
.accordionButton.dois{color: #2b2b2b}
.on {
	color: #6c382d;
	}
	
.over {

	}