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

.p7AB {
	/*this is the main container*/
	width: 181px;
	background-color: transparent;
	padding: 0;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* My Comment */
.p7ABtrig {
	/*this is each heading "button"*/
	width: 181px;
	margin: 0;
	padding: 0;
	background-image: url(images/p7ap_greystonebut.jpg);
	background-repeat: repeat-x;
	background-color: #949494;
}
.p7ABtrig h3, .p7ABtrig h4 {
	/*this is the font on the buttons*/
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#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 {
	/*this is the 'a' link text and bullet on the button*/
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 18px;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #7A7A7A;
	border-top: 1px solid #B6B6B6;
	background-color: #b082ab;
	/*background-image: url(images/p7ap_east_black.gif);*/
	background-image: url(images/NavFlwrON.jpg)
	background-repeat: no-repeat;
	background-position: left center;
}
#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 {
	/*this is the hovered 'a' on buttons*/
	color: #EEEEEE;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	outline: 1px dotted #ccc;
}
#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 {
	/*this is the styling for the 'current open' button*/
	display: block;
	color: #DDDDDD;
	letter-spacing: 0.1em;
	background-image: url(images/p7ap_south_light_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: white ;
	border:1px solid #c5a6b6;
	font-weight: bold;
}
.p7ABcontent {
	/*each open panel's content area*/
	padding: 0px 10px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	background-color: transparent;
	border-bottom: 1px solid #c5a6b6;
	/*background-image: url(images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;*/
}

/* the list inside the open button panel */

.p7ABcontent ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}
.p7ABcontent li {
	padding: 2px 0;
}
.p7ABcontent li a {
	color: #653b60;
	text-decoration: none;
	
}
.p7ABcontent li a:hover {
	color: #933b88;
	text-decoration: underline;
}
.p7ABcontent li ul {
	padding-left: 12px;
}

.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	/*this is an open panel content heading*/
	font-size: 14px;
	color: orange;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7ABcontent p {
	/*this is an open panel content paragraph*/
	margin: 6px 0 12px 0;
}
.p7ap_currentmark {
	/* no clue what this is */
	width: 181px;
	font-weight: bold;
	color:  purple;
}
