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

.p7AB { /* long inside accordion panel with */
margin:0;
padding:0;
}
.p7ABtrig {
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-color: #51A221;
	background-image: url(../images/p7ABW1_bg2.gif);
	background-position: left top;
}

.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
}
#p7ABW1 .p7ABtrig a, #p7ABW2 .p7ABtrig a,
#p7ABW3 .p7ABtrig a, #p7ABW4 .p7ABtrig a,
#p7ABW5 .p7ABtrig a, #p7ABW6 .p7ABtrig a,
#p7ABW7 .p7ABtrig a, #p7ABW8 .p7ABtrig a,
#p7ABW9 .p7ABtrig a, #p7ABW10 .p7ABtrig a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/leftNav_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
	margin: 0;
	padding-top: 13px;
	padding-right: 8px;
	padding-bottom: 13px;
	padding-left: 28px;
}
#p7ABW1 .p7ABtrig a:hover, #p7ABW2 .p7ABtrig a:hover,
#p7ABW3 .p7ABtrig a:hover, #p7ABW4 .p7ABtrig a:hover,
#p7ABW5 .p7ABtrig a:hover, #p7ABW6 .p7ABtrig a:hover,
#p7ABW7 .p7ABtrig a:hover, #p7ABW8 .p7ABtrig a:hover,
#p7ABW9 .p7ABtrig a:hover, #p7ABW10 .p7ABtrig a:hover {
	color: #CFE4BE;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
}
#p7ABW1 .p7ABtrig .p7ABtrig_down, #p7ABW2 .p7ABtrig .p7ABtrig_down,
#p7ABW3 .p7ABtrig .p7ABtrig_down, #p7ABW4 .p7ABtrig .p7ABtrig_down,
#p7ABW5 .p7ABtrig .p7ABtrig_down, #p7ABW6 .p7ABtrig .p7ABtrig_down,
#p7ABW7 .p7ABtrig .p7ABtrig_down, #p7ABW8 .p7ABtrig .p7ABtrig_down,
#p7ABW9 .p7ABtrig .p7ABtrig_down, #p7ABW10 .p7ABtrig .p7ABtrig_down {
	/* color: D; */
	background-image: url(../images/leftNav_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin: 0;
}
.p7ABcontent {
	padding: 0px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-weight: bold;
}
.p7ABcontent ul {
margin:0;
padding:0;
}
.p7ABcontent li {
	line-height: 1.4em;
	margin-right: 1em;
	margin-left: 1em;
	padding-right: 1em;
	padding-bottom: 10px;
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	line-height: normal;
}
.p7ABcontent p {
	margin: 6px 0 12px 0;
}
.p7ap_currentmark {
	font-weight: bold;
}

