    /*----------------------------------------
    Main stylesheet for: Gerlan Consulting
    Author: Libby Chapman
    Email: Libby@simb.com.au
    Author website: http://www.simb.com.au
    ----------------------------------------*/ 
    
    /*----------------------------------------  
    Colour Master List
    
    Blue : #143482          
    Tan: #944125
    Off-white: #f0f5fb
    Dark blue (text): #071229
    ----------------------------------------*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;                
    margin: 0;
    outline: 0;     
    padding: 0;
}
    
html
{
    background: #FEF8E9 url(../images/bk_page_dark.png) top left repeat-x;
}

body 
{       
    color: #2e1e20;     
    font: 0.9em/1.5em  Helvetica, Arial, sans-serif;
    margin: 20px auto 0 auto;      
    width: 960px !important;   
}

/* Type and styling -------------------------------------------------------------------------------------  */

h1, h2, h3, h4, h5, h6
{
    color: #944125;
    font-size: 1.4em;    
    line-height: 1.2em;
    padding-bottom: .2em; 
}

    h1
    {
        font-weight: bold;     
    }
    
    h2
    {
        font-size: 1.3em;            
        font-weight: normal;
    }

    h3, h4
    {
        font-size: 1.3em;
        font-weight: bold;         
    }
    
    h5, h6
    {
        color: #4b3538;        
        font-size: 1.1em;
    }    
    
    #sidebar h2, #sidebar h3
    {
        color: #4b3538;
        font-weight: bold;      
    }
    
    #header h4
    {                  
        color: #412b2d;          
        font-size: 45px;
        font-weight: bold;
        position: absolute;
            top: 10px;
            left: 190px;
        width: 500px;
    }    
    
    #header h5
    {                  
        color: #412b2d;         
        font-size: 15px;
        font-weight: bold;
        position: absolute;
            top: 70px;
            left: 192px;
        width: 550px;        
    }
    
        #header h5 em
        {                  
            color: #cbdffc;
            font-weight: bold; 
        }
        
    #header h6
    {                  
        color: #944b44;          
        font-size: 15px;
        font-weight: bold;
    }        

p
{
    line-height: 1.5em; 
    padding-bottom: 0.8em;     
}

.left
{
    float: left;
}

.right
{
    float: right;
}

strong
{
	font-weight: bold;
}

.center
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .Rpadding
    {
        padding-right: 20px;
    }
    
    .Lpadding
    {
        padding-left: 20px;
    }    
    
    .Bpadding
    {
        padding-bottom: 20px;
    }
    
textRight
{
    text-align: right;
}
 
ul
{
    padding-bottom: 0.8em;  
}
    
    li
    {
        background: url(../images/bullet.png) top left no-repeat;
            background-position: 0 4px;   
        font-size: 13px;  
        line-height: 20px;
        list-style-type: none; 
        margin-left: 30px;
        padding-left: 20px;     
    } 

blockquote
{
    background: url(../images/i_pen_16.png) bottom right no-repeat;
    margin-bottom: 20px; 
}   

    .author
    {
        color: #333;
        font-style: italic;
        padding-right: 20px; 
        padding-bottom: 20px;        
        text-align: right;
    }
    
        .author a
        {
            color: #333;
            text-decoration: none;
            border-bottom: 1px dashed;
        }  
        
        .author a:hover
        {
            color: #666;
        }
        
a
{
    color: #071229;
    text-decoration: underline;
}

    a:hover
    {
        color: #944125;
    }      
    
    ul a
    {
        border-bottom: 0 none;
        text-decoration: none;
    }      
        
.button, #submit
{
    background: #7183b0 url(../images/bk_nav_light.png) top left repeat-x; 
    border: 1px solid #071229; 
    color: #f0f5fc;
    cursor: pointer;
    display: block;
        height: 1.6em;   
    font-size: 1em;
    font-weight: bold;
    line-height: 1.6em;        
    margin: 0 auto;
    padding: 6px;
    text-align: center;
    vertical-align: middle;     
    width: auto;     
} 

    a.button:hover, #submit:hover
    {
        background-image: none;
        color: #fff; 
    } 
    
.highlight
{
    color: #944125;
}  

.divider
{
    border-bottom: 1px dashed #cc7d82;
    display: block;
    height: 10px;
    margin-bottom: 20px;
    width: 100%;     
}         

/* Layout -------------------------------------------------------------------------------------  */ 

    #header
    {
        background: #e5e5e5 url(../images/bk_header.png) top left repeat-x;
        height: 60px; 
        padding: 20px;
        position: relative;        
        width: 920px;  
        border-radius-top-left-radius: 10px;           
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;    
        border-radius-top-right-radius: 10px;           
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;                        
    }

        #headerRight
        {
            position: absolute;
                top: 35px;
                right: 20px;
            text-align: right;
        }
        
    #main
    {     
        background: #fff url(../images/bk_page_light_40.png) top left repeat-x;         
        position: relative;
    }
    
    #content
    {
        
        min-height: 740px;
        padding: 40px 20px 20px 20px;
        width: 640px;
    }
    
    #sidebar
    {
        padding: 40px 20px 20px 20px;         
        position: absolute;
            top: 0;
            right: 20px;
        width: 220px;
    }
    
    #footer
    {
        background: #944b44 url(../images/bk_nav_light.png) top left repeat-x;   
        clear: both;
        color: #ccc;
        margin-bottom: 20px;
        padding: 10px 20px;
        text-align: center;
        width: 920px;    
        border-radius-bottom-left-radius: 10px;           
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;    
        border-radius-bottom-right-radius: 10px;           
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;                     
    }  
    
    
    
    
/* Nav -------------------------------------------------------------------------------------  */ 
    #nav
    {
        background: #944b44 url(../images/bk_nav_light.png) top left repeat-x;         
        border-bottom: 1px solid #412b2e;
        border-top: 1px solid #412b2e;        
        height: 40px;
        padding-bottom: 0;
    }    
    
    ul#nav li
    {
        background: none;
        float: left;
        height: 100%;          
        line-height: 40px;
        list-style-type: none;
        margin: 0;           
        padding: 0;
    }
    
        ul#nav li a
        {
            border: 0 none;
                border-left: 1px solid #412b2e;             
            color: #fff;
            float: left; 
            font-weight: bold;
            height: 100%;
            line-height: 40px;               
            text-decoration: none;          
            padding: 0 20px;            
        }

            ul#nav li:first-child a
            {
                border-left: 0 none;
            }
            
            ul#nav li a:hover, ul#nav li a.selected 
            {
                background-color: #cc7d82;
                background-image: none;
                color: #fff;
            }   
            
            ul#nav li a.selected  
            {
                color: #412b2e;
            }
            
/* Footer & Nav -------------------------------------------------------------------------------------  */     
      
        #footer a
        {
            border-bottom: 1px dashed;
            color: #ccc;
            text-decoration: none;
        }
            
            #footer a:hover 
            {
                
                color: #fff;
            }
    p
    {
        color: ccc;
        font-size: 0.9em;
        padding-bottom: 0;
        padding-top: 10px;
    }
                          
