/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 06 - Greystone
  -----------------------------------
*/

/* styles for locations accordion  */

.p7AB {
	background-color: #333333;
	/*padding: 6px;*/
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	width: 187px;
}
.p7ABtrig {
	margin: 0;
	padding: 0;
	background-image: url(images/p7ap_greystonebut.jpg);
	background-repeat: repeat-x;
	background-color:#a4a4a4;
	background-position: left bottom;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
#p7ABW1 .p7ABtrig a {
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 18px;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #7A7A7A;
	border-top: 1px solid #B6B6B6;
	background-image: url(images/p7ap_east_light_gray.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
}
#p7ABW1 .p7ABtrig a:hover {
	color: #EEEEEE;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	outline: 1px dotted #ccc;
}
#p7ABW1 .p7ABtrig .p7ABtrig_down {
	color: #DDDDDD;
	/*letter-spacing: 0.1em;*/
	background-image: url(images/p7ap_south_black.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	background-color: #333333;
	border-color: #333333;
	font-weight: bold;
}
.p7ABcontent {
	padding: 12px;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 13px;
	color: #333333;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7ABcontent p {
	margin: 6px 0 12px 0;
}
.p7ap_currentmark {
	font-weight: bold;
}

/* 
  -----------------------------------
  styles for the site map accordion
  -----------------------------------
*/

#p7ABW2.p7AB {
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 width: 900px;
 margin-left: 47px;
 border: 0;
}
#p7ABW2 .p7ABtrig {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: none;
	text-align: center;
}
#p7ABW2 .p7ABtrig h3, #p7ABW2 .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#p7ABW2 .p7ABtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 18px;
	color: #999999;
	font-weight: normal;
	
}
#p7ABW2 .p7ABtrig a:hover {
	color: #CCCCCC;
	
}
#p7ABW2 .p7ABtrig a:active, #p7ABW2 .p7ABtrig a:focus {
	
}
#p7ABW2 .p7ABtrig .p7ABtrig_down {
	
	/*letter-spacing: 0.1em;*/	
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-bottom-color: #000099;*/
}
#p7ABW2 .p7ABcontent {
	padding: 20px;
	/*font-size: 12px;
	line-height: 1.5em;
	color: #333333;*/
	background-color: #FFFFFF;
	background-image: none;
	border-top: 1px solid #0033CC;
	
}
#p7ABW2 .p7ABcontent h2, 
#p7ABW2 .p7ABcontent h3, 
#p7ABW2 .p7ABcontent h4 {
	/*font-size: 14px;
	color: #333333;*/
	margin: 0px;
	/*line-height: normal;
	letter-spacing: 0.1em;*/
}
/*#p7ABW2 .p7ABcontent p {
	margin: 6px 0 12px 0;
}*/
#p7ABW2 .p7ap_currentmark {
	font-weight: bold;
}