@charset "utf-8";
/* CSS Document */

.team-profile {
  float: left;
  height: auto;
  width: 680px;
  padding-right: 10px;
}
.team-menu {
  float: right;
  height: auto;
  width: 255px;
  padding: 4px;
  padding-left: 25px;
  background: url(../html/rightmenuline.png) no-repeat left top;
}
.members-profile {
  float: left;
  height: auto;
  width: 680px;
  padding-right: 10px;
}
.members-menu {
  float: right;
  height: 600px;
  width: 255px;
  padding: 4px;
  padding-left: 25px;
  background: url(../html/rightmenuline.png) no-repeat left top;
}
.partinfo {
	padding: 10px;
}
.team-menu h4, .members h4{
	text-transform: uppercase;
  color: #333333;
  font: bold 13px "Century Gothic", Arial, Verdana;
  margin: 0 !important;
  padding: 0 !important;
    margin-top: 4px !important;
}
.team-menu p, .members p{
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 6px !important;

}
.team-menu h3, .members h3 {
  color: #FFFFFF;
  background: #8CC542;
  padding: 2px;
  padding-left: 4px;
}

/* members styles */
.obepdoc { 
padding-bottom: 5px;
 margin-bottom: 5px;
 clear: both;
 display: block;
 border-bottom: 1px dotted #CCCCCC;
}
#obepdoc {
 clear: both;
 display: block;	
}
.obepdoc h5{
  color: #333333;
  font: bold 16px "Century Gothic", Arial, Verdana;
  margin-top: 0px;
	margin-bottom: 0px	
}
.obepdoc h5 span{
  text-transform: uppercase;
  color: #8F268D !important;
  font: bold 14px "Century Gothic", Arial, Verdana;
  margin-left: 20px;
	margin-bottom: 0px	;
  float: right;
}
.obepdoc h5 span a{
  color: #8F268D !important;
}
.obepdoc .details{
  font-size: 12px;
  font-style: italic;
}
.red {
  color: #8F278D;
  font-weight: bold;
}