/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 03 September 2010 23:41:32
*/


/* CSS Document */
/* CLEAR BROWSER DEFAULTS
********************************************************/
* {margin:0; padding: 0;}
body {
    font-size: 75%;
    line-height: 1.3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #ffffff;
    }
p,ul,ol {
    margin: 0 0 1em 0;
    }
ul,ol {
    margin: 0 0 1em 1em;
    }
a img, img {border: none}
a,a:visited {
    color: #0066CC;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
hr {
    clear: both;
    height: 1px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
}
form input{
     font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* GENERIC STYLES
********************************************************/
.float-right {float: right;}
.floa-left {float: left;}
.clear-right {clear: right;}
.clear-left {clear: left;}
.no-border {border: none !important;}
.screen_hide {
    display: block;
    position: absolute;
    left: -9999px;
}
/* PAGE LAYOUT
********************************************************/
#container{
    width: 100%;
    border-top: 10px solid #006699;
    background: #fff;
}
/* HEADER
********************************************************/

ul#menu{
    background: #A4203B;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 8px 0;
    color: #CC6666;
    margin: 0px;
    list-style: none;
}
ul#menu li{
    display: inline;
    position: relative;
}
ul#menu li#id-70509 span{
    display: none;
}

ul#menu a{
    color: #fff;
    font-weight: bold;
    padding: 0 7px 5px;
}
ul#menu ul{
    display: none;
    position: absolute;
    width: 200px;
    left: -5px;
    top: 18px !important;
    top: 28px;
    border: 2px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: left;
}
*:first-child+html ul#menu ul{
     top: 28px !important;
}
ul#menu li:hover ul, ul#menu li.hover ul{
    display: block;
}
ul#menu ul li{
    display: block;
    float: left;
    background: #006699;
}
ul#menu ul li a{
    line-height: 16px;
    display: block;
    background: #006699;
    width: 190px;
    font-size: 0.9em;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding: 2px 5px;
}
ul#menu ul li:hover{
    background: #ffffff;
}
ul#menu ul li a:hover{
    background: #ffffff;
    text-decoration: none;
    color: #006699;
}
#left-col{
    float: left;
    width: 215px;
}
#left-col img{
    margin-bottom: 20px;
}
#left-col h2{
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 1.4em;
    color: #0066CC;
    font-weight: bold;
}
#left-col ul{
    padding-top: 20px;
    list-style: none;
    margin-left: 20px;
}
#left-col ul li{
    margin-bottom: 15px;
    line-height: 10px;
}
#left-col ul li a{
    color: #0066CC;
}
#left-col ul li a.selected{
    color: #000000;
}
#breadcrumb{
    font-size: 0.9em;
    padding-bottom: 20px;
    text-transform: lowercase;
}
#content{
    overflow: auto;
    height: 1%;
    padding: 20px;
    line-height: 1.7em;
}
#content h1{
    color:#006699;
    font-size: 1.35em;
    font-style: italic;
    margin-bottom: 20px;
}
#content h2{
    font-size: 1.25em;
    margin-bottom: 10px;
}
#content h3{
    font-size: 1.15em;
    margin-bottom: 5px;
}
#content h4{
    font-size: 1.05em;
    margin-bottom: 5px;
}
#footer{
    text-align: center;
    font-size: 0.9em;
    color: #999;
    padding-top: 20px;
}
#footer p{
    border-top: 1px solid #ccc;
    font-size: 0.9em;
    color: #666;
    padding-top: 5px;
}