/**
 * Cascading StyleSheet for torvundinspections.com
 * Sorted by Tag, alphabetically
 */

/* ---------------------- ---------------------- ---------------------- @/
                                     A
/@ ---------------------- ---------------------- ---------------------- */
a
{
  color: blue;
  text-decoration: none;
}

a:hover
{
  color: red;
  text-decoration: underline;
}

a.mail
{
  color: black;
  font-size: 0.7em;
  text-decoration: none;
}

a.mail:hover
{
  color: red;
  text-decoration: underline;
}

/* ---------------------- ---------------------- ---------------------- @/
                                    DIV
/@ ---------------------- ---------------------- ---------------------- */
div.body
{
  background: white;
  margin-left: 215px;
}

div.contact, div.links
{
  background: white;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  clear: left;
  float: left;
  width: 200px;
}

div.footer
{
  background: white;
  border-top: 1px solid black;
  clear: left;
}

div.header
{
  background: white;
  border-bottom: 1px solid black;
  clear: left;
  text-align: center;
  width: 100%;
}

div.invisible
{
  display: none;
}

/* ---------------------- ---------------------- ---------------------- @/
                                     H
/@ ---------------------- ---------------------- ---------------------- */
h5
{
  background-color: gray;
  color: white;
  font-size: 1em;
  text-indent: 1em;
}

/* ---------------------- ---------------------- ---------------------- @/
                                    IMG
/@ ---------------------- ---------------------- ---------------------- */
img.footimg
{
  border: none;
  float: right;
  height: 31px;
  padding: 0.5em;
  width: 88px;
}

/* ---------------------- ---------------------- ---------------------- @/
                                   INPUT
/@ ---------------------- ---------------------- ---------------------- */
input.submit
{
  margin-left: 0px;
}

/* ---------------------- ---------------------- ---------------------- @/
                                     P
/@ ---------------------- ---------------------- ---------------------- */
p.bottomline
{
  border-bottom: 1px solid black;
}

p.contact
{
  color: red;
  text-align: center;
}

p.left
{
  float: left;
}

p.red
{
  color: red;
}

/* ---------------------- ---------------------- ---------------------- @/
                                    UL
/@ ---------------------- ---------------------- ---------------------- */
ul.links
{
  list-style-type: none;
  margin-left: -30px;
  text-indent: -10px;
}

/* ---------------------- ---------------------- ---------------------- @/
                                    VAR
/@ ---------------------- ---------------------- ---------------------- */
var.a
{
  color: red;
  font-size: 0.8em;
}

var.hide
{
  display: none;
  font-style: normal;
}

var.red
{
  color: red;
}

var.small
{
  font-size: 0.8em;
}

/* ---------------------- ---------------------- ---------------------- @/
                                   MISC
/@ ---------------------- ---------------------- ---------------------- */
input, select, var.red
{
  margin-left: 40px;
}
