/*****************************************************
******************************************************
**                                                  **
**  File Information                                **
**                                                  **
**  File Name: "ss.css"                             **
**  Description:  CSS file for Davenport Surgical   **
**      Group website (davenportsurgical.com)       **
**  Version: 0.1                                    **
**  Auxilarly files:  type-ss.css (type stylesheet) **
**  Author:  Michael King                           **
**  Created On: September 12, 2005                  **
**                                                  **
******************************************************
*****************************************************/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++
    TABLE OF CONTENTS:
        1 - Preliminary Declarations and Imports
        2 - Master Elements
        3 - Header
        4 - Main Content
            4.1 - Home Page
            4.2 - Staff Page
        5 - Navigation
        6 - Footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*****************************************************
    tc.1: Preliminary Declarations and Imports
*****************************************************/

@import "type-ss.css";

* {
    margin: 0;
    padding: 0;
}

hr {
    display: none;
}

br.clear {
    line-height: 0;
    font-size: 0em;
    height: 0;
    clear: both;
}


/*****************************************************
    tc.2: Master Elements
*****************************************************/
body {
    background: #F3EDAF url(/inc/fade-bg.gif) repeat-x 0 120px;
}

/*****************************************************
    tc.3: Header
*****************************************************/
div#headera {
    width: 100%;
    height: 120px;
    background: url(/inc/bg-plaster.jpg);
}
div#headerb {
    width: 640px;
    height: 95px;
    padding: 25px 20px 0 20px;
    margin: 0 auto;
    position: relative;
    background: url(/inc/universalMan.gif) no-repeat 194px 31px;;
}
div#headera h1 {
    width: 267px;
    height: 69px;
    text-indent: -9999px;
    background: url(/inc/logo.gif) no-repeat;
}
div#headera a {
    display: block;
    width: 267px;
    height: 69px;
    text-decoration: none;
}
ul#c-info {
    list-style: none;
    position: absolute;
    right: 20px;
    top: 30px;
    text-align: right;
}
ul#c-info li#address-street {
    margin-top: 1em;
}

/*****************************************************
    tc.4: Content
*****************************************************/

div#contenta {
    background: url(/inc/content-bg.gif) repeat-y center center;
    width: 678px;
    padding: 0 1px;
    margin: 0 auto;
    position: relative;
}
div#contentb {
    width: 618px;
    padding: 0 30px 10px 30px;
    margin: 55px 0 0 0;

}
h2#intro {
    width: 678px;
    height: 100px;
    text-indent: -9999px;
}
#home h2#intro {
    height: 210px;
    background: url(/inc/home-splash.jpg) no-repeat;
}
#staff h2#intro {
    background: url(/inc/staff-splash.png) no-repeat;
}
#services h2#intro {
    background: url(/inc/services-splash.png) no-repeat;
}
#billing h2#intro {
    background: url(/inc/billing-splash.gif) no-repeat;
}
#education h2#intro {
    background: url(/inc/education-splash.png) no-repeat;
}
#forms h2#intro {
    background: url(/inc/forms-splash.png) no-repeat;
}

img#collage {
    float: right;
    padding: 0 0 10px 20px;
}
p.backlink {
    font-size: .85em;
    margin: 1em 0 .5em 0;
    text-align: right;
    clear: both;
}
p.ccrumb {
    font-size: .85em;
    text-align: right;
    margin: 0 0 0 0;
}
h4#s-bio {
    margin: 1.25em 0 0 0;
    border: 1px solid #B1AF8A;
    border-bottom: none;
    background: #FBFBD7;
    padding: 8px 10px 0 10px;
    width: 255px;
    
}
#forms p {
    margin-left: 300px;
}
#forms a.form-dl {
    display: block;
    float: left;
    border: 1px solid #CCCAA0;
    background: #FBFBD7 url(/inc/pdf-logo.gif) no-repeat 10px 50%;
    padding: 20px 10px 20px 70px;
    font-family: georgia, serif;
    text-decoration: none;
    color: #444;
    width: 195px;
    line-height: 1.5em;
    font-size: .9em;
}
#forms a.form-dl:hover {
    background: #F1F6FF url(/inc/pdf-logo-hover.gif) no-repeat 10px 50%;
}
#forms a.form-dl:hover span {
    text-decoration: underline;
}
#forms a.form-dl span {
    color: #D7361B;
    display: block;
    font-size: 1.2em;
    margin-bottom: .25em;
}

    
    /*++++++++++++++++++++++++++++++++
        tc.4.1: Lists
    +++++++++++++++++++++++++++++++++*/
    
    ul li, ol li {
        margin-left: 4em;
    }
    
    ul.ped-links {
        list-style: none;
        margin: 0 0 2em 0;
        padding: 0;
        width: 269px;
        padding: 0 10px 0 30px;
        float: left;
    }
    ul.ped-links li {
        padding: 2px 0 4px 20px;
        background: url(/inc/ped-links-bullet.gif) no-repeat left .4em;
        margin: 0;
        line-height: 1.3em;
    }
    ul#staff-roster {
        list-style: none;
        border: 1px solid #B1AF8A;
        background: #FBFBD7 url(/inc/staff-group.jpg) center 10px no-repeat;
        width: 252px;
        padding: 210px 10px 1.5em 10px;
        font-family: Georgia, "Times New Roman", Time, serif;
        font-size: .95em;
        margin-top: 1.25em;
    }    
    ul#staff-roster li {
        border-bottom: 1px solid #D7D5B0;
        margin: 0 5px 0 0;
    }
    ul#staff-roster li a {
        display: block;
        padding: 4px 0 3px 1em;
        text-decoration: none;
        color: #1D45C6;
    } 
    ul#staff-roster li a:hover {
        color: #C6351D;
        background: #EAE9C6 url(/inc/bullet.gif) 5px center no-repeat;
    }
    div.blurb {
        float: right;
        width: 325px;
    }
    
    
    
    p.headshot img {
        border: 1px solid;
    }
    .bio p.headshot { float: left; margin: .25em 10px 10px 10px; }
    .bio p, .bio dl {
        margin-left: 160px;
    }
    .bio dl {
        margin-top: 1em;
        line-height: 1.5em;
    }
    .bio span.honors {
        display: block;
        text-indent: 0;
    }
    .bio dl dt {
        font-weight: bold;
        font-size: 1.2em;
        font-family: georgia;
        margin-top: 1.25em;
    }
    .bio dl dd {
        padding-left: 2em;
        text-indent: -2em;
    }
    .bio  dl dl {
        margin: 0;
    }
    .bio dl dl dt {
        margin-top: .25em;
        font-size: 1em;
        font-family: "Lucida Grande", tahoma, verdana, arial, sans-serif;
        font-style: italic;
        font-weight: normal;
    }
    .bio dl dl dd {
        padding-left: 0;
    }
    .bio dl dl.noem dt {
        font-style: normal;
        margin: 0;
    }
    .bio dl dl.noem dd {
        margin: 0 0 0 2em;
    }
    .bio  dl dl dd {
        margin: 0 0 .25em 2em;
    }
    .bio dl dd.tab {
    }


/*****************************************************
    tc.5: Navigation
*****************************************************/

ul#navbar {
    background: #E3E1B2 url(/inc/navigation.gif) no-repeat 29px 0;
    width: 678px;
    height: 35px;
    position: absolute;
    left: 1px;
    top: 100px;
    list-style: none;
    border-top: 1px solid #AEAD89;
    border-bottom: 1px solid #AEAD89;
    margin: 0;
    line-height: 1em;
}
ul#navbar li {
    margin: 0;
}
#home ul#navbar {
    top: 210px;
}
/**** Sprites ****/

/*
   img = 554px x 81px ( /3 = 27px)
   678px - 554px = 124px
   124px / 2 sides = 62px
*/
#navbar li {
    position: absolute;
    top: 0px;
}
#navbar li, #navbar a {
    height: 35px;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
}
#navbar a {
}

#navbar #nav1 { left: 29px; width: 50px; }
#navbar #nav2 { left: 90px; width: 49px; }
#navbar #nav3 { left: 150px; width: 126px; }
#navbar #nav4 { left: 287px; width: 138px; }
#navbar #nav5 { left: 436px; width: 145px; }
#navbar #nav6 { left: 593px; width: 55px; }

#navbar #nav1 a:hover { background: transparent url(/inc/navigation.gif) 0 -35px no-repeat }
#navbar #nav2 a:hover { background: transparent url(/inc/navigation.gif) -61px -35px no-repeat }
#navbar #nav3 a:hover { background: transparent url(/inc/navigation.gif) -121px -35px no-repeat }
#navbar #nav4 a:hover { background: transparent url(/inc/navigation.gif) -258px -35px no-repeat }
#navbar #nav5 a:hover { background: transparent url(/inc/navigation.gif) -407px -35px no-repeat }
#navbar #nav6 a:hover { background: transparent url(/inc/navigation.gif) -564px -35px no-repeat }

#navbar #nav1 a.here { background: transparent url(/inc/navigation.gif) 0 -70px no-repeat }
#navbar #nav2 a.here { background: transparent url(/inc/navigation.gif) -61px -70px no-repeat }
#navbar #nav3 a.here { background: transparent url(/inc/navigation.gif) -121px -70px no-repeat }
#navbar #nav4 a.here { background: transparent url(/inc/navigation.gif) -258px -70px no-repeat }
#navbar #nav5 a.here { background: transparent url(/inc/navigation.gif) -407px -70px no-repeat }
#navbar #nav6 a.here { background: transparent url(/inc/navigation.gif) -564px -70px no-repeat }




/*****************************************************
    tc.6: Footer
*****************************************************/

div#footer {
    clear: both;
    width: 640px;
    margin: 0 auto;
    padding: 50px 20px 20px 20px;
    background: #F3EDAF url(/inc/footer-bg.gif) no-repeat center top;
}
div#footer p {
    line-height: 1em;
    margin: 0 0 .5em 0;
}