@charset "utf-8";
/* CSS Document */


/* ---- main display ---- */

 /* h1 img {
	width:530px;
	} */
	
.content-wide h1 img, .content-full h1 img {
	width: auto;
	}

/* ---- show menu ---- */

.showmenu {
	display:block;
	text-align: center;
	padding:0;
	margin:0;
	list-style-type:none;
	}

.showmenu li {
	list-style-type:none;
	display:inline;
	margin:0 !important;
	padding:0 !important;
	}
	
.showmenu a:hover {
	background-color:#000000;
	color:#FFFFFF;
	}
	
.showmenu a  {
	padding: 0 2px;
	}
	
.showmenu ul {
	padding:0 !important;
	margin:0 !important;
	}

/* ---- sidebar ----- */

.show-sidebar {
	}

.show-sidebar h6 {
	clear:both;
	margin:10px 0;
	}

.show-sidebar a {
	color:;
	}

.show-sidebar img+img {
	margin-left:18px;
}

.show-sidebar img {
	width: 85px !important;
	}

.ppl-sidebar h6 {
	margin: 0;
}

.ppl-sidebar h5 {
	margin: 0 0 10px !important;
}

.ppl-sidebar .team-table {
	margin: 0 0 10px;
}
	

/* ---- tables ----- */

.team-table {
	display:block;
	margin: 0 5px;
	}
	
.team-row {
	display: inline-block;
	clear: both;
	border-bottom: 1px #CCCCFF dotted;
	border-top: 1px #CCCCFF dotted;
	width: 100%;
	padding: 2px 0;
	}

.team-role {
	display: inline;
	float:left;
	font-weight:bold;
	}
	
.team-member {
	display: inline;
	float:right;
	text-align:right;
}

.team-member+.team-member {
	clear:right;
}

.team-row+.team-row {
	border-top: 0;
}

.team-role+.team-member {
	margin-left: 1px;
}