/* Bow Valley College - Centre for Quality Caregiving  */
/* STYLES BY CARBON MEDIA */
/* http://www.carbonmedia.ca */

/* FILE LAST EDITED: 2007-03-19 BY CHUCK */

/* import ye old common.css */
@import "common.css";

/* import utilities.css, cl-b is the most used class */
@import "utilities.css";

/* Global Styles ------------------------------------------------------------------- */
body {
  background: #e2e2b8;
  color: #333;
  font: 11pt/1.2 Arial, Helvetica, sans-serif;
}
a,
a:visited {
  color: #609eb2;
}
a:hover {
  color: #407c90;
}
h1, h2 {
  color: #abb400;
  font: 250%/1.4 "Times New Roman", Georgia, serif;
  font-weight: bold;
  text-align: left;
/*  text-transform: uppercase; */
}
h2 {
  font-size: 180%;
  margin: 0 0 10px 0;
}
h3 {
  font-size: 120%;
  margin: 0 0 2px 0;
}
img {
  border: 0;
}
p {
  line-height: 1.5;
  margin: 0 0 17px 0;
}
.list-horizontal {
  color: #999;
  font-size: 90%;
  line-height: 0;
  margin: 2px 0 20px 0;
}
.logo {
  height: 116px;
  left: 50px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 10px;
  width: 300px;
}
.pullquote {
  background: transparent url( images/pullquote.gif ) no-repeat scroll top left;
  float: right;
  font-size: 120%;
  font-style: italic;
  line-height: 1.2;
  padding: 30px 20px 20px 20px;
  margin: 10px 0 0 0;
  width: 206px;
}
.photoList {
  list-style: none;
  text-align: left;
  width: 456px;
}
.photoList li {
  display: inline;
}
.photoList li img {
  padding: 10px;
}

/* Container ---------------------------------------------------------------------- */
#container {
  background: transparent url( images/container_bg.gif ) repeat-y scroll top left;
  margin: 0 auto;
  width: 807px;
}

/* Header ------------------------------------------------------------------------- */
#header {
  background: transparent url( images/banner.jpg ) no-repeat scroll top left;
  position: relative;
  height: 205px;
  width: 807px;
}

/* Main --------------------------------------------------------------------------- */
#main {
}

/* Sidebar ------------------------------------------------------------------------ */
#sidebar {
  background: #abb400;
  float: left;
  width: 199px;
}
#sidebar img {
  margin: 0 0 0 10px;
}

/* Sidebar Navigation ----------------- */
#sidebar ul {
  font-size: 90%;
  list-style: none;
  margin: 0 0 0 25px;
  text-transform: uppercase;
  width: 150px;
}
#sidebar ul li.nested {
  height: 100%;
}
#sidebar ul li ul {
  font-size: 80%;
  margin: 0 0 15px 0;
  text-transform: none;
}
#sidebar ul li {
  height: 24px;
  text-align: right;
}
#sidebar ul a,
#sidebar ul a:visited {
  color: #fff;
  display: block;
  height: 18px;
  padding: 3px 2px 0 0;
  text-decoration: none;
}
#sidebar ul a:hover {
  background: #fff;
  color: #abb400;
}

/* Textual Content -------------------------- */
#content {
  float: left;
  padding: 0 20px 20px 20px;
  text-align: justify;
  overflow: hidden;
  width: 535px;
}
#content a img {
  margin: 0 3px 0 0;
}
#content img {
  margin: 0 0 10px 0;
}

/* Main sub-navigation ------------- */
#sub-navigation {
  background: transparent url( images/background.gif ) no-repeat scroll bottom center;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  height: 36px;
  letter-spacing: 1px;
  margin: 90px auto 0 auto;
  padding-left: 6px;
  position: relative;
  text-transform: uppercase;
  width: 732px;
}
#sub-navigation ul {
  list-style: none;
  margin: 0;
}
#sub-navigation li {
  float: left;
  margin: 0 3px;
}
#sub-navigation a,
#sub-navigation a:visited {
  color: #463f2e;
  padding: 2px 0 1px 0;
  text-decoration: none;
}
#sub-navigation a:hover {
  background: #c27d22;
  color: #fff;
}
#sub-navigation span {
  padding-left: 3px;
}

/* Footer -------------------------------------------------------------------------- */
#footer {
  background: #ccd24d;
  color: #000;
  clear: both;
  height: 66px;
  font-size: 70%;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
  position: relative;
  width: 807px;
}
#footer a,
#footer a:visited {
  color: #000;
  text-decoration: none;
}
#footer ul {
  clear: both;
  list-style: none;
  margin: 0;
  width: 807px;
}
#footer ul li {
  display: block;
  float: left;
  height: 66px;
  position: relative;
  width: 197px;
}
#footer ul li.copyright {
  height: 43px;
  padding: 23px 0 0 0;
  width: 216px;
}
#footer ul li.last {
}
.bow-valley,
.bow-valley:visited {
  background: transparent url( images/bow_valley_logo.gif ) no-repeat scroll top left;
  height: 30px;
  top: 20px;
  width: 110px;
}
.carbon-media,
.carbon-media:visited {
  background: transparent url( images/carbon_media_logo.gif ) no-repeat scroll top left;
  left: 30px;
  height: 40px;
  top: 13px;
  width: 135px;
}
.royal-bank,
.royal-bank:visited {
  background: transparent url( images/royal_bank_logo.gif ) no-repeat scroll top left;
  height: 38px;
  top: 13px;
  width: 130px;
}

/* Misc ----------------------------------------------------------------------------- */

/* flash-notice --------------------------------------------------------------------- */
#flash-notice {
  
  border: 1px dashed #c27d22;
  font-weight: bold;
  margin: 0 auto 20px 0;
  padding: 5px 0;
  text-align: center;
  width: 720px;
}