/***********************************************************************************************************************
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: 800px;
	margin-left: auto;
	margin-right: auto;*/
	}

#accordion_content h3{color:#f7a800;
		font-size:12px;
		font-weight:bold;
		line-height:18px;
		width:622px;
		border-bottom: 1px solid #E5E6E6;
		padding-bottom:9px;}
.accordionButton {	
	background-image: url("../images/back_accordion.jpg");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    height: 22px;
    padding-left: 20px;
    padding-top: 7px;
    text-decoration: none;
    width: 635px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	font-weight:bold;
	}
#back{/*background-color: #F5F5F5;
    border: 1px solid #E5E6E6;*/
    color: #181B19;
    font-size: 11px;
   /* margin-top: 7px;*/}
.on{margin-bottom:15px;}
	
/*.accordionContent {	
	width: 800px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	/*background: #95B1CE;
	}*/
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

