/***********************************************************************************************************************
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.  border-bottom:1px dotted #333;
************************************************************************************************************************/
#wrapper {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 200px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
display:block; color:#333; padding: 8px 0 8px 25px; text-decoration:none;
	cursor: pointer; font-weight:bold;
	}

.accordionNE_Button {	
	width: 220px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
display:block; color:#333; text-decoration:none;
	cursor: pointer; font-weight:bold;
	}


.accordionButton:hover {background-color:#ececec; background-image:none; text-decoration:none;}	

.accordionButton_hov {  width: 200px; float: left; _float: none;  /* Float works in all browsers but IE6 */
display:block; color:#333; padding: 4px 0 4px 20px; text-decoration:none;
 cursor: pointer; font-weight:bold;
background:url(images/plus1.png) no-repeat left; padding-left:20px; font-weight:bold;}



.accordionContent {	
	width: 200px; font-size:12pt;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
		}
	
	.accordionContent a {background:url(images/arrow.png) no-repeat left; padding: 4px 0 4px 15px; color:#333333;   display:block; width:170px; margin-left:30px; text-decoration:none;} 	
	.accordionContent a:hover {font-weight:bold;}

.accordionContent_open {	
	width: 200px; font-size:11pt;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
		}
	
	.accordionContent_open a {background:url(images/arrow.png) no-repeat left; padding: 4px 0 4px 15px; color:#333333;  display:block; width:170px; margin-left:30px; text-decoration:none;} 	
	.accordionContent_open a:hover {font-weight:bold;}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background:url(images/plus1.png) no-repeat left; padding-left:20px;
	}
	
.over {
	 background-image:none;  padding-left:20px;
	}