/*
  *** Department of Lands ***
  Content (c) Copyright 
  Running Squiz MySource v3.16.10 (Matrix) - http://matrix.squiz.net/
  Developed by Squiz  - http://www.squiz.net
  (c) Copyright 2008. All rights reserved.
  Page generated: 30 August 2008 19:15:25
  Warranty key: OTk3M2YxMDAxODM3YXUyMDEwMDYzMA==
*/


/* -------------------------------------------------------------------------------------------------------

    main.css - This stylesheet forms the basis of both the home and inside templates.
               The "inside.css" over rides any styles in this stylesheet.

    Index:
        - Page Container
        - Min width for both IE & Complient Browsers
        
        - Header Container
          > Site Logo
        - Content Container
          > Body Copy
        - Footer Container

------------------------------------------------------------------------------------------------------- */
    
        /*
            -- Font Size Guide
        
            11pt = x-small * 110%
            12pt = x-small * 120%
        
        */
        
/* ---------------------------------------------------------------------------------------------------- */

        body
        {
            margin: 0;
            padding: 0;
            font-family: Arial, Helvetica, Verdana, sans-serif;
            font-size: x-small;
        }
        
        a
        {
            text-decoration: none;
        }
        
        a:hover
        {
            text-decoration: underline;
        }
        
        input
        {
            font-size: 100%;
        }
        
        .clear-both
        {
            clear: both;
            height: 0px;
            overflow: hidden;
        }
        
        #skip-links
        {
            display: none;
        }
        
/* ---------------------------------------------------------------------------------------------------- Page Container */
        
        #page-container
        {
            z-index: 2;
            position: relative;
            font-size: 110%;
        }
        
        * html #page-container
        {
            text-align: center;
        }
        
        #body-background
        {
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 25.09em;
            background: #F8901E url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0010/5041/page-bg.gif) -6px -4px repeat;
            background: #F8901E url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0010/5041/page-bg.gif) -4px 0px repeat;

        }
        
/* ---------------------------------------------------------------------------------------------------- Start: Min width for both IE & Complient Browsers */
        
        /* Give the min-width property
            to complient browsers */
        #page-container[id]
        {
            min-width: 68.0em;
        }
        
        * html .min-width
        {
            padding-left: 68.0em;
        }
        
        * html .min-container
        {
            position: relative;
            margin-left: -68.0em;
        }
        
        /* Hide from IE Mac \*/
        * html .min-width,
        * html .min-container,
        * html .min-keep-padding
        {
            position: relative;
            height: 1px;
        }
        /* End hide from IE Mac */
        
/* ---------------------------------------------------------------------------------------------------- End:   Min width for both IE & Complient Browsers */


/* ---------------------------------------------------------------------------------------------------- Inner Page Container */

        #inner-page-container
        {
            position: relative;
            text-align: left;
        }

/* ---------------------------------------------------------------------------------------------------- Header Container */
        #header-container
        {
            position: relative;
            z-index: 2;
            color: #fff;
            width: 100%;
        }

/* ---------------------------------------------------------------------------------- Date */

        #header-container .date
        {
            float: left;
            margin: 1.63em 0 1.0em 0;
            padding: 0;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 110%;
            background: #F8901E;
        }

/* ---------------------------------------------------------------------------------- Search Container */        

        #header-container #search-container
        {
            
            position: relative;
            float: right;
            width: 12.0em;
            margin: 0.73em 0 0 0;
            background: #F8901E;
        }
        
        #header-container #search-container .sc-padding
        {
            padding: 0.36em 0.18em 0.36em 0.55em;
        }
        
/* -------------------------------------------------------------- Simple Search */    
        
        #search-container .simple-search
        {
            width: 100%;
            overflow: hidden;
        }
        
        #search-container .simple-search label
        {
            display: inline;
            float: left;
            margin: 0.2em 0.18em 0 0;
            text-transform: uppercase;
            font-size: 90%;
        }
        
        #search-container .simple-search .ss-bg
        {
            float: left;
            width: 7.27em;
            background: #fff url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0017/5039/field-bg_tr.gif) 100% 0 no-repeat;
        }
        
        #search-container .simple-search .ss-bg div
        {
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0015/5037/field-bg_br.gif) 100% 100% no-repeat;
        }
        
        #search-container .simple-search .ss-bg div div
        {
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0014/5036/field-bg_bl.gif) 0 100% no-repeat;
        }
        
        #search-container .simple-search .ss-bg .ss-bg-last
        {
            width: 100%;
            padding: 0.09em 0 0.18em 0;
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0016/5038/field-bg_tl.gif) 0 0 no-repeat;
            overflow: hidden;
        }
        
        #search-container form
        {
            margin: 0;
            padding: 0;
        }
        
        #search-container .simple-search input
        {
            float: left;
            width: 4.55em;
            padding: 0;
            margin: 0 0 0 0.55em;
            border: 0;            
        }

        * html #search-container .simple-search input
        {
            width: 4.45em;
        }

        #header-container #search-container .simple-search .submit-button
        {
            float: left;
            margin: 0.09em 0 0 0;
            background: none;
        }
        
        #search-container .simple-search .submit-button input
        {
            position: absolute;
            right: 5px;
            width: 17px;
            height: 12px;
            font-size: 0px;
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0014/5027/search-go.gif) 0 0 no-repeat;
            color: #fff;
            cursor: pointer;
        }

/* -------------------------------------------------------------- Advanced Search */    

        #header-container .advanced-search
        {
            display: block;
            margin: 0.27em 0 0.36em 0;
            padding: 0 0 0 9px;
            font-size: 90%;
            text-transform: uppercase;
            color: #fff;
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0012/5034/bullet_arrow.gif) 0 0.27em no-repeat;
        }

/* ----------------------------------------------------------------- Take Me Menu */                

        #menu-take-me
        {
            position: relative;
            z-index: 2;
            background: #fff;
        }
        
        #menu-take-me h2
        {
            display: block;
            margin: 0;
            text-transform: uppercase;
            font-size: 85%;
            font-weight: normal;
            color: #7f7f82;
            background: #fff url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0017/5039/field-bg_tr.gif) 100% 0 no-repeat;
            cursor: pointer;
        }
        
        #menu-take-me h2 span
        {
            display: block;
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0015/5037/field-bg_br.gif) 100% 100% no-repeat;
        }
        
        #menu-take-me h2 span span
        {
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0014/5036/field-bg_bl.gif) 0 100% no-repeat;
        }
        
        #menu-take-me h2 span span span
        {
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0016/5038/field-bg_tl.gif) 0 0 no-repeat;
        }
        
        #menu-take-me h2 span span span span
        {
            position: relative;
            z-index: 2;
            padding: 0.18em 0.55em 0.09em 0.55em;
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0011/5042/small-up-down-arrows.gif) 97% 49% no-repeat;
        }
        
        * html #menu-take-me h2 span span span span
        {
            height: 1%;
        }
        
        #menu-take-me .drop-down
        {
            display: none;
            position: absolute;
            top: -3px;
            width: 10.75em;
            margin: 0;
            padding: 1.0em 0 0.36em 0;
            font-size: 105%;
            /* Opacity */
            filter: alpha(opacity=85);
            -moz-opacity:0.85;
            opacity: 0.85;    
        }
        
        #menu-take-me .drop-down div
        {
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0013/5044/take-me_br.gif) 100% 0 no-repeat;
            /* Opacity */
            filter: alpha(opacity=95);
            -moz-opacity:0.95;
            opacity: 0.95;
        }
        
        #menu-take-me .drop-down div div
        {
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0012/5043/take-me_bl.gif) 0 0 no-repeat;
        }
        
        #menu-take-me .drop-down div div div
        {
            height: 7px;
            margin: 0 7px;
            background: #fff;
            overflow: hidden;
        }
        
        #menu-take-me ul
        {
            margin: 0;
            padding: 1.0em 0 0 0;
            background: #fff;
            list-style: none;
        }
        
        #menu-take-me li 
        {
            padding: 0 0.3em;
            background: none;
        }
        
        #menu-take-me li a
        {
            font-size: 85%;
            color: #000;
            background: none;
        }
        
        #menu-take-me:hover .drop-down,
        #menu-take-me.hover .drop-down
        {
            display: block;
        }
        

/* ----------------------------------------------------------------------------------- Body Copy */

        /* IE Win Fix For Float Problem (3px) \*/
        * html #body-copy
        {
            position: relative;
            height: 1%;
            overflow: visible;
        }
        /* End Hide from IE MAC */    


        
/* ---------------------------------------------------------------------------------------------------- Footer Container */

        #footer-container
        {
            background: #f8901e;
            width: 100%;
            overflow: hidden;
        }
        
        #footer-container .footer-logo
        {
            float: right;
            width: 150px;
            height: 25px;
            margin: 0.35em 0.45em 0.45em 0;
            text-indent: -10000px;
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0009/5040/lands-logo-footer.gif) 0 0 no-repeat;
        }
        
        #footer-container .nsw-gov-logo
        {
            float: right;
            width: 31px;
            height: 25px;
            margin: 0.35em 1.27em 0.45em 0;
            text-indent: -10000px;
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0016/5335/nsw-gov-logo.gif) 0 0 no-repeat;
        }
        
        #footer-container ul
        {
            margin: 1.6em 0 1.1em 1.9em;
            padding: 0;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 95%;
            list-style: none;
        }
        
        #footer-container li
        {
            float: left;
            padding: 0 0.5em 0 0.5em;
            border-right: 1px solid #fff;
            line-height: 0.9em;
        }
        
        #footer-container li.last
        {
            border: none;
        }
        
        #footer-container li a
        {
            float: left;
            position: relative;
            color: #fff;
        }
/* ---------------------------------------------------------------------------------- News Scroller */        
        
        #header-container #news-scroller
        {
            position: relative;
            clear: left;
            width: 44.09em;
            height: 2.0em;
            margin: 0 0 0.64em 0;
            background: #F8901E;
            overflow: hidden;
        }
        
        #header-container #news-scroller h2
        {
            display: none;
        }
        
        #header-container #news-scroller marquee
        {
            position: absolute;
            top: 0.36em;
            left: 30px;
            width: 50.0em;
            height: 1.2em;
            margin: 0;
            padding: 0 0 0 0;
         
            list-style: none;
            overflow: hidden;
        }
        #header-container #news-scroller span
        {
          
            padding: 0 0.55em 0 3.5em;
            background: url(http://rgdirections.lands.nsw.gov.au/__data/assets/image/0013/5035/bullet_news.gif) 0.35em 0.27em no-repeat;
            overflow: hidden;
        }


        #header-container #news-scroller li
        {
            display: inline;
            padding: 0 0.55em 0 0;
        }

        #header-container #news-scroller a,  #header-container #news-scroller a:link,  #header-container #news-scroller a:hover,  #header-container #news-scroller a:visited
        {
            text-transform: uppercase;
            color: #fff;
            padding: 0 0.55em 0 0;
        }

