html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

*:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }


.odd {
  background: #F1EFFF; }

.even {
  background: #fff; }

.odd.unapproved {
  background: #ffaaaa; }

.even.unapproved {
  background: #ffcccc; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.clearfloat {
  clear: both; }

.rounded3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.rounded5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

a.orange_button {
  padding: 8px 17px;
  margin-right: 10px;
  font-size: 140%;
  display: block;
  float: left;
  color: #fff;
  background: #DC6915;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

a.orange_button:hover {
  color: #F5BF8F;
  text-decoration: none; }

a.orange_button:visited {
  color: #fff; }

a.purchase {
  padding: 10px 15px;
  background: #E2DFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

h3.grey_underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

.container {
  width: 960px;
  margin: 0 auto; }

.header {
  padding-top: 21px;
  padding-bottom: 21px; }
  .header .logo_container {
    overflow: hidden;
    _height: 1%; }
    .header .logo_container .logo {
      float: left;
      height: auto; }
    .header .logo_container .logo.right {
      float: right; }
  .header .logo {
    height: 63px;
    margin-left: 20px; }
  .header ul.contact {
    margin: 20px 0 10px 0; }
    .header ul.contact li {
      padding-left: 30px;
      background: url(/images/email_icon.gif) 0 3px no-repeat; }
  .header ul.account_links, .header ul.contact {
    font-size: 12px;
    float: right;
    clear: right; }
    .header ul.account_links li,     .header ul.contact li {
      float: left;
      margin-right: 20px; }
      .header ul.account_links li a,       .header ul.contact li a {
        color: #666; }

.main_nav {
  background: #332e55;
  height: 63px; }
  .main_nav ul.navigation {
    margin-left: 10px; }
    .main_nav ul.navigation li {
      float: left;
      margin-top: 13px;
      margin-bottom: 13px;
      line-height: 37px;
      font-size: 14px; }
      .main_nav ul.navigation li a {
        padding: 0 15px;
        color: #fff;
        display: block; }
      .main_nav ul.navigation li a.active {
        background: #0B0A1F;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px; }
  .main_nav #dropdown li ul {
    background-color: #332e55;
    position: absolute;
    width: 10em;
    left: -999em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
    .main_nav #dropdown li ul li {
      width: 100%;
      margin: 0px; }
    .main_nav #dropdown li ul li.first {
      margin-top: 13px; }
  .main_nav #dropdown li:hover ul, .main_nav #dropdown li.sfhover ul {
    left: auto; }

.content_container.no_sidebar {
  padding-left: 200px; }

.content_container {
  margin-top: 21px;
  padding-top: 21px;
  padding-bottom: 21px;
  overflow: hidden;
  _height: 1%; }
  .content_container .sidebar {
    width: 260px;
    margin-right: 50px;
    float: left; }
    .content_container .sidebar ul.subnavigation {
      margin: 0;
      padding: 0; }
      .content_container .sidebar ul.subnavigation li {
        margin: 0 0 2px 0;
        _margin: 0;
        font-size: 14px; }
        .content_container .sidebar ul.subnavigation li ul li a {
          padding: 5px 0; }
        .content_container .sidebar ul.subnavigation li a {
          display: block;
          color: #555;
          padding: 10px 35px 10px 10px;
          background: #ebebeb;
          overflow: hidden;
          _height: 1%; }
          .content_container .sidebar ul.subnavigation li a.active {
            background: #dc6915 url(/images/sub_nav_active.gif) top right no-repeat;
            color: #fff; }
            .content_container .sidebar ul.subnavigation li a.active:hover {
              background-color: #dc6915;
              color: #6F2F00; }
          .content_container .sidebar ul.subnavigation li a:hover {
            text-decoration: none;
            background-color: #E0DFFF;
            color: #625BAA; }
        .content_container .sidebar ul.subnavigation li ul.tertiary {
          display: none;
          margin: 11px 0;
          margin-right: 0; }
          .content_container .sidebar ul.subnavigation li ul.tertiary li {
            line-height: 21px;
            font-size: 14px;
            margin: 0; }
            .content_container .sidebar ul.subnavigation li ul.tertiary li a {
              background: none;
              line-height: 15px;
              margin-bottom: 6px;
              padding-left: 20px; }
            .content_container .sidebar ul.subnavigation li ul.tertiary li a.active {
              color: #000;
              font-weight: bold !important;
              background: transparent url(/images/tertiary_nav_active.gif) 0 3px no-repeat; }
              .content_container .sidebar ul.subnavigation li ul.tertiary li a.active:hover {
                color: #625BAA; }
        .content_container .sidebar ul.subnavigation li.active ul.tertiary {
          display: block; }
      .content_container .sidebar ul.subnavigation li.series a {
        background: #332E55; }
      .content_container .sidebar ul.subnavigation li.series a:hover {
        background: #332E55;
        color: #fff; }
  .content_container .main_content {
    width: 650px;
    float: left; }

.footer {
  height: 63px;
  background: #e7e7e7;
  padding: 0 20px;
  line-height: 63px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px; }
  .footer ul.navigation {
    float: left; }
    .footer ul.navigation li {
      line-height: 63px;
      margin-right: 20px;
      float: left; }
      .footer ul.navigation li a {
        color: #777; }
  .footer .copyright {
    float: right;
    color: #777;
    font-size: 120%; }

.logos {
  margin-top: 20px;
  overflow: hidden;
  _height: 1%; }
  .logos .logo {
    width: 31%;
    height: 120px;
    line-height: 150px;
    text-align: center;
    float: left; }

#flash_message .notice, #flash_message .error, #flash_message .pending {
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 21px;
  font-size: 1.4em;
  font-weight: bold; }
#flash_message .notice {
  border: 1px solid #89ab1d;
  background: #e8fcca;
  color: #89ab1d; }
#flash_message .error {
  color: #b1000b;
  border: 1px solid #b1000b;
  background: #f5d5d5; }
#flash_message .pending {
  color: #dc6915;
  border: 1px solid #dc6915;
  background: #f7cbab; }

.forum_header {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.forum {
  margin-right: 25px;
  margin-bottom: 21px; }
  .forum .forum_header {
    font-size: 120%;
    color: #a4a4a4;
    padding: 0 20px;
    background: #ebebeb;
    line-height: 42px;
    overflow: hidden;
    _height: 1%; }
    .forum .forum_header .forum_title {
      width: 80%;
      float: left; }
    .forum .forum_header .forum_info {
      width: 20%;
      float: left; }
  .forum .forum_topics .topic {
    border-bottom: 1px solid #ccc;
    line-height: 21px;
    padding: 21px 0px 20px 20px;
    overflow: hidden;
    _height: 1%; }
    .forum .forum_topics .topic .post, .forum .forum_topics .topic .post_meta {
      color: #666;
      font-size: 140%;
      float: left; }
      .forum .forum_topics .topic .post .sub_text,       .forum .forum_topics .topic .post_meta .sub_text {
        font-size: 80%; }
    .forum .forum_topics .topic .post {
      width: 80%; }
    .forum .forum_topics .topic .post_meta {
      padding-left: 5px;
      width: 18%; }

.comment, .comment_header {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.comments .comment {
  background: #efefef;
  margin-bottom: 21px; }
  .comments .comment .comment_header {
    line-height: 42px;
    padding: 0 20px;
    background: #e5e5e5;
    overflow: hidden;
    _height: 1%; }
    .comments .comment .comment_header .author {
      float: left;
      width: 100px; }
    .comments .comment .comment_header .delete_link {
      float: right;
      width: 50px; }
  .comments .comment .comment_content {
    padding: 0 21px;
    overflow: hidden;
    _height: 1%; }


body.homepage {
  background: url(/images/homepage_bg.jpg) center 100px no-repeat; }
  body.homepage .container {
    margin-top: 63px;
    width: 590px; }
    body.homepage .container .login_box {
      overflow: hidden;
      _height: 1%;
      padding: 21px;
      background: #332e55;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      color: #fff; }
      body.homepage .container .login_box .create_account {
        width: 177px;
        padding-top: 10px;
        text-align: center; }
      body.homepage .container .login_box h1 {
        margin: 42px 0 0 0;
        font-size: 30px; }
      body.homepage .container .login_box h1, body.homepage .container .login_box h2, body.homepage .container .login_box p, body.homepage .container .login_box a {
        color: #fff; }
      body.homepage .container .login_box h2 {
        font-size: 15px; }
      body.homepage .container .login_box .form_element .label, body.homepage .container .login_box .form_element .value {
        float: none;
        width: 100%; }
      body.homepage .container .login_box .form_element.text_field_element .value input,       body.homepage .container .login_box .form_element.password_field_element .value input {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-color: #fff;
        margin-top: 5px; }
      body.homepage .container .login_box .form_element.text_field_element .label,       body.homepage .container .login_box .form_element.password_field_element .label {
        text-transform: none;
        font-size: 120%; }
      body.homepage .container .login_box .form_element.check_box_element .label {
        display: none; }
      body.homepage .container .login_box .form_element.submit_element {
        padding: 0; }





.full_col, .half_col, .third_col, .two_thirds_col, .three_quarters_col, .quarter_col, .fifth_col, .one_eighth_col, .three_eighths_col {
  margin-left: 1.042%;
  margin-right: 1.042%;
  float: left;
  _margin-left: 0.9%;
  _margin-right: 0.9%;
  overflow: hidden;
  _height: 1%; }

.full_col {
  clear: both;
  width: 97.916%;
  _width: 97.916%; }

.half_col {
  width: 47.916%;
  _width: 47.906%; }

.third_col {
  width: 31.216%;
  _width: 31.246%; }

.two_thirds_col {
  width: 64.576%;
  _width: 64.516%; }

.quarter_col {
  width: 22.916%;
  _width: 22.906%; }

.fifth_col {
  width: 17.916%;
  _width: 17.916%; }

.three_quarters_col {
  width: 72.916%;
  _width: 72.916%; }

.one_eighth_col {
  width: 10.416%;
  _width: 10.416%; }

.three_eighths_col {
  width: 35.416%;
  _width: 35.416%; }


#message_content {
  width: 440px;
  height: 100px;
  border: Solid 1px #dadada; }

form.styled_form .form_element {
  overflow: hidden;
  _height: 1%;
  padding: 7px 0; }
  form.styled_form .form_element .label {
    float: left;
    width: 30%;
    font-size: 12px;
    letter-spacing: 0.04em;
    font-family: arial, helvetica, sans-serif;
    text-transform: uppercase; }
  form.styled_form .form_element .value {
    width: 70%;
    float: left; }
    form.styled_form .form_element .value .errors {
      font-size: 100%;
      margin-top: 3px;
      color: #E30E0E; }
    form.styled_form .form_element .value .description {
      font-size: 85%;
      line-height: 15px;
      color: #888;
      font-style: italic; }
  form.styled_form .form_element .fieldWithErrors input, form.styled_form .form_element .fieldWithErrors select, form.styled_form .form_element .fieldWithErrors textarea {
    border-color: #b1000b !important;
    background: #f5d5d5; }
form.styled_form .form_element.text_field_element .value input, form.styled_form .form_element.password_field_element .value input, form.styled_form .form_element.calendar_text_field_element .value input {
  border: 2px solid #ccc;
  padding: 5px;
  width: 90%;
  font: normal 120% "Lucida Grande", arial, helvetica, sans-serif;
  color: #444;
  line-height: 1.5em; }
  form.styled_form .form_element.text_field_element .value input:focus,   form.styled_form .form_element.password_field_element .value input:focus,   form.styled_form .form_element.calendar_text_field_element .value input:focus {
    border: 2px solid#89ab1d!important;
    background: #e8fcca; }
form.styled_form .form_element.text_area_element textarea {
  border: 2px solid #ccc;
  padding: 5px;
  width: 90%;
  font: normal 120% "Lucida Grande", arial, helvetica, sans-serif;
  color: #444;
  line-height: 1.5em; }
  form.styled_form .form_element.text_area_element textarea:focus {
    border: 2px solid#89ab1d!important;
    background: #e8fcca; }
form.styled_form .form_element.select_element select {
  width: 90%; }
form.styled_form .form_element.submit_element {
  line-height: 30px;
  border: none;
  padding-left: 30%; }
  form.styled_form .form_element.submit_element input {
    font-size: 14px;
    font-weight: bold;
    background: #DC6915;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 33.6px;
    padding: 0 15px;
    color: #fff; }
  form.styled_form .form_element.submit_element .activity_indicator {
    font-size: 1.2em;
    line-height: 30px; }
    form.styled_form .form_element.submit_element .activity_indicator img {
      margin-right: 10px; }
  form.styled_form .form_element.submit_element a.form_button {
    float: left;
    margin: 0px 10px; }
    form.styled_form .form_element.submit_element a.form_button span {
      background: url('/css_images/buttons/brown.png') top left repeat-x;
      display: block;
      height: 37px;
      line-height: 37px;
      padding: 0px 25px;
      font-size: 170%;
      color: white; }
  form.styled_form .form_element.submit_element a.form_button:hover {
    text-decoration: none; }
    form.styled_form .form_element.submit_element a.form_button:hover span {
      color: #e4e4e4; }
form.styled_form .sub_text {
  margin-left: 30%; }

input.submit {
  font-size: 14px;
  font-weight: bold;
  background: #DC6915;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 33.6px;
  padding: 0 15px;
  color: #fff; }

.form_element.text_area_element textarea {
  border: 2px solid #ccc;
  padding: 5px;
  width: 90%;
  font: normal 120% "Lucida Grande", arial, helvetica, sans-serif;
  color: #444;
  line-height: 1.5em; }
  .form_element.text_area_element textarea:focus {
    border: 2px solid#89ab1d!important;
    background: #e8fcca; }

.form_element.custom_self_test_element .label {
  padding-top: 5px; }
.form_element.custom_self_test_element .text_box {
  width: 80%;
  float: left;
  width: 70%; }
  .form_element.custom_self_test_element .text_box input {
    border: 2px solid #ccc;
    padding: 5px;
    width: 90%;
    font: normal 120% "Lucida Grande", arial, helvetica, sans-serif;
    color: #444;
    line-height: 1.5em; }
    .form_element.custom_self_test_element .text_box input:focus {
      border: 2px solid#89ab1d!important;
      background: #e8fcca; }
.form_element.custom_self_test_element .check_box {
  width: 15%;
  float: left; }
.form_element.custom_self_test_element .remove {
  width: 15%;
  float: left; }
  .form_element.custom_self_test_element .remove a.delete_answer {
    display: block;
    line-height: 25px;
    padding-left: 25px;
    font-size: 12px;
    background: url(/images/error.png) left center no-repeat;
    _background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/error.png', sizingMethod='crop'); }

.custom_self_test_heading {
  background: #332E55;
  padding: 5px 15px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  overflow: hidden;
  _height: 1%; }
  .custom_self_test_heading .add_link {
    padding: 5px 0;
    width: 30%;
    float: left; }
  .custom_self_test_heading .values {
    width: 70%;
    float: left; }
    .custom_self_test_heading .values .text_box, .custom_self_test_heading .values .check_box, .custom_self_test_heading .values .remove {
      line-height: 42px;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      float: left; }
    .custom_self_test_heading .values .text_box {
      width: 70%; }
    .custom_self_test_heading .values .check_box {
      width: 15%; }
    .custom_self_test_heading .values .remove {
      width: 15%; }

.login_registration {
  overflow: hidden;
  _height: 1%; }

#items_new .no_file {
  width: 100px;
  height: 100px;
  background: url('/images/no_upload.jpg');
  float: left; }


.case_study_message_list h2 {
  margin-right: 190px; }
.case_study_message_list .orange_button {
  margin-right: 25px; }

.centre_resources {
  overflow: hidden;
  _height: 1%;
  margin-bottom: 21px; }
  .centre_resources h3 {
    padding-left: 30px; }
    .centre_resources h3.links {
      background: url(/images/links_icon.gif) center left no-repeat; }
    .centre_resources h3.downloads {
      background: url(/images/downloads_icon.gif) center left no-repeat; }

.postedby {
  font-size: 12px;
  color: #757575;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px Solid #dadada; }

.postdate {
  float: right;
  font-size: 12px;
  color: #757575; }

.postcontent {
  border-bottom: 1px Solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.featured_news_item {
  background: #F5F4FF;
  border: 1px solid #E5E4EF;
  padding: 15px 21px;
  margin-bottom: 21px; }
  .featured_news_item h3 {
    margin-bottom: 7px;
    font-weight: bold; }
  .featured_news_item .item {
    border-top: 1px solid #E5E4EF;
    padding-top: 10px; }
    .featured_news_item .item .hide {
      float: right;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase; }

.answers {
  margin-bottom: 21px; }
  .answers .answer {
    overflow: hidden;
    _height: 1%;
    padding: 0 15px;
    font-size: 14px;
    line-height: 41px;
    border: 1px solid #DADAF0;
    margin-bottom: 5px; }

.evaluation .group {
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .evaluation .group p, .evaluation .group h4 {
    margin: 5px 0px; }
  .evaluation .group ol li {
    padding: 8px 15px;
    border-bottom: 1px solid #eaeaea;
    list-style-type: auto;
    line-height: 21px;
    overflow: hidden;
    _height: 1%; }

.admin_index .orange_button {
  margin-top: 10px; }
.admin_index .row {
  margin-bottom: 21px;
  overflow: hidden;
  _height: 1%; }
  .admin_index .row h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px; }

.cms_content .centre_image {
  float: right;
  margin: 0 25px 20px 20px; }
.cms_content ul, .cms_content ol {
  margin-bottom: 21px; }
  .cms_content ul li,   .cms_content ol li {
    margin-bottom: 21px; }
.cms_content ul li {
  padding-left: 20px;
  background: url(/images/list_icon.gif) 0px 3px no-repeat; }
.cms_content ul li.question {
  background: url(/images/question_icon.gif) 0px 3px no-repeat; }

.news_items .news_item {
  border-bottom: 1px dotted #ccc; }
  .news_items .news_item h3 {
    margin-bottom: 0;
    margin-top: 21px; }
  .news_items .news_item span.date {
    font-size: 11px;
    color: #332E55; }

.pagination {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 21px;
  padding: 5px 10px;
  background: #F5F4FF;
  border: 1px solid #E5E4EF; }


body.admin h1 {
  border-bottom: 1px solid #ccc; }

ul.admin_tabs {
  border-bottom: 4px solid #BF5100;
  overflow: hidden;
  _height: 1%; }
  ul.admin_tabs li {
    float: left;
    margin-right: 3px; }
    ul.admin_tabs li a {
      float: left;
      padding: 0 20px;
      line-height: 42px;
      color: #999;
      font-weight: bold;
      font-size: 16px;
      background: #eee;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-radius-topleft: 5px;
      -webkit-border-radius-topright: 5px; }
    ul.admin_tabs li a.active {
      background: #DC6915;
      border-color: #BF5100;
      color: #fff; }

.tabbed_content {
  margin: 2px 0;
  padding: 20px;
  background: #fff url(/images/admin_gradient.jpg) top left repeat-x; }

.main_nav#admin_nav {
  background: #BF0000; }
  .main_nav#admin_nav ul li a.active {
    background: #8F0000; }

ul.admin_listing {
  margin-bottom: 10px;
  border: 1px solid #CCCBE2;
  overflow: hidden;
  _height: 1%; }
  ul.admin_listing li {
    padding: 5px 10px;
    border-bottom: 1px solid #DADAF0; }
    ul.admin_listing li .handle {
      vertical-align: middle;
      cursor: move; }

table {
  width: 98%;
  margin: 0 1%;
  margin-bottom: 21px;
  border: 1px solid #E0DEF3; }
  table tr td, table tr th {
    font-size: 12px;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #E0DEF3; }
    table tr td p,     table tr th p {
      font-size: 100%; }
    table tr td a,     table tr th a {
      font-weight: bold; }
  table tr th {
    background: #484B8D;
    color: #fff;
    text-transform: uppercase; }

.content_feature {
  padding: 21px;
  margin-bottom: 21px;
  background: #F1EFFF;
  border: 1px solid #E0DFF3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .content_feature table {
    border: none; }
    .content_feature table tr td {
      border: none;
      padding: 0;
      line-height: 21px;
      padding: 0 10px 10px 0; }
      .content_feature table tr td ul {
        list-style: disc inside;
        list-style-image: none; }

.todo {
  border: 1px solid #907617;
  background: #F8FC8A;
  font-weight: bold;
  padding: 10px;
  color: #000;
  font-size: 18px;
  margin-bottom: 21px; }

#self_test_admin h3 {
  border-bottom: 1px solid #ccc;
  margin-top: 10px; }
#self_test_admin #answers {
  border: 1px solid #ccc; }
  #self_test_admin #answers .answer {
    overflow: hidden;
    _height: 1%;
    padding: 0 15px;
    background: url(/images/row_cycler.jpg) bottom left repeat-x;
    border-bottom: 1px solid #eaeaea; }

.search_form {
  overflow: hidden;
  _height: 1%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 10px; }
  .search_form .form_element {
    float: left;
    width: 160px; }
  .search_form .text input {
    width: 150px; }
  .search_form .select select {
    width: 150px; }
  .search_form .submit {
    width: 100px;
    padding-top: 10px; }
  .search_form .help {
    clear: both;
    padding-top: 5px; }
