/* JAG - global.css */
/* CLEAR BROWSER DEFAULTS
****************************************************************************************************************/
* {
    margin:0;
    padding: 0;
}
body {
    font-size: 71%;
    line-height: 1.5em;
    font-family: verdana, arial, helvetica, sans-serif;
    background: #ffffff;
    color: #333333;
}
input {
    font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.45em;
    font-weight: bold
}
h3 {
    font-size: 1.25em;
    font-weight: bold
}
h4,
h5,
h6{
    font-size: 1em;
}
a {
    color: #2b5eab;
    text-decoration: underline;
}
a img {
    border: none;
}
hr {
    clear: both;
    height: 1px;
    border: none;
    border-bottom: 1px solid #EEE;
    padding-top: 30px;
}
blockquote {
    margin:1em 40px;
}
th,
td{
   vertical-align:top;
}
.clear {
    clear:both;
}
.no-padding {
    padding: 0px !important;
}
.no-margin {
    margin:  0px !important;
}
.screen-hide {
    display:none;
}
#page {
    overflow: hidden;
}
.purple {background-color:#704165;}
.blue {background-color:#000066;}
.green {background-color:#0E7D0E;}
.plum {background-color:#7D1143;}
.global {background-color:#999;}
.steel-blue {background-color:#44697d;}
.teal {background-color:#006D70;}
.ultramarine {background-color:#194096;}
.warm-grey{background-color:#bbad9e;}
/* HEADER
****************************************************************************************************************/
#header {
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0007/115/header-bg.jpg) repeat-x;
    height: 49px;
}
#header #tools {
    float: right;
    margin: 0 10px 0 0;
}
#tools #top-links {
    float: left;
    text-align: left;
    list-style: none;
    margin: 10px 10px 0 0;
}
#tools #top-links a {
    color: #777;
    text-decoration: none;
    font-weight: bold;
}
#tools #top-links a:hover {
    text-decoration: underline;
}
#tools #search {
    float: left;
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0010/118/global-slices.gif) no-repeat 0px 0px;
    width: 199px;
    height: 41px;
}
#header #search label {
    display: none;
}
#header #search .input {
    width: 108px;
    height:12px;
    padding: 2px;
    margin: 6px 3px 0 28px;
    font-size: 1em;
    border: 1px solid #000;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    float: left;
}
#header #search .button {
    width: 45px;
    height:19px;
    display: block;
    text-indent: -9999px;
    border: 0px solid red;
    cursor: pointer;
    background: none;
    font-size: 0px;
    line-height: 0px;
    /*position: absolute;
   margin-right: 18px;*/
   margin-top: 5px;
}
#header #search a {
    clear: both;
    font-size: 0.9em;
    margin-left: 28px;
    color: #666;
    text-decoration: none;
}
#header #search a:hover {
    text-decoration: underline;
}
#header #logo a {
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0010/118/global-slices.gif) no-repeat 0px -77px;
    width: 240px;
    height: 32px;
    text-indent: -9999px;
    margin: 7px 0 0 7px;
    float: left;
}
#banner {
    height: 114px;
    background: #000;
    overflow: hidden;
    width: 100%;
}
.ultramarine #banner{background:#194096;}
#page.teal #banner {
height:114px;
background:url(https://www.justice.qld.gov.au/__data/assets/image/0003/59133/banner-repeat.jpg) repeat-x 0 0;
}
.sper #banner { background-color: #fff;}
/* MENU
****************************************************************************************************************/
#menu {
    background:url(https://www.justice.qld.gov.au/__data/assets/image/0008/116/menu-bg.jpg) repeat-x;
    height: 25px;
    height: auto;
    position: relative;
    border-bottom: 1px solid #000;
    overflow: auto;
    height: 1%;
}
.purple #menu {border-bottom: 1px solid #5a3552;}
.blue #menu {border-bottom: 1px solid #000052;}
.green #menu {border-bottom: 1px solid #006B0A;}
.plum #menu { border-bottom: 1px solid #69002F;}
.steel-blue #menu {border-bottom: 1px solid #305569;}
.teal #menu {border-bottom: 1px solid #00595C;}
.ultramarine #menu{border-bottom:1px solid #052c82}
.warm-grey #menu{border-bottom:1px solid #a7998a}

#menu p a {
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0010/118/global-slices.gif) no-repeat 0px -109px;
    width: 257px;
    height: 14px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 6px;
}
#menu ul {
    list-style: none;
    padding-left: 10px;
    height: 25px;
}
#menu ul li {
    float: left;
}
#menu ul#menu-1 li a {
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
    background:url(https://www.justice.qld.gov.au/__data/assets/image/0009/108/bullet-big.gif) no-repeat 3px 5px;
    text-decoration: none;
    padding: 2px 7px 0px 20px !important;
    padding: 1px 7px 0px 20px;
    margin: 3px 10px 0 0;
    display: inline-block;
    height: 18px !important;
    height: 19px;
}
#menu ul#menu-1 li.active a {
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0010/118/global-slices.gif) no-repeat 0px -123px #666;
    color: #fff;
}
#menu ul#menu-1 li a:hover {
    text-decoration: underline;
}
#menu ul#menu-2 {
    z-index: 1;
    display: block;
    padding-left: 1px;
    height: auto;
    min-height: 23px;
    padding-bottom: 4px;
    position: relative;
}
.purple #menu ul#menu-2 {
    background: #704165;
    border-top: 1px solid #663b5c;
}
.blue #menu ul#menu-2 {
    background: #000066;
    border-top: 1px solid #000061;
}
.green #menu ul#menu-2 {
    background: #0E7D0E;
    border-top: 1px solid #006B0A;
}
.plum #menu ul#menu-2 {
    background: #7D1143;
    border-top: 1px solid #69002F;
}
.global #menu ul#menu-2 {
    background: #999999;
    border-top: 1px solid #666666;
}
.steel-blue #menu ul#menu-2 {
    background: #44697D;
    border-top: 1px solid #305569;
}
.teal #menu ul#menu-2 {
    background:#006D70;
    border-top: 1px solid #00595C;
}
.ultramarine #menu ul#menu-2 {
    background:#194096;
    border-top: 1px solid #052c82;
}
.warm-grey #menu ul#menu-2 {
    background:#bbad9e;
    border-top: 1px solid #a7998a;
}
#menu ul#menu-2 a {
    white-space: nowrap;
}
#menu ul#menu-2 a, #menu ul#menu-2 span {
    display: inline-block;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    background:none;
    text-decoration: none;
    padding: 0px 3px 7px 5px;
    margin: 3px 3px 0 0px;
    height: 16px;
}
#menu ul#menu-2 span {
    padding: 0px 0px 7px 0px;
    margin: 3px 0 0 0px;
}
#menu ul#menu-2 li.active a {
    font-weight: bold;
}
#menu ul#menu-2 li a:hover {
    text-decoration: underline;
}
/* RATING TOOL
****************************************************************************************************************/
#rating-tool {
    display: none;
}
#rating-wrapper {
    clear: both;
    float: right;
    border: 1px solid #d7d7d8;
    padding: 1px 5px;
    margin-top: 5px;
    -moz-border-radius: 5px;
}
#rating-wrapper p {
    float: left;
    margin-right: 5px;
    font-size: 0.9em;
    color: #666;
}
#rating-box {
    width: 60px;
    height: 11px;
    overflow: hidden;
    background-image: url(https://www.justice.qld.gov.au/__data/assets/image/0015/22038/ratings.jpg);
    background-repeat: no-repeat;
    float: left;
    margin-top: 2px;
}
.rating-0 {
    background-position: center -60px;
}
.rating-1 {
    background-position: center -48px;
}
.rating-2 {
    background-position: center -36px;
}
.rating-3 {
    background-position: center -24px;
}
.rating-4 {
    background-position: center -12px;
}
.rating-5 {
    background-position: center 0;
}
#rating-box a {
    padding-top: 20px;
    display: block;
    float: left;
    width: 12px;
    height: 11px;
}
#current-rating-wrapper {
    clear: both;
    float: right;
    display: none;
    border: 1px solid #d7d7d8;
    padding: 1px 5px;
    margin-top: 5px;
    -moz-border-radius: 5px;
}
#current-rating-wrapper p {
    float: left;
    margin-right: 5px;
    font-size: 0.9em;
    color: #666;
}
#current-rating {
    float: left;
    width: 60px;
    height: 11px;
    margin-top: 2px;
    overflow: hidden;
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0015/22038/ratings.jpg) no-repeat left -60px;
}
#rating {
    float: left;
    height: 11px;
    width: 0%;
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0015/22038/ratings.jpg) no-repeat left 0;
}
#rating span {
    display: none;
}
/* CONTAINER
****************************************************************************************************************/
#container {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #d8cfc6;
}
#container #left-col-wrapper {
    width: 24%;
    float: left;
    overflow: hidden;
}
#container #mid-col-wrapper {
    width: 51%;
    float: left;
    overflow: hidden;
    min-width: 501px;
    padding-bottom: 10px;
}
.col-2 #container #mid-col-wrapper {
    width: 76%;
}
.col-3 #container #mid-col-wrapper {
    width: 100%;
}
#container #right-col-wrapper {
    width: 24.9%;
    float: right;
    overflow: hidden;
}
#container #left-col {
    margin: 10px 3px 5px 5px;
    padding: 0px 5px 7px;
    position: relative;
    overflow: hidden;
    height: 1%;
}
#container #mid-col {
    margin: 10px 2px 5px 4px;
    background: #fff;
    border: 1px solid #7c6855;
}
#container #left-col-wrapper div.justice-statement{background:url(https://www.justice.qld.gov.au/__data/assets/image/0006/67308/nav-cap-grey.png) no-repeat 0 5px #fff;}
.justice-statement #section-heading{margin-top:160px;}
.col-2 #container #mid-col {
    margin: 43px 10px 5px 4px;
}
#container #right-col {
    margin: 0px 0px 5px 5px;
}
#acrobat, #acrobat-script {
    font-style: italic;
    text-align: center;
    font-size: 0.9em;
    padding: 0 10px;
}
#acrobat-script {
    display:none;
}
/* SEND TO A FRIEND FORM
****************************************************************************************************************/
#staf-form-bg {
    position: fixed !important;
    position: absolute;
    display: none;
    background: #000;
    filter:alpha(opacity=70);
    opacity: 0.7;
    z-index: 5000;
    width: 100%;
    height: 100% !important;
    height: 9999px;
    top: 0px;
    left: 0px;
}
#staf-form-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 5001;
}
#staf-form {
    background: #fff;
    padding: 10px;
    border: 1px solid #7C6855;
    width: 400px;
    display: block;
    margin: 230px auto;
}
#loadingSpan {
    position: absolute;
}
#content table, #staf-form table {
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
#staf-form table {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#content table th, #staf-form table th {
    background: #555;
    color: #fff;
    text-align: left;
    padding: 4px 6px;
    border-right: 1px solid #fff;
    border-bottom: 3px solid #fff;
}
#content table td, #staf-form table td {
    background: #efefef;
    padding: 4px 6px;
    border-right: 1px dotted #fff;
    vertical-align:top;
}
#content table .even td, #staf-form table .even td {
    background: #dbdbdb;
}
#content table tr td.t-heading, #staf-form table tr td.t-heading {
    background: #fff;
    font-weight: bold;
}
#content input, #content select, #content textarea, #staf-form input, #staf-form select, #staf-form textarea {
    font-size: 1em;
}
#content textarea, #staf-form textarea {
    font-family: verdana, arial, helvetica, sans-serif;
}
#content form td ul, #staf-form td ul {
    list-style: none;
    margin-left: 0px;
}
#staf-form h2 {
    margin-bottom: 10px;
}
#mid-col #content form h3 {
    background: #555;
    color: #fff;
    padding: 4px;
    font-weight: bold;
    margin-bottom: 0px;
}
span.required {
    color: red;
    font-size: 10px !important;
}
dl {
    display:block;
    margin:0.5em 0 1em 11em;
    position:relative;
}
dt {
    left:-11em;
    position:absolute;
    width:10em;
    font-weight:bold;
}
dd {
    margin:0;
    padding:0.25em 0;
}
dd span.sup{
    position:absolute;
    left:20em;
}
/* PAGE TOOLS
****************************************************************************************************************/
#page-tools {
    margin-bottom: 8px;
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0009/117/page-tools-bg.jpg) repeat-x;
    position: relative;
    display: block !important;
    display: inline-block;
    width: auto;
    height: 35px;
    overflow: hidden;
}
.col-2 #page-tools {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
}
#page-tools ul {
    background:url(https://www.justice.qld.gov.au/__data/assets/image/0010/118/global-slices.gif) no-repeat 0px -41px;
    display: block;
    height: 35px;
    width: 200px;
    list-style: none;
}
.simple-tools #page-tools ul {
    background:url(https://www.justice.qld.gov.au/__data/assets/image/0010/118/global-slices.gif) no-repeat 0px -143px;
}
#page-tools ul li {
    float: left;
}
#page-tools ul li.nojava, #page-tools ul li.empty {
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0009/117/page-tools-bg.jpg) 0px -7px repeat-x;
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 4px;
    margin-top: 7px;
    border: none;
}
#page-tools ul li.heading {
    text-align: center;
    width: 51px;
    display: block;
    line-height: 13px;
    color: #777777;
    font-size: 0.9em;
    margin-top: 2px;
}
#page-tools ul li a {
    display: block;
    width: 20px;
    height: 19px;
    margin-right: 5px;
    margin-top: 7px;
}
#page-tools ul li a:hover {
    border: 1px solid #000;
    margin-right: 3px;
}
#page-tools ul li a span {
    display: none;
}
#page-tools ul li.text-only-on-1, #page-tools ul li.text-only-off- {
    display: none;
}
/* RIGHT COL LINK BOXES
****************************************************************************************************************/
#cal-wrapper {
    display: none;
}
#right-col-boxes {
    margin-right: 5px;
    line-height: 1.4em;
    position: relative;
}
.link-box {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background: #e9e3db;
    border: 1px solid #7c6855;
    margin-bottom: 10px;
    position: relative;
}
.link-box h2 {
    padding: 8px 10px 8px 19px;
    display: block;
    font-size: 1.35em;
    color: #444;
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0009/108/bullet-big.gif) no-repeat 6px 11px #e0d9d0;
}
li span.mms{
    text-decoration:none;
    color:#333;

}
.link-box li, .free-box .link-list li {
    display: block;
    list-style: none;
    padding: 5px 5px 5px 20px;
    background:url(https://www.justice.qld.gov.au/__data/assets/image/0002/110/bullet-medium.gif) no-repeat 11px 9px #e9e3db;
}
.link-box li a, .free-box .link-list li a {
    display: block;
    font-weight: bold;
}
.link-box li span.date, .free-box .link-list li span.date {
    font-size:0.9em;
    color: #333;
}
.link-box li.even, .free-box .link-list li.even {
    background-color: #e0d9d0;
}
.link-box li.more, .free-box .link-list li.more {
    text-align: right;
    background-image: none;
    font-size: 0.9em;
    padding: 2px 5px 2px 20px;
}
.link-box li.more a, .free-box .link-list li.more a {
    font-weight: normal;
}
.link-box li.more span, .free-box .link-list li.more span {
    text-transform: lowercase;
}
.free-box .content ul.link-list{
    position:relative;
    top:-7px;
    left:-7px;
    margin:0 -14px 0 0;
}
.free-box {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background: #e9e3db;
    border: 1px solid #7c6855;
    margin-bottom: 10px;
    display: none;
}
.show {
    display: block;
}
.free-box h2 {
    padding: 8px 10px 8px 19px;
    display: block;
    font-size: 1.35em;
    color: #444;
    font-weight: bold;
    line-height: 1.1em;
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0009/108/bullet-big.gif) no-repeat 6px 13px #e0d9d0;
}
.free-box .content {
    padding: 7px;
}
.free-box .content ul {
    margin: 0 0 7px 20px;
}
.free-box .content ul ul {
    margin-bottom: 0px;
}
.free-box .content p {
    margin: 0 0 7px 0;
}
.free-box .content .rss-list ul {
    margin: 0 0 7px 10px;
}
.rss-list ul li, li.rss {
    list-style: none;
    background: none;
    padding-left: 10px;
}
.rss-list ul li a, li.rss a{
    display: block;
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0013/21046/rss.jpg) no-repeat left center;
    padding: 0 0 0 20px;
}
li.rss span{padding-left:10px;}
.ie6-fix {
    display: block;
}
.contacts .content {
    padding-top: 0px;
    overflow:auto;
    position: relative;
    height:1%;
}
.contacts .content h2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #444;
    margin-top: 10px;
    padding: 0px;
    display: inline-block;
    line-height: 1.2em;
    background: none;
}
.contacts .contacts-content .contact-heading, #format-contacts .contact-heading {
    float: left;
    width: 25%;
    clear: both;
    position: relative;
}
.contacts .contacts-content .contact-span, #format-contacts .contact-span {
    display: block;
    float: left;
    width: 74%;
    overflow: hidden;
    position: relative;
    height:1%;
}
#format-contacts .contact-heading {
    width: 25%;
}
#format-contacts .contact-span {
    width: 74%;
}
#format-contacts h2, #format-contacts h3 {
    clear: both;
}
#banner-slider-wrapper {
    width: 497px;
    height: 195px;
    position: relative;
    text-align: left;
}
/* BANNER FADE SLIDER
****************************************************************************************************************/
.sliderwrapper {
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 495px;
    height: 193px; /* Set height to be able to contain height of largest content shown*/
    border: 1px solid #7c6855;
    overflow: hidden;
    background: #fff;
}
#banners-noscript {
    overflow: hidden;
    height: 193px;
}
.sliderwrapper .contentdiv {
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;  /*leave as is*/
    top: 0;  /*leave as is*/
    background: white;
    width: 495px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
    filter:alpha(opacity=100);
    opacity: 1;
}
.sliderwrapper .contentdiv {
    position: static;
    background: none;
    visibility: visible;
    width: 495px;
}
.pagination1 {
    width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: right;
    background-color: navy;
    padding: 5px 10px;
}
.pagination1 a {
    padding: 0 5px;
    text-decoration: none;
    color: #00007D;
    background: white;
}
.pagination1 a:hover, .pagination1 a.selected {
    color: #000;
    background-color: #FEE496;
}
#togglerbg {
    width: 495px;
    height: 21px;
    background: #cacaca;
    filter:alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    bottom: 1px !important;
    bottom: 0px;
    left: 1px;
    z-index: 4000;
}
.pagination { /*style for DIV used to contain toggler links. */
    width: 481px;
    margin-top: 6px;
    background: none; /*always declare an explicit background color for fade effect to properly render in IE*/
    position: absolute;
    bottom: 2px;
    left: 7px;
    padding-left: 17px;
    z-index: 4001;
}
#banners-noscript #togglerbg, #banners-noscript .pagination {
    display: none;
}
.pagination a { /*style for every navigational link within toggler */
    display: -moz-inline-box;
    display: inline-block;
    border: 1px solid #bdc4de;
    font-family: tahoma;
    background: #fff;
    color: #999999;
    padding: 1px 5px;
    line-height: 1.2em;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}
.pagination a.selected, .pagination a.selected:hover {
    background: #3dd3fe;
    border: 1px solid #0066ff;
    color: black;
}
.pagination a:hover {
    background: #E4EFFA;
    color: black;
}
.glidecontenttoggler a.toc {
}
.pagination a.prev, .pagination a.next {
    width: 10px;
    height: 16px;
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0004/7969/pagination.gif) no-repeat -22px 0px;
    border: none;
    padding: 0 0 0 0;
    margin: 0 0 -2px 2px !important;
    margin: 0 0 0px 2px;
    text-indent: -9999px;
}
.pagination a.prev {
    margin: 0 2px -2px 0 !important;
    margin: 0 2px 0px 0;
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0004/7969/pagination.gif) no-repeat 2px 0px;
    position: absolute;
    left: 0px;
    top: 1px;
}
.pagination a.prev span, .pagination a.next span {
    display: none;
}
.pagination a.prev:hover {
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0004/7969/pagination.gif) no-repeat 0px 0px;
}
.pagination a.next:hover {
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0004/7969/pagination.gif) no-repeat -20px 0px;
}
#free-text-areas {
    border-top: 1px dotted #4f4f4f;
    margin-top: 6px;
    padding-top: 6px;
    clear: both;
    position: relative;
    overflow: hidden;
    width: 496px;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
}
#free-text-areas .text-box-wrapper {
    width: 248px;
    float: left;
}
#container #free-text-areas .box-1 h2, #container #free-text-areas .box-2 h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
    padding: 2px 4px 2px 15px;
    font-weight: bold;
    color: #fff;
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0016/8323/bullet-medium-w.gif) #7c6a55 no-repeat 5px 6px;
}
#free-text-areas .box-1 {
    border-right: 1px solid #666;
    padding-right: 8px;
}
#free-text-areas .box-2 {
    border-left: 1px solid #666;
    padding-left: 8px;
    margin-left: -1px;
}
#container #free-text-areas .justice h2 {
    background-color: #704165;
}
#container #free-text-areas .corporate h2 {
    background-color: #000066;
}
#container #free-text-areas .fasw h2 {
    background-color: #0E7D0E;
}
.ultramarine #container #free-text-areas h2 {
    background-color: #194096;
}
#free-text-areas .text-box .content a {
    font-weight: bold;
}
#free-text-areas .text-box .content {
    padding: 5px;
}
#free-text-areas .text-box p {
    margin-bottom: 0.7em;
    font-family: tahoma;
}
#free-text-areas .box-3, #free-text-areas .box-4 {
    padding: 10px;
    border: 1px solid #7c6855;
    background: #fff;
    margin: 10px 5px 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#free-text-areas .box-4 {
    margin: 10px 0px 10px 5px;
}
#container #free-text-areas .box-3 h2, #container #free-text-areas .box-4 h2 {
    background: none;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}
#free-text-areas .box-3 .content, #free-text-areas .box-4 .content {
    padding: 0px;
}
.purple #free-text-areas .box-3 h2, .purple #free-text-areas .box-4 h2 {
    color: #704165;
}
.blue #free-text-areas .box-3 h2, .blue #free-text-areas .box-4 h2 {
    color: #704165;
}
.green #free-text-areas .box-3 h2, .green #free-text-areas .box-4 h2 {
    color: #0E7D0E;
}
.plum #free-text-areas .box-3 h2, .plum #free-text-areas .box-4 h2 {
    color: #7D1143;
}
.teal #free-text-areas .box-3 h2, .teal #free-text-areas .box-4 h2 {
    color: #006D70;
}
#free-text-areas ul {
    margin-left:1em;
}
/* FOOTER
****************************************************************************************************************/
#footer {
    height: 75px;
    background: url(https://www.justice.qld.gov.au/__data/assets/image/0006/114/footer-bg.jpg) repeat-x #fff;
    text-align: center;
    padding-top: 20px;
    font-size: 0.9em;
}
#footer a {
    color: #333;
    font-size: 1em;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .links a {
    font-size: 1.1em;
}
#edit-bar {
    padding: 10px;
    text-align: center;
    color: #fff;
    background: green;
}
#edit-bar a {
    color: #fff;
}
.list-none {
    list-style:none;
}
.hscroll {
    overflow:auto!important
}