/*
========================================================================
Title:    RHEA Stylesheet (Screen)
Author:   andy@orcawebsites.com
========================================================================
*/

* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 100%;
    }

body {
    background: #FFF;
    text-align: center;
    }

ul,
ol {
    margin-left: 3em;
    }

h2 {
    font-size: 20px;
    font-weight: normal;
    text-decoration: underline;
    color: #7FA2C2;
    line-height: 100%;
    }

h3 {
    color: 7FA2C2;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 0 0 0;
    }

/*
========================================================================
Master Layout
========================================================================
*/

#container {
    width: 805px;
    text-align: left;
    margin: 15px auto;
    }
    
    /* ========== Header ========== */
    
    #header {
        width: 100%;
        float: left;
        }
        #logo {
            float: left;
            }
        #rheasybus {
            display: block;
            width: 208px;
            height: 113px;
            margin-top: 23px;
            float: right;
            }
    
    /* ========== Primary Navigation ========== */
    
    #pri_nav {
        width: 100%;
        height: 53px;
        float: left;
        text-align: center;
        margin-bottom: 1px;
        }
        #pri_nav ul {
            list-style: none;
            margin: 0;
            padding: 0;background: #101A39 url(/images/pri_nav_background.png) repeat-x;
            }
            #pri_nav li {
                display: inline;
                }
                #pri_nav a {
                    font-size: 14px;
                    text-decoration: none;
                    padding: 22px 10px;
                    color: #FFF;
                    line-height: 53px;
                    }
                    #pri_nav a:hover,
                    #pri_nav a.selected {
                        color: #7FA2C2;
                        }
    
    /* ========== Body ========== */
    
    #body {
        width: 100%;
        float: left;
        }
        #content p {
            padding: 5px 0;
            line-height: 160%;
            }
        
        div.half_col_left {
            width: 390px;
            padding: 0;
            float: left;
            }
        div.half_col_right {
            width: 390px;
            padding: 0;
            float: right;
            }
            #banner {
                background: #7FA2C2 url(/images/strapline.png?3) 0 100% repeat-x;
                padding: 0 0 39px 0;
                }
    
    /* ========== Footer ========== */
    
    #footer {
        width: 100%;
        float: left;
        margin: 10px 0;
        }
        #footer p.copyright {
            width: 200px;
            color: #999;
            font-size: 12px;
            float: left;
            }
        #footer ul {
            float: right;
            margin: 0;
            padding: 0;
            }
            #footer li {
                display: inline;
                margin: 0 0 0 8px;
                color: #999;
                font-size: 12px;
                }
                #footer a {
                    color: #999;
                    font-size: 12px;
                    text-decoration: none;
                    }
                    #footer a:hover {
                        text-decoration: underline;
                        }


/*
========================================================================
Visuals
========================================================================
*/

#banner {
    margin-bottom: 20px;
    }
    #banner img {
        margin: 0;
        padding: 0;
        }

.image_holder {
    background: #11141B;
    float: right;
    margin: 0;
    padding: 10px 0;
    line-height: 100%;
    }
    .image_holder img {
        border-top: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        margin: 0;
        padding: 0;
        float: left;
        line-height: 100%;
        }

.image_holder_top {
    background: #11141B;
    float: right;
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 100%;
    }
    .image_holder_top img {
        border-top: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        margin: 0;
        padding: 0;
        float: left;
        line-height: 100%;
        }


/*
========================================================================
Home
========================================================================
*/

#page_home #banner { display: none; }

#page_home h2 { padding-top: 20px; }

#page_home #flash_panel {
    background: #7FA2C2 url(/images/banner_footer.png?1) 0 100% repeat-x;
    padding: 0 0 23px 0;
    }
    #page_home #flash_panel p {
        text-align: center;
        }
    #page_home embed {
        padding: 0;
        }


/*
========================================================================
Site Map
========================================================================
*/

#sitemap {
    width: 600px;
    float: left;
    }
    .sitemap li {
        width: 100%;
        float: left;
        margin-bottom: 5px;
        }
    #page_site_map #rheasybus {
        height: 15px;
        margin: 0px;
        width: 100%;
        }
    .sitemap #navigation,
    .sitemap #flash_panel {
        display: none;
        }