/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/

.p7APM01 {
	padding: 0;
	margin: 0 auto;
	width: auto;
}
.p7APM01 .p7APMtrig {
	margin: 0;
	padding: 2px 0 0 0;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 12px;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 20px;
	background-color: #e6f0cb !important;
	color: #504D00 !important;
	border: 1px solid #B6BD8A;
	font-weight: normal;
	font-weight: bold;
	background: url(../site_graphics_09/accordion-heading-1.jpg) no-repeat left center;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_black.gif) !important;
	background-color: #FFF !important;
	letter-spacing: normal !important;
	color: #000 !important;
}
.p7APM01 .p7APMtrig a:hover {
	color: #FFF !important;
	background-color: #9D40AA !important;
	background-image: url(img/p7apmPlus_white3.gif);
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: none;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(img/p7apmMinus_white2.gif)!important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #7D9237 !important;
	color: #FFF !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMcontent {
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #c0c0c0;
}
.p7APM01 .p7APMcontent p {
	padding: 0;
	margin: 0 0 10px 0;
}
.p7APM01 .p7APMcontent img {
	float: right;
	margin: 0 0 10px 10px;
}
.p7APM01 .p7APMcontent ul {
	margin-left: 50px;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}
div#accordionWrap .p7APMcontent h4 {
	border-bottom: 1px solid #504D00;
}

div#accordionWrap .p7APMcontent h4.narrow {
	border-bottom: 1px solid #504D00;
	margin-right: 310px;
}
/*---------------------------------------------------------
the accordion panel contents as used in the Walking section
----------------------------------------------------------*/
div#accordionWrap {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
div#outerWrap div#mainContentWrap div#accordionWrap h2.months {
	margin: 10px auto 1px auto;
}
