@import "reset.css";
@import "typo.css";


/* general styles */

html
{
    height:100%;
}

legend {
    display:none;
}

.left {
    float:left;
}

.right {
    float:right;
}

.clear_both {
    clear:both;
}

ul {
    list-style: none;
    margin-left: 0;
}

.beta,
.beta:visited,
.beta:hover,
.beta:active {
	line-height: 16px;
	display: inline-block;
	width: 250px;
	color: #0582AF !important;
	position: absolute;
	left: 240px;
	top: 10px;
	text-decoration: none;
}

.beta span {
	text-transform: uppercase;
	color: #fff;
	background: transparent url(../images/beta.png) left top no-repeat;
	width: 40px;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

/* Containers */
#page {
    background:transparent url(../images/branding_bg-fs8.png) repeat-x top left;
}

    #page_container {
        width:957px;            /* Includes the 5px shadow left & right */
        margin:0 auto;          /* Center content div */
        /*background-color:red;*/   /* Used for debugging */
		position: relative;
    }

#branding {
    height:131px;
    margin:0 5px;
    /*background-color:blue;*/   /* Used for debugging */
}




    #branding ul#links {
        float:right;
    }
    
        #branding ul#links li {
            float:left;
            height:35px;
            padding:5px 5px 0 10px;
            background:url(../images/branding_links_bg.gif) no-repeat top right;           
        }
        
        #branding ul#links li.first {
            background:url(../images/branding_links_bg_first.gif) no-repeat top left;
            padding:7px 0 0 14px;            
            width:154px; 
        }
        
        #branding ul#links li.last {
            background:url(../images/branding_links_bg_last.gif) no-repeat top right;
            padding:10px 14px 0 8px;
            position:relative;
        }
        
            #branding ul#links li.last img {
                padding:0 0 0 5px;
            }
        
                #language_selector {
                
                    display:none; /*to hide this when the page loads */
                
                    width:137px;
                    /*background-color:Red;*/ /* Used for debug */
                    background:url(../images/language_selector_gradient.gif) no-repeat bottom left;
                    position:absolute;
                    right:0;
                    top:31px;
                    z-index:100;
                    padding:0 0 5px 0;
                }
                
                #branding ul#links li.last.selected #language_selector {
                    display:block;
                }
                
                #branding ul#links #language_selector ul {
                    margin:0;
                }
                
                #branding ul#links #language_selector li {
                    float:none;
                    background:url(../images/language_selector_item_bg.gif) no-repeat top left;
                    
                    height:31px;
                    line-height:31px;
                    
                    text-align:right;
                    padding:0 8px 0 0;
                }
            
            
        #branding ul#links li img {
            vertical-align:middle;
            padding:0 5px;
        }

    #branding #search_box {
        clear:both;
        float:right;
    }
    
        #branding #search_box input {
            background:url(../images/search_box_bg.gif) no-repeat top left;
            border:none;
            padding:6px 5px 0 5px;
            
            width:164px;
            height:21px;    /*27 - 6 = 21px */
        }
        
    
        #branding #search_box button {
            text-align:center;
            background:url(../images/search_button.gif) no-repeat top left;
            width:64px;
            padding:5px 0;         
            border:none;
        }
    
    #branding ul#navi {
        clear:both;
        
        background:url(../images/navi_bg.gif) no-repeat top right;
    }
    
        #branding ul#navi li {
            float:left;
            border-right:1px solid #dbdcdc;          
        }
        
        #branding ul#navi li.first a {
            background:url(../images/navi_first_sprite_troms.gif) no-repeat top left;
        }
        
        #branding ul#navi li.last {
            border-right:none;
        }
        
            /*
            #branding ul#navi li.last a {
                background:url(../images/navi_last_sprite.gif) no-repeat top right;
            }
            
                #branding ul#navi li.last a:hover {
                    background:url(../images/navi_last_sprite.gif) no-repeat bottom right;
                }
            */
            
            #branding ul#navi li a
            {
                background:url(../images/navi_sprite_troms.gif) no-repeat top left;
                display:block;
                height:32px;
                padding:0 14px;
                line-height:32px;
            }
        
            #branding ul#navi li a:hover
            {
                background-position:0 -32px;
            }
            
            #branding ul#navi li a.selected
            {
                background-position:0 -64px;
            }


    ul#sub_navi {
        background:url(../images/sub_navi_bg-fs8.png) no-repeat top left;
        margin:0 0 0 5px;
        clear:left;
    }
    
        ul#sub_navi li {
            float:left;
            height:30px;
        }
        
            ul#sub_navi li a {
                line-height:25px;
                padding:0 10px;                
                border-left:1px solid #c4bbae;
            }
            
            ul#sub_navi li.first a {
                border-left:none;
            }

    ul#breadcrumbs {
        margin:22px 0 0 5px;                
    }
    
        ul#breadcrumbs li {
            float:left;
            background:url(../images/breadcrumb_bg.png) repeat-x top left;
            
            line-height:18px;
            height:20px;
            padding:0 2px 0 0;
        }
        
        
        ul#breadcrumbs li.first
        {
            background:url(../images/breadcrumb_bg_left.png) repeat-x top left;
            padding:0 2px 0 10px;
        }
        
        ul#breadcrumbs li.last        
        {
            background:url(../images/breadcrumb_bg_right.png) repeat-x top right;
            padding:0 10px 0 0;
        }
        
        ul#breadcrumbs li.one_item
        {
            background:url(../images/breadcrumb_both_bg.png) repeat-x top right;
            height:20px;
            padding:0;
            text-align:center;
            width:50px;
        }
      

/* calendar (and map_header) */
#calendar {
    width:273px; /* 275 - 1 -1 = 273px*/
}
    
#calendar div{
    padding:16px;
}


#calendar #calendar_header,
#map_header {
    border:none;
    background:url(../images/grey_header_bar_bg.gif) no-repeat top left;
    height:38px;
    line-height:35px;
    
    
    margin:0 0 -6px 0;
    padding:0 0 0 12px;
}

#calendar #calendar_header span,
#map_header span {
    float:left;
}

#calendar #calendar_header a,
#map_header a {
    float:right;            
    margin:8px 11px 0 0;           
}

#calendar #calendar_header a span,
#map_header a span {
    margin:0 0 0 5px;
    padding:0 5px 0 0;                  
}
        
#calendar div.vcalendar {
    padding:10px 0 0 0;
}

#calendar div.vevent {
    border-top:1px solid #ddd;
    padding:3px 2px 3px 0;
}

#calendar div.vevent.first {
    border-top:none;
}

#calendar div.vevent.selected {
    background-color:#ddf3f9;
}

#calendar div.vevent div {
    padding:0;
}

#calendar div.vevent div.left {                                
    width:100px;                             
    text-align:right;
}

#calendar div.vevent div.description {
    width:165px;                                    
}
           
    
/* special offers */            
#special_offers {
    width:273px; /* 275 - 1 -1 = 273px*/
    margin:25px 0 0 0;
}

#special_offers div {
    border-left:1px solid #e4e4e4;
    border-right:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    
    padding:16px;     
}

#special_offers #special_offers_header {
    border:none;
    background:url(../images/grey_header_bar_bg.gif) no-repeat top left;
    height:38px;
    line-height:35px;
       
    margin:0 0 -6px 0;
    padding:0 0 0 12px;
}

#special_offers input {
    background:url(../images/search_box_bg.gif) no-repeat top left;
    border:none;
    padding:5px 5px 0 5px;
    margin:0 8px 0 0;
    
    width:154px;
    height:24px;
}

#special_offers button {
    text-align:center;
    background:url(../images/search_button.gif) no-repeat top left;
    width:64px;
    padding:5px 0;
    border:none;
}


   
    #page_content {
        width:957px; /* Includes 5px left & right drop shadow */
        margin:5px 0 0 0;    
    }
    
        #content_tabs {
            margin:0 0 -5px 5px;
        }
        
            #content_tabs li {
                display:inline;
                margin:0;
                padding:0;        
            }
            
            #content_tabs li.selected {
                z-index:100;
                position:relative;
            }
            
                #content_tabs li a {
                
                    float:left;
                    background:url(../images/tab_left.png) no-repeat left top;
                    margin:0;
                    padding:0 0 0 8px;
                    text-decoration:none;
                
                
                }
                
                
                #content_tabs li a span {
                    float:left;
                    display:block;
                    background:url(../images/tab_right.png) no-repeat right top;
                    padding:10px 15px 7px 6px;
                }
                /* Commented Backslash Hack hides rule from IE5-Mac \*/
                #content_tabs li a span {float:none;}
                /* End IE5-Mac hack */
                
                    #content_tabs a:hover,
                    #content_tabs li.selected a {
                        background-position:0% -31px;
                    }
                    
                    #content_tabs a:hover span,
                    #content_tabs li.selected a span {
                        background-position:100% -31px;
                        cursor: pointer; /* Remind IE which cursor to use! */
                    }  
           
    
        #page_content div.container {
            background:url(../images/page_content_bg-fs8.png) repeat-y top left;
            padding:5px 33px 0 33px;
        }
        
        #page_content .curve_top {
            background:url(../images/page_content_curve_top-fs8.png) no-repeat top left;
            height:10px;
            
            z-index:90;
            position:relative;
        }
        
        #page_content .curve_bottom {
            background:url(../images/page_content_curve_bottom-fs8.png) no-repeat top left;
            height:10px;
        }
        
        /*#activity_details .two_col_container {
            margin:25px 0 30px 0;
        }*/
        
            #activity_details .two_col_container .left {
                width:360px;
            }
        
                #where_can_i
                {
                    background:url(../images/where_can_i_bg.gif) no-repeat top left;
                    height:31px;
                    line-height:31px;
                    padding:0 0 0 12px;
                    margin:15px 0 0 0;
                }
                
                    #where_can_i span {
                        float:left;
                    }
                
                    #where_can_i a {
                        text-indent:-1000000px;
                        float:right;
                        
                        background:url(../images/view_full_size_map.gif) no-repeat top left;
                        height:20px;
                        width:102px;
                        
                        margin:5px 7px 0 0;
                    }
                
                #activity_list #where_can_i {
                    width:324px; /*336 - 12 = 324px */
                    background-image:url(../images/where_can_i_bg_small.gif);
                }
            
                #map {
                  width: 358px; /*360 - 1 - 1 = 358px */
                  height: 228px; /* 230 - 1 - 1 = 228px */
                  
                  border:1px solid #ecebeb;
                }
                
                #activity_list #map {
                    width:334px; /* 336 - 1 - 1 = 334px*/
                    height:203px;
                }
        
            #activity_details .two_col_container .right {
                width:502px;
            }
            
                /*#details_container {
                    margin:0 0 30px 0;
                }*/
                
                    #activity_details #details_container .left {
                        width:380px;
                    }
                    
                        #details_container .details strong
                        {
                            float:left;
                            width:60px;
                        }
                        
                        #details_container .details a.contact_form_link {
                            margin:0 0 0 60px;    
                        }
                    
                        #details_container .information_table {
                            
                        }
                               
                    #activity_details #details_container .right {
                        width:110px;
                        
                        margin-right:-11px;
                    }
                    
                        .rating_box {
                            width:109px;
                            height:65px;
                            
                            background:url(../images/rating_bg.png) no-repeat top left;
                            
                            padding:35px 0 0 0;
                        }
                        
                            .rating_box strong {
                                display:block;
                                text-align:center;
                                width:100%;
                                
                                margin: 0;
                            }
                            
                            .rating_box a {
                                display:block;
                                text-align:center;
                                width:100%;
                            }
        
            /*#page_content .information_table h3 {
                margin-left:15px;
            }
        
            .information_table {
                margin:0 0 30px 0;
            }
        
                .information_table div {
                    padding:4px 0 4px 15px;
                }
        
                .information_table div.alt {
                    background-color:#f5f5f5;
                }
            
                    .information_table div strong {
                        float:left;
                        width:115px;
                    }*/
 
            /*#activity_details h4 {
                border-bottom:1px solid #e1e1e1;
                margin:40px 0 10px 0;
            }
            
            #other_activities_list {
                list-style-type:disc;
                list-style-position:inside;
            }
            
                #other_activities_list li {
                    margin:0 0 3px 0;
                }*/
 
 
                
#activity_list .two_col_container {
    margin:0 0 20px 0;
} 

    #activity_list .two_col_container .left {
        width:450px;
    }
    
    #activity_list .two_col_container .right {
        width:336px;
    }           

#filter_results {
    background-color:#f0f0f0;
    margin:0 0 7px 0;
}

    #page_content #filter_results h3 {
        padding:7px 10px 7px 17px;
        margin:0;
    }
    
    #filter_results div {
        background-color:#fff;
        border-left:1px solid #e4e4e4;
        border-right:1px solid #e4e4e4;
        border-bottom:1px solid #e4e4e4;
        
        padding:13px 15px 24px 18px;
    }
    
    #filter_results span {
        width:110px;
        float:left;
        margin:0 0 7px 0;
    }

#activity_list_results {
    margin:0 0 40px 0;
}

    #activity_list_results .item {
        border:1px solid #e4e4e4;
        padding:2px;
        margin:0 0 8px 0;
    }
    
    
        #activity_list_results .item img {
            margin:0 20px 0 0;
        }
        
            #page_content #activity_list_results .item div.container {
                margin:0;
                padding:6px 9px 0 0;
                background:none;
            }
            
        
            #activity_list_results .item .container .left {
                width:512px;
            }
            
            #activity_list_results .item .container .right {
                width:110px;
            }
            
            #activity_list_results .item .container div .left {
                width:285px;
            }
            
            #activity_list_results .item .container div .right {
                width:200px;
            }

.description_table {
}

    .description_table div {
        padding:4px 2px 6px 7px;
    }
    
    .description_table div.alt {
        background-color:#e5f4fa;
    }
    

    #activity_list_results .item .container .description_table .left {
        width:70px;
        padding:0;
    }
    
    #activity_list_results .item .container .description_table .left.details {
        width:118px;
    }
    
        #activity_list_results .left.details span {
            float:left;
            width:50px;
        }



#activities .two_col_container {

}

    #activities .two_col_container .left {
        width:565px;
    }
    
     #activities .two_col_container .right {        
        width:275px;
     }

/*
#activities_categories {
    margin:0 0 40px 0;
}

    #activities_categories .item {
        border:1px solid #e4e4e4;
        padding:2px;
        margin:0 0 8px 0;
    }
    
        #activities_categories .item img.left {
            margin:0 20px 0 0;
            width:auto;
        }
    
        #activities_categories .item li {
            display:inline;
        }
        
            #activities_categories .item .right {
                width:360px;
                margin:0 6px 0 0;
            } */




#home #page_content {
    
}

#home #page_content div.container {
    padding:0 5px 20px 5px;
}

#home_buttons {
    
}

    #home_buttons div {
        height:70px; 
        width:317px;
        
        margin:0 0 0 3px;
    }

    #home_buttons div.first {
        margin-left:0;
    }

    #home_buttons div.suitcase {
        background:url(../images/suitcase_button-fs8.png) no-repeat top left;        
    }
    
    #home_buttons div.bed {
        background:url(../images/bed_button-fs8.png) no-repeat top left;  
    }
    
    #home_buttons div.photo {
        background:url(../images/photo_button-fs8.png) no-repeat top left;  
    }
    
        #home_buttons div a {
            height:51px; /*70 - 19 = 51 */
            display:block;
            
            padding:19px 0 0 85px;
        }


#home .three_col_container div.left {
    width:306px;
    margin:0 0 0 14px;
}

#home .three_col_container div.left.col_one {
    margin-left:0;
}

#home .three_col_container div.left.col_two {
    padding:6px 0 0 0;
}
    
#home #calendar {
    width:306px;
    padding:0 0 4px 0;
    background:url(../images/shadow_bottom-fs8.png) repeat-x bottom left;
}

#home #calendar #calendar_header,
#home #map_header {
    background:url(../images/grey_header_home_bar_bg.gif) no-repeat top left;
}

#home #calendar div.vevent div.description {
    width:180px;
}

#learn_more_email_box {
    margin:8px 0 0 20px;
}

    #learn_more_email_box input {
            background:url(../images/search_box_bg.gif) no-repeat top left;
            border:none;
            padding:6px 5px 0 5px;

            width:164px;
            height:21px;    /*27 - 6 = 21px */
        }
        
    
        #learn_more_email_box button {
            text-align:center;
            background:url(../images/search_button.gif) no-repeat top left;
            width:64px;
            padding:5px 0;   
            line-height:27px;          
            border:none;
			margin: 0;
        }
    
    .photo_link strong,
    .photo_link span {
        display: block;
        padding-left: 15px;
    }
    .photo_link span {
        margin-bottom: 13px;
    }

#home #map {
    border:none;
    height:auto;
    width:auto;
}

    #home #map img {
        border: 1px solid #ebebeb;
        padding:1px;
    }
    

#filter_container {
    border-left:1px solid #f0f0f0;
    border-right:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    
    margin:0 0 7px 0;
}

    #filter_container .left {
        width:321px;
    }
    
    #filter_container .right {
        width:568px;
    }

    #filter_container .header {
        background-color:#f0f0f0;
        line-height:26px;
        padding:0 0 0 20px;
    }
    
    
    #filter_container .left .options_container {
        border-right:1px solid #e4e4e4;
    }
    
    #filter_container .options_container {
        padding:9px 20px;
        margin:8px 0;
    }
        #filter_container .options_container input,
        #filter_container .options_container label {
           display:block;
           float:left;
        }
    
        #filter_container .options_container input {
           clear:left;
           margin:2px 0;
        }
        
        #filter_container .options_container label {           
           margin:2px 3px;
        }
    
        #filter_container .options_container .left {
            width:140px;   
        }
        
        
        #filter_container .right .options_container .left {
            width:132px;
        }
        
#whats_on .two_col_container {
    margin:0 0 20px 0;
}

#whats_on .two_col_container .left {
    width:693px;
}

#whats_on .two_col_container .right {
    width:188px;    
}

#whats_on .pager.right {
    width:auto;
}


.pager {
    margin:0;
}

.pager li {
    float:left;
    border:1px solid #e4e4e4;
    
    width:19px;
    height:18px;
    
    margin:0 0 0 2px;
    
    line-height:18px;
    text-align:center;
    
}

.pager li a {
    display:block;
}

.pager li.prev a {
    text-indent:-1000000px;
    background:url(../images/arrow_left.gif) no-repeat top left;
}

.pager li.next a {
    text-indent:-1000000px;
    background:url(../images/arrow_right.gif) no-repeat top left;
}

#whats_on_list {
    margin:7px 0 0 0;
}

    #whats_on_list .month_name_header {
        background:url(../images/month_name_header.gif) no-repeat top left;
        height:26px;
        line-height:26px;
        padding:0 0 0 15px;
    }

    #whats_on_list .item {
        margin:0 0 11px 0;
        padding:2px;
        border:1px solid #e4e4e4;
    }
    
    #whats_on_list .item.first {
        border-top:none;
    }
    
        #whats_on_list .item img.left {
            width:auto;
            margin:0 17px 0 0;
        }

    
    #whats_on_list .item .left.container {
        width:440px;
        
        padding:0;
        background:none;
    }
    
        #whats_on_list .item .container strong {
            width:70px;
            float:left;
        }
        
        #whats_on_list .item .container span {
            float:left;
        }
        
            #whats_on_list .item .container span.dtstart,
            #whats_on_list .item .container span.dtend {
                float:none;
            }
        
            #whats_on_list .item .container div.indent {
                margin:0 0 0 70px;
            }

.sidebar_event {
    border:1px solid #e4e4e4;
    padding:5px 8px 5px 7px;
    margin:10px 0 0 0;
}

.sidebar_event.first {
    margin:27px 0 0 0;
}

    .sidebar_event span {
        display:block;
    }
    
    .sidebar_event strong {
        margin:4px 0;
        display:block;
    }



#troms_contrast p {
    margin-right:365px;
}

.contrast_container {
    margin:0 0 15px 0;
}

    .contrast_container .header {
        background:url(../images/contrast_troms_header.gif) no-repeat top left;
        height:26px;
        line-height:26px;
    }
    
        .contrast_container .header .left {
            text-align:right;
            width:435px; /*445 -10 = 435px*/
            padding:0 10px 0 0;
        }
        
        .contrast_container .header .right {
            text-align:left;
            width:435px; /*445 -10 = 435px*/
            padding:0 0 0 10px;
        }

    .contrast_container .photos {
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        
        padding:2px;
        
        width:884px; /*890- 2 - 2 - 1 - 1 = 884px */
    }


#see_do .two_col_container {
    margin:0 0 35px 0;
}

#see_do .two_col_container .left {
    width:500px;
}

#see_do .two_col_container .right {
    padding:15px 0 0 0;
}

#see_do #calendar div.vevent div.description.right {
    padding:0;
}

#see_do .three_col_container {
    margin:0 0 50px 0;
}

#see_do .three_col_container .col_one {
    width:282px;
    margin:0 23px 0 0;
}

#see_do .three_col_container .col_two {
    width:282px;
    margin:0 22px 0 0;
}

#see_do .three_col_container .col_three {
    width:282px;
    margin:0;
}


    #see_do .button {
        height:73px;
        width:282px;
    }
    

    #see_do .button.photo {        
        background:url(../images/see_do_photo_btn.gif) no-repeat top left;
    }
    
    #see_do .button.food {        
        background:url(../images/see_do_food_btn.gif) no-repeat top left;
    }
    
    #see_do .button.shop {        
        background:url(../images/see_do_shop_btn.gif) no-repeat top left;
    }
    
        #see_do .button a {
            display:block;
            padding:0 0 0 70px;
        }
    
#see_do .see_do_box {
    margin:10px 4px 0 4px;
    border:1px solid #e4e4e4;
    padding:3px;
}

    #see_do .see_do_box div.right {
        width:141px;
    }
 
    #see_do .see_do_box h5 {
        padding:0 0 3px 0;
        margin:0 0 5px 0;
    }

#through_year_container {
    margin:0 0 30px 0;
}

#through_year_container h4{
    line-height:26px;
    background-color:#dff2fb;
    margin:0 0 10px 0;
}

#through_year_container .month_item {
    width:430px; /* 430 - 23 - 23 = 384 */
    background:url(../images/month_item_bg.gif) no-repeat bottom left;   
    margin:0 0 5px 0;
}

    #through_year_container .two_col_container h4 {
        margin:0 4px;
    }

    #through_year_container .month_item .month_name_header {
        background:url(../images/year_month_header.gif) no-repeat top left;
        height:41px;
        
        line-height:41px;
        padding:0 15px 0 23px;
    }

    #through_year_container .month_item .content {
         padding:10px 23px 25px 23px;
    }
    
        #through_year_container .month_item .content ul {
            list-style-type:disc;
            list-style-position:inside;
        }

#nature .two_col_container {
    margin:0 0 30px 0;
}

#nature .two_col_container .left {
    width:360px;
}

    #nature .two_col_container h4 {
        background:url(../images/grey_header_wide_bg.gif) no-repeat top left;
        height:36px;
        line-height:36px;
        padding:0 15px;
        margin:0 0 12px 0;
    }

    #nature .two_col_container ul {
        margin:0 0 30px 15px;
        list-style-type:disc;
        list-style-position:inside;
    }


    #nature #flash_gallery {
        margin:20px 0 0 0;
    }
    
#nature .two_col_container .right {
    width:471px;
    padding:37px 0 0 0;
}

#nature .item {
    border:1px solid #e4e4e4;
    padding:2px;
    margin:0 0 9px 0;
}

    #nature .item div.left {
        width:435px;
        margin:0 0 0 55px;
        padding:10px 0 0 0;
    }

#nature #page_content div.container {
    padding-bottom:40px;
}


#textpage_photo #page_content {
    margin-top:60px;
}

#textpage_photo #page_content div.container {
    padding-bottom:80px;
}

#textpage_photo .photo {
    width:335px;
    margin:0 0 10px 40px;
}

    #textpage_photo .photo span {
        display:block;
        text-align:right;
    }


#contact .two_col_container .left {
    width:480px;
}

#contact .two_col_container .right {
    width:365px;
}



    #contact #where_can_i span {
        float:left;
    }
            
        #contact #where_can_i a {
            background:transparent url(../images/blue_bar_left.gif) no-repeat scroll left top;
            height:18px;
            line-height:18px;
            
            width:auto;
            margin:8px 11px 0 0;
            text-indent:0;
        }

        #contact #where_can_i a span {
            background:url(../images/blue_bar_right.gif) no-repeat top right;
            float:right;
            margin:0 0 0 5px;
            padding:0 5px 0 0;
        }
        
        
    

#contact .contact-item {
    width:477px;
    margin:0 0 18px 0;
}

    #contact .contact-item h3 {
        background-color:#f5f5f5;
        line-height:23px;
        padding:0 15px;
        margin:0;
    }
    
        #contact .contact-item div.content {
            border-left:1px solid #f5f5f5;
            border-right:1px solid #f5f5f5;
            border-bottom:1px solid #f5f5f5;
            
            padding:10px 15px;
        }
        
        #contact .contact-item div.content .left,
        #contact .contact-item div.content .right {
            width:auto;
        }
        
            #contact .contact-item div.content .left strong {
                float:left;
                width:69px;
            }
            
            #contact .contact-item div.content .right strong {
                float:left;
                width:58px;
            }
            
            #contact .contact-item div.content .right a.indent {
                margin-left:58px;
            }
 
    #footer {
        width:957px;
        margin:0 0 50px 0;        
    }
    
        #footer ul
        {
            margin:0 auto;
            width:640px;
        }
    
        #footer ul li {
            float:left;
        }
        
            #footer ul li a {
                border-left:1px solid #6d6e71;
                padding:0 8px;
            }
            
            #footer ul li.first a {
                border-left:none;
            }
            

body#contact_form {
    background:#fff;
}

#contact_form #page_content {
    padding:5px;
    width:auto;
    margin:0;
}

#contact_form a.close {
    height:21px;
    width:21px;
    text-indent:-1000000px;
    display:block;
    background:url(../images/close_btn.gif) no-repeat top left;
}

    #contact_form #form_content {
        margin:22px 0 19px 34px;
    }
    
        #contact_form #form_content div {
            margin:0 0 15px 0;
        }
        
        #contact_form #form_content label {
            display:block;
        }
        
        #contact_form #form_content input {
            background:url(../images/search_box_bg.gif) no-repeat top left;
            border:none;
            padding:6px 5px 0 5px;
            
            width:164px;
            height:21px;    /*27 - 6 = 21px */
        }
        
        #contact_form #form_content textarea {
            background:url(../images/textarea_bg.gif) no-repeat top left;
            border:none;
            padding:6px 5px 0 5px;
            
            width:330px;    
            height:75px;    /*81 - 6 = 75px */
        }
       
        #contact_form #form_content button {
            text-align:center;
            background:url(../images/send_btn.gif) no-repeat top left;
            width:53px;
            padding:5px 0 6px 0;       
            border:none;
            margin:0 10px 0 0;
        }
        
        




#see_do #page_content .container,
#activities #page_content .container {
    padding: 23px 33px 0;
}

#see_do h1,
#activities h1 {
    margin: 0 0 0.5em 0;
}

.section {
    overflow: hidden;
    margin-bottom: 25px;
}


.buttons {
    margin-bottom: 10px;
}

.section .button,
.section .col {
    float: left;
    margin-right: 22px;
    width: 282px;
}
.section .last,
#home #page .section .last {
    margin-right: 0;
}

.section .double {
    width: 586px;
}

.section .triple {
    width: 890px;   
}

.section .divider {
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
}

.section .double p {
    padding-right: 85px;
}

.col #map {
    width: 273px;
    height: 201px;
    overflow: hidden;
    margin-left: 3px;
}

.col .box {
    border: 1px solid #E4E4E4;
    margin: 0 4px 0;
    padding: 3px;
    overflow: hidden;
}


.col .box .right {
    width: 141px;
}

.col .box h2,
.col .box h5 {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 5px;
    padding-bottom: 3px;
    color: #6D6E71;
    font-weight: bold;
}

.categories .triple .box div h2 {
    padding: 7px 0;
    margin-bottom: 7px;
}

.box a,
.box a:visited {
    text-decoration: underline;
}

.box h5 a,
.box h5 a:visited {
    text-decoration: none;
}

.categories .box {
    margin: 0 0 5px;
}

.categories .box div {
    margin: 0 15px;
/*    padding: 10px 0 0;*/
    width: 490px;
}

.categories .double .box div {
    width: 370px;
}


.categories .box ul li {
    float: left;
    padding-right: 5px;
}

/* map_header doesn't look good in ie7 */
#map_header {
    margin: 0 0 -3px 0;
}

#home_buttons {
    margin-bottom: 5px;
}

.photo_link {
    padding: 6px 0 0;
}

#home .section {
    margin-bottom: 0;
}

#home .section .col {
    width: 309px;
    margin-right: 10px;
}


#page_content div.container {
    padding: 23px 33px 0;
}
body #page h1 {
    margin: 0 0 0.5em;
}


/* tables */
table {
    width: 100%;
}
table tr th {
    text-align: left;
    padding-bottom: 5px;
    font-size: 1.2em;
}
table tr td,
table tr th {
    padding: 4px 15px;
}
table tr .first {
    font-weight: bold;
    width: 100px;
}
table .alt {
    background-color: #f5f5f5;
}

/* additional information list */
.additional_info {
    margin-bottom: 25px;
}
.additional_info h2 {
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.additional_info ul {
    list-style-type:disc;
    list-style-position:inside;
}

.additional_info ul li {
    margin-bottom: 3px;
}

/* buttons */
.button {
    float: left;
    
}
.button a,
.button a:visited,
.button a:hover,
.button input {
    float: left;
    text-align: center;
}

.book {
    background: #fff url(../images/btn_orange_left.gif) left top no-repeat;
}
.book a,
.book a:visited,
.book a:hover,
.add_review a,
.add_review a:visited,
.add_review a:hover {
    background: transparent url(../images/btn_orange_right.gif) right top no-repeat;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    width: 88px;
    height: 36px;
	display: block;
	text-align: center;
}

#activity_list_results .button a,
#activity_list_results .button a:visited,
#activity_list_results .button a:hover {
    text-decoration: none;
}

#page form .send {
    background: #fff url(../images/btn_silver_left.gif) left top no-repeat;
    width: auto;
    margin-top: -2px;
}

#page form .send input {
    background: transparent url(../images/btn_silver_right.gif) right top no-repeat;
    border: none;
    height: 29px;
    width: 66px;
    padding: 0 5px 4px;
}

#page form fieldset input {
    float: left;
}

#page form fieldset {
    display: inline;
}


.visit_tromso .photo_link {
	margin-bottom: 10px;
	width: 309px;
	overflow: hidden;
}

.visit_tromso .photo_link h2 {
	color: #0582af;
	margin-bottom: 0.5em;
	clear: both;
}

.visit_tromso .photo_link img {
	width: 97px; 
	height: 85px;
	float: left;
	margin-right: 10px;
	display: inline-block;
	overflow: hidden;
}

.visit_tromso .photo_link span {
	margin-bottom: 3px;
	padding: 0;
	width: 202px;
	display: inline-block;
	float: left;
}

.visit_tromso .photo_link a {
	display: inline-block;
	float: none;
	color: #0582af;
	text-decoration: underline;
}

/* added I-link/icon to first col in frontpage */
.visit_tromso #learn_more_email_box {
	position: relative;
}

.visit_tromso #learn_more_email_box h3,
.visit_tromso #learn_more_email_box p,
.visit_tromso #learn_more_email_box form {
	width: 211px;
	margin-right: 64px;
}

.visit_tromso #learn_more_email_box input {
	width: 120px;
	background-image: url(../images/search_box_small_bg.gif);
	background-position: right top;
	margin-right: 10px;
}

#learn_more_email_box .button {
	margin-right: 0;
}

#learn_more_email_box .button input {
	width: auto;
	margin-right: 0;
	padding: 0 15px 5px;
	overflow: visible;
	display: inline-block;
}

.visit_tromso #learn_more_email_box a {
	margin: 10px 4px 10px 10px; /* width 58 + margin 20 = 78px */
	display: block;
	position: absolute; 
	right: 0;
	top: -10px;
}