﻿/***********************************************************************************************************************
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.
************************************************************************************************************************/

#left {
	float: left;
	width: 230px;
}

.accordionButton {
	width: 240px;
	float: left;
	text-align:left;
	vertical-align:middle;
	cursor: pointer;
	background-color:#FFFFFF;
	background:#ffffff;
/*	background-image:url('header.jpg');*/
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 0px;
	padding-top: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #0d078d;
	line-height: 30px;
	letter-spacing: -1px;
	}
	
.accordionContent {
font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	font-size: 15px;
	color: #1f3147;

	width: 238px;
	float: left;
	text-align:left;
	background-color: #95B1CE;
	/*background-image:url('paper.jpg');*/
	background:#ffffff;
	background-repeat: no-repeat;
	height: 402px;
	padding: 5px;
	}
	
.StaffImage img{
	height:100px;
	width: 75px;
}		
.ProgramImage img{
	height:50px;
	width: 50px;
}		

/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	color: #0d078d;
	}
	
.over {
	color: #213349;
	}
