/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 8 - Glassy Green
  Restyled for Home Page
  -----------------------------------
*/
.p7TPM08 {
	width: auto;
	margin: 0 auto;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size:12px;
}
.p7TPM08:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TPM08 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPMtabs_08 {
	position: relative;
	z-index: 9999;
	overflow: hidden;
	zoom: 1;
}

/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_08 a, .p7TPM_tabs_08 a, .p7TPM_tabs_08 a:visited {
	font-size: 15px;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
/*Trigger Viewport*/
.p7TPM08 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
	padding-left: 6px;
	padding-top: 12px;
}
/*Trigger Wrapper*/
.p7TPM08 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM_tabs_08 {
	margin: 0;
	padding-left: 120px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TPM_tabs_08 a img {
	border: 0;
}
.p7TPM_tabs_08 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-top: 4px;
}
.p7TPM_tabs_08 .tpmfirst {
	margin-left: 0px;

}
.p7TPM_tabs_08 a, .p7TPM_tabs_08 a:visited {
	background-color: #c0c0d5;
}
.p7TPM_tabs_08 a, .p7TPM_tabs_08 a:visited {
	display: block;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	color: #f3f3f3;
}

.p7TPM_tabs_08 a:hover, .p7TPM_tabs_08 a:focus {
	background-color: #676798;
}
.p7TPM_tabs_08 a:hover, .p7TPM_tabs_08 a:focus {
	outline: 0;
	color: #000;
	background-color: #676798;
}
.p7TPM_tabs_08 a.open, .p7TPM_tabs_08 a.open:visited {
	background-color: #676798;
	border-color: #666 #000 #000 #666;
}
.p7TPM_tabs_08 a.open, .p7TPM_tabs_08 a.open:visited {
	color: #f3f3f3;
	background-color: #676798;
	z-index: 999;
}

/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_08 {
	position: relative;
	top: 0px;
	z-index: 3;
}
.p7TPMcwrapper_08.arrows_on {}

/*Individual panels*/
.p7TPM_content_08 {
	padding: 0px;
	font-size: inherit;
	line-height: 1.5em;
	color: #ACB6BD;
}
.p7TPM_content_08 a {
	text-transform: uppercase;
	color: #FFFFFF;
}
.p7TPM_content_08 a:hover, .p7TPM_content_08 a:focus {
	color: #000;
}
