﻿.blank{ }
/* 
Title:      Department of HSS, Government of Yukon website hss.css
Author:     Government of Yukon
Updated:    July 2, 2009
*/

/* ---------------------------------------------------------
    Body and links
---------------------------------------------------------- */

    body {
        background: #9edfe5 url("../images/bg_pop_body.png") repeat-x left top;
        color: #666;
        }

    #wrapper {
        background: #9edfe5 url("../images/bg_pop_wrapper.png") no-repeat 0 0;
        }

    a:link, a:visited {
        color: #44858C;
        text-decoration: underline;
        }
    a:hover {
        color: #2C555B;
        text-decoration: underline;
        }
        
/* ---------------------------------------------------------
    Structural elements
---------------------------------------------------------- */

    #header {
        width: 790px;
        *width: 782px; /* IE 7 only */
        padding-bottom: 2px;
        *padding-bottom: 0; /* IE 7 only */
        }

    #header a:link, #header a:hover, #header a:visited, #header a:active {
        color: #666;
        }
        
    #search-form {
        margin: 6px 20px 0 0;
        *margin: 6px 10px 0 0; /* IE 7 only */
        }

    #department {
        width: 760px;
        background: #26378f url("../images/bg_pop_department.png") no-repeat left top;
        }
        
    #breadcrumb {
        background: #26378f url("../images/bg_pop_breadcrumb.png") no-repeat left bottom;
        }
        
        #breadcrumb ul {
            line-height: 22px;
            }
        
    #left, #right {
        margin-top: -5px;
        }
        
/* ---------------------------------------------------------
    Banner ads
---------------------------------------------------------- */

    #banner_ads {
        position: relative;
        margin: 0 auto 1px auto;
        padding: 0;
        width: 760px;
        height: 150px;
        }

        #banner_ads a img {
            border: none;
            }

        #banner_ads li.slide {
            list-style-type: none;
            }

        #banner_ads .slides {
            height: 150px;
            margin: 0;
            }

            #banner_ads .slides li.slide {
                visibility: hidden;
                position: absolute;
                left: 0px;
                top: 0;
                }

            #banner_ads .buttons {
                display: none;
                }

            #banner_ads .buttons {
                display: block;
                position: absolute;
                z-index: 100;
                left: 690px;
                bottom: 5px;
                margin: 0;
                font-size: 80%;
                font-weight: normal;
                margin-left: 4px;
                }

            #banner_ads .buttons li {
                float: left;
                display: inline;
                width: 16px;
                height: 16px;
                margin: 0;
                padding-left: 5px;
                line-height: 16px;
                background: url("../images/bg_button_banner.png") no-repeat;
                }

            #banner_ads .buttons li a {
                float: left;
                text-decoration: none;
                width: 16px;
                height: 16px;
                outline: 0;
                }

                #banner_ads ul.buttons li a:hover {
                    text-decoration: none;
                    color: #2C555B;
                    }
                    
                #banner_ads ul.buttons li.active a:hover, #banner_ads ul.buttons li.active a {
                    color: #2C555B;
                    font-weight: bold;
                    }
                    
/* ---------------------------------------------------------
    Text
---------------------------------------------------------- */

    #left h1 {
        margin-top: 10px;
        padding: 4px 0 4px 12px;
        background: url("../images/bg_pop_cap_left.png") no-repeat left top;
        border-bottom: 1px solid #cccccc;
        font-size: 85%;
        }

    #right h1 {
        margin-top: 10px;
        padding: 4px 0 4px 12px;
        background: url("../images/bg_pop_cap_right.png") no-repeat left top;
        border-bottom: 1px solid #cccccc;
        font-size: 85%;
        }

        #left h1 a:link, #left h1 a:visited, #left h1 a:hover, #left h1 a:active, #right h1 a:link, #right h1 a:visited, #right h1 a:hover, #right h1 a:active {
            text-decoration: none;
            color: #FFF;
            }
            
    #middle h1 {
        text-align: center;
        color: #FFF;
        padding: 12px 0 15px 0;
        font-size: 130%;
        font-weight: bold;
        margin-bottom: 0;
        border-bottom: none;
        }

    #middle h2 {
        color: #26378f;
        font-size: 90%;
        font-weight: bold;
        margin: 0 0 2px 0;
        line-height: 18px;
        }

    #middle h3 {
        color: #26378f;
        margin: 15px 0 0 0;
        padding-top: 5px;
        border-top: 1px solid #cccccc;
        font-size: 90%;
        font-weight: bold;
        line-height: 18px;
        }

    #middle p {
        font-size: 90%;
        margin: 0 0 10px 0;
        line-height: 18px;
        }

    #full h1 {
        color: #26378f;
        border-bottom: solid 1px #cccccc;
        margin: 10px 0 5px 0;
        }

    #full h2 {
        color: #666;
        }

/* ---------------------------------------------------------
    Nav box, left and right columns
---------------------------------------------------------- */

    /* --- left --- */


    .nav_box {
        margin-bottom: 10px;
        width: 170px;
        background: url("../images/bg_hss_navbox.png") no-repeat left bottom;
        }

        .nav_box ul {
            padding-bottom: 12px;
            list-style: none;
            }

            .nav_box li {
                line-height: 17px;
                font-size: 85%;
                list-style: none;
                border-top: 1px solid #fff;
                }

            .nav_box a {
                display: block;
                color: #26378f;
                text-decoration: none;
                padding: 4px 14px 4px 12px;
                }

                .nav_box a:hover {
                    color: #FFF;
                    background: #d3c768;
                    }

                .nav_box a.active {
                    color: #FFF;
                    background: #26378f;
                    }

    /* --- right --- */

        ul.rightlist {
            width: 170px;
            border-top: 0px;
            font-size: 90%;
            list-style: none;
            }
        
                ul.rightlist li {
                    border-top: 1px solid #fff;
                    line-height: 1.8em;
                    }
                
                ul.rightlist li a {
                    display: block;
                    width: 150px;
                    padding: 0 4px;
                    border-left: 10px solid #0099cc;
                    text-decoration: none;
                    display: block;
                    }        
                
                ul.rightlist li a:link, ul.rightlist li a:visited { 
                    color: #666677;
                    text-decoration: none; /* IE 6 only */
                    }
                
                ul.rightlist li a:hover {
                    border-color: #666666;
                    color: #fff;
                    background: #666666  url("../images/bg_right_menu_hover.png") no-repeat right bottom;
                    border-bottom: 0px;
                    text-decoration: none; /* IE 6 only */
                    }

                    
/* ---------------------------------------------------------
    Sidebar and crest
---------------------------------------------------------- */

    .sidebar_ads {
        margin-bottom: 5px;
        }
        
    .crest {
        margin: 5px 0;
        }

/* ---------------------------------------------------------
    Middle heading box
---------------------------------------------------------- */

    .heading_box {
        float: left;
        margin: 10px 0;
        width: 382px;
        background: url("../images/bg_pop_middle_heading.png") no-repeat left bottom;
        }

        .heading_box_title {
            background: url("../images/bg_pop_middle_heading_cap.png") no-repeat left top;
            }

        .heading_box_content {
            float: left;
            width: 345px;
            padding: 15px 20px 20px 20px;
			background: url("../images/dropthepop_back.png") no-repeat left top;
		}
            
            .heading_box_content h3 {
                float: left;
                width: 345px;
                }
            
            .heading_box_item {
                float: left;
                width: 345px;
                margin-bottom: 5px;
                }

                .heading_box_item img {
                    float: left;
                    border: 1px solid #666;
                    margin: 5px 10px 0 0;
                    }

/* ---------------------------------------------------------
    Footer
---------------------------------------------------------- */

    #footer {
        margin: 40px auto 0 auto;
        background: url("../images/bg_pop_footer.png") no-repeat 15px 0;
        width: 790px;
        height: 99px;
        }
    
        #footer ul {
            color: #666;
            padding-top: 60px;
            font-size: 80%;
            }