/* ---------  CSS Stylesheet for Kimberley Appraisal  ----  */
/*                                                          */
/* The CSS for ths web site are split into six separate     */
/* files - mostly for the sake of flexbility during page    */
/* display.                                                 */
/* They are: main.css:    overall display setup             */
/* They are: header.css:  formats the header section        */
/* They are: sidebar.css:     formats the sidebar           */
/* They are: con1.css:    formats one type of main content  */
/* They are: con2.css:    formats the other type of content */
/* They are: samples.css  formats the sample detail page    */
/* -------------------------------------------------------  */

/* ---------  Header related formatting ----------------  */

#header {
        margin: 0;
        border-bottom: 1px solid #c0c0c0;
        }

#headerNav {
        float: right;
        margin: -1.8em 0 0 0;
        overflow: hidden;
        padding: 0 0 0 10px;
        }

#headerList {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size:1.0em;
        }

#headerList li {
        float: left;
        line-height: 1.1em;
/*      margin: 0 .5em 0 .5em; */
        padding: 0 .9em 0 .9em;
        border-left: 1px solid #c0c0c0;
        }

#headerList a {
        text-decoration: none;
        }

#headerList a:hover {
        color: black;
        text-decoration: underline;
        }

#header h1{
        height: 125px;
        text-indent: -5000px;
        background: #fff url(../images/header5.jpg) no-repeat;
        }
