/* 
  --------------------------------------
  Elevator Panels
  by Project Seven Development
  www.projectseven.com
  Style Theme: 51 - Onyx
  --------------------------------------
*/
.p7EPM51 {
	width: auto;
	position: relative;
	zoom: 1;
	font-size: 0.7em;
}
.p7EPM51 .p7epm_trigs {
	overflow: hidden;
	font-size: 1em;
	background-image: url(../../p7mbm/img/p7mbm_teal_hz.jpg);
	background-repeat: repeat-x;
}
.p7EPM51 .p7epm_trigs ul {
	margin: 0px;
	padding: 0px;
}
.p7EPM51 .p7epm_trigs li {
	list-style-type: none;
	margin: 0;
	float: right;
	padding: 0;
}
.p7EPM51 .p7epm_trigs a {
	color: #333;
	padding: 10px 12px;
	display: block;
	text-decoration: none;
	background-color: #000;
	background-image: url(../../p7mbm/img/p7mbm_teal_hz.jpg);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.p7EPM51 .p7epm_trigs a:hover {
	color: #FFF;
	background-image: url(../../p7mbm/img/p7mbm_teal_v.jpg);
}
.p7EPM51 .p7epm_trigs a.current_mark {
	font-variant: small-caps;
	font-weight: bold;
	color: #333;
}
.p7EPM51 .p7epm_trigs a.current_mark.p7epm_open {
	color: #FFF;
}
.p7EPM51 .p7epm_trigs a.current_mark:hover,
.p7EPM51 .p7epm_trigs a.current_mark.p7epm_open:hover {
	color: #FFF;
}
.p7EPM51 .p7epm_cwrapper {
	width: 980px;
	background-image: url(../../images/panelbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.p7EPM51 .p7epm_content {
	line-height: 1.4em;
	color: #000;
	zoom: 1;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 1em;
}
.p7EPM51 .p7epm_content.pan1 {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.p7EPM51 .p7epm_content.pan2 {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.p7EPM51 .p7epm_content.pan3 {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.p7EPM51 .p7epm_content.pan4 {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.p7EPM51 .p7epm_content.pan5 {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.p7EPM51 .p7epm_trigs .p7epm_open {
	color: #FFF;
	background-color: #999;
	background-position: 0px -136px;
}
.p7EPM51 .p7epm_trigs .t1 .p7epm_open {

}
.p7EPM51 .p7epm_trigs .t2 .p7epm_open {

}
.p7EPM51 .p7epm_trigs .t3 .p7epm_open {

}
.p7EPM51 .p7epm_trigs .t4 .p7epm_open {

}
.p7EPM51 .p7epm_trigs .t5 .p7epm_open {

}
.p7EPM51 .p7epm_ie5clear {
	font-size: 0;
	height: 0;
	line-height: 0.0;
}

/*Panel Content Links*/
.p7EPM51 .p7epm_content a {
	color: #000;
}
.p7EPM51 .p7epm_content a:hover {
	color: #06C;
}
.p7EPM51 .p7epm_content a.current_mark {
	font-weight: bold;
	font-variant: small-caps;
}
/*PANEL CONTENT COLUMNS*/
.p7EPM51 .panelColumnWrapper {
	overflow: hidden;
}
.p7EPM51 .panelColumn_50 {
	float: left;
	width: 318px;
	margin-right: 10px;
}
.p7EPM51 .panelColumn_50.rightcolumn {
	padding-right: 0px;
	width: 500px;
}
.p7EPM51 .panelColumn_33 {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.p7EPM51 .rightcolumn {
	margin-right: 0;
}
.p7EPM51 .p7epm_content h3 {
	font-size: 1em;
	letter-spacing: 0.2em;
	margin: 12px 0 0 0;
}
/*LINK LISTS in PANEL COLUMNS*/
.p7EPM51 .linklist {
	list-style-type: none;
	width: auto;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	font-size: 0.9em;
}
.p7EPM51 .linklist li {
	height: 140px;
}
.p7EPM51 .linklist a {
}
.p7EPM51 .linklist a:hover {
	color: #FFF;
	background-color: #000;
	border-color: #000;
	text-decoration: none;
}
.p7EPM51 .linklist img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
