/* ---------  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    */
/* -------------------------------------------------------  */

/* ---------  Blue Sidebar related formatting  ---------  */

#sidebar {
        float: left;
        width: 25%;
        color: #0505bc;
        }

#sidebar h3 {
        padding: .75em;
        }

#sidebar ul {
        padding-left: 2em;
        }

#sidebar p {
        text-align: center;
        padding-top: .75em;
        }

#sidebar form {
        padding-left: 1em;
        padding-bottom: 1.5em;
        }
