/*** ACCORDION DEFAULTS ***/

#accordion{
	margin:14px 0 0 0;
}

.toggler {
	margin: 0;
	text-transform:uppercase;
	font-size:12px;
	cursor:pointer;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	position:relative;
	z-index:1;
}
	.toggler:hover {
		color:white;
	}
.element {
	background-color:#fbf2e0;
	margin:-12px 0 -4px 1px;
	padding:0 20px;
	width:527px;
	position:relative;
	z-index:2;
}
	.element p{
		margin:10px 0;
	}
	.element p strong{
		text-transform:uppercase;
		font-family:"Arial Black", Arial, Helvetica, sans-serif;
	}
	.element ul{
		margin:0 0 10px 22px;
		list-style-type:disc;
		color:#9A8F74;
	}
		.element ul li{
			margin-bottom:3px;
			font-size:11px;
		}
	.element ol{
		margin:0 0 10px 22px;
		list-style-type:upper-roman;
		color:#9A8F74;
	}
		.element ol li{
			margin-bottom:3px;
			font-size:11px;
		}
			.element ol li ul{
				margin-top:3px;
			}

/*** ACCORDION HEADERS ***/

	.green{
		background:url(../images/accordion-headers/green.jpg) no-repeat;
		width:570px;
		height:34px;
		color:#dce1cd;
		padding: 8px 0 0 9px;
	}
	.orange{
		background:url(../images/accordion-headers/orange.jpg) no-repeat;
		width:570px;
		height:34px;
		color:#ffeeb5;
		padding: 8px 0 0 9px;
	}
	.purple{
		background:url(../images/accordion-headers/purple.jpg) no-repeat;
		width:570px;
		height:34px;
		color:#e3cde2;
		padding: 8px 0 0 9px;
	}
	.red{
		background:url(../images/accordion-headers/red.jpg) no-repeat;
		width:570px;
		height:34px;
		color:#ffd3bd;
		padding: 8px 0 0 9px;
	}
	.blue{
		background:url(../images/accordion-headers/blue.jpg) no-repeat;
		width:570px;
		height:34px;
		color:#cddbf5;
		padding: 8px 0 0 9px;
	}
	.green2{
		background:url(../images/accordion-headers/green2.jpg) no-repeat;
		width:570px;
		height:34px;
		color:#dce1cd;
		padding: 8px 0 0 9px;
	}
	.red2{
		background:url(../images/accordion-headers/red2.jpg) no-repeat;
		width:570px;
		height:34px;
		color:#ffd3bd;
		padding: 8px 0 0 9px;
	}
	.orange2{
		background:url(../images/accordion-headers/orange2.jpg) no-repeat;
		width:570px;
		height:34px;
		color:#faddc3;
		padding: 8px 0 0 9px;
	}
	.mini-red{
		background:url(../images/accordion-headers/mini-red.gif) no-repeat;
		width:271px;
		height:33px;
		color:#ffd3bd;
		padding: 8px 0 0 9px;
	}
	.cats-red{
		background:url(../images/accordion-headers/cats-red.gif) no-repeat;
		width:308px;
		height:26px;
		color:#ffd3bd;
		font-size:11px;
		padding: 4px 0 0 7px;
	}
	.cats-gray{
		background:url(../images/accordion-headers/cats-gray.gif) no-repeat;
		width:307px;
		height:27px;
		color:#dce1cd;
		font-size:11px;
		padding: 4px 0 0 7px;
	}
	.cats-green{
		background:url(../images/accordion-headers/cats-green.gif) no-repeat;
		width:307px;
		height:26px;
		color:#dce1cd;
		font-size:11px;
		padding: 4px 0 0 7px;
	}
	.cats-orange{
		background:url(../images/accordion-headers/cats-orange.gif) no-repeat;
		width:307px;
		height:28px;
		color:#faddc3;
		font-size:11px;
		padding: 4px 0 0 7px;
	}
	.cats-purple{
		background:url(../images/accordion-headers/cats-purple.gif) no-repeat;
		width:308px;
		height:27px;
		color:#e3cde2;
		font-size:11px;
		padding: 4px 0 0 7px;
	}
	.cats-blue{
		background:url(../images/accordion-headers/cats-blue.gif) no-repeat;
		width:308px;
		height:27px;
		color:#cddbf5;
		font-size:11px;
		padding: 4px 0 0 7px;
	}
	.cats-yellow{
		background:url(../images/accordion-headers/cats-yellow.gif) no-repeat;
		width:307px;
		height:27px;
		color:#ffeeb5;
		font-size:11px;
		padding: 4px 0 0 7px;
	}
	.grantees-red{
		background:url(../images/accordion-headers/grantees-red.jpg) no-repeat;
		width:301px;
		height:27px;
		color:#f4d1c3;
		font-size:10px;
		padding: 4px 0 0 7px;
	}
	.grantees-blue{
		background:url(../images/accordion-headers/grantees-blue.jpg) no-repeat;
		width:302px;
		height:27px;
		color:#dee1ed;
		font-size:10px;
		padding: 4px 0 0 7px;
	}
	.grantees-purple{
		background:url(../images/accordion-headers/grantees-purple.jpg) no-repeat;
		width:301px;
		height:28px;
		color:#ddd2db;
		font-size:10px;
		padding: 4px 0 0 7px;
	}
	.grantees-green{
		background:url(../images/accordion-headers/grantees-green.jpg) no-repeat;
		width:301px;
		height:28px;
		color:#dce1c9;
		font-size:10px;
		padding: 4px 0 0 7px;
	}
	.grantees-orange{
		background:url(../images/accordion-headers/grantees-orange.jpg) no-repeat;
		width:301px;
		height:28px;
		color:#faddc3;
		font-size:10px;
		padding: 4px 0 0 7px;
	}