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

.accordionButton {	
	width: 500px;
	float: left;
	margin: 10px 0px 0px 0px;
	_float: none;  /* Float works in all browsers but IE6 */
	border-bottom: 0px solid #354B72;
	cursor: pointer;
	color: #546682;
	text-align: left;
	}
	
.accordionContent {	
	width: 500px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	font-style: italic;
	color: #ccd1db;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	color: #ccd1db;
	font-family : Georgia, Times, serif;
	font-size : 17px;
	letter-spacing : 0px;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	line-height: 22px;
	text-decoration : none;
	}
	
.over {
	color: #ccd1db;
	}