/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 15 - Response-Ability
  -----------------------------------
*/
.p7TPM15 {
	width: auto;
	margin: 0 auto;
	border: 1px solid #000;
}
.p7TPM15 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPMtabs_15 {
	position: relative;
	z-index: 9999;
	overflow: hidden;
	zoom: 1;
	margin: 0;
	background-color: #002653;
	padding: 10px;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
}
.p7TPM_arrows_15 .p7TPM_arrow_L, .p7TPM_arrows_15 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 9999;
}
.p7TPM_arrows_15 .p7TPM_arrow_R {
	float: right;
}
.p7TPM_arrows_15 a {
	display: block;
	text-decoration: none;
	color: #CCC;
	text-indent: -9999px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: 0px center;
}
.p7TPM_arrows_15 .p7TPM_arrow_L a {
	background-image: url(img/tpm15_west.gif);
}
.p7TPM_arrows_15 .p7TPM_arrow_R a {
	background-image: url(img/tpm15_east.gif);
}
.p7TPM_arrows_15 .p7TPM_arrow_L a:hover {
	background-image: url(img/tpm15_west_over.gif);
}
.p7TPM_arrows_15 .p7TPM_arrow_R a:hover {
	background-image: url(img/tpm15_east_over.gif);
}
.p7TPM_arrows_15 a:hover, .p7TPM_arrows_15 a:focus {
	outline: 0;
}
.p7TPM_arrows_15 .p7TPM_arrow_R a.off {
	display: block;
	cursor: default;
	background-image: url(img/tpm15_east_down.gif);
}
.p7TPM_arrows_15 .p7TPM_arrow_L a.off {
	display: block;
	cursor: default;
	background-image: url(img/tpm15_west_down.gif);
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_15 a, .p7TPM_tabs_15 a, .p7TPM_tabs_15 a:visited {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
/*Trigger Viewport*/
.p7TPM15 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM15 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM_tabs_15 {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
	font-size: .9em;
}
.p7TPM_tabs_15 a img {
	border: 0;
}
.p7TPM_tabs_15 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	margin-right: 6px;
}
.p7TPM_tabs_15 .tpmfirst {
	margin-left: 0px;
}
.p7TPM_tabs_15 a, .p7TPM_tabs_15 a:visited {
	background-color: #d6ba4c;
	border: 1px solid;
	display: block;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	color: #000;
	border-radius: 5px;
	border-color: #621800;
	text-transform: uppercase;
}

.p7TPM_tabs_15 a:hover, .p7TPM_tabs_15 a:focus {
	outline: 0;
	background-color: #d1b239;
	border-color: #FFF;
	border-color: rgba(255,255,255,0.65);
	color: #000000;
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
}
.p7TPM_tabs_15 a.open, .p7TPM_tabs_15 a.open:visited,
.p7TPM_tabs_15 a.open:hover, .p7TPM_tabs_15 a.open:focus, .p7TPM_tabs_15 a.open:active {
	cursor: default;
	color: #000000;
	background-color: #000000;
	border-color: #000;
	color: #C6C6C6;
	box-shadow: inset 0px 16px 6px rgba(255,255,255,0.20);
}
/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_15 {

}
.p7TPMcwrapper_15.arrows_on {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
/*Panels Viewport*/
.p7TPMcwrapper_15 .p7TPM_vp {filter: none;}

/*Individual panels*/
.p7TPM_content_15 {
	padding: 20px 24px;

	
}
