/* Start of CMSMS style sheet 'ECT : Home' */
#consumer_area {
  margin-top: 10px;
  background-color: white;
  float: left;
  height: 100px;
  width: 480px;
text-align: left;
}
#professional_area {
  margin-top: 10px;
  background-color: white;
  height: 100px;
  float: left;
  width: 480px;
}
#consumer_area img {
  margin-left: 0px;
}
#professional_area img {
  margin-left: 10px;
}
#consumer_area h4 {
  font-style: italic;
  margin-left: 5px;
}
#professional_area h4 {
  font-style: italic;
  margin-left: 5px;
}

#sub_links {
  background-color: #e6e6e6;
  text-align: center;
  height: 120px;
  margin-top: 9px;
  padding-top: 20px;
  padding-left: 75px;
  padding-right: 75px;
}
#sub_links p {
  font-family: Arial;
  font-size: 12px;
  color: black;
  font-weight: bold;
  margin-bottom: 20px;
}
#sub_links h3 {
  font-family: Times New Roman, Times, Serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #c1912c;
}

#home_footer {
  float: right;
  background-color: white;
  text-align: right;
  color: #7f7f7f;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  width: 957px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 5px;
}
/* End of 'ECT : Home' */

