﻿/* CSS Document */
/* ----------------------  FONT STYLES   ---------------------- */
html {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:100%;
}
body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
ul {
    list-style: none;
    margin: 0.5em 0 1em 0;
    font-size: 8.5pt
}
ol {
    margin: 0.5em 0 1em 1.25em;
    font-size: 8.5pt
}
li {
}
ol li {
    padding: 0 0 0.25em 1em;
}
ul li {
    padding: 0 0 0.25em 1em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #003082;
}
p {
    font-size: 0.71875em; /* 0.71875 x 16 = 11.5pts*/
    line-height: 1.725em;
    color: #333333;
    margin: 0 0 1.5em 0;
}
td, th {
    font-size: 0.71875em; /* 0.71875 x 16 = 11.5pts*/
    color: #333333;
}
p p, p td, td p, p ul, p li {
    font-size: 100%;
}
caption {
    font-size: 0.71875em; /* 0.71875 x 16 = 11.5pts*/
}
strong, b {
    font-weight: bold;
    font-size:inherit;
}
h1 {
    font-size: 1.125em; /* 1.125 x 16 = 18.0pts*/
    line-height: 1.25em;
    letter-spacing: 0.032em;
    font-weight: bold;
    margin: 0 0 0.75em 0;
    padding: 25px 0px 10px;
}
h2 {
    font-size: 0.875em; /* 0.875 x 16 = 14.0pts*/
    line-height: 1.5em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 0.78125em; /* 0.78125 x 16 = 12.5pts */
    line-height: 1.25em;
    font-weight: bold;
    letter-spacing: -0.005em;
    margin: 0.5em 0;
    padding: 0;
}
h4 {
    font-size: 0.71875em; /*0.71875 x 16 = 11.5pts*/
    line-height: 1.25em;
    font-weight: bold;
    margin: 0.75em 0 0.5em 0;
    padding: 0;
}
h5 {
    font-size: 0.71875em; /*0.71875 x 16 = 11.5pts*/
    line-height: 1.25em;
    font-weight: normal;
    margin: 0.75em 0 0.5em 0;
    padding: 0;
}
h6 {
    font-size: 0.6875em; /*0.6875 x 16 = 11.0pts*/
    line-height: 1.25em;
    font-weight: bold;
    margin: 0.75em 0 0.5em 0;
    padding: 0;
}
.disclaimer{
    font-size: 0.625em; /*0.625 x 16 = 10.0pts*/ 
}
.clear {
    clear:both;
}
a, a:link {
    color: #0087c7;
    text-decoration: underline;
}
a:visited {
    color: #666;
}
a:hover {
    color: #003082;
}
a: active {
    color: #999999;
}
/* ----------------------  wrapper  ---------------------- */
#wrapper {
    width: 960px;
    margin: 0;
    height: auto;
    background-color: #FFFFFF;
}
#search-bar {
    display: none;
}
#help-nav {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
}
#brand-bar {
}
#site-navbar {
    width: 100%;
    background-color: #95adcb;
    padding: 0px;
    margin: 0px;
    height: 27px;
}
#breadcrumb-bar {
    clear: both;
    padding-top: 4px;
    padding-bottom: 5px;
    border-bottom: 1px #B8CDE1 solid;
    overflow: hidden;
    width: 100%;
}
#main-wrapper {
    position: relative;
    width: 100%;
    display:block;
}
#footer {
    font-size: 0.9em;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 8px;
    border-top: solid 2px #cccccc;
}
/* ----------------------  search-bar  ---------------------- */
/* ----------------------  help-nav  ---------------------- */
#help-nav ul {
    margin: 0px;
    float: right;
}
#help-nav li {
    float: left;
    padding: 0;
    margin: 0;
}
#help-nav a:link, #help-nav a:visited {
    color: #01498D;
    text-decoration: none;
    padding: 0px 7px;
    border-right: 1px #01498D solid;
}
#help-nav li.last a:link, #help-nav li.last a:visited {
    border: none !important;
}
#help-nav a:hover {
    text-decoration: underline;
}
/* ----------------------  brand-bar  ---------------------- */
#logo {
    margin: 8px 15px 15px 15px;
}
#logo a img {
    border: 0px;
}
/* ----------------------  main-wrapper  ---------------------- */
#secondary-navigation {
    float: left;
    width: 184px;
    left: 0px;
    top: 0px;
}
#content-wrapper {
    float: right;
    width: 760px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    /* IE6 fix for clip absolute position */
                        height: 100%;
}
/* ----------------------  content-wrapper  ---------------------- */
#primary-content {
    font-size: 100%;
    float: left;
    width: 550px;
    margin-top: 0px;
    margin-left: 5px;
}
#secondary-content {
    float:  right;
    width: 184px;
}
#primary-content ul {
    list-style: disc;
    margin: 0;
    padding-left: 20px;
}
#primary-content ul li {
    line-height: 1.5em;
    margin-bottom: 8px;
    padding: 0;
}
/* ----------------------  content-wrapper full width ---------------------- */
.full-width #secondary-content, .full-width #secondary-navigation {
    display: none;
}
.full-width #content-wrapper {
    width: 100%;
    float: left;
}
.full-width #primary-content {
    width: 97%;
    padding-left: 10px;
}
/* ----------------------  footer ---------------------- */                                                            
#footer a:link, #footer a:visited {
    font-size: 0.9em;
    text-decoration: none;
    color: #003082;
    background-color: transparent;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    padding: 0 15px;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    /* IE Fix */
    _width:34em;
}
#footer li {
    margin: 0;
    padding: 0 10px 0 10px;
    float: left;
    border-left: solid 1px #ccc;
}
#footer li.last {
    background: none;
    border: none;
}
.copyright {
    float: left;
}
/* ----------------------  site-navbar ---------------------- */    
#site-nav {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
#site-nav a:link, #site-nav a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    font-weight:bold;
    letter-spacing: .03em;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    padding: 5px 20px;
    padding-bottom: 4px;
    white-space: nowrap;
}
#site-nav a:hover {
    background-color:#6389ba;
    padding-bottom: 7px;
}
#site-nav li {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    border-right: solid 1px #ced8e7;
}
#site-nav li.last {
    border: none !important;
}
#site-nav li ul {
    position: absolute;
    left: -999em;
    overflow: visible;
    width: 16em;
    background-color: #809DC0;
}
#site-nav li.jshover ul {
    border: none;
    left: auto;
}
#site-nav li li.jshover ul {
    left: 15em;
    top: -1px;
    z-index: 11;
}
#site-nav li li a:link, #site-nav li li a:visited {
    display: block;
    color: #00337E;
    padding: 0.5em 1.25em;
    height: auto;
    width: 12.5em;
    text-decoration: none;
    text-indent: 0;
}
#site-nav li li a:hover {
    left: auto;
    color: #fff;
    text-decoration: none;
    background-color: #5b88b4;
    padding: 0.5em 1.25em;
    height: auto;
    width: 12.5em;
}
#site-nav li li {
    position: relative;
    width: 16em;
    height: auto;
    border-bottom: 1px #5b88b4 solid;
    background-color: #c1cee0;
    float:left;
}
#site-nav li.jshover li.jshover {
    color: #fff;
    background-color: #5b88b4;
}
#site-nav li.jshover li.jshover a {
    color: #fff;
}
#site-nav li.hasChild a:link, #site-nav li.hasChild a:visited {
    
}
#site-nav li.hasChild a:hover {
    
}
/* IE has problem with multi class selectors -- need HTC to fix. */
#site-nav ul>li.hasChild.jshover a {
    
}
#site-nav ul li.hasChild li a {
    
}
#site-nav li.hasChild li a:link, #site-nav li.hasChild li a:visited, #site-nav li.hasChild li a:hover {
    background-image: none;
}
#site-nav li.jshover ul {
    position: absolute;
    left: auto;
    padding: 1px;
    background-color: #809DC0;
}
#site-navbar #site-nav li.jshover li.jshover li a:link, #site-navbar #site-nav li.jshover li.jshover li a:visited, #site-navbar #site-nav li.jsHover li a:link, #site-navbar #site-nav li.jsHover li a:visited {
    color: #00337E;
    background: none;
}
#site-nav li li a:hover, #site-navbar #site-nav li.jsHover li a:hover, #site-navbar #site-nav li.jshover li.jshover li.jshover a:hover {
    left: auto;
    color: #fff;
    text-decoration: none;
    background-color: #5b88b4;
}
#site-nav li.jshover li ul {
    left: -999em;
}
#site-nav li li.jshover ul {
    position: absolute;
    left: 16em;
    top: -1px;
    border: none;
    z-index: 11;
}
#site-nav li.jshover a:link, #site-nav li.jshover a:visited, #site-nav li.jshover a:hover {
    text-indent: -9999px;
}
#site-nav li.jshover li a:hover, #site-nav li.jshover li a:link, #site-nav li.jshover li a:visited, #site-nav li a:hover {
    text-indent: 0;
}
#site-nav li.selected a:hover {
    text-indent: 0 !important;
}
#site-nav li.topnavselectedon {
    background-color: #6389ba;
    border-right: none;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
    
}
/* ----------------------  section-navbar ---------------------- */    
#section-navbar {
    padding-top: 3px;
    padding-bottom: 3px;
    background: #6389ba;
    display:block;
    clear: both;
}
#section-navbar ul {
    margin: 0;
    margin-left: 6px;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
#section-navbar li {
    float: left;
    margin: 0;
    padding: 0;
}
#section-navbar li a, #section-navbar li em {
    color: #fff;
    padding: 0 1em;
    margin: 0;
    border-right: 1px #fff solid;
    white-space: nowrap;
    text-decoration: none;
}
#section-navbar li a:hover {
    text-decoration: underline;
}
#section-navbar li em {
    font-weight: bold;
    font-style: normal;
}
#section-navbar li.selected a:hover {
    text-indent: 0;
}
/* ----------------------  breadcrumb-bar  ---------------------- */
ul.crumbs {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style-type: none;
}
ul.crumbs li {
    margin: 0px;
    padding: 0;
    float: left;
}
ul.crumbs li a:link, ul.crumbs li a:visited {
    color: #003082;
    text-decoration: none;
    background: url(http://www.perpetual.com.au/images/common/icon_breadcrumb.gif) transparent no-repeat right center;
    padding: 0px 15px 0px 0px;
}
ul.crumbs li a:hover {
    text-decoration: underline;
}
ul.crumbs li em {
    font-style: normal;
    font-weight: normal;
    padding: 0px 6px;
}
/* Print / Bookmark this page */
p#printThisPage {
    display: block;
    float: right;
    margin: 0px 0.7em;
}
#print:link, #print:visited {
    color: #004A8E;
    text-decoration: none;
    background: url(http://www.perpetual.com.au/images/common/icon_printer.gif) transparent no-repeat 0 0;
    min-height: 14px;
    padding: 1px 0px 1px 20px;
    margin-left: 10px;
}
#print:hover {
    color: #999999;
    text-decoration: underline;
    background: url(http://www.perpetual.com.au/images/common/icon_printer_ro.gif) no-repeat 0 0;
}
#bookmark:link, #bookmark:visited {
    color: #004A8E;
    text-decoration: none;
    background: url(http://www.perpetual.com.au/images/common/icon_bookmark_off.gif) transparent no-repeat 0 0;
    min-height: 14px;
    padding: 1px 0px 1px 20px;
    margin-left: 10px;
}
#bookmark:hover {
    color: #999999;
    text-decoration: underline;
    background: url(http://www.perpetual.com.au/images/common/icon_bookmark_on.gif) no-repeat 0 0;
}
/* Close Window */
a#closewnd {
    text-decoration: none;
    background: url(http://www.perpetual.com.au/images/common/icon_closebox.gif) transparent no-repeat right center;
    display: block;
    padding: 3px 15px;
    position: absolute;
    top: 20px;
    right: 10px;
}
a#colsewnd:hover {
    text-decoration: underline;
}
/* ---------------------- secondary-navigation ---------------------- */    
#secondary-navigation ul {
    list-style-type: none;
    margin: 0;
    padding:0;
}
#secondary-navigation li {
    border-bottom: 1px solid #96adcc;
    margin: 0 !important;
    padding:0 !important;
}
#secondary-navigation li.selected {
    background:#dae7f2;
}
#secondary-navigation a:link, #secondary-navigation a:visited {
    width: 169px;
    font-size: 0.85em;
    text-decoration: none;
    font-weight: bold;
    color: #004a8e;
    padding: 7px 0 7px 15px;
    display: inline-block;
}
#secondary-navigation li ul li a, #secondary-navigation li ul li a:link, #secondary-navigation li ul li a:visited {
    width: 164px;
    font-weight: normal !important;
    background: #FFF;
    padding: 5px 0 5px 15px;
    margin-left: 5px;
}
#secondary-navigation li ul {
    margin-top: 0px;
    border-top: solid 0px #96adcc;
}
#secondary-navigation li ul li {
    border-bottom: solid 1px #f2f9fe;
}
#secondary-navigation li a:hover {
    text-decoration: none;
    background-color:#dae7f2;
}
#secondary-navigation li li a:hover {
    color: #003082;
    text-decoration: underline;
}
/* ---------------------- quick-links ---------------------- */    
.quick-links ul {
    margin: 0;
    padding: 0;
}
.quick-links li {
    background: url(http://www.perpetual.com.au/images/common/bullet_5.gif) no-repeat 14px 12px #f2f9fe;
    border-bottom: 1px #dae7f2 solid;
    padding: 6px 5px 6px 25px;
}
.quick-links li a, .quick-links li a:link, .quick-links li a:active, .quick-links li a:visited {
    font-size: 0.85em;
    text-decoration: none;
    font-weight: bold;
    color: #005fa1;
}
.quick-links li a:hover {
    color: #003082;
    text-decoration: underline;
}
/* ---------------------- sitemap ---------------------- */

.sitemap {
}
.sitemap ul {
    margin: 0;
    padding: 0;
}
.sitemap li {
    list-style: none;
    margin-top: 25px;
    margin-bottom: 0px;
}
.sitemap ul a {
    font-weight: bold;
    text-decoration: none;
    color: #003082;
}
.sitemap ul li ul {
    padding-top: 8px;
}
.sitemap ul li ul li {
    list-style: none;
    margin-top: -5px;
    margin-bottom: 0px;
    padding: 0px;
}
.sitemap ul li a {
    font-weight: bold;
    text-decoration: none;
    color: #003082;
}
.sitemap ul li a:hover {
    text-decoration: underline;
}
.sitemap ul li ul li a {
    color: #0087c7;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding-left: 10px;
    background: url(http://www.perpetual.com.au/images/common/bullet_5.gif) no-repeat 0 4px;
}
.sitemap ul li ul li a:hover {
    text-decoration: underline;
}
/* ---------------------- tables ---------------------- */

td p, th p {
    font-size: 100%;
}
div table td, div table th{
    font-size: 0.71875em !important; /* 0.71875 x 16 = 11.5pts*/
}
/* ---------- 
TABLES NOLINES
---------- */
table.nolines {
    border-collapse: collapse;
}
table.nolines caption {
    font-weight: bold;
    padding: 0 0 5px;
    text-align: left;
}
table.nolines th, table.nolines td {
    border: 1px solid #ffffff;
    border-left: none;
    border-top: none;
    text-align: left;
    vertical-align: top;
    padding: 3px 6px;
}
table.nolines tr.even td {
    background-color: #e5e9f2;
}
table.nolines tr.odd td {
    background-color: #ffffff;
}
table.nolines thead th, table.nolines thead th p {
    background-color: #003082;
    color: white;
    text-align: left;
}
table.nolines tbody th, table.nolines tbody th p {
    background-color: #8aa0c7;
    color: #000;
    text-align: left;
}
table.nolines tbody td {
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
table.nolines tfoot td {
    font-size: 1.0em;
    text-align: left;
}
/* ---------- 
TABLES LINES HORIZONTAL LINES
---------- */
table.hlines {
    border-collapse: collapse;
}
table.hlines caption {
    font-weight: bold;
    padding: 0 0 5px;
    text-align: left;
}
table.hlines th, table.hlines td {
    border: 1px solid #ffffff;
    border-left: none;
    border-top: none;
    text-align: left;
    vertical-align: top;
    padding: 3px 6px;
}
table.hlines tr.even td {
    background-color: #e5e9f2;
}
table.hlines tr.odd td {
    background-color: #ffffff;
}
table.hlines thead th, table.hlines thead th p {
    background-color: #003082;
    color: white;
    text-align: left;
}
table.hlines tbody th, table.hlines tbody th p {
    background-color: #8aa0c7;
    color: #000;
    text-align: left;
}
table.hlines tbody td {
    border-top: 1px solid #003082;
    border-bottom: 1px solid #003082;
    border-left: 0;
    border-right: 0;
}
table.hlines tfoot td {
    font-size: 1.0em;
    text-align: left;
}
/* ---------- 
TABLES LINES VERTICAL LINES
---------- */

            
table.vlines {
    border-collapse: collapse;
    border-top: 1px solid #003082;
    border-bottom: 1px solid #003082;
}
table.vlines caption {
    font-weight: bold;
    padding: 0 0 5px;
    text-align: left;
}
table.vlines th, table.vlines td {
    border: 1px solid #003082;
    border-top: 0;
    border-bottom: 0;
    text-align: left;
    vertical-align: top;
    padding: 3px 6px;
}
table.vlines tr.even td {
    background-color: #e5e9f2;
}
table.vlines tr.odd td {
    background-color: #ffffff;
}
table.vlines thead th, table.vlines thead th p {
    background-color: #003082;
    color: white;
    text-align: left;
}
table.vlines tbody th, table.vlines tbody th p {
    background-color: #8aa0c7;
    color: #000;
    text-align: left;
}
table.vlines tbody td {
    border-left: 1px solid #003082;
    border-right: 1px solid #003082;
    border-top: 0;
    border-bottom: 0;
}
table.vlines tfoot td {
    font-size: 1.0em;
    text-align: left;
}
/* ---------- 
TABLES LINES
---------- */
table.lines {
    border-collapse: collapse;
}
table.lines caption {
    font-weight: bold;
    padding: 0 0 5px;
    text-align: left;
}
table.lines th, table.lines td {
    border: 1px solid #003082;
    text-align: left;
    vertical-align: top;
    padding: 3px 6px;
}
table.lines tr.even td {
    background-color: #e5e9f2;
}
table.lines tr.odd td {
    background-color: #ffffff;
}
table.lines thead th, table.lines thead th p {
    background-color: #003082;
    color: white;
    text-align: left;
}
table.lines tbody th, table.lines tbody th p {
    background-color: #8aa0c7;
    color: #000;
    text-align: left;
}
table.lines tbody td {
    border: 1px solid #003082;
}
table.lines tfoot td {
    font-size: 1.0em;
    text-align: left;
}