/*
  WDPC.CA COLORS
  --------------
  Green:         #00964B 005e39
  Lighter-Green: #00d46d
  White:         #FFFFFF
  Black:         #000000
*/

* {
  font: 1em Verdana, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

strong { font-weight: bold; }
em { font-style: italic; }
html { overflow-y: scroll; }
body { background: #EEE; }

#container {
  width: 760px;
  margin: 0 auto;
  height: 1%;
  background: #FFF;
}

#container div#logo {
  width: 760px;
  padding-top: 10px;
  height: 185px;
  background: #FFF url(../img/logo_final.png) no-repeat center center;
  border-bottom: 2px solid #005e39;
}

hr {
  color: #005e39;
  background: #005e39;
  border: 0px;
  margin: 1.5em;
}

div#footer {
  border-top: 2px solid #005e39;
  font: 0.6em "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  color: #777;
  background: #EEE;
  width: 760px;
  margin: 0 auto;
  text-align: right;
  padding-top: 1em;
}

div#footer a {
  font-size: 1.1em;
  font-variant: small-caps;
  text-decoration: none;
  color: #000;
}

div#footer a:hover {
  background: #EEE;
  border-bottom: 1px dashed #005e39;
}

#backlink {
  cursor: pointer;
  color: #000;
  margin: 0;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  font-variant: small-caps;
  background: #EEE url(../img/bar.jpg) repeat-x left top;
  border-bottom: 1px solid #DDD;
}

#backlink a {
  color: black;
  text-decoration: none;
  font-variant: small-caps;
}

#backlink a:hover {
  color: #005e39;
}

div.element_content a {
  color: #005e39;
  text-decoration: none;
  border-bottom: 1px dashed #888;
}

div.element_content a:hover {
  background: #EEE;
  border-bottom: 1px solid #FFF;
}

.toggler {
  text-align: center;
  cursor: default;
  color: #000;
  margin: 0px;
  padding: 2px 5px;
  background: #EEE;
  border-top: 1px solid #B1B9AA;
  border-bottom: 1px solid #EEE;
  font-size: 18px;
  font-variant: small-caps;
  background: #EEE url(../img/bar.jpg) repeat-x left top;
}

.toggler noscript a {
  color: #898;
  font-variant: small-caps;
  margin-left: 1em;
  font-size: 0.7em;
  text-decoration: none;
}

.first {
  border-top: 0px;
}

div.element_content {
  background: #FFF;
  padding: 12px;
}
