/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 9 - Image-Based
  -----------------------------------
*/
.p7TPM09 {
	width: auto;
	margin: 0 auto;
}
.p7TPM09 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPMtabs_09 {
	position: relative;
	z-index: 999;
	overflow: hidden;
	zoom: 1;
}
.p7TPM_arrows_09 .p7TPM_arrow_L, .p7TPM_arrows_09 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 999999999999;
	height: 12px;
	overflow: hidden;
	width: 20px;
	top: 20px;
}
.p7TPM_arrows_09 .p7TPM_arrow_R {
	float: right;
}
.p7TPM_arrows_09 a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 20px;
	background-repeat: no-repeat;
}
.p7TPM_arrows_09 .p7TPM_arrow_L a {
	background-image: url(img/tpm09_west.png);
	background-position: 0px 0px;
}
.p7TPM_arrows_09 .p7TPM_arrow_R a {
	background-image: url(img/tpm09_east.png);
	background-position: 0px 0px;
}
.p7TPM_arrows_09 a:hover, .p7TPM_arrows_09 a:focus {
	outline: 0;
}
.p7TPM_arrows_09 .p7TPM_arrow_R a.off {
	display: block;
	background-position: 0px -12px;
	cursor: default;
}
.p7TPM_arrows_09 .p7TPM_arrow_L a.off {
	display: block;
	background-position: 0px -12px;
	cursor: default;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_09 a, .p7TPM_tabs_09 a, .p7TPM_tabs_09 a:visited {
	font-size: 12px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/*Trigger Viewport*/
.p7TPM09 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM09 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM_tabs_09 {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TPM_tabs_09 a img {
	border: 0;
}
.p7TPM_tabs_09 li {
	float: left;
	list-style-type: none;
	margin: 0 5px 5px 0;
	position: relative;
	border: thin solid #000;
}
.p7TPM_tabs_09 .tpmfirst {

}
.p7TPM_tabs_09 a, .p7TPM_tabs_09 a:visited {
	text-transform: uppercase;
	display: block;
	color: #000;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
}
.p7TPM_tabs_09 .tpmfirst a {
	border-left: 0;

}
.p7TPM_tabs_09 a:hover, .p7TPM_tabs_09 a:focus {
	outline: 0;
	color: #FFF;
	background-color: #2E3647;
}
.p7TPM_tabs_09 a.open, .p7TPM_tabs_09 a.open:visited {}

/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_09 {
	background-color: #FFF;
	position: relative;
	top: -1px;
	border: 1px solid #000;
}
/*Panels Viewport*/
.p7TPMcwrapper_09 .p7TPM_vp {filter: none;}

/*Individual panels*/
.p7TPM_content_09 {
	padding: 20px 20px 20px 110px;
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
}
