*
{
  margin: 0px;
  padding: 0px;
}
html
{
  font-size: 62.5%; /* Makes 0.8em = 8px, 1em = 10px, 1.6em = 16px, etc */
}
body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #333;
}
img
{
  border: none;
}
p, q, ul, ol, dl
{
  line-height: 150%;
  padding-bottom: 1em;
}
a
{
  color: #333;
  text-decoration: none;
}
a.pdf
{
  display: inline;
  height: 32px;
  width: 32px;
  background-image: url(img/icons/dnload_pdf.gif);
}
a.doc
{
  display: inline;
  height: 32px;
  width: 32px;
  background-image: url(img/icons/dnload_doc.gif);
}
a:hover
{
  text-decoration: underline;
}
sup
{
  background-color: #FFC;
  color: #F33;
  padding: 1px 3px 1px 3px;
}
h1
{
  padding: 10px 20px 10px 0;
  font-size: 24px;
}
h2
{
  font-size: 1.3em;
  padding-bottom: 0.8em;
  border: none;
}
hr
{
  margin-bottom: 10px;
  height: 1px;
}
hr.lite
{
  border-style: dotted;
}
ul
{
  list-style-type: disc;
}
ul li span
{
  color: #333;
}
ul, ol
{
  margin-left: 20px;
}
ol
{
  padding-left: 5px;
}
dd
{
  margin-bottom: 10px;
}
q
{
  font-family: cursive;
  color: #333;
}
table
{
  margin-bottom: 10px;
}
th
{
  text-align: left;
  font-weight: normal;
}
td
{
  text-align: right;
  padding: 2px;
}
input
{
  padding: 1px;
}

/* MAIN DIVS */
#container
{
  background: url(img/bg.gif) no-repeat bottom left;
}
#header
{
  height: 95px;
  background-color: #FFF;
  padding: 0 10px 0 20px;
  position: relative;
  z-index: 999;
}
#content
{
  padding: 0 0 20px 20px;
}
#content img
{
  margin-bottom: 1em;
}
#content a
{
  font-weight: bold;
}
#rightPanel
{
  width: 300px;
  margin-top: 29px;
  float: right;
  margin-left: 20px;
  color: #FFF;
  font-weight: bold;
  border-radius: 4px 0 0 0;
}
#rightPanel div
{
  padding: 20px;
}
#rightPanel a
{
  color: White;
}
#rightPanel img
{
  margin-bottom: 20px;
}
#footer
{
  clear: both;
  background-color: #4295D1;
  color: #FFF;
  padding: 0 20px 0 20px;
  line-height: 2em;
  font-size: 0.9em;
  box-shadow: 2px 2px 5px #AAA;
  -moz-box-shadow: 2px 2px 5px #AAA;
  -webkit-box-shadow: 2px 2px 5px #AAA;
}
#footer a
{
  float: right;
  color: #FFF;
  border-right: 1px solid white;
  padding: 0 6px 0 6px;
}
#footer a:hover
{
  text-decoration: none;
  background-color: #039;
}

/* MISC STYLES */
.rounded
{
  border-radius: 4px;
}
div.client div#rightPanel
{
  background-color: #9C6;
}
div.carer div#rightPanel
{
  background-color: #7EAEDD;
}
div.client h1, div.client h2, div.client ul, div.client hr
{
  color: #393;
}
div.carer h1, div.carer h2, div.carer ul, div.carer hr
{
  color: #69C;
}
div.pcard
{
  float: left;
  width: 200px;
  border: 1px outset;
  padding: 10px 50px 0 10px;
  background: url(img/stamp.gif) no-repeat top right;
  margin: 0 10px 10px 0;
  font-weight: normal;
  color: #333;
  box-shadow: 2px 2px 5px #AAA;
  -moz-box-shadow: 2px 2px 5px #AAA;
  -webkit-box-shadow: 2px 2px 5px #AAA;
}
p.small
{
  font-size: 80%;
  text-align: right;
  margin-top: 10px;
  margin-right: -40px;
}
.highlight
{
  text-decoration: none;
  color: black;
  background: yellow;
}
#content.sitemap a
{
  background-color: #4295D1;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #FFF;
  padding: 6px;
  margin: 0 10px 10px 0;
  border: 1px solid white;
  border-radius: 4px;
}
#content.sitemap a:hover
{
  background-color: #039;
  text-decoration: none;
}
#popup
{
  position: absolute;
  top: 30%;
  left: 30%;
  width: 320px;
  border: 5px solid #4295D1;
  padding: 20px;
  background-color: #FFF;
}
#popup a
{
  font-weight: bold;
}

/* NAVIGATION BAR */
#nav
{
  background-color: #4295D1;
  height: 27px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 2px 2px 5px #AAA;
  -moz-box-shadow: 2px 2px 5px #AAA;
  -webkit-box-shadow: 2px 2px 5px #AAA;
  margin-bottom: 4px;
}
#nav ul
{
  list-style-type: none;
  list-style-image: none;
}
#nav li
{
  display: inline;
}
#nav li a
{
  float: left;
  text-decoration: none;
  color: #FFF;
  padding: 6px 10px;
  border-right: 1px solid white;
}
#nav li a:hover, #nav li a.active
{
  background-color: #039;
}


