/********************************************
* JSS Law
* Developed by I-ology
* http://www.i-ology.com
*
* Created 02/22/08 - AC
*
* Publications Style Definitions
********************************************/

/*********************************
* Layout Definitions
*********************************/

#header-photo {
    text-indent: -9999px;
    background: url(/images/interior_photo2.jpg) top left no-repeat;
}

dl {
    width: 598px;
    clear: both;
    overflow: hidden;
}

dt {
    clear: both;
    float: left;
    width: 90px;
    text-align: right;
    padding: 0 0 15px 0;
    color: #7E3226;
    font-weight: normal;
}

dd {
    float: right;
    width: 490px;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.4em;
}

.related-info {
    padding-bottom: .5em;
}

.related-info span {
    padding-bottom: .5em;
    color: #7E3226;
    font: normal;
}

#sidenav {
    float: right;
    width: 190px;
    margin: 5px 0 10px 20px;
}

/*********************************
* Titles & Headers
*********************************/

#ttl-publications,
#ttl-articles,
#ttl-newsletters {
    position: absolute;
    width: 359px;
    height: 31px;
    display: block;
    margin: 172px 0 0 27px;
    text-indent: -9999px;
}

#ttl-publications {
    background: url(/images/ttl_publications.gif) top left no-repeat;
}
#ttl-articles {
    background: url(/images/ttl_articles.gif) top left no-repeat;
}
#ttl-newsletters {
    background: url(/images/ttl_newsletters.gif) top left no-repeat;
}

/*********************************
* Buttons
*********************************/

#btn-view-all {
    float: right;
    display: inline;
    width: 67px;
    height: 21px;
    margin: -5px 0 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/btn_view_all.gif) top left no-repeat;
}
a:hover#btn-view-all {
    background-position: bottom left;
}

#btn-print-page {
    display: block;
    width: 140px;
    width/**/:/**/ 115px;
    padding: 2px 0 4px 25px;
    margin-bottom: 8px;
    background: url(/images/icon_print.gif) top left no-repeat;
}

#btn-back-news {
    display: block;
    width: 140px;
    width/**/:/**/ 115px;
    padding: 0px 0 4px 25px;
    margin-bottom: 8px;
    background: url(/images/icon_back.gif) no-repeat 0 1px;
}

#btn-send-to-friend {
    display: block;
    width: 186px;
    width/**/:/**/ 161px;
    padding: 0px 0 4px 25px;
    margin-bottom: 8px;
    background: url(/images/icon_mail.gif) no-repeat 0 1px;
}

.btn-download-materials {
    display: block;
    width: 186px;
    width/**/:/**/ 161px;
    padding: 1px 0 4px 25px;
    margin-bottom: 8px;
    background: url(/images/icon_download_media.gif) no-repeat 0 0;
}

a#btn-rss-feeds {
    width: 216px;
    height: 69px;
    display: block;
    text-indent: -9999px;
    margin-left: 10px;
    background: url(/images/btn_rss_feeds.gif) top left no-repeat;
}

a:hover#btn-rss-feeds {
    background: url(/images/btn_rss_feeds.gif) bottom left no-repeat;
}


/*********************************
* Sub Navigation
*********************************/

.subnav-pub {
    display: block;
}

ul.subnav li a#articles {
    background: url(/images/subnav_articles.gif) top left no-repeat;
}
ul.subnav li a#newsletters {
    background: url(/images/subnav_newsletters.gif) top left no-repeat;
}

ul.subnav li a:hover#articles, body.articles-on ul.subnav li a#articles,
ul.subnav li a:hover#newsletters, body.newsletters-on ul.subnav li a#newsletters {
    background-position: bottom left;
}
