

/* Journal Home Page Background */
.homepage #header {
    background-image: url(/site/resource/forhis_header.jpg);
    height: 97px;
}


/* Journal Home Page Title */
.homepage #header h1#page_title {
    background-image: url(/site/resource/forhis_title.jpg);
    margin-top: 34px;
    width: 550px;
    height: 44px;

}


/* Journal Content Page Background */
.hw-gen-page #header {
    background-image: url(/site/resource/forhis_header.jpg);
    width: 960px;
    height: 97px;
}



/* Journal Content Page Title */
.hw-gen-page #header h1#page_title {
    background-image: url(/site/resource/forhis_title.jpg);
    margin-top: 34px;
    height: 52px;
    width:  550px;
}


/* Journal Title */
.hw-gen-page #header h1#page_title a {
    display: block;
    height: 44px;
    width: 361px;
}


/* don't display current issue*/
#first a.block{display: none;}
#first img#cover {display: none;}
/*delete the following when RightsLink set up*/
a.permissions {display: none;}

/* don't display col3 current issue*/
#sidebar-current-issue {display: none;}


#primary_nav #nav_subscriptions{visibility: hidden;}