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

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

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

img {
  border: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 1px 2px 1px;
}

a:hover {
  text-decoration: underline;
}

ol {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dl {
  margin: 1em 0 0.5em 0;
  padding: 0;
}

ul li {
  line-height: 1.5em;
  margin: 0.65ex 0 0 1.5em;
  padding: 0;
}

ol li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 2em;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  line-height: 1.75em;
  margin: 0 0 0 1.5em;
  padding: 0 0 1em 0;
}

.doNotDisplay {
  display: none !important;
}


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

input, textarea {
  background-color: rgb(255,255,255);
  border-color: rgb(61,92,122);
}

.submit {
  background-color: rgb(255,255,255);
  border-color: rgb(61,92,122);
}


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

.superHeader {
  background-color: rgb(33,50,66);
  text-align: right;
  margin: 0;
  padding: 0.5ex 10px;
}

.superHeader span {
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}

.superHeader a {
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25ex 0 0;
}

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

.midHeader {
  background: url("/images/logo-bg.gif") repeat-x top;
  background-color: rgb(61,92,122);
  margin: 0;
  padding: 0 0.26ex 0 0;
}

.midHeaderLogo {
  text-align: left;
  margin: 0;
  padding: 0;
  height: 78;
  position: relative;
  right: 0em;
  top: 0em;
}

.midHeaderTextRight {
  text-align: right;
  margin: 0;
  padding: 0;
  float: right;
  position: absolute;
  right: 1em;
  top: 1em;
}

.midHeaderTextRight a {
}

.headerTitle {
  font-size: 300%;
  margin: 0;
  padding: 0;
}

.headerSubTitle {
  font-size: 151%;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1ex 0;
  padding: 0;
}

.headerLinks {
  font-size: 130%;
  text-align: right;
  margin: 0;
  padding: 0 0 2ex 0;
  position: absolute;
  right: 1.5em;
  top: 3.5em;
}

.headerLinks a {
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
  display: block;
}

.headerLinks a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.subHeader {
  background-color: rgb(117,144,174);
  margin: 0;
  padding: 0.5ex 10px;
}

.subHeader a, .subHeader .highlight {
  background-color: transparent;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0 3.2ex 0 0;
}

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


/* ##### Side Menu ##### */

#side-bar {
  background-color: transparent;
  list-style-type: square;
  list-style-position: inside;
  width: 10em;
  margin: 0;
  padding: 1ex;
  border: 1px solid rgb(204,204,204);
  position: absolute;
  left: 1.5ex;
  top: 12em;
}

[id="side-bar"] {
  position: fixed !important;  /* Makes the side menu scroll with the page. Doesn't work in MSIE */
}

#side-bar a {
  text-decoration: none;
}

#side-bar:hover {
  background-color: transparent;
  border-color: rgb(117,144,174);
}

#side-bar li {
  margin: 0;
  padding: 0.75ex 0 1ex 1.75ex;
}

#side-bar li:hover {
  background-color: transparent;
}


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

#main-copy {
  text-align: justify;
  margin: -0.5ex 1.5em 1.5em 1.5em;
  padding: 0.5em 10px;
  clear: left;
}

#main-copy h1 {
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 151%;
  margin: 0;
  padding: 1.5ex 0 0 0;
}

#main-copy h2 {
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 138%;
  margin: 0;
  padding: 1ex 0 0 0;
}

#main-copy h3 {
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 126%;
  margin: 0;
  padding: 1ex 0 0 0;
}

#main-copy p {
  line-height: 1.75em;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.companyName {
  padding-right: 0.2em;
}

.companyDetail {
  padding-right: 0.1em;
}

.companyListing {
  margin: 0;
  padding: 0;
}

.companyListingHeading {
  font-weight: bold;
}

.companyListing td {
  padding-right: 3em;
  margin: 0;
}

.companyListingColour {
  background-color: rgb(239,239,239);
}

.companyListingColour td {
  background-color: rgb(239,239,239);
}

.categoryListing {
  font-size: 125%;
}

.categoryListingGrey {
  color: #999;
}

.goBack {
  font-size: 100%;
  font-weight: bold;
}

.greenText {
}

.spacer {
  padding: 2em;
}

.controlBar {
  text-align: center;
}

.rowOfBoxes {
  clear: both;
}

.quarter, .oneThird, .oneThirdLarge, .half, .twoThirds, .fullWidth {
  margin: 1em 0 1em 0;
  float: left;
  border-left: 1px solid rgb(204,204,204);
}

.oneThirdLarge .categoryListing {
  padding: 0.5em;
}

.quarter {
  width: 21%;
  padding: 0 1.2em;
}

.oneThird, .oneThirdLarge {
  width: 30%;
  padding: 0 1em;
}

.half {
  text-align: justify;
  width: 46%;
  padding: 0 1.24em;
}

.twoThirds {
  text-align: justify;
  width: 63%;
  padding: 0 1em;
}

.fullWidth {
  text-align: justify;
  width: 97%;
  padding: 0 1.2em;
  border-left: none;
}

.box {
  border: 1px solid rgb(204,204,204);
  padding: 1em;
  margin: 1em 0;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border: 1px solid white;
}

.noBorderOnLeft {
  border-left: none;
}

.dividingBorderAbove {
  border-top: 1px solid rgb(204,204,204);
}

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

#footer {
  background-color: rgb(239,239,239);
  font-size: 87%;
  text-align: center;
  line-height: 1.25em;
  margin: 8em 0 0 0;
  padding: 1ex 10px;
  clear: left;
}

#footer a {
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: underline;
}

