@import "typography.css";

/*Link to main site*/
#haaga-link
    {
    display:block;
    z-index: 5;
    position:absolute;
    top: 30px;
    left: 60px;
    height: 90px;
    width: 130px;
    }

a
    {
    color: #666666;
    text-decoration:none;
    outline: none;
    }

a:hover
    {
    color:#ACCD15;
    }

body
    {
    padding:0;
    margin:0 auto;
    padding-top: 0px;
    width: 958px;
    background-color: #dde3ee;
    font-family: Helvetica;
    font-size: 13px;
    color: #666;
    overflow-y: scroll
    }

/*Header start*/
#header
    {
    margin-top: -3px;
    position: relative;
    top: 0px;
    left:0px;
    background:url(decoration/header.png) no-repeat;
    height:188px;
    }
/*Header end*/

.hidden
    {
    visibility: hidden;
    }

.blue
    {
    color: #5F92C9;
    }

/*For iterating through items*/

.next_button_null, .previous_button_null
    {
    opacity: 0.5;
    }

.next_button, .pause_button, .previous_button, .play_button, .next_button_null, .previous_button_null
    {
    height: 13px;
    width: 9px;
    text-decoration: none;
    border: 0px;
    z-index: 4;
    }

.next_button, .pause_button, .previous_button, .play_button
    {
    cursor: pointer;
    }

/*Normal buttons*/

.next_button, .next_button_null
    {
    background:url(decoration/next_button.png) no-repeat;
    }

.previous_button, .previous_button_null
    {
    background:url(decoration/previous_button.png) no-repeat;
    }

.pause_button
    {
    background:url(decoration/pause_button.png) no-repeat;
    }

.play_button
    {
    background:url(decoration/play_button.png) no-repeat;
    }

/*Hover effects for buttons*/

#searchbutton:hover
    {
    background:url(decoration/searchbutton_hover.png) no-repeat;
    }

.next_button:hover
    {
    background:url(decoration/next_button_hover.png) no-repeat;
    }

.previous_button:hover
    {
    background:url(decoration/previous_button_hover.png) no-repeat;
    }

.pause_button:hover
    {
    background:url(decoration/pause_button_hover.png) no-repeat;
    }

.play_button:hover
    {
    background:url(decoration/play_button_hover.png) no-repeat;
    }

/*Global navigation start*/

#global_navigation
    {
    position: relative;
    top: 0px;
    left:0px;
    margin-top: 10px;
    height: 57px;
    width: 957px;
    background:url(decoration/global_navigation.png) no-repeat;
    }


    #tab_navigation
        {
        position: absolute;
        top: 0px;
        left:0px;
        width: 620px;
        height: 68px;
        z-index: 5;
        }

        .tab
            {
            position: relative;
            top: 8px;
            left: 10px;
            height: 40px;
            margin-left: 10px;
            padding-left: 5px;
            padding-right: 5px;
            margin-right: 10px;
            padding-top: 9px;
            float:left;
            text-align: center;
            text-decoration: none;
            font-size:16px;
            font-family: "Avant Garde", "Century Gothic", sans-serif;
            color: black;
            z-index: 8;
            outline: none;
            }

        /*there is only a SINGLE active tab*/
        #tab_left
            {
            position: absolute;
            top: 0px;
            left: -6px;
            background:url(decoration/tab_left.png) no-repeat;
            height: 40px;
            width: 6px;
            z-index: 9;
            }

        #tab_right
            {
            position: absolute;
            top: 0px;
            right: -6px;
            background:url(decoration/tab_right.png) no-repeat;
            height: 40px;
            width: 6px;
            z-index: 9;
            }

    #search
        {
        position: absolute;
        top: 0px;
        right:-12px;
        width: 240px;
        height:49px;
        }

        #search_field
            {
            position: relative;
            top: 12px;
            right: 10px;
            padding-top: 8px;
            padding-left: 8px;
            padding-right: 16px;
            width:170px;
            height:33px;
            font-size:12px;
            font-family: Arial;
            background:url(decoration/searchbar.png) no-repeat;
            color: white;
            border: 0px;
            z-index: 5;
            }

        #searchbutton
            {
            position: absolute;
            top: 12px;
            right: 28px;
            background:url(decoration/searchbutton.png) no-repeat;
            cursor: pointer;
            width:36px;
            height:49px;
            border: 0px;
            outline: none;
            z-index: 5;
            }

/*Global navigation end*/


/*Middle block start*/

/*with side bar*/
#middle, #middle_solid
    {
    position: relative;
    top: 0px;
    left: 0px;
    padding-top:20px;
    margin-bottom: 24px;
    margin-top: 16px;
    width: 958px;
    background:url(decoration/home_info_norm.png) repeat-y;
    z-index: 3;
    }

#middle_solid
    {
    background:url(decoration/home_info.png) repeat-y;
    }

    #middle_top, #middle_top_solid
        {
        position: absolute;
        top: -6px;
        left: 0px;
        height: 6px;
        width: 958px;
        z-index: 13;
        background:url(decoration/home_info_top_norm.png) no-repeat;
        }

    #middle_top_solid
        {
        background:url(decoration/home_info_top.png) repeat-y;
        }

    #middle_bottom,#middle_bottom_solid
        {
        position: absolute;
        bottom: -6px;
        left: 0px;
        height: 6px;
        width: 958px;
        z-index: 2;
        background:url(decoration/home_info_bottom_norm.png) no-repeat;
        }

    #middle_bottom_solid
        {
        background:url(decoration/home_info_bottom.png) repeat-y;
        }

/*without side bar*/


    /*For all pages except the Home one start*/

    #content
        {
        float: right;
        position: relative;
        top: -12px;
        right: 20px;
        width: 660px;
        }

        #page_name
            {
            position: relative;
            width: 650px;
            height: 37px;
            background-color: #8ECB82;
            text-align: center;
            color: #FFFFFF;
            padding-top: 13px;
            font-size: 18px;
            }

    #content_solid
        {
        position: relative;
        padding-bottom: 10px;
        top: 0px;
        left: 0px; //fix
        width: 900px;
        }

        /* For iterating through pages */
        .step-links
            {
            position: relative;
            left: 350px;
            width: 200px;
            height: 30px;
            }

            .step-links a
                {
                text-decoration: none;
                font-weight: bold;
                }

            .page_previous
                {
                position: absolute;
                left: 0px;
                z-index: 3;
                }

            .page_current
                {
                position: absolute;
                text-align: center;
                width: 100%;
                z-index: 1;
                }

            .page_next
                {
                position: absolute;
                right: 0px;
                z-index: 3;
                }

    #side_navigation
        {
        float: left;
        position: relative;
        top: 0px;
        left: 5px;
        margin-bottom: 34px;
        width: 228px;
        padding-top: 0px;
        padding-bottom:15px;
        }

        #side_navigation ul
            {
            position: relative;
            left: 18px;
            margin:0px;
            padding: 0px;
            list-style-type: none;
            }

            .c_item
                {
                margin-top: 10px;
                z-index: 5;
                font-size:16px;
                font-family: Arial;
                }

                .c_item a
                    {
                    color: #FFFFFF;
                    }

            .p_item
                {
                position: relative;
                left: 10px;
                }

                .p_item a
                    {
                    color: #FFFFFF;
                    }

        #side_navigation li
            {
            position: relative;
            width: 200px;
            padding: 5px;
            }

            #side_navigation li a
                {
                position: relative;
                left: 4px;
                text-decoration: none;
                outline: none;
                }

    #clear
        {
        clear: both;
        height: 8px;
        }

    /*For all pages except the Home one end*/

    /*Footer block start*/

    #footer
        {
        position: relative;
        top: -13px;
        }

        #footer span
            {
            text-align:center;
            font-size:14px;
            float:right;
            margin: 10px;
            padding-top: 8px;
            padding-bottom: 4.5px;
            }

        #messagebutton
            {
            position:fixed;
            top:25%;
            right:-10px;
            overflow:hidden;
            background:#738CBC url(https://s3.amazonaws.com/getsatisfaction.com/feedback/feedback_trans_tab.png) no-repeat;
            color:#FFFFFF;
            cursor:pointer;
            height:90px;
            width:42px;
            z-index:5;
            }

        #feedback_form_box
            {
            position: fixed;
            top: 50%;
            left: 50%;
            height: 250px;
            width: 430px;
            margin-left: -215px;
            margin-top: -125px;
            background-color: #E9FAE6;
            padding-top: 10px;
            padding-bottom: 28px;
            border: 1px solid black;
            z-index: 7;
            }

        #closebutton
            {
            position: absolute;
            top: 5px;
            right: 5px;
            width: 24px;
            height: 24px;
            background:url(decoration/close.png) no-repeat;
            z-index: 8;
            cursor: pointer;
            }

    /* news_line style declarations */

    #news_line
        { /* the outer div with the black border */
        position: relative;
        left: 0px;
        background:url(decoration/home_info.png) repeat-y;
        height: 27px;
        width: 957px;
        padding: 0px;
        margin-bottom: 16px;
        }

        #news_line_top
            {
            position: absolute;
            top: -6px;
            left: 0px;
            height: 6px;
            width: 957px;
            z-index: 8;
            background:url(decoration/home_info_top.png) no-repeat;
            }

        #news_line_bottom
            {
            position: absolute;
            bottom: -6px;
            left: 0px;
            height: 6px;
            width: 957px;
            z-index: 8;
            background:url(decoration/home_info_bottom.png) no-repeat;
            }

    #news_line_wrap
        {
        position: relative;
        left: 10px;
        width: 932px;
        overflow: hidden;
        }

    #news_line ul
        {
        position: relative;
        top: 4px;
        height: 27px;
        width: auto;
        list-style-type: none;
        }

    #news_line ul li
        {
        float: left;
        }
    #news_line ul li b
        {
        margin: 0 3px 0 30px;
        }

    #news_line ul a
        {
        white-space: nowrap;
        }

    /*Footer block end*/

/*Middle block end*/


/***********************************/
/************Home view**************/
/***********************************/

#home_info
    {
    position: relative;
    top: -10px;
    left: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 950px;
    height:275px;
    }

    #info_image_box
        {
        float: left;
        margin-left: 20px;
        width: 585px;
        height:275px;
        }

    #info_image
        {
        display: block;
        margin: auto;
        }

    #info_data
        {
        float: right;
        margin-right: 20px;
        width: 270px;
        height:275px;
        background-color:#7CD568;
        padding: 0 15px;
        line-height:1.5
        }

        .info_data_title
            {
            padding-left: 5px;
            font-size: 18px;
            font-family: "Avant Garde", "Century Gothic", sans-serif;
            color: #FFFFFF;
            }

        .info_data_separator
            {
            position: relative;
            left: -25px;
            height: 3px;
            width: 302px;
            background:url(decoration/separator.png) no-repeat;
            }

        .info_data_text
            {
            position: relative;
            top: 10px;
            font-size:14px;
            color: #FFFFFF;
            }

    #info_switch
        {
        position: absolute;
        bottom: 10px;
        left: 20px;
        height: 40px;
        width: 585px;
        }

        #info_switch_toolbar_bg
            {
            position: absolute;
            bottom: 0px;
            left: 0px;
            height: 40px;
            width: 585px;
            background-color: black;
            opacity: 0.5;
            }

        #info_next, #info_next_null
            {
            position: absolute;
            top: 15px;
            right: 80px;
            }

        #info_pause
            {
            position: absolute;
            top: 15px;
            left: 294px;
            }

        #info_previous, #info_previous_null
            {
            position: absolute;
            top: 15px;
            left: 80px;
            }

        #info_previous, #info_next
            {
            z-index: 4;
            }

        #info_previous_null, #info_next_null
            {
            z-index: 1;
            }

#home_news
    {
    position: relative;
    top: 0px;
    left: 4px;
    height: 175px;
    width: 950px;
    margin-bottom: 20px;
    }

    #news_list
        {
        position: relative;
        float: right;
        margin-right: 20px;
        width: 300px;
        overflow: hidden;
        margin-bottom: -20px;
        }

        #news_list h2
            {
            position: relative;
            top: -20px;
            left: 8px;
            font-weight: bold;
            font-size: 24px;
            font-family: Helvetica;
            color: #7DA8D9;
            }

        #news_list ul
            {
            position: relative;
            top: -30px;
            left: -30px;
            width: 320px;
            list-style:none;
            padding: 0px;
            }

        #news_list li
            {
            padding: 3px;
            padding-left: 20px;
            }

        #news_list a
            {
            text-decoration: none;
            font-size:14px;
            color: #666;
            }

        #more a
            {
            color: #666;
            }

    #news_current
        {
        position: absolute;
        left: 20px;
        top: 0px;
        height: 176px;
        width: 585px;
        }

        #current_description
            {
            position: absolute;
            top: 0px;
            left: 192px;
            width: 380px;
            height: 176px;
            }

        #current_thumb
            {
            position: absolute;
            top: 0px;
            left: 0px;
            border: 2px solid gray;
            width:176px;
            height: 176px;
            }

            #current_thumb_img
                {
                display:block;
                margin: auto;
                }

        #current_switch
            {
            position: absolute;
            top: 8px;
            right: -14px;
            width:85px;
            height:42px;
            }

            #current_next, #current_next_null
                {
                position: absolute;
                top: 6px;
                left: 47px;
                }

            #current_previous, #current_previous_null
                {
                position: absolute;
                top: 6px;
                left: 28px;
                }

            #current_previous, #current_next
                {
                z-index: 4;
                }

            #current_previous_null, #current_next_null
                {
                z-index: 1;
                }

            #current_name
                {
                font-family: "Avant Garde", "Century Gothic", sans-serif;
                color: white;
                position:absolute;
                left: 0px;
                top: 0px;
                background-color: gray;
                padding-left: 10px;
                padding-top: 10px;
                overflow: hidden;
                height: 30px;
                width: 382px;
                font-size:14px;
                }

            #current_summary
                {
                position:absolute;
                left: 10px;
                top: 46px;
                height: 100px;
                width: 363px;
                font-size:11px;
                overflow: hidden;
                }

            #current_more
                {
                position: absolute;
                bottom: 0px;
                left: 195px;
                font-size:11px;
                font-style: italic;
                }


/***********************************/
/************News view**************/
/***********************************/

.news_item
    {
    position: relative;
    min-height: 150px;
    left: 30px;
    margin-bottom: 10px;
    }

    .item_thumb
        {
        position: absolute;
        top: 0px;
        left: 0px;
        }

    .item_name
        {
        position: relative;
        top: 0px;
        left: 160px;
        font-size:18px;
        font-weight:bold;
        }

    .item_summary
        {
        position: relative;
        top: 5px;
        left: 160px;
        width: 730px;
        padding-bottom: 50px;
        }

    .item_content
        {
        position: relative;
        top: 10px;
        left: 160px;
        width: 730px;
        z-index: 2;
        padding-bottom: 20px;
        }

    .item_mod_date
        {
        position: relative;
        top: 0px;
        left: 160px;
        width: 730px;
        z-index: 2;
        padding-bottom: 40px;
        font-size: 10px;
        font-style: italic;
        }

    .item_more
        {
        position: absolute;
        bottom: 5px;
        right: 55px;
        z-index: 5;
        font-size:14px;
        }

/***********************************/
/************Search view************/
/***********************************/

.search_item
    {
    position: relative;
    min-height: 70px;
    margin-bottom: 5px;
    }

    .search_item_name
        {
        position: absolute;
        top: 0px;
        left: 0px;
        }

    .search_item_link
        {
        position: absolute;
        top: 20px;
        left: 0px;
        font-size: 10px;
        color: green;
        }

    .search_item_modified
        {
        position: absolute;
        top: 35px;
        left: 0px;
        font-size: 10px;
        color: gray;
        }



/***********************************/
/***********Contact view************/
/***********************************/

.contact
    {
    position: relative;
    height: 95px;
    width: 500px;
    }

.contact_name
    {
    position: relative;
    left: 0px;
    font-size: 18px;
    color: #0066CC;
    font-weight: bold;
    }

.contact_position
    {
    position: relative;
    left: 0px;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    }

.contact_phone
    {
    position: relative;
    left: 0px;
    font-size: 15px;
    color: #000000;
    }

.contact_email
    {
    position: relative;
    left: 0px;
    font-size: 15px;
    color: #000000;
    }

#id_subject, #id_message, #id_email, #id_first_name, #id_last_name
    {
    width: 300px;
    }
