/* attempt to stop iamges breaking the fixed width layout 

.text_content p img {
    max-width:100% !important;
    height: auto !important;
    display: inline-block;
}


.text_content iframe {
    max-width: 100%;
}

.tmp_video-frame-wrapper {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    margin-bottom: 10px;
}
.tmp_video-wrapper iframe,
.tmp_video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

#main_nav .item6 .main_nav_span {
    width: 110px;
}
#main_nav .item7 .main_nav_span {
    width: 60px;
}

#maps_canvas, .infowin {
    cursor: pointer;
}