/***********************************************************************************************************************
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 {
	
	margin-left: auto;
	margin-right: auto;
	padding: 18px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	}
	
	#wrapper h4{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 18px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	}

.accordionButton {	
	width: 100%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #dee;
	border-bottom: 1px solid #FFFFFF;
	line-height: 28px;
	cursor: pointer;
	font-size: 16px;
	text-align: left;
	
	}


#texto{
	float: left;
	margin-left: 20px;
	color: #036;
	
	}
	
.accordionContent {	
	width: 100%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #fff;
	
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #8dc6e3;
	font-size: 16px;
	}
	
.over {
	background: #8dc6e3;
	font-size: 16px;
	
	}
	

	
	