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


#homeButton a{
display: block;
	text-decoration: none;
	padding: 6px 8px 6px 18px;
	color: white;
	font-weight: normal;
	background-image: url(../images/home_btn_bg.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	border-bottom: 1px dotted white;
	background-color:#9E9B74;

}

#homeButton a:hover{
text-decoration:underline;
}

#newsletterButton a{
display: block;
	text-decoration: none;
	padding: 6px 8px 6px 18px;
	color: white;
	font-weight: normal;
	border-bottom: 1px dotted white;
	background-color:#9E9B74;
	background-image: url(images/p7ap_south_black.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

#newsletterButton a:hover{
text-decoration:underline;
}



#homeButton h3, #newsletterButton h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#loginButton a{
display: block;
	text-decoration: none;
	padding: 6px 8px 6px 26px;
	background-image: url(../images/banking_arrow_bg.gif);
	color: white;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 2px center;
	border-bottom: 1px dotted white;
	background-color:#7191C0;

}

#loginButton a:hover{
text-decoration:underline;
}

#loginButton h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.p7AB {
	padding: 0px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.p7ABtrig {
	margin: 0;
	padding: 0;
	
	background-color: #BDB991;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}



#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: 6px 8px 6px 18px;
	color: white;
	font-weight: normal;
	background-image: url(images/p7ap_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted white;
	background-color:#7A7A57;
}
#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 {
text-decoration:underline;
}
.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: white;
	background-image: url(images/p7ap_south_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}
.p7ABcontent {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
	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: 14px;
	color: #333333;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}


.p7ABcontent a {
display:block;
color:#333333;
text-decoration:none;
border-bottom:1px dotted #666666;
padding:2px 0 2px 0;
}

.p7ABcontent a:hover {
color:#006699;
border-bottom:1px dotted black;

}


