
h3
{
  color: #000;
  margin: 14px 0;
}

#locations,
#email
{
  overflow: auto;
  border-top: dotted #ccc 1px;
  clear: left;
  width: 100%;
}

#locations table
{
  width: 90%;
  float: left;
  margin-right: 30px;
}

#locations table tr td
{
  line-height: 20px;
  padding: 4px 0;
  border-right: 20px solid white;
}

#locations table tr td.phone
{
	line-height: 15px;
  border-bottom:solid #ccc 1px;
  padding: 6px 0;
}

#locations table tr td.last {
	border-bottom: none;
}

/* colgroup classes for IE */
.office
{
  text-align: left;
}

.phone-number
{
  text-align: right;
}

/* seudo-selectors for standards compliant browsers */

#page div.container div#content #email ul,
#page div.container div#content #corporate ul,
#page div.container div#content #corporate address
{
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 16px;
}

#page div.container div#content #corporate ul li
{
  padding:0;
  margin:0;
}

#page div.container div#content #email ul li
{
  padding: 0;
  margin: 0;
  text-indent: 0;
  width: 100%;
}

#page div.container div#content #email ul
{
  padding: 0;
  margin-left: 0;
}

#page div.container div#content #email ul li.link
{
  margin-bottom: 12px;
}