/*Affects only the Accordion Panel component that houses the nav menu. 
We turn off borders, padding, and background color, 
and assign a left margin of 1px to nudge the accordion over
to clear and reveal the column border
*/
#p7ABW1, #p7APM_1 {
	border: 0;
	padding: 0;
	margin: 0 0 0 1px;
}
/* 
  -----------------------------------
  Accordion Panel Magic 2 by Project Seven Development www.projectseven.com
  Styled for Nancy Werlin www.nancywerlin.com
  by Lisa Firke | Hit Those Keys www.hitthosekeys.com
  -----------------------------------
*/

.p7APM13 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: inherit;
	padding: 0px;
	border: 0;
	margin: 0 auto;
	width: auto;
}
.p7APM13 .p7APMtrig {
	margin: 0;
	padding: 0;
	background-color: #23494A;
}
.p7APM13 .p7APMtrig h3, .p7APM13 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: 1px !important;
	font-size: 1.5em;
	text-align: left;
	font-weight: normal;
}
.p7APM13 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 5px 8px 5px 20px;
	color: #9CC !important;
	background-image: url(img/p7apm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: lowercase;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #366;
	border-bottom-color: #033;
}
.p7APM13 .p7APMtrig .p7APM_ext, .p7APM13 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_gray.gif) !important;
	color: #9CC !important;
	background-color: #033 !important;
	letter-spacing: 0.1em !important;
	border-top-color: #366;
	border-right-color: #004545;
	border-bottom-color: #000;
	border-left-color: #366;
}
.p7APM13 .p7APMtrig a:hover {
	color: #C33 !important;
}
.p7APM13 .p7APMtrig a:active, .p7APM13 .p7APMtrig a:focus {
	outline: 1px dotted #9cc;
}
.p7APM13 .p7APMtrig .p7APMtrig_down {
	letter-spacing: 0.1em;
	background-image: url(img/p7apm_south_gray.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #14292A !important;
	color: #9CC !important;
	border-color: #000 !important;
}
.p7APM13 .p7APMtrig .p7APMtrig_down:hover {
	color: #C33;
}
.p7APM13 .p7APMcwrapper {
	position: relative;
}
.p7APM13 .p7APMpanelcontent {
	padding: 20px;
	line-height: 1.5em;
}
.p7APM13 .p7APMcontent h2, .p7APM13 .p7APMcontent h3, 
.p7APM13 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.p7APM13 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM13 .current_mark {
	font-weight: bold !important;
	color: #9CC;
	background-color: #336667;
	background-image: none;
}
