/***********************************************************************************************************************
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 {
	float: left;
	width: 510px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 50px;
margin-right: 0;
	}
	#wrapper h2 {
		margin: 0 0 5px 0;
		padding: 0;
		color: #f68b1f;
	}
	

.accordionButton a {	
	width: 510px;
	float: left;
	color: #FFF;
	background-color: #f68b1f;
	display: block;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #000;
	cursor: pointer;
	}
	
	.accordionButton a:hover {	
	background-color: #aaaaaa;
	}
	
.accordionContent {	
	width: 505px;
	float: left;
	background: #eeeeee;
	color: #333333;
	display: none;
	padding: 10px;
	font-size: 11px;
	}
	
	div.accordionContent h2 {	
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	}

.accordionContent a {	
			color: #f68b1f;
			font-weight: bold;
	}
	
	.accordionContent a:hover {	
			color: #f68b1f;
			font-weight: bold;
			text-decoration: underline;
	}
