/* Start of CMSMS style sheet 'Canvas Changes' */
.right-col ul {
  list-style: disc outside none;
  padding-left: 2em;
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
}

.right-col ul li {
  list-style: disc outside none;
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #828282;
}

.right-col ol {
  list-style: decimal outside none;
  padding-left: 2em;
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
}

.right-col ol li {
  list-style: decimal outside none;
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
}


h1.contact-header {
  text-align: center;
}

p.contact-info {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}

.form-contents div.drop-down {
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: black;
  font-weight: normal;

}

.form-contents div.drop-down span {
  float: none;
  color: black;
  line-height: 27px;
  width: auto;
  height: 27px;
  overflow: hidden;
  margin-right: 30px;
  margin-top:0px;
  text-indent:16px;
}

.form-contents div.drop-down ul {
  width:350px;
  min-width: 255px;
  border: 0;
  list-style: none;
  padding: 0;
}

.form-contents div.drop-down ul li {
  list-style: none;
  padding: 0;
}

.form-contents div.drop-down ul.down {
  border: 1px solid #DDDDDD;
  margin-top: 1px;
}

.form-contents div.drop-down ul li a {
  text-indent: 0;
  padding: 0 16px;
}
/* End of 'Canvas Changes' */

