@font-face {
    font-family: "District";
    src: url(district_thin.ttf) format("truetype");
}

/* ******************** FRAMEWORK LAYOUT IDs ******************** */

* {
	padding: 0;
	margin: 0;
}


#main_page {
	background: url(images/middle.png) left top repeat-y;
	text-align: center;
    width: 965px;
    margin: 10px auto;
}


#page_top {
    background: url(images/top.png) left top no-repeat;
	padding: 20px 50px;
}


    #logo {
        display: block;
        height: 60px;
        width: 240px;
        float: left;
        background: url(images/logo.png) left top no-repeat;
    }

    
    #page_top_action {
        width: 500px;
        float: right;
        text-align: right;
    }

        #current_date {
            float: left;
            width: 200px;
            text-align: right;
            padding: 45px 0 0 0;
            font-size: 11px;
        }

        #language {
            float: right;
            text-align: left;
            width: 270px;
            font-size: 11px;
        }

        #searchbox {
            background: url(images/searchbox.png) left bottom no-repeat;
            float: right;
            width: 270px;
            height: 28px;
            padding: 27px 10px 0 0;
        }

            #searchbox input {
                width: 178px;
                border: none;
                background: none;
            }

            #searchbox button {
                border: none;
                background: none;
                width: 75px;
                text-transform: uppercase;
                cursor: pointer;
            }

            
#page_top_menu {
    border-top: 1px solid #A6A8AB;
    width: 940px;
    margin: 0 auto;
}


    #main_menu {
        background: url(images/menu.png) left top repeat-x;
        padding: 8px 10px 10px 10px;
        height: 17px;
    }

    #main_menu ul li {
        float: left;
        font-size: 15px;
    }

        #main_menu ul li a {
            font-family: "District", Century Gothic, Tahoma, Verdana;
            padding-right: 20px;
        }


    #teaser {
        background: url(images/teaser_norisk.jpg) left top no-repeat;
        height: 235px;
        width: 940px;
    }

        #teaser a {
            display: block;
            float: left;
            width: 313px;
            height: 35px;
        }

        #teaser div {
            background: url(images/teaser_norisk.jpg) left top no-repeat;
            height: 65px;
            padding: 135px 0 0 757px;
        }

            #teaser div a {
                height: 30px;
                width: 144px;
            }



#page_content {
	text-align: left;
    padding: 20px 50px;
}


#page_bottom {
	background: url(images/bottom.png) left bottom no-repeat;
    padding: 22px 0;
	text-align: center;
    font-size: 13px;
}

    #page_bottom_content {
        border-top: 1px solid #A6A8AB;
        width: 940px;
        padding-top: 20px;
        margin: 0 auto;
        text-align: center;
    }

    #page_bottom a {
        padding: 5px;
    }

    #community_ad a {
        padding-left: 5px;
    }

    #community_ad span {
        padding: 10px;
    }




/* ***************** FRAMEWORK STYLES **************** */


.wxl {
	width: 860px;
}

.wl {
	width: 600px;
}

.wm {
	width: 420px;
}

.ws {
	width: 240px;
}

.gl {
	padding-left: 20px;
}

.gr {
	padding-right: 20px;
}

.gb {
	padding-bottom: 20px;
}

.gt {
	padding-top: 20px;
}

.gn {
	padding: 0;
}

.fl {
	float: left !important;
	clear: none !important;
}

.fr {
	float: right;
}

.nobg {
    background: none !important;
}


/* ************************** HTML AND ALL OF THE OTHER STUFF ************************* */

body {
	background: #969696;
	font-family: Helvetica, Trebuchet MS, Arial;
	font-size: 13px;
	text-align: center;
    color: #555;
    line-height: 18px;
}

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

    a:hover, a:active, a.selected {
        color: #F48120;
    }

    a img {
        border: none;
    }

    p a {
        color: #F48120;
        text-decoration: underline;
    }

        p a:hover {
            color: #000;
        }


.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.hide {
    display: none;
}

.fine {
    font-size: 10px;
}

h1 {
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 10px;
    color: #F48120;
    line-height: 30px;
}

h2, h2 a {
    color: #647b97;
    font-size: 20px;
    padding-bottom: 20px;
}

h3 {
    font-size: 14px;
    padding-bottom: 5px;
}

p {
    padding-bottom: 20px;
}

.cgreen {
    color: #226F2D;
}

.cred {
    color: #EF1100;
}








input {
    font-size: 11px;
    border: 1px solid #92989E;
    padding: 1px;
    color: #92989E;
}

.c1 {
	color: #1D5AB5;
}

.c2 {
	color: #3C3C3C;
}

.c3 {
	color: #FF00FF;
}

.bg_c1 {
	background: #f5f9fc;
}


li {
    list-style: none;
}


.bluebox {
    background: url(images/bluebox.png) left bottom no-repeat;
    padding-bottom: 10px;
}

    .bluebox_inner {
        background: url(images/bluebox.png) left top no-repeat;
        padding: 10px 20px 0 20px;
        color: #000;
    }

.bluebox h2 {
    text-transform: uppercase;
    font-family: "District", Century Gothic, Tahoma, Verdana;
    font-weight: normal;
    padding-bottom: 5px;
    color: #F48120;
}


.big_text {
    font-size: 18px;
    color: #000;
    line-height: 22px;
}

.image_box {
    width: 240px;
    height: 240px;
    padding-bottom: 20px;
}

.small_image_box {
    width: 110px;
    height: 110px;
    padding: 5px;
    float: left;
}

.tiny_image_box {
    width: 70px;
    height: 70px;
    padding: 5px;
    float: left;
}


.submenu li {
    float: left;
    padding-right: 20px;
}

ul.bullet li {
    background: url(images/bullet_header.png) left 5px no-repeat;
    padding: 0 0 0 15px;
}



UL.page_browser LI {
    float: left;
	list-style-type: none;
	border: 1px solid #ddd;
	margin: 0 1px;
}

UL.page_browser LI A {
	display: block;
	padding: 1px 5px;
}

UL.page_browser LI A:hover {
	background-color: #F48120;
    color: #fff;
}

UL.page_browser LI.active {
	background-color: #F48120;
    color: #fff;
    padding: 1px 5px;
}







/* *************** LIGHTBOX *************** */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img, #jquery-lightbox a:hover img {
    border: none !important;
    text-decoration: none !important;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	border: none !important;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Century Gothic, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	border: none !important;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	border: none !important;
}