/*   MySource Matrix Website
	  Content (c) Copyright Squiz.net
	Running Squiz MySource v3.16.5 (Matrix) - http://matrix.squiz.net/
   Developed by Squiz  - http://www.squiz.net
  (c) Copyright 2008. All rights reserved.
  Page generated: 09 May 2008
*/


/* inside.css */

#content_container_padder1 {
    padding-right: 4em;
    border-top: 1px solid #FFFFFF;
}
#content_container_padder2 {
    margin: 10px 20px 20px 8px; /*overides main.css */
    height: auto;
}

#nav_col {
    float: left;
    width: 23.5em;
    margin-top: 40px;
}
#nav_col #nav {
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 1.1em;
}
#nav_col #nav div {
    padding: 10px;
}

/* start left nav styles ------------------------------ */


/* ---- first level ---- */
#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav li {
    background-image: url(http://matrix.squiz.net/__data/assets/image/0015/465/nav_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    padding-left: 20px;
    margin-bottom: 0.2em;
}
#nav li a,
#nav li a:visited {
    color: #666666;
}

#nav li.selected {
    background-image: url(http://matrix.squiz.net/__data/assets/image/0013/463/nav_arrow_down.gif);
}
#nav li.selected a,
#nav li.selected a:visited,
#nav li a:hover {
    color: #2999D5;
    text-decoration: underline;
}
/* ---- second level ---- */
#nav li ul {
    margin-top: 0.4em;
}
#nav li li {
    background-image: url(http://matrix.squiz.net/__data/assets/image/0014/464/nav_box.gif);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    padding-left: 15px;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
    border-bottom: 1px solid #F1F1F1;
}
#nav li.selected li a,
#nav li.selected li a:visited {
    color: #666666;
    padding: 2px;
    text-decoration: none;
}

#nav li li.selected {
    background-image: url(http://matrix.squiz.net/__data/assets/image/0008/107/nav_box_selected.gif);
}
#nav li.selected li.selected a,
#nav li.selected li.selected a:visited,
#nav li.selected li a:hover {
    /*background-color: #F1F9FD; -- commented out to hide the bg colour (contrast issues) */
    /*color: #56AAE9; - original */
    color: #2999D5;
    text-decoration: underline;
}
#nav li.selected li a:hover {
    text-decoration: underline;
}
/* ---- third level ---- */
#nav li li ul {
    margin-top: 0.4em;
}
#nav li li li {
    background-image: url(http://matrix.squiz.net/__data/assets/image/0008/206/nav_bar.gif);
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    padding-left: 7px;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
#nav li.selected li.selected li a,
#nav li.selected li.selected li a:visited {
    background: none;
    color: #828282;
    padding: 0px;
    text-decoration: none;
}

#nav li li li.selected {
    background-image: url(http://matrix.squiz.net/__data/assets/image/0008/206/nav_bar.gif);
}
#nav li.selected li.selected li.selected a,
#nav li.selected li.selected li.selected a:visited {
    /*background-color: #F1F9FD; -- commented out to hide the bg colour (contrast issues) */
    /*color: #56AAE9; - original */
    color: #2999D5;
    text-decoration: underline;
}
#nav li.selected li.selected li a:hover {
    color: #56AAE9;
    background-color: #FFFFFF;
    text-decoration: underline;
}

/* end left nav styles ------------------------------ */

#content_col {
    height: 1%;
    margin-left: 24.5em;
}
* html #content_col {
    height: 1%;
    overflow: visible;
    left: -3px;
    margin-right: -3px;
    margin-left: 24em;
}
#content_col_padder {
    background-color: #FFFFFF;
    border: 9px solid #F1F1F1;
    padding: 15px;
    padding-top: 0;
}
#content_left_col h1, #content_right_col #tabs h1 {
    margin-top: 0;
}

#content_right_col {
    float: right;
    width: 27em;
    margin-right: 5px;
}

#back_to_top {
    margin-top: 2.5em;
    text-align: right;
}
#back_to_top a,
#back_to_top a:visited {
    padding: 0.3em 0.6em 0.3em 2em;
    border: 1px solid #EFEFEF;
    border-bottom: none;
    color: #AAAAAA !important;
    text-decoration: none !important;
    background-image: url(http://matrix.squiz.net/__data/assets/image/0016/3238/back_to_top_arrow.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#back_to_top a:hover {
    border: 1px solid #CCCCCC;
    color: #000000 !important;
}