/* Start of CMSMS style sheet 'Company Directory' */
.associations, .memberships {
  float: left;
  width: 540px;

}

.associationLink, .memberLink {
  border: 1px solid #CCCCCC;
  clear: both;
}

.associationLink, .associationLogo, .associationText,  .memberLink, .memberLogo, .memberText  {
	float: left;

}

.associationLink {
	width: 530px;
	padding: 5px;
	margin: 5px 0px;
}
.memberLink {
	width: 530px;
	padding: 5px;
	margin: 5px 0px;
}

.associationLogo, .memberLogo {
  width: 200px;
}

.associationText {
	width: 315px;
	padding-left: 10px;
  text-align: left;

}
.memberText {
	width: 315px;
	padding-left: 10px;
  text-align: left;

}
.associationText h4, .memberText h4 {
  font-weight: bold;
  font-size: 14px;
}

.CD_Section_Header {
  text-align: center;
  width: 150px;
  margin: 0 auto;

}
.CD_Section_Header a {
  color: #696969;
  font-size: 20px;
}
.CD_Section_SubHeader {
  margin-top: 20px;
}
.CD_Section_SubHeader a {
  background-color: white;

  padding-left: 20px;
  padding-right: 20px;

}
.CD_Section_SubHeader hr {
  margin-top: -8px;
}
.CD_Section {
  width: 870px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
  border-top: 12px solid #b1c2d8;
  border-bottom: 12px solid #b1c2d8;
}

.CD_Item {
  width: 380px;
  display: block;
  float: left;
  margin-top: 15px;
}
.CD_Item table {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.CD_Name {
  font-size: 14px;
}
.CD_Website a {
  font-size: 14px;


  width: 250px;
}

.CD_Logo {
  float: right;
}
.CD_Short_Description {
  background-color: #e2e2e2;
  padding-top: 3px;
  padding-bottom: 3px;

} 
.CD_Short_Description div {
  font-size: 11px;
}
/* End of 'Company Directory' */

