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

/* ---------  Main Content related formatting  ---------  */

#content {
        float: right;
        width: 72%;
        margin-left: 3%;
        color: #0505bc;
        }

#content h2 {
        color: #0505bc;
        padding-top: 0.9em;
        font-size: 1.3em;
        line-height: 0.9em;
        }

#content h4 {
        padding-top: 0.9em;
        }

#content p {
        padding-top: 1em;
        }

/* ---------  Main Content section  ----------------------  */

#content_top_left {
        float: left;
        width: 40%;
        }

#content_top_left div {
        padding-left: .3em;
        }

#sample_pic {
        padding-top: 1em;
        padding-bottom: 1.0em;
        }

#content_top_right {
        float: right;
        width: 60%;
        }

#content_top_right div {
        padding-left: 1.5em;
        padding-right: 1.5em;
        }

#content_bottom {
        padding-top: 3em;
        padding-left: 1em;
        padding-right: 1.5em;
        }

#Lab_pic {
        margin-top: 3em;
        margin-left: 22%;
        }

#Lab_pic p {
        margin-left: 20%;
        }

#content hr {
        margin-top: 2em;
        margin-left: 25%;
        width: 50%;
        height: 1px;
        color: #0505bc;
        }


