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

.p7AB {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
}
.p7ABtrig {
	margin: 0;
	background-image: url(../../graphics/level1/accordionbutton.gif);
	opacity: .70;
	filter: alpha(opacity=70);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	text-align: center;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#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;
	padding: 8px 0 8px 0;
	font-weight: normal;
	color: #F6F6E3;
	text-align: 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 {
	color: #F6F6E3;
	text-decoration: underline;
	background-image: url(../../graphics/level1/accordionbuttondown.gif);
	opacity: .70;
	filter: alpha(opacity=70);
	background-position: center;
	background-repeat: no-repeat;
}
.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 {
	color: #F6F6E3;
	text-decoration: none;
	background-image: url(../../graphics/level1/accordionbuttondown.gif);
	opacity: .70;
	filter: alpha(opacity=70);
	background-position: center;
	background-repeat: no-repeat;
}
.p7ABcontent {
	padding: 7px 6px 2px 6px;
	font-size: 10px;
	line-height: 1.2em;
	background-color: #FAFAFA;
	color: #696852;
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7ABcontent p {
	margin: 6px 0 12px 0;
}
.p7ABenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #343D53;
	text-decoration: none;
}
.p7ABenter:link {  color: #660000; text-decoration: underline}
.p7ABenter:visited {  color: #343D53; text-decoration: underline}
.p7ABenter:hover {  color: #660000; text-decoration: underline}
