/* GENERAL INFORMATION:
-----------------------------------------------------------------
File Name:
Description:
Version:
Website:
Author: Josh Tuck, Ferguson Advertising, Inc.

= STRUCTURE =====================================================

Page Width: 
Columns:

= COLORS ========================================================



-----------------------------------------------------------------
*/

#accordian p {
	line-height: 1.8em;
	padding-bottom: 0;
}

#accordian a:link {
	text-decoration: none;
	color: #CCCCCC;
}

#accordian a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#accordian a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#accordian a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.acc_list {
	width: 290px;
	font-size: .8em;
	line-height: 1em;
	padding-left: 1em;
}

.acc_head {
	height: 25px;
	margin: 0;
	cursor: pointer;
	position: relative;
 font-weight:bold;
	line-height: 2em;
}
.acc_body {
	display: none;
	font-size: .9em;
	padding-left: 5px;
}
.acc_body a {
 display:block;
	height: 20px;
 text-decoration:none;
}
.acc_body a:hover {
  color: #000000;
  text-decoration:underline;
}

.acc_list p {
	margin: 0 auto;
	padding: 0 auto;
	line-height: 1em;
}
