/* ################################################################# */
/*  Site-wide Styles                                                 */
/* ################################################################# */
/* --- Reset.css styles --- */
* {
    margin: 0px;
    padding: 0px;
}
table, img, td, th {
    border: none;
}
p, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

/* _____ Global ______________________________ */
html, body {
    height: 100%;
}
* {
    font-family:  Helvetica, Arial, Verdana, Sans-serif;;
}
body {
    background: #fff;
    margin: 0px;
}
#wrapper {
    width: auto;
}
ol li {margin-left: 32px;}

/* _____ Header ______________________________ */
#header {
    width: 100%;
    background-color: #fff;
}
#header #menuBackground {
    width: 100%;
    background-color: #F2873E;
    border-bottom: 10px #FED5B2 solid;
    color: #FFF;
    float: left;
    margin-bottom: 20px;
}
#header #menuBackground div.leftAlign {
    padding: 0px 0px 0px 20px;
    float: left;
    margin: 0px;
    border: none;
    font-size: 1.15em;
}
#header #menuBackground div.rightAlign {
    text-align: right;
    padding: 0px 20px 0px 0px;
    float: right;
    margin: 0px;
    border: none;
    font-size: 1.15em;
}
#header img {
    float: left;
    padding: 10px;
    border: none;
}
#header object {
    float: right;
}
#header #menuBackground div.rightAlign a {
    padding: 8px;
    display: inline-block;
    color: #fff;
    background: url(/images/icons/arrow_whiteOnOrange.jpg) no-repeat 0px 14px;
    margin: 0px;
    border: none;
}
#header #menuBackground div.leftAlign a:link, #header #menuBackground div.leftAlign a:visited {
    color: #fff;
    padding: 8px;
    display: inline-block;
    text-decoration: none;
}
#header #menuBackground div.leftAlign a:active, #header #menuBackground div.leftAlign a:hover {
    color: #333;
    padding: 8px;
    display: inline-block;
    background-color: #FED5B2;
    text-decoration: none;
}
#header #searchBar {
    width: 450px;
    text-align: left;
    margin: 20px 10px 0px 0px;
    position: relative;
    display: block;
    float: right;
}
#header #searchBar form {
    float: right;
}
#header #searchBar a {
    width: 150px;
    font-size: 11px;
    color: #46484E;
    text-decoration: none;
    margin: 0px 0px 0px 25px;
    padding: 8px 0px 0px 10px;
    background: url(/images/icons/arrow_orangeOnWhite.jpg) no-repeat left 11px;
    display: block;
    float: right;
}
#header ul li a:hover, #header #searchBar a:hover {
    text-decoration: underline;
}

/* _____ Left ________________________________ */
#left {
    width: 180px;
    background-color: #FFF;
    float: left;
    margin: 0px 0px 50px -200px;
}
#left ul li, #left ul li a {
    font-size: 12px;
    color: #666;
}
#left ul {
    margin: 0px;
    padding: 0px;
}
#left ul li {
    display: block;
    margin: 1px 0px 0px 0px;
}
#left ul li.title, #left ul li.title a {
    color: #FFF;
    font-weight: bold;
}#left ul li.title {
    background: #888A8F url(/images/icons/left_bg_box2top.gif) no-repeat top;
    padding: 10px 10px 10px 10px;
    margin-bottom: -1px;
}
#left ul li.last {
    background: url(/images/icons/left_bg_box2bottom.gif) no-repeat top;
    margin-top: 0px;
}
#left ul li a {
    display: block;
    width: 160px;
    text-decoration: none;
    padding: 6px 10px 6px 10px;
    background-color: #e9e9e9;
}
#left ul li.title a {
    padding: 0px;
    background-color: #888A8F;
    width: 160px;
}

#left ul li a:hover, #left ul li a.first:hover {
    text-decoration: underline;
}
#left ul ul {
    margin: 0px;
    padding: 0px;
}
/*#left ul ul li {
    display: block;
}*/
#left ul ul li a {
    width: 150px;
    padding: 6px 10px 6px 20px;
    background-color: #efefef;
}
/* Further sub-navigation levels by HS, 2009/02/12 */
#left ul ul ul li a {
    width: 140px;
    padding: 6px 10px 6px 30px;
    background-color: #f6f6f6;
}
#left ul ul ul ul li a {
    width: 130px;
    padding: 6px 10px 6px 40px;
    background-color: #fcfcfc;
}
#left ul li a.active {
    font-weight: bold;
    color: #F2873E;
}
/* _____ Center ______________________________ */
#center {
     /*overflow: hidden; fix to expand floating div parent, HS 2009/02/12 */
    background-color: #FFF;
    margin-bottom: 50px;
    clear: both;
    /*width: auto;*/
    margin-top: 20px; 
    /*min-width: 450px; fix for ie7+, HS, 2009/11/17 */
    padding-left: 225px;
    padding-right: 205px;
}
#centerWide {
    background-color: #FFF;
    margin-bottom: 50px;
    clear: both;
    /*width: auto;*/
    /*min-width: 450px; fix for ie7+, HS, 2009/11/17 */
    margin-top: 20px;
    padding-left: 225px;
    padding-right: 0px;
}
/* fixes for IE behaviour of nested floating divs, HS 2009/02/12 */
#center #content {
    width: 100%;
    padding: 0px 10px 0px 0px;
    float: left;
    text-align: left;
}

.tableListing, .tableListing div {
    text-align: left;
}

/* _____ Right _______________________________ */
#center #right {
    width: 160px;
    height: 100%;
    margin: 0px -185px 30px 0px;
    float: right;
}
#centerWide #right {
    display: none;
}

#right .feature {
    text-align: center;
    position: relative;
    float: left;
}
#right .feature img {
    border: 0px;
    margin: 0px 1px 0px 0px;
    float: left;
    clear: both;
}
#right #TSXQuote, #right #TSXQuoteBottom {
    width: 160px;
    float: left;
}
#right #TSXQuote {
    background: #888A8F url(/images/icons/right_bg_box2top.gif) no-repeat top;
}
#right #TSXQuoteBottom {
    background: #FFFFFF url(/images/icons/right_bg_box2bottom.gif) no-repeat top;
}
#right #TSXQuote p {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding: 0px 10px 5px 10px
}
#right #TSXQuote form {
    padding: 0px 10px 0px 10px;
}
#right #TSXQuote form input.FormButton, #header form input.FormButton {
    margin: 0px 0px 0px 5px;
    border: 0px;
}
#right #TSXQuote form input.FormField, #header form input.FormField {
    font-size: 11px;
    padding: 5px 2px 5px 2px;
}
#right #TSXQuote form input.FormField {
    float: left;
}
#right #TSXQuote form input.FormButton {
    margin: 1px 0px 0px 5px;
    float: right;
}

/* _____ Footer ______________________________ */
#footer {
    width: 100%;
    height: 50px;
    font-size: 11px;
    color: #46484E;
    padding: 20px 0px 0px 0px;
    clear: both;
    background-color: #DCE2E7;
}
#footer p {
    font-size: 11px;
    margin-left: 25px;
}
#footer ul {
    text-align: right;
    margin: 0px 25px 0px 0px;
    float: right;
    clear: both;
    display: inline;
}
#footer ul li {
    padding: 0px 5px 0px 0px;
    display: inline-block;
    display: -moz-inline-stack;
}
#footer ul li a {
    color: #46484E;
    text-decoration: none;
    font-weight: normal;
}
#footer ul li a:hover {
    text-decoration: underline;
}