/* ---------  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 form {
        text-align: center;
        padding-bottom: 1.5em;
        }

#content form p {
        margin-left: 2em;
        }

#content_top {
        padding-top: 1.5em;
        height: 250px;
        }

#content_top_left {
        float: left;
        width: 30%;
        text-align: center;
        }

#Flo_pic {
        margin-top: -0.1em;
        font-style: italic;
        font-size: .9em;
        }

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

#content_top_right p {
        padding: 1em 3em 1em 0;
        }

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

#content_bottom {
        padding: 1.5em;
        }

#content_bottom ul {
        padding-left: 1.3em;
        }

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

#content_bottom h2 {
        color: #0505bc;
        padding-top: 2.5em;
        font-size: 1.4em;
        }

#content_bottom h3 {
        padding-bottom: 1.5em;
        padding-top:  .5em;
        }

#contact_line hr {
        margin-top: 3em;
/*      margin-bottom: .9em; */
        margin-left: 1em;
        width: 25%;
        height: 1px;
        color: #0505bc;
        }
