#home_link {
    display: block;
    height: 50px;
    width: 200px;

    background: url('../imgs/home_link_w_cut.png') no-repeat scroll top left;
    text-indent: -99999px;
}
#landmarks li a:hover {
    background: rgb(229,229,229)
}
#pages, #content {
    background: rgb(243,243,243) url('../imgs/pages_bg.png') repeat-y scroll top left;
}
#content {
    background-color: white;
}
#mainSearch_form #submit {
    background: url('../imgs/search_w.png') no-repeat scroll top left;
    width: 12px;
    height: 16px;
    text-indent: -99999px;
}
.expandable-hitarea { 
    background: url('../imgs/arrows.png') no-repeat scroll top left;
}
.collapsable-hitarea {
    background: url('../imgs/arrows.png') no-repeat scroll bottom left;
}

.hr.dashed {
    clear: both;
    background: url('../imgs/dash.png') repeat-x scroll top left;
    border: none;
    height: 2px;
    width: 410px;
    margin: 1.5em 0 !important;
}
.hr hr {
    display: none;
}
