
/* universal
------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body {
  padding: 10px 0;
  color: #333;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  background: #fff;
}
#canvas {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: left;
  background: #fff url(img/canvas.gif) center center repeat-y;
  border-top: solid 20px #666;
  border-bottom: solid 10px #666;
}
p {
  margin: 1em 0;
}
ul, ol {
  margin: 1em 0 1em 2em;
}
a {
  color: #b80013;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
/* masthead and banner
------------------------------*/
#masthead {
  height: 105px;
  color: #999;
  background: url(img/masthead.jpg) center center no-repeat;
  position: relative;
}
#masthead h1 {
  display: none;
}
#locations {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}
#locations a {
  color: #333;
  text-decoration: none;
}
#locations a:hover {
  color: #b80013;
  text-decoration: underline;
}
#tollfree	{
  color: #b80013;
  line-height: 16px;
}
#masthead object {
  position: absolute;
  left: 0;
  bottom: 6px;
}
/* sidebar
------------------------------*/
#sidebar {
  width: 120px;
  float: left;
  display: inline;
}
ul.menu {
  margin: 0 20px 0 15px;
  font-size: 12px;
  list-style: none;
  border-bottom: solid 1px #fff;
}
ul.menu li {
  margin: 0.5em 0;
  display: inline;
}
ul.menu li a {
  margin: 0.5em 0;
  color: #fff;
  text-decoration: none;
  display: block;
}
ul.menu li a:hover {
  color: #fff;
  text-decoration: underline;
}
ul.menu li.active a {
  margin-left: -10px;
  padding-left: 10px;
  background: url(img/plus.gif) left 3px no-repeat;
}
/* main content
------------------------------*/
#content {
  width: 440px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 16px;
  float: right;
  display: inline;
}
#content h2 {
  margin-bottom: 1em;
  color: #b80013;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
/*  padding-left: 10px;
  	background: url(img/red_plus.gif) left center no-repeat;
	removed Headline's red plus sign and leading space tja

  font-style: italic;
  removed italic,
  changed font too: was times, times new roman, serif;
  font size changed from 16 to 15 too 
  5-15-06 tja
-----*/
}
#content img.floatpic {
  margin: 0 0 0 1em;
  float: right;
}
#content img.profilepic {
  border: solid 1px #000;
  float: left;
}
#profileintro {
  border-bottom: solid 1px #000;
}
#profileintro p {
  margin-left: 115px;
}
/* footer
------------------------------*/
#footer {
  width: 600px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 1.5em;
}
#footer a {
  color: #333;
  text-decoration: none;
}
#footer a:hover {
  color: #b80013;
  text-decoration: underline;
}
/* specialty
------------------------------*/
div.clear {
  clear: both;
}

.mhlogo {font-family:  arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
}
.atty	{color: #000000;
  text-decoration: underline;}