/***********************************************************************************************************************
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: 690px;
	margin-left: 15px;
	margin-right: 0;
	
	}

.accordionButton {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	padding:5px 5px 5px 10px;
	text-align:left;
	width: 690px;
	
	float: left;
	background: #316394;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}

.accordionButton span {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	padding-right:15px;
	}
	
.accordionContent {
		
	width: 690px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:16px;
	line-height:20px;
	color:#999999;
	padding:10px;
	float: left;
	background: #FFF;
	display: none;
	}

