/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Carbon
  -----------------------------------
*/

.p7APM02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #000;
	margin: 0 auto;
	width: auto;
}
.p7APM02 .p7APMtrig {
	margin: 0;
	padding: 0;
}
.p7APM02 .p7APMtrig h3, .p7APM02 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 15px;
}
.p7APM02 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 5px 8px 5px 20px;
	color: #999 !important;
	background-color: #333 !important;
	font-weight: normal;
	background-image: url(img/p7apm_east_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #4A4A4A;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #4A4A4A;
}
.p7APM02 .p7APMtrig .p7APM_ext, .p7APM02 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_gray.gif) !important;
	color: #999 !important;
	background-color: #333 !important;
	border-color: #4a4a4a #000 #000 #4a4a4a !important;
	letter-spacing: 0.1em !important;
}
.p7APM02 .p7APMtrig a:hover {
	color: #CCC !important;
	background-color: #000 !important;
	border-color: #000;
}
.p7APM02 .p7APMtrig a:active, .p7APM02 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM02 .p7APMtrig .p7APMtrig_down {
	letter-spacing: 0.1em;
	background-image: url(img/p7apm_south_black.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #999 !important;
	color: #000 !important;
	border-color: #999 !important;
}
.p7APM02 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(img/p7apm_south_white.gif);
	background-color: #999 !important;
	color: #FFF !important;
	border-color: #999 !important;
}
.p7APM02 .p7APMcwrapper {
	position: relative;
}
.p7APM02 .p7APMpanelcontent {
	padding: 5px;
	/*line-height: 1.5em;*/
	/* background-image: url(img/p7apm_bevel_white.jpg); */
	/* background-repeat: repeat-x; */
	background-color: #AAA;
}
/*
.p7APM02 .p7APMcontent h2, .p7APM02 .p7APMcontent h3, 
.p7APM02 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}*/
.p7APM02 .p7APMcontent p {
	margin: 2px 0;
}
.p7APM02 .current_mark {
	font-weight: bold !important;
}

/*Right Column Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
.p7APMcontent a:link {
	color:#FFF;	/* Added this section for link formatting in News Tabs - RJA */
	text-decoration: none;
}
.p7APMcontent a:visited {
	color: #FFF;
	text-decoration: none;
}
.p7APMcontent a:hover {
	color: #FFFF66;
	text-decoration: underline;
}

.p7APMcontent img {   /* Added to Scale New Column Images - RJA */
	width: auto !important; 
	height: auto !important; 
	max-width: 100%; 
	padding:3px; /* padding for thumbnails to create space around image in NEWS Section - RJA */
	border:1px solid #021a40; /* thumbnail border color - RJA */
	background-color:#FFF; /* thumbnail background color - RJA */
}
