/***********************************************************************************************************************
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.
************************************************************************************************************************/
.accordionButton {	
	width: 260px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	margin:0 0 0 0px;
	padding:7px 0 7px 18px ;
	background-image:url(/wp-content/themes/bedford/images/yellow_arrow_right.png); background-position: center left;background-repeat:no-repeat;
	font-size:12px;
	color:#00498c;
	text-decoration:underline;
	}
	
	
	
	.accordionButtonBottom {	
		width: 260px;
		float: left;
		_float: none;  /* Float works in all browsers but IE6 */
		cursor: pointer;
		margin:0 0 0 0px;
		padding:7px 0 7px 18px ;
		background-image:url(/wp-content/themes/bedford/yellow_arrow_right.png); background-position: center left;background-repeat:no-repeat;
		font-weight:bold;
		font-size:12px;
		}
	
.accordionContent {	
	width: 260px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	margin:0 0 0 18px;
	}
	
	.accordionContentBottom {	
		width: 260px;
		float: left;
		_float: none; /* Float works in all browsers but IE6 */
		margin:0 0 0 18px;
		}
	
#accordion .accordionContent p{font-size:11px; padding: 5px 0px 5px 0px; margin:0; line-height:15px; color:#58595b;}
#accordion .accordionContent p a{font-size:11px; padding: 5px 0px 5px 0px; margin:0; line-height:15px; color:#58595b;}
#accordion .accordionContent h1{font-size:11px; padding: 0; margin:0; line-height:100%; color:#58595b; font-weight:bold;}
	
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background-image:url(/wp-content/themes/bedford/images/yellow_arrow_down.png); background-position: center left;background-repeat:no-repeat; border-bottom: none;
	}
	
.over {

	}


.accordionContent ul {
	margin-left: 20px !important;
	font-size: 11px;	
}

.accordionContent ul li a {
	color: #333;

}

.accordionContent ul li {
	margin-top: 2px;
}