body {
  margin: 0;
  padding: 0 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
}

/*
 * Drop shadows
 * from: http://www.webtoolkit.info/css-drop-shadow.html
 */

#shadow-container {
  position: relative;
  left: 3px;
  top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow-contents {
  position: relative;
  left: -1px;
  top: -1px;
}

#shadow-container .shadow1 {
  background: #F1F0F1;
}

#shadow-container .shadow2 {
  background: #DBDADB;
}

#shadow-container .shadow3 {
  background: #B8B6B8;
}

/*
 * Links
 */

A:link,
A:visited {
  color: #336666;
  text-decoration: none;
  border-bottom: 1px dotted #336666;
}

A:active,
A:hover {
  color: #771213;
  text-decoration: none;
  border-bottom: 1px solid #771213;
}

/*
 * Header
 */

.HeaderLogo {
  background-color: #eeeeee;
  vertical-align: middle;
}

.HeaderLogo A:link,
.HeaderLogo A:visited,
.HeaderLogo A:active,
.HeaderLogo A:hover {
  text-decoration: none;
  border: 0px;
}

.HeaderContact {
  background-color: #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.HeaderRightTop {
  width: 50px;
  vertical-align: top;
  background-image: url(images/1b_right_stretch.gif);
  background-repeat: repeat-y;
}

.HeaderRightBottom {
  width: 50px;
  vertical-align: bottom;
  background-image: url(images/1b_right_stretch.gif);
  background-repeat: repeat-y;
}

.HeaderBottomLeft {
  height: 59px;
  text-align: left;
  background-image: url(images/2b_bottom_stretch.gif);
  background-repeat: repeat-x;
}

.HeaderBottomRight {
  height: 59px;
  text-align: right;
  background-image: url(images/2b_bottom_stretch.gif);
  background-repeat: repeat-x;
}

/*
 * Contact Details
 */

.ContactBlock {
  border: 1px solid #999999;
  background-color: #ffffff;
  background-image: url(images/gradient_red.jpg);
  background-repeat: repeat-x;
}

.TollFree {
  color: #771213;
  font-weight: bold;
}

.Location {
  text-align: left;
}

.Phone {
  text-align: right;
  font-weight: bold;
}

/*
 * Body
 */

.Main {
  padding-top: 0px;
}

.Body {
  color: #336666;
}

.Emph {
  color: #771213;
  font-weight: bold;
}

.Heading {
  border: 1px solid #999999;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eeeeee;
  color: #771213;
  font-weight: bold;
}

/*
 * About Us
 */

.AboutLeft {
  vertical-align: top;
  color: #336666;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.AboutRight {
  border-left: 1px dotted #999999;
  padding-left: 10px;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}

