/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Bluestone
  -----------------------------------
*/

/*outer containing DIV*/
.p7AB {
	background-color: #990134;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #990134;
	border-bottom-color: #990134;
	border-left-color: #990134;
		
}

/*This class is assigned to each of the DIVs that contain your heading links */
.p7ABtrig {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

/*This rule styles the headings inside the .p7ABtrig DIVs.*/
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	background-image: url(images/tableGradient1.jpg);
}

/*This rule sets styles for the trigger heading links.*/
#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;
	color: #333333;
	font-weight: normal;
	background-image: url(images/p7ap_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;

	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 18px;


}

/*This rule sets text color for the hover text for the trigger heading links.*/
#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: #FFFFFF;
	background-color: #990134;


}





/*This rule sets text color for the visited text for the trigger heading links.*/
#p7ABW1 .p7ABtrig a:visited, #p7ABW2 .p7ABtrig a:visited,
#p7ABW3 .p7ABtrig a:visited, #p7ABW4 .p7ABtrig a:visited,
#p7ABW5 .p7ABtrig a:visited, #p7ABW6 .p7ABtrig a:visited,
#p7ABW7 .p7ABtrig a:visited, #p7ABW8 .p7ABtrig a:visited,
#p7ABW9 .p7ABtrig a:visited, #p7ABW10 .p7ABtrig a:visited {
	color: #333333;

}








/*This rule sets styles for the trigger links while they are in the selected (down) state.*/
#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: #333333;
	background-image: url(images/p7ap_south_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
}


/*This rule sets styles for the content DIVs inside every Accordion Panel component on your page.*/
.p7ABcontent {
	padding: 2px 0 2px 0;
	color: #333333;
	background-color: #FFFBE7;
	background-image: url(images/contentBkg_CrossroadsLogo.jpg);
	background-repeat: no-repeat;
}


/*This descendant class selector applies to all h2, h3, and h4 elements inside the panel content DIV.*/
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 1.3em;
	color: #333333;
	margin: 0px;
	line-height: normal;
	font-weight: bolder;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

/*This descendant class selector applies to all paragraphs inside the panel content DIV.*/
.p7ABcontent p {
	line-height: 1.5em!important;
	font-size: 1.1em!important;
	padding: 12px!important;
	margin-top: 6px;
	margin-right: 0!important;
	margin-bottom: 6px;
	margin-left: 0 !important;
}
.p7ap_currentmark {
	font-weight: bold;
}
#p7ABc1_1 a , #p7ABc1_2 a , #p7ABc1_3 a {
	border-bottom-width: 1px !important;;
	border-bottom-style: dashed !important;;
	border-bottom-color: #800000 !important;;
	color: #800000;
}
#p7ABc1_1 a:hover , #p7ABc1_2 a:hover , #p7ABc1_3 a:hover {
	border-bottom-width: 1px !important;
	;
	border-bottom-style: dashed !important;
	;
	border-bottom-color: #800000 !important;
	;
	color: #800000;
	background-color: #E6FAFB;
}
