/* $Id: default.css,v 1.114 2004/08/10 05:57:19 pds Exp $ */

/* DESCRIPTION:
 * This is the default stylesheet. It renders the main copy in three columns
 * and has a tab-like bar beneath the title for navigation. The tabs become
 * depressed when the User hovers the mouse pointer over them, giving a dynamic
 * effect.
 *
 * This stylesheet is best used for display on large display areas
 * (eg: standard computer monitors).
 */


/* ##### Common Styles ##### */

body {
  color: gray;
  background-color: white;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 90%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 10pt;
}

table { border-collapse: collapse; }

img { border: none; background-color: transparent; }

acronym, .titleTip {
  border-bottom: 1px dotted gray;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

acronym:hover, .titleTip:hover {  /* Ignored by MSIE. */
  border-bottom: 1px solid rgb(70,130,180);
}

.center { text-align: center; }

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ###### Header ###### */

.headerTitle {
  color: rgb(150,3,53);
  background-color: transparent;
  /* font-family: garamond, "times new roman", times, roman, serif; */
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  text-align: center;
}

.headerLogo {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: bottom;
}

.subHeader {
  margin: 0;
  padding: 0.75em 1ex 0.5ex 1ex;
  border-bottom: 10px solid rgb(51,153,153);
}

.subHeader .navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.subHeader .navigation li {
  line-height: 1.75em;
  margin: 0;
  padding: 0;
  display: inline;
}

.subHeader a {
  color: rgb(175,175,175);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.subHeader a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
}

.subHeader .navigation .tab {
  color: rgb(175,175,175);
  background-color: rgb(248,248,248);
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1.25em 1ex 1.25em;
  border-top: 1px solid rgb(231,231,231);
  border-right: 1px solid rgb(97,97,97);
  border-left: 1px solid rgb(231,231,231);
}

.subHeader .navigation a.tab:hover {
  color: rgb(51,153,153);
  background-color: rgb(248,248,248);
  text-decoration: none;
  padding-bottom: 0.8ex;
  border-top: 1px solid rgb(97,97,97);
  border-right: 1px solid rgb(231,231,231);
  border-left: 1px solid rgb(97,97,97);
  position: relative;
  left: 1px;
  top: 1px;
}

.subHeader .navigation .highlighted {
  color: white;
  background-color: rgb(51,153,153);
  border-top-color: rgb(51,153,153);
  border-right-color: rgb(51,153,153);
  border-left-color: rgb(51,153,153);
}


/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 2em;
  padding: 0;
}

#main-copy p {
  margin: 0 0 1.5em 0;
  padding: 0;
}

#main-copy q {
  color: gray;
  background-color: transparent;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  text-indent: -1ex;
  margin: 0.3em 0 0.8em 1ex;
  padding: 0;
  display: block;
}

#main-copy q.centred {
  text-align: center;
  margin-left: 0;
}

q:before, q:after {  /* Prevents Gecko from adding quotation marks around quote */
  content: "";
}

#main-copy a {
  color: gray;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 145.5%;
  font-weight: bold;
  margin: 0 0 1.05em 0;
  padding: 0;
}

.sectionIntro {
  color: rgb(51,153,153);
  /* font-family: garamond, "times new roman", times, roman, serif; */
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  text-align: center;
}

.services {
  font-size: 150%;
  font-weight: bold;
  color: rgb(51,153,153);
  text-align: left;
}

.fees {
  font-size: 120%;
  font-weight: bold;
  text-align: left;
}

.column {
  border: solid 1px #cccccc;
  vertical-align: top;
  text-align: left;
  padding: 5px;
}

.spacer {
  border-bottom: solid 1px #cccccc;
  width: 100%;
}

.border {
  border: solid 1px #cccccc;
}

.section {
  background-color: #cccccc;
}

.subsection {
  font-weight: bold;
  font-size: 110%;
  color: rgb(255,255,255);
  background-color: rgb(51,153,153);
}

.error {
  color: rgb(150,3,53);
  font-weight: bold;
  font-size: 110%;
  border-bottom: dotted 2px #993333;
  width:100%;
}

.event {
  color: rgb(51,153,153);
  font-weight: bold;
  font-size: 110%;
}

.column1 {
  margin:  1em 0;
  padding: 0 2%;
  float: left;
  width: 65%;
  border-right: 1px solid rgb(204,204,204);
}

.column2 {
  margin: 1em 0;
  padding: 0 2%;
  width: 25%;
  float: left;
}

.column3 {
  margin: 1em 0;
  padding: 0 2%;
  width: 28%;
  float: left;
  border-left: 1px solid rgb(204,204,204);
}

.raisedCap {
  text-indent: 0.5em;
}

[class~="raisedCap"] {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  text-indent: 1em;
}

.raisedCap:first-line {
  font-weight: bold;
}

.raisedCap:first-letter {
  font-size: 155%;
}

.noIndent {
  text-indent: 0 !important;
}


/* ###### Footer ###### */

#footer {
  color: rgb(175,175,175);
  background-color: rgb(245,245,245);
  margin: 0;
  padding: 0.25em 5mm 1.25ex 4mm;
  clear: both;
}

body > #footer {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  padding-top: 0.5em;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer .tagline {
  color: rgb(51,153,153);
  /* font-family: garamond, "times new roman", times, roman, serif; */
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  text-align: center;
  vertical-align: middle;
}

#footer a {
  color: rgb(175,175,175);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  color: rgb(51,153,153);
  background-color: transparent;
  text-decoration: none;
}
