/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 31 July 2010 03:00:57
*/


/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 17 November 2008 14:09:33
*/


/* CSS Document */

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



/* ---------------------------------------------------------------------------------------------------- Left Column */        


    #left-column
    {
        z-index: 1;
        position: relative;
        float: left;
        width: 190px;
        margin: 0 0 0 -190px;
        color: #00689A;
    }
    
    #left_column_padding
    {
        padding: 0em 0 0 0px;
    }
    
    #left-column p
    {
        margin: 0;
    }
    
    #left-column img
    {
        margin: 8px 0 0 0;
    }

/* ---------------------------------------------------------------------------------------------------- Content Container */    

    #content-container
    {
             font-size: 120%;
             margin-top: 10px;
             clear: both;
    }
    
    /* IE WIN FIX FOR FLOAT PROBLEM \*/
    * html #content-container
    {
        position: relative;
    }
    /* End Hide from IE MAC */        
    
    #right-colour
    {
    }
    
    #left-colour
    {
        margin: 0 0px 0 0;
    }
    
    #middle-colour
    {
        margin: 0 0 0 190px;
    }
    
    /* IE WIN FIX FOR FLOAT PROBLEM \*/
    * html #middle-colour
    {
        position: relative;
        height: 1%;
    }
    /* End Hide from IE MAC */
        
        
/* ---------------------------------------------------------------------------------------------------- Body Copy */
        
        #body-copy
        {
            width: 710px;
            padding: .9em 0 0 2em;
            color: #333;
            float: left;
        }
        
        /* IE WIN FIX FOR FLOAT PROBLEM \*/
        * html #body-copy
        {
            position: relative;
            height: 1%;
            overflow: visible;
        }
        /* End Hide from IE MAC */
        
/* ---------------------------------------------------------------------------------------------------- Footer */        

        #footer
        {
            margin-left: 210px;
            height: 4.0em;
            text-align: left;
            line-height: 3.5em;
        }