/***********************************************************************************************************************
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.
************************************************************************************************************************/
#content {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	}


.accordionButton {	
	width: 100%;
	/*background: #ffffff;
	border:1px solid #fff;*/
	padding:5px 0px 5px 5px;
	margin-left:0px;
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	color:#5F401A;
	background-color:#b18f67;
	
	}

.accordionButton1 {	
	width: 99.5%;
	/*background: #ffffff;
	border:1px solid #fff;*/
	cursor: pointer;
	padding: 6px 0px 5px 14px;
	margin-left:0px;
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	color:#5F401A;
	background:#b18f67 url('../images/toparrow.png')  no-repeat 98% 50%;
	}		
.accordionOpen
{
	background:#5F401A url('../images/bottomarrow.png')  no-repeat 98% 50%;
	color:#FFF;
}	
.accordionContent {	
	width: 1000px;
	float: left;
	font-family: 'Roboto', sans-serif;
	border:1px solid #9c611a;
	color:#5f401a;
	font-size:14px;
	display: none;
	text-align:justify;
	margin:0px 0px 6px 4px;
	line-height:20px;
	}
	
	.accordionContent4 {	
	width: 98.8%;
	float: left;
	font-family: 'Roboto', sans-serif;
	border:1px solid #f5f5f5;
	padding:5px;
	font-weight:300;
	font-size: 17px;
	color:#5f401a;
	display: none;
	text-align:justify;
	line-height:24px;
	
	}
	
	
	.accordionContent_1 {	
	width: 455px;
	float: left;
	font-family: 'Roboto', sans-serif;
	color:#8c9091;
	font-size:14px;
	display: none;
	text-align:justify;
	margin:0px 0px 6px 8px;
	line-height:20px;
	}



.accordionContent1 {	
	width: 745px;
	float: left;
	font-family: 'Roboto', sans-serif;
	border:1px solid #9c611a;
	color:#fff;
	font-size:15px;
	color:#5f401a;
	display: none;
	text-align:justify;
	}


.accordionContent5 {	
	width: 455px;
	float: left;
	font-family: 'Roboto', sans-serif;
	color:#595959;
	font-size:15px;
	display: none;
	text-align:justify;
	margin:0px 0px 8px 4px;
	line-height:20px;
	}
	
	
	
	.accordionButton4 {	
	width: 400px;
	background: #a36a26;
	cursor: pointer;
	margin-bottom:6px;
	margin-left:4px;
	font-family: 'Roboto', sans-serif;
	font-size:6px;
	color:#595959;
	text-decoration:underline;
	}

