/***********************************************************************************************************************
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: 950px;
	margin-left: auto;
	margin-right: auto;
}
.accordionButton {	
	width:100%;
	padding:20px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #2c2c2c; /* Dark Blue */
	cursor: pointer;
	color:#fff;
	font-weight:bold;
	color:#fff;
	font-weight:700;
	margin-top:20px;
}
.accordionButton h2 {
	color:#fff;
	font-weight:400;
	font-family: 'Quicksand', sans-serif;
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px !important;
	text-align:left;
	text-transform:none;
}
.accordionButton2 {	
	width: 916px;
	padding:7px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #6aaed5; /* Dark Blue */
	cursor: pointer;
	color:#f4f4f4;
	font-weight:bold;
}
.accordionButton2 h2 {
	color:#FFF;
	font-size:14px;
}
.accordionContent {	
	width:100%;
	padding:10px;
	color:#494949;
	float: left;
	font-size:14px;
	_float: none; /* Float works in all browsers but IE6 */
}
@media (max-width:450px){
.accordionButton h2 {
	color:#fff;
	font-weight:400;
	font-family: 'Quicksand', sans-serif;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px !important;
	text-align:left;
	text-transform:none;
}
}
@media (max-width:350px){
.accordionButton h2 {
	color:#fff;
	font-weight:400;
	font-family: 'Quicksand', sans-serif;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px !important;
	text-align:left;
	text-transform:none;
}
.accordionContent {	
	width:100%;
	padding:10px;
	color:#232323;
	float: left;
	font-size:12px;
	_float: none; /* Float works in all browsers but IE6 */
}
}
.accordionContent2 {	
	width: 916px;
	padding:7px;
	color:#4a4a4a;
	text-align:justify;
	float: left;
	font-size:12px;
	_float: none; /* Float works in all browsers but IE6 */
}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on_ac {
	background: #d41c23;
	color:#fff;
}
.on_ac h2 {
	color:#fff;
}
.over {
	background: #d41c23;
	color:#fff;
}
.over h2 {
	color:#fff;
}

.accordionContent ul {
	line-height:25px;
}