/* Special page body content styles. */
div.features h2
{
  font-weight: bold;
  font-size: 13pt;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  color: #003399;
  background-image: url(/Images/Check.png);
  margin-left: 50px;
  padding-left: 22px;
  padding-top: 15px;
  background-position: left;
  background-repeat: no-repeat;
}

div.features p
{
  margin-top: 0em;
  margin-bottom: .5em;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 22px;

  color: #222222;
}

div.features ul
{
  margin-left: 70px;
  padding-top: 3px;
}

div.features ul li
{
  padding-top: 4pt;

}

div.PictureCenter
{
  text-align: center;
  margin-top: 25px;
}

div.PictureCenter img.MoneyBack
{
  padding-left: 30px; /* Tick makes it assymetric. */
}

.PictureRight
{
  float: right;
  margin-left: 20px;
  margin-right: 5px;
}


div.LinkButton
{
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 10pt;
  font-weight: bold;

}

div.LinkButton img
{
  padding-bottom:0.2em;
}

div.LinkButton p
{
  margin-top: 0.1em;
  margin-bottom: 0;
}

div.LinkButton a
{
  border: none;
}

div.LinkButton a img
{
  border: none;
}

div.LinkButton a:hover
{
  background: transparent;
}

/* Boxed elements */
div.Box
{
  border: 2px #888 solid;
  background-color: white;
  font-size: 9pt;
  margin: 2em 1em;

}

div.Box h3
{
  background-color: #6699FF;
  margin: 0;
  padding: 0.3em 1.2em;
  font-weight: bold;
  color: white;
}

div.Box p
{
  margin: 1.0em 1.2em;
}

/* Address formatting. */
div.AddressBlock
{
  font-size: 80%;
  text-align: right;

  margin: 1.5em 8em;
  border-right: 3px #bbb solid;
  padding-right: 0.5em;
}

div.AddressBlock p
{
  margin: 0.0em 0;
}

/* ------------------------------------------------------------------
   Error page styles
   ------------------------------------------------------------------ */
.Haiku
{
  background-color: #ECEFE7;
  color: #A43500;
  border: solid thin black;
  padding: 15px;
  float: right;
  margin-right: 50px;
  margin-left: 20px;


  -moz-box-shadow: 7px 7px 5px #bbb;
  -webkit-box-shadow: 7px 7px 5px #bbb;
  box-shadow: 7px 7px 5px #bbb;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.Indent1
{
  margin-left: 30px;
}

.Indent2
{
  margin-left: 60px;
}