    /*----------------------------------------
    Main stylesheet for: Integra Fire Services
    Author: Libby Chapman
    Email: Libby@simb.com.au
    Author website: http://www.simb.com.au
    ----------------------------------------*/ 
    
    /*----------------------------------------  
    Colour Master List
    
    Red (eg h1): #b41019;
    Dark red: #5d0509;
    Main text: #1a1a18;
    Background: #e0ded6;
    Blue (links): #002a54;   
    ----------------------------------------*/ 

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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; 
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    line-height: normal;
}
    
html
{
     
}

body 
{
    font: 0.8em/1.5em  verdana, ariel, sans-serif;
    color: #1a1a18;
    background: #8e8e89 url(../images/outer_bk.jpg) top left repeat-x;                  
}

.left
{
    float: left;
    padding-right: 6px;
}

.right
{
    float: right;
    padding-left: 6px;
}

h1, h2, h3, h4
{
    padding-bottom: .6em;
}

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

h1
{
    color: #b41019;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: bold;
}

h2
{
    color: #003364;    
}

h3, h4
{
    color: #2d5ca6;
    font-weight: bold;
    font-size: 1.2em; 
}

h4
{
    color: #1a1a18;
    font-size: 1em;
}

ul li
{
    list-style-type: none;
    background: url(../images/bullet.gif) top left no-repeat;
    padding: 0 0 0.25em 18px;
    background-position: 0 2px;
}

a
{
    color: #002a54;
    outline: none;
    text-decoration: none;
}

    .dotted
    {
         border-bottom: 1px dashed #002a54;   
    }

a:hover
{
    color: #0053a5; 
}

    a.dotted:hover 
    {
        border-bottom: 1px #0053a5 solid;
    }
    
.emphasis
{
    font-weight: bold;
    color: #5d0509;
}

.blue
{
    color: #002a54;
}

.brown
{
        color: #48483f;
}

/* Navigation ----------------------------------------  */
 
#nav, #nav2
{
    position: absolute;
    margin: 212px 0 0 21px;      
}

#nav2
{
    margin-left: 201px;
}

    #nav ul, #nav2 ul
    {     
        list-style: none;
        margin: 0;         
        padding: 0;       
    }
    
    #nav ul li, #nav2 ul li
    {     
        background: none;        
        padding: 0;       
    }    
    
    #nav_profile
    {
            background: url(../images/nav_profile.gif) top left no-repeat;
            display: block;
            height: 20px;
            width: 180px;                 
    }
    
    #nav_profile:hover, #profile #nav_profile
    {
        background-position: 0 -20px;         
    }
    
    #nav_offer
    {
            background: url(../images/nav_offers.gif) top left no-repeat;
            display: block;
            height: 22px;
            width: 180px;                 
    }
    
    #nav_offer:hover, #offer #nav_offer
    {
        background-position: 0 -22px;         
    }
    
    #nav_products
    {
            background: url(../images/nav_products.gif) top left no-repeat;
            display: block;
            height: 24px;
            width: 180px;                 
    }
    
    #nav_products:hover, #products #nav_products
    {
        background-position: 0 -24px;         
    }
    
    #nav_services
    {
            background: url(../images/nav_services.gif) top left no-repeat;
            display: block;
            height: 25px;
            width: 180px;                 
    }
    
    #nav_services:hover, #services #nav_services
    {
        background-position: 0 -25px;         
    }
    
    #nav_news
    {
            background: url(../images/nav_news.gif) top left no-repeat;
            display: block;
            height: 20px;
            width: 117px;                 
    }
    
    #nav_news:hover, #news #nav_news
    {
        background-position: 0 -20px;         
    }
    
    #nav_employment
    {
            background: url(../images/nav_employment.gif) top left no-repeat;
            display: block;
            height: 22px;
            width: 117px;                 
    }
    
    #nav_employment:hover, #employment #nav_employment
    {
        background-position: 0 -22px;         
    } 
    
    #nav_contact
    {
            background: url(../images/nav_contact.gif) top left no-repeat;
            display: block;
            height: 24px;
            width: 117px;                 
    }
    
    #nav_contact:hover, #contact #nav_contact
    {
        background-position: 0 -24px;         
    }                         
          
#subnav
{
    margin: 204px 80px 0 0;
    width: 120px;
    font-size: 11px;
    line-height: normal;
    float: right;
    display: inline;
}

    #subnav ul
    {
        margin: 0;
        padding: 0;
    }
    
    #subnav ul li
    {
        list-style-type: none;
        background: url(../images/bullet_subnav.gif) top left no-repeat;
        background-position: 0 3px;
        padding: 0.2em 0 0.3em 14px;          
        border-bottom: 1px solid #cfccbd;       
    }
    
    #subnav ul a
    {
        color: #002a54;
        text-decoration: none;
    }
    
    #subnav ul a:hover
    {
        color: #0053a5;
    }
    
#client_login a
{
    display: block;
    width: 135px;
    height: 32px;
    background: url(../images/client_login.gif) top left no-repeat;
    position: absolute;
    margin: 438px 0 0 750px; 
}

    #client_login a:hover
    {
        background-position: 0 -32px;
    }

/* Layout ----------------------------------------  */     
#wrapper
{
    background: #e0ded6 url(../images/background.jpg) top left no-repeat;
    width: 960px;
    min-height: 700px;
    margin: 10px auto 0 auto;
    border: 6px solid #fff;
    border-bottom: 0;
}

#home
{
    position: absolute;
    margin: 113px 0 0 20px; 
}

#main
{
    position: relative;
    margin: 350px 0 0 20px;
    padding-bottom: 20px;
    width: 640px;  
}
    
#footer
{
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px 0 10px;
    width: 940px;
    clear: both;
    background: #fff url(../images/footer_bk.jpg) top left repeat-x;  
    border: 6px solid #fff;
    border-top: 0;
}

    #footer a
    {
        color: #5a5a4c;
    }
    
    #footer p
    {
        font-size: 0.86em;
        padding-bottom: 0.3em;    
    }
    
    #footer .dotted
    {
        border-color: #5a5a4c;
    }
    
    .divider
    {
        color: #80806f; 
    }

/* Tables ----------------------------------------  */ 

.data
{
    background: #fff url(../images/table_bk.jpg) bottom left repeat-x; 
    width: 100%;
    border: 1px dashed #1a1a18;
    padding: 0.2em;        
}

    .data td
    {
        padding: 0.2em;         
    }

    .title
    {
        text-align: right;
        font-weight: bold;
        padding-right: 0.6em;
    } 

    .data tr:hover
    {
        background-color: #dedede;    
    }
    
    .data th
    {
        font-weight: bold;
        background-color: #002a54;
        color: #fff;
        padding: 0.2em;
        text-align: left;
    }
    
    .featured
    {
        background-color: #dedede;
    }
    
    .data td
    {
        border: 1px dotted #acac91;
        border-width: 1px 1px 0 0; 
    }
    
    td.noRB
    {
        border-right: none; 
    }