/***********************************************************************************************************************
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: 276px;
	padding: 2px 0px 2px 2px;
	margin-right: 2px;
	background-color:#cccccc;
	border: solid 3px #999999;
	overflow: hidden;
	}

.accordionButton {	
	font:10px Verdana,Tahoma,Helvetica,sans-serif;
	color:#ffffff;
	font-weight: bold;
	width: 270px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #003366;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
	padding: 2px 0px 2px 4px;
	}

.accordionButtonBottom {	
	font:10px Verdana,Tahoma,Helvetica,sans-serif;
	color:#ffffff;
	font-weight: bold;
	width: 270px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #003366;
	border-bottom: 0px;
	cursor: pointer;
	padding: 2px 0px 2px 4px;
	}
	
.accordionContent {	
	width: 274px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #95b1ce;
	padding: 1px 0px 1px 0px;
	}


/****** CUSTOMSYTLES *****/



/*** Products menu for subpages ***/
/*.link {
	min-width: 220px;
	height: 100%;
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #cccccc;
}

.link a:link {
	text-decoration:none;
	font:10px Verdana,Tahoma,Helvetica,sans-serif;
	color:#003366;
	background: #95b1ce;
	letter-spacing: -.02em;
	text-indent:.5em;
	display:block; 
	padding: 1px 0px 1px 0px;;
}

.link a:visited {
	text-decoration:none;
	font:10px Verdana,Tahoma,Helvetica,sans-serif;
	color:#003366;
	background: #95b1ce;
	letter-spacing: -.02em;
	text-indent:.5em;
	display:block;  
	padding: 1px 0px 1px 0px;
}

.link a:active {
	text-decoration:none;
	font:10px Verdana,Tahoma,Helvetica,sans-serif;
	color:#003366;
	background: #95b1ce;
	letter-spacing: -.02em;
	text-indent:.5em;
	display:block;  
	padding: 1px 0px 1px 0px;
}

.link a:hover {
	text-decoration:none;
	font:10px Verdana,Tahoma,Helvetica,sans-serif;
	color:#000000;
	background: #7fa3c8;
	letter-spacing: -.02em;
	text-indent:.5em;
	padding: 1px 0px 1px 0px;
	display:block;  
}
*/