/***********************************************************************************************************************
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.
************************************************************************************************************************/
#slider {
	width: 310px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	min-height: 151px;
	}

#slider2 {
	width: 320px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	min-height: 138px;
}

#slider3 {
	width: 310px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	min-height: 201px;
	margin-bottom: 10px;
}


.accordionButton {	
	width: 240px;
	height: 46px;
	float: left;
	cursor: pointer;
	display: block;
	font-family: 'Questrial', Arial, serif; 
	font-weight: 400; 
	}
	
.accordionContent {	
	width: 290px;
	float: left;
	font-family: 'Questrial', Arial, serif; 
	font-weight: 400; 
	padding: 0px 10px 10px;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	/*background: #ebebeb;*/
	/*color: #e53212 !important;*/
	}
	
.over {
	/*background:  #ebebeb;*/
	color: #e53212 !important;
	}