/* 
  -----------------------------------
  Horizontal Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 9 - Mocha Mint
  -----------------------------------
*/
html, body {height: auto !important;}
html {overflow-y: scroll;}

.p7HAPM09 {
	overflow: hidden;
	padding: 0px;
	box-shadow: 0px 0px 20px #8C7C5B;
	background-color: #EEE7DD;
	border: 1px solid #FFF;
}
.p7HAPM_section {
	z-index: 99999;
}
.HAPM09-content-wrapper, .HAPM09-content {
	background-color: #FFF7EE;
}

.p7HAPM_trigger img {max-width: 1000px !important;} 

.HAPM09-trigwrap {
	display: none;
	float: left;
	width: 48px;
}

.HAPM09-trigwrap {
	border-right: 1px solid #FFF;
}

.HAPM09-trigwrap.last {
	border-right: none;
}

.HAPM09-trig {
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-family: "Lucida Console", Monaco, monospace;
}

.HAPM09-trig a {
	display: block;
	height: 100%;
	word-wrap: break-word;
	letter-spacing: normal;
	text-decoration: none;
	padding: 1em 0;
	width: 1em;
	margin: 0 auto;
	line-height: 1.15em;
	text-align: center;
	text-transform: uppercase;
}

.HAPM09-trig {
/*	background-color: #78CEDB; */
	background-color: #3B1B06;
/*	box-shadow: inset 6px 6px 20px #33AFC1; */
	box-shadow: inset 6px 6px 20px #241004;
}
.HAPM09-trig, .HAPM09-trig a {
	color: #BBB;
	font-size: 14px;
}

.HAPM09-trig:hover {
	box-shadow: inset 6px -6px 20px #97450F;
/*	box-shadow: inset 6px -6px 20px #645555; */
/*	background-color: #978484; */
	background-color: #C55A14;
}

.HAPM09-trig:hover a, .HAPM09-trig a:hover, .HAPM09-trig a:focus {
	color: #FFF;
	outline: none;
}

.HAPM09-trig.open {
	box-shadow: inset 6px 0px 20px #9C857A;
	background-color: #B6A59D;
	cursor: default;
}

.HAPM09-trig.open a {
	color: #000;
	cursor: default;
}

.HAPM09-trigwrap-img {
	display: none;
	float: left;
	width: auto;
}

.HAPM09-trigwrap-img a img {
	border: none;
	vertical-align: bottom;
}

.HAPM09-trig-img {
	background-color: #151515;
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-right: 1px solid #FFF;
}

.HAPM09-trig-img.last {
	border-right: none;
}

.HAPM09-trig-img.last.open {
	border-right: 1px solid #FFF;
}


.HAPM09-trig-img a {
	display: block;
	height: 100%;
	text-align: center;
}

.HAPM09-trig-img:hover, .HAPM09-trig-img.open {
	background-color: #000000;
}

.HAPM09-trig-img.open, .HAPM09-trig-img a.open {
	cursor: default;
	background-color: #000;
}

.HAPM09-trig-img a:focus {
	outline: none;
}

.p7HAPM_panel {
	overflow: hidden;
}

.HAPM09-content-wrapper {
	overflow: hidden;
	position: relative;
}

.HAPM09-content-wrapper {
	border-right: 1px solid #FFF;
}

.HAPM09-content-wrapper.last {
	border-right: none;	
}

.HAPM09-content {
	overflow: hidden;
	padding: 20px 32px;
	line-height: 1.5;
	color: #000;
	font-size: 15px;
	font-family: Candara, Arial, Helvetica, sans-serif;
}

.HAPM09-caption {
	display: none;
	position: absolute;
	top: auto;
	bottom: 6px;
	left: auto;
	right: 6px;
	background-color: #000;
	background: rgba(0,0,0,0.75);
	color: #FFF;
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 5px;
	margin-left: 6px;
}

.HAPM09-content a.current_mark {
	font-weight: bold;
}

/*DO NOT DELETE OR EDIT THE FOLLOWING RULE. 
IF YOU DO, THE WIDGET WILL CEASE TO WORK.*/
.p7HAPMcontrol {
	width: 28px !important;	
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
