﻿/***********************************************************************************************************************
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: 475px;
	margin-left:20px ;
	margin-right: ;
	
	}

.accordionButton {
	width: 475px;
	height: 25px;
	float: left;
	background-image: url("../images/arrow.jpg");
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 1px dashed red;
	cursor: pointer;
}


.accordionButton p {
	font-family: Verdana;
	font-weight: normal;
	color: black;
	margin-left: 25px;
	padding-top:3px;
	
}

.accordionContent a {
color:red;
text-decoration: none;
border-bottom: 1px dashed black;
}

.accordionContent a:hover {
	color: black;
}

	
.accordionContent {	
	width: 475px;
	float: left;
	background: white url('style/images/footer.gif');
	display: none;
	}
	
.accordionContent p {
	font-family: Verdana;
	font-size:12px;
	margin-left: 25px;
	padding-top: 5px;
	color: black;
	line-height: 14px;
	
	
}
strong {
	color:#cf1519;
	padding-right: 5px;
	
	}
