    /*----------------------------------------
    Main stylesheet for: Sam Prochilo
    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: #f9fbf3 url(../images/bk_gradient.png) top left repeat-x;
}

body 
{       
    background: url(../images/herbs.jpg) top left no-repeat;    
    color: #071229;     
    font: 0.8em/1.4em  Verdana, Helvetica, sans-serif;     
    width: 100%;     
}

/* 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
    {
        color: #143482;
        font-size: 1.3em;            
        font-weight: normal;
    }

    h3, h4
    {
        color: #143482;
        font-size: 1.3em;
        font-weight: bold;         
    }
    
    h5, h6
    {
        color: #071229;        
        font-size: 1.1em;
    }    
    
    #sidebar h2, #sidebar h3
    {
        color: #143482;
        font-weight: bold;      
    }
    
    #header h4
    {                  
        color: #f0f5fc;          
        font-size: 36px;
        font-weight: bold;
    }    
    
    #header h5
    {                  
        color: #d4d9df;          
        font-size: 14px;
    }
    
        #header h5 em
        {                  
            color: #cbdffc;
            font-weight: bold; 
        }
        
    #header h6
    {                  
        color: #f0f5fc;          
        font-size: 14px;
    }        

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

.left
{
    float: left;
}

.right
{
    float: right;
}

.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/i_leaf.png) top left no-repeat;
            background-position: 0 4px;     
        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
{
    border-bottom: 1px dashed;
    color: #000000;
    text-decoration: none;
}

    a:hover
    {
        color: #444444;
    } 
    
    table a
    {
        border: 0;
    }           
        
.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 #143482;
    display: block;
    height: 10px;
    margin-bottom: 20px;
    width: 100%;     
}  

strong
{
	font-weight: bold;
}

#obligation_free_quotes
{
	display: block;
	width: 252px;
	height: 70px;
	text-decoration: none;
	background: url('../images/obligation_free_quotes.png') top left no-repeat;
	border-bottom: none;
	margin-top: 5px;
}

	#obligation_free_quotes:hover
	{
		background: url('../images/obligation_free_quotes.png') bottom left no-repeat;
	}        

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

    #wrapper
    {
        margin: 0 auto; 
        width: 960px !important;
    }
    
    #header
    {
        background: #97c140 url(../images/bk_header_dark.png) bottom left repeat-x;
        height: 60px; 
        padding: 20px;
        position: relative;        
        width: 920px;          
    }

        #headerRight
        {
            position: absolute;
                bottom: 20px;
                right: 20px;
            text-align: right;
            width: 220px;
        }
        
    #main
    {     
        background: #FFFFFF 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
    {
        background-color: #e4ebd0;
        padding: 40px 20px 20px 20px;         
        position: absolute;
        top: 0;
        right: 0px;
        width: 220px;
        height: 92%;
    }
    
    #footer
    {
        background: #97c140 url(../images/bk_header_dark.png) bottom left repeat-x;
        clear: both;
        color: #000000;
        padding: 10px 20px;
        text-align: center;
        width: 920px;            
    }  
    
    
    
    
/* Nav -------------------------------------------------------------------------------------  */ 
    #nav
    {
        background: #333333 url(../images/bk_nav_light.png) top left repeat-x;         
        border-bottom: 1px solid #CCCCCC;
        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-right: 1px solid #666;             
            color: #CCCCCC;
            float: left; 
            font-weight: bold;
            height: 100%;
            line-height: 40px;               
            text-decoration: none;          
            padding: 0 20px;            
        }
            
            ul#nav li a:hover, ul#nav li a.selected 
            {
                background-color: #666666;
                background-image: none;
                color: #fff;
            }   
            
            ul#nav li a.selected  
            {
                color: #f0f5fc;
            }
            
/* Footer & Nav -------------------------------------------------------------------------------------  */     
      
        #footer a
        {
            border-bottom: 1px dashed;
            color: #000000;
            text-decoration: none;
        }
            
            #footer a:hover 
            {
                
                color: #444444;
            }
    p
    {
        color: ccc;
        font-size: 0.9em;
        padding-bottom: 0;
        padding-top: 10px;
    }
                          