    /*----------------------------------------
    Main stylesheet for: Gardenvale Spinal & Sports Injuries Clinic
    Author: Libby Chapman
    Email: Libby@simb.com.au
    Author website: http://www.simb.com.au
    ----------------------------------------*/ 
    
    /*----------------------------------------  
    Colour Master List
    
    Dark blue: #101935;
    Lighter blue (h2): #003364;
    Light blue (h3, menu background): #2d5ca6;  
    Green: #b9da6c;
    Brown (footer background): #dbd9cd;
    Dark brown: #706f69;
    Grey: #a1a2a5;    
    ----------------------------------------*/ 

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;
    vertical-align: baseline;
}
    
html
{
    background: #101935 url(../images/outer_bk.gif) top left repeat-x;      
}

body 
{
    color: #101935;
    font: 0.8em/1.4em Verdana, Helvetica, Arial, sans-serif;     
}

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

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

.alignRight
{
    text-align: right;
}

.center
{
    text-align: center;
}

.intro, .last
{   
    border: 3px solid #b9da6c;
    border-width: 3px 0;
    color: #445028;
    padding: 1em;     
}

.intro
{
    clear: both;
    margin-bottom: 20px;
}

    #services .intro
    {
        margin-bottom: 40px;
    }
    
    .intro a, .divider  
    {
        color: #445028;
        font-weight: bold;    
    }
    
    .intro a:hover, .divider
    {
        color: #b9da6c;
    }
    
.last
{
    margin-bottom: 0;
}

.top
{
    position: relative;
    z-index: 999;
}

.last
{
    padding-bottom: 20px;
}

a
{
    color: #2d5ca6; 
    outline: none;
}



h1, h2, h3, h4, p, strong
{
    line-height: 1.5em;
    padding-bottom: .6em; 
} 

h1
{
    color: #b9da6c;
    font-size: 1.6em;     
    font-weight: bold;
    max-width: 450px; 
}

h2
{
    color: #003364;
    font-size: 1.4em;    
    font-weight: bold;    
}

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

.dropcap, .greendropcap
{
    float:left;
    font-family: georgia, times, Times New Roman;      
    font-size: 4em;
    height: 1em;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0.05em;
    position: relative;
    top: -.1em;
    vertical-align: text-top;
}

    .greendropcap
    {
        color: #445028;
    }
    
strong
{
    font-weight: bold;
}

#content ul li.noBullet
{
    background: none;  
}

#content ul
{
    list-style-type: none;
    list-style-image: none;
    padding-left: 4em;  
}

#content li
{
    background: url(../images/bullet.gif) top left no-repeat;
    background-position:  0 0.4em;
    color: #003364;    
    padding: 0 0 0.5em 12px;   
}

/* Navigation ----------------------------------------  */
 
#nav
{
    background: #2d5ca6;
    clear: both;    
    min-height: 30px;      
    width: 100%;
}

#nav ul
{   
    padding-left: 20px;  
}

    #nav ul li
    {
        display: block;  
        float: left;
        min-height: 30px; 
             
    }
    
    #nav ul li a
    {
        background: url(../images/nav_bk.gif) top left no-repeat;               
        color: #dbd9cd;
        font-size: 11px;
        font-weight: bold;        
        line-height: 30px;       
        text-decoration: none; 
        text-transform: capitalize;
        padding: 0 18px 0 17px;                       
    }
    
        #nav a:hover, #home .home, #about .about, #chiropractic .chiropractic, #massage .massage, #nutrition .nutrition, #rehabilitation .rehabilitation, #clinic .clinic, #contact .contact, #location .location
        {
            background-position: 0 -88px; 
            color: #fff;                   
        }       


/* Layout ----------------------------------------  */     
#wrapper
{
    background-color: #152142;     
    margin: 0 auto;
    max-width: 960px;
}
    
#header
{
    background: #fff url(../images/header_bk.jpg) top left repeat-x;
    clear: both;     
    height: 200px;
    padding: 0 20px;    
}

#lift
{
    position: relative;
    top: -20px; 
}

#content
{
    background-color: #fff;    
    padding: 0 20px 0 20px;
}

#footer
{
    background: #dbd9cd url(../images/footer_border.gif) top left repeat-x;      
    color: #706f69;
}

    #footer #left
    {
        float: left;         
        text-align: right;
        width: 50%;     
    }
    
    #footer #right
    {
        float: right;         
        text-align: left;        
        width: 50%;  
    }
    
    #footer #left p, #footer #right p
    {
        padding: 10px;   
    }
    
#credit
{
    color: #264d8b;
    font-size: 0.8em;                
    margin: 0 auto;
    text-align: right;
    width: 960px;     
}

    #credit a
    {
        color: #264d8b;
    }
    
.clear
{
    clear: both;
    display: block;
    height: 0;
    width: 100%;
}

a.readmore
{ 
    background: url(../images/btn_readmore.gif) top left no-repeat;
    display: block;
    height: 36px;
    margin: 0 0 0 302px;    
    text-decoration: none;      
    width: 118px;
}

a.readmore:hover
{
    background-position: bottom;
}

.background
{
    background-color: #fff;
}

.space
{
    height: 20px;
}

.border
{
    border-bottom: 2px groove #2d5ca6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* Feature sections on front page ----------------------------------------  */  

.feature, form
{
    background: url(../images/s_bk.jpg) top left no-repeat;
    float: left;
    padding: 10px 20px 0 20px;           
    width: 410px; 
}
 
    .feature a
    {
        color: #101935;
        text-decoration: none;             
    }        

    .feature a span /* Picture */ 
    {
        cursor: pointer;          
        display: block;
        float: left;
        height: 116px;
        margin: 0 10px 20px 0;
        width: 116px;               
    }

    .feature a:hover span
    {
        background-position: 0 -116px;
    }
    
.two, .four 
{
    border-left: 20px solid #fff !important;   
}

.one a span 
{
    background: url(../images/s_chiropractic.jpg) 0 0 no-repeat; 
}

.two a span
{
    background: url(../images/s_massage.jpg) 0 0 no-repeat;
}

.three a span
{
    background: url(../images/s_nutrition.jpg) 0 0 no-repeat; 
}

.four a span
{
    background: url(../images/s_rehabilitation.jpg) 0 0 no-repeat;
}

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

table
{
    background: #f6f5f1;      
    border: 2px solid #dbd9cd;
    border-width: 2px 0;
    border-collapse: collapse;
    color: #4e4d49;
    margin: 0 auto 1em auto;    
    width: 80%;
}
    
    td
    {
        padding: 0.4em 0.5em 0.4em 0;
        border: 1px solid #dbd9cd;
        border-width: 1px 0 0 0;                  
    }
    
    th
    {
        background-color: #4e4d49;
        border-right: 1px solid #fff;
        color: #fff;
        font-weight: bold;
        padding: 0.5em 1em;
    }
    
    .subhead
    {
        background-color: #fff;           
        border: 1px solid #dbd9cd;
        border-width: 1px 0;
        color: #393835;
        font-size: 1em;
        font-weight: bold;
        padding: 1.25em 0 0.5em 0;          
        text-align: right;
    }

    .label
    {
        font-weight: bold;             
        text-align: right;
        width: 70%;
    }
    
    .auto
    {
        width: 50%;
    }
    
    .end
    {
        border-bottom: 1px solid #dbd9cd; 
    }
    
    tr:hover
    {
        background-color: #fff;
    }
    
    table.nohover tr:hover
    {
        background-color: #f6f5f1;
    }
    
    .hours
    {
        width: 340px;
    }

     a.dashed
    {
        border-bottom: 1px dashed #2d5ca6;             
        color: #2d5ca6;
        text-decoration: none;
    }
    
    a.dashed:hover
    {
        background-color: #ecebe6;         
        border-bottom: 1px dotted #2d5ca6;
    }       

#booking
{
   width: 960px;
   margin: 0 auto;
}
     
      