html, body {
    font: .95em Helvetica, Arial, sans-serif;
    height: 100%;
    line-height: 1.4em;
}

strong { font-weight: bold; }

body { background-color: #FFF; }

h1, h2, h3, h4 {
    color: #4d4948;
    font-weight: normal;
}

h1 {
    border-bottom: 4px;
    border-bottom-style: solid;
    border-radius: 4px 4px 4px 4px/2px 2px 2px 2px;
    font-size: 1.8em;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

h2 {
    font-size: 1.25em;
    margin: 0.5em 0 0.5em;
}

h2 {
    font-size: 1.25em;
    margin: 0.5em 0 0.5em;
}

h4 {
    font-weight: bold;
    color: black;
    padding: 5px 5px 5px 0;
}

a {
    color: #004b88;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

a:active {
    border-style: none;
    outline-style: none;
}

.text-shadow-dark { text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6); }


.content { padding: 16px 14px; }

.content h2 {
    border-bottom: 1px #E6E6E6 solid;
    padding-bottom: 3px;
    margin: 26px 0 14px 8px;
}

.content h3 {
    font-size: 1.25em;
    padding: 12px 0px 6px 0px;
}

.content p {
    padding-left: 8px;
    margin: .5em 0;
}

.content a:not(.default-button) {
    border-bottom: 1px dotted #29549a;
    text-decoration: none;
}

.content a:hover, .content a:focus {
    border-bottom-style: solid;
    text-decoration: none;
}

#header {
    background-image: url(/Content/Images/queensland-government-logo.png);
    background-position: right 15px;
    background-repeat: no-repeat;
    clear: right;
    min-height: 75px;
    width: 100%;
}

#header #main-nav {
    background-image: url(/Content/Images/repeater_mainnav.png);
    border-bottom: 1px #b2b2b2 solid;
    border-top: 1px #f6f6f6 solid;
    clear: both;
    width: 100%;
}

#header #main-nav ul { height: 39px; }

#header #main-nav ul li {
    border-left: 1px #f6f6f6 solid;
    border-right: 1px #b2b2b2 solid;
    color: #fff;
    float: left;
    list-style-type: none;
    padding: 9px 0;
    text-decoration: none;
}

#header #main-nav ul li a {
    color: #3C3938;
    font-size: .95em;
    padding: 11px 1em 12px;
    text-decoration: none;
}

#header #main-nav ul li a:hover, .this-page { background: url(/Content/Images/nav_hover_alt.png) bottom center; }

#header #main-nav ul li a:active {
    background-image: url(/Content/Images/repeater_mainnav_active.png);
    top: 0 !important;
}

#header .logo { margin: 1.5em 1em 1.5em 1em; }

#footer {
    font-size: .9em;
    line-height: 1.2em;
}

#footer-end {
    clear: both;
    padding: 1em;
}

#footer-languages {
    background-color: #4D4948;
    clear: both;
    color: white;
    padding: 10px 2%;
}

#footer-languages h2 { color: white; }

#footer-languages ul li, #footer-end ul li {
    display: inline;
    padding-right: 4px;
}

#footer a, #footer p, #footer li {
    color: #4D4948;
    font-size: 96%;
}

#footer-languages a {
    color: white;
    font-size: .90em;
}

#section-footer-links li a {
    border-right: 1px #AAA solid;
    color: #4D4948;
    padding-right: .5em;
    text-decoration: none;
}

#footer-nav {
    border-top: 1px #AAA solid;
    clear: both;
    padding: 10px 2%;
    overflow: hidden;
    background: white url(/Content/Images/transport-icons.png) no-repeat center right;
}

a img, li.last a, li.last a, ul#courtesy-links li.last a, ul#section-footer-links li.last a, .last, .no-border { border: none!important; }

.content-table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

.content-table td, .content-table th { padding: 4px; }

.content-table thead th {
    background-color: #666;
    font-weight: normal;
    text-align: left;
    color: #FFF;
}