﻿
/*   Note: Divisional colour variations start around line 250,
     all other styles should be the same across all sites   */


body
{ 
    font-family: 'Open Sans', Arial, Verdana, sans-serif; 
    font-size: 80%; 
    color: #000; 
    font-weight: normal;
}

body, p, tr, ul, ol,li
{ 
    margin-bottom: 5px;
    margin-top: 2px; 
}

a img{border:0;outline:none;} /* CFa Squiz 24/01/2012 - to fix bordered img links */


li li, li ul{font-size:100%} /* CFa Squiz 24/01/2012 - to fix scaling down issue */


body {
    background-color: #FFFFFF;
      
}

#Top_Line1 {
    clear: both;
    width: 100%;
    max-width: 76em;
    min-width: 44em;
    margin: 0 auto 0 auto;
    min-height: 44em;
}

#Top_Line1_R1C1 {
    position: relative;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#Top_Line1_R1C2 {
    position: relative;
    float: left;
    font-size: 32px;
    padding-top: 10px;
}

#Header_Right_Feature_Image {
    position: relative;
    float: right;
}

#Top_Line2 {
    background-color: #767676;
    text-align: left;
    background-image: url(/images/tas_gov_au_bg.gif);
    background-repeat: repeat-y;
    clear: both;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #333333;
}

#Top_Line2_R1C1 {
    position: relative;
    float: left;
}

#Top_Line2_R1C2 {
    float: right;
    font-family: Arial, Verdana, Helvetica, san-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0px 2px 0px 2px;
    position: relative;
}

#Top_Line2_R1C2 a {
    color: #FFFFFF;
    text-decoration: none;
}

#Top_Line3 {
    clear: both;
    padding-left: 6px;
}

#Top_Line3_R1C1 {
    float: left;
    font-family: Arial, Verdana, Helvetica, san-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    padding-top: 7px;
    text-transform: uppercase;
    position: relative;
    left: 106px;
    top: -26px
}

#Top_Line3_R1C1 a {
    color: #FFFFFF;
    text-decoration: none;
    background: #767676;
}

#breadcrumbs {
    margin-top: 2px;
}

#breadcrumbs a:hover {
   text-decoration: underline
}

#footer {
    background-color: #EEEEEE;
    border-top: 1px solid #000000;
    padding-bottom: 35px;
    clear: both;


     
}

#footer_bar {
    color: #333333;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 85%;
    max-width: 76em;
    min-width: 44em;
    margin: 4px auto 10px auto;
}

#footer_bar a {
    color: #000;
    text-decoration: none;
}

#para_under_footer_bar {
    position: relative;
    float: left;
    width: 100%;
}

#text_under_footer_bar {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: 85%;
    max-width: 76em;
    min-width: 44em;
    margin: 0 auto 0 auto;
}
#text_under_footer_bar a {
    color: #000;
}

ul ol{
font-size: 100%;
margin-bottom: 5px;
}


ol.d {
list-style-type:lower-alpha;
margin-left: 80px;
margin-bottom: 10px;
}

ol.e {
list-style-type:none;
font-size: 100%;
margin-left: 0px;
}

li {
margin-top: 3px;
margin-bottom: 6px;
}

caption {
font-size: 90%;
font-weight: bold;
margin-top: 10px;
margin-bottom: 3px;
}

/*   -----------   Divisional colour variations start here   -----------   */

h1 {
      font-family: Verdana;
      font-size: 130%;
      color: #000000;
      border-bottom: 2px solid #000;    
      padding-bottom: 3px;
      padding-top: 5px;
      padding-left: 0px;
      font-weight: normal;
      margin-bottom: 17px;
      margin-top: 5px;
  }


.Highlighted_heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    background-color: #F0F0EE;
    margin-bottom: 5px;
    display: block;
}

hr {
    height: 1px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CC3300;
    border-top-width: 0px;
    border-top-style: none;
}

a {
    text-decoration: underline;
    }

a:hover {
    color: #CC3300;    
    text-decoration: underline;
    }


  
/* main content, middle column, margins match left and right column widths */
#content-area {
}

#content-area-internal {
    overflow: visible; /* IE Italics FIX */
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}


 
/* IE 3px Float FIX (hide from IE5 Mac) \*/
* html #content-area-internal
{
    height: 1%;
}
/* end hide from IE5 Mac */



div.clearfloat {
clear: both;
}

@media screen and (max-width: 1000px) {
h1 {
      font-family: Verdana;
      font-size: 230%;
      color: #000000;
      border-bottom: 2px solid #000;    
      padding-bottom: 3px;
      padding-top: 5px;
      padding-left: 0px;
      font-weight: normal;
      margin-bottom: 17px;
      margin-top: 5px;
  }
   
}



