/* ACCC Internet - Business styles */

H1,H2,H3,h2 a { color: #7685C2; }

.acccRelatedInformationHelpBoxTitleBar { background: #7685C2; }
.acccRelatedInformationHelpBoxContentFrame { background: #E8EBFC; }

.acccRelatedInformationNotesBoxTitleBar { background: #7685C2; }
.acccRelatedInformationNotesBoxContentFrame { background: #E8EBFC; }
.acccRelatedInformationNotesBoxContentFrame h2 { color: #7685C2; }

/* left hand side nav menu css */

div.menuTreeContainer ul.menuBusiness {
    background-color: #7685C2;
}

div.menuTreeContainer ul.menuBusiness li a {
    color: white;
}

div.menuTreeContainer ul.menuBusiness ul {
    background-color: #DADEEF;
}

div.menuTreeContainer ul.menuBusiness ul li {
    border-top: 1px solid white;
    margin-top: -1px;
}
div.menuTreeContainer ul.menuBusiness ul ul li {
    border-top: none;
    margin-top: 2px;    
}

div.menuTreeContainer ul.menuBusiness ul a {
    color: #000000;
}

div.menuTreeContainer ul.menuBusiness ul ul {
    background-color: #F7F7F7;
}

div.menuTreeContainer ul.menuBusiness ul ul a {
    color: #4D4D4D;
}

div.menuTreeContainer ul.menuBusiness ul ul ul {
    background-color: white;
    margin: 3px;
    margin-left: -17px;
}
/* Styles for front page */
table.businessSection {
    width: 100%;
}
table.businessSection td {
    width: 50%;
    margin-left: 0px;
}
/* Hack for IE because it adds extra margin to the left for some reason */
* html ul.twocol {
    margin-left: 20px;
}

ul.twocol {
    margin-top: 0px;
}
ul.twocol li {
    padding-right: 10px;
}

ul.mergers li {
    width: 160px;
}

img.stupidMergersicon {
    height: 16px;
    width: 48px;
    float: left;
    margin-left: 20px;
}

* html img.stupidMergersIcon {
    margin-left: 5px;
}

ul.mergers {
    margin-bottom: 0;
    margin-left: 50px;
    margin-top: 0;
}
/* Hack for IE because of the nasty margin problem, like above */
* html ul.mergers {
    padding-left: 25px;
}

.keyPublicationBoxTitleBar {
    background-color: #7685C2;
}
div.smallBusinessHelpLine span {
    letter-spacing: -0.03em;
    font-size: 2em;
    color: #7685C2;
    font-weight: bold;
    line-height: 1em;
}
div.distinctiveHighlightBoxCell1 {
    float: left;
    width: 45%;
    padding-left: 20px;
}
            
div.distinctiveHighlightBoxCell2 {
    float: left;
    *float: none; /* IE6 = bizarre */
    width: 45%;
}

div.smallBusinessHelpLine h2 {
    border-bottom: none;
