/*****************************************************************
 * HW-provided CSS stylesheet for  Home page
 *****************************************************************/



#pageid-home div.home-announce a {
color:#165222;
}


#pageid-home #content-block h2, #pageid-home #content-block h3, #pageid-home #content-block h2 a, #pageid-home #content-block div.home-announce a {
color:#608768;
}
#pageid-home #content-block h3 {
color: blue;/*#336266;*/
font-size:1.5em;
text-align:center;
width:980px;
}
/*  order is swapped, so changing top padding and border */

#pageid-home #content-block .in-this-issue h2{
border-top:none;
padding-top:5px;
}


#pageid-home #content-block div.jnl-links {
margin-left:0pt;
}

#pageid-home #content-block ul.jnl-links {
padding-top:10px;
border-top:1px dotted #608768;
}

#pageid-home #col-3 .sidebar-icon-group img{
	padding-top:10px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

#pageid-home #content-block .in-this-issue ul {
	font-size:0.95em;
	list-style-image: url(/local/img/ccjm_coverlines_bullet.gif);
	list-style-type: square;
	list-style-position: outside;
}

#pageid-home #content-block .in-this-issue ul li {
        line-height: 1.3;
}
#pageid-home #content-block .in-this-issue ul a {
        border-left: 0px solid #0083A8; /* override color in local */
        padding-left: 0em;
}

/* The following elements are all ones we want to position offscreen--
   their content is replaced on the visible page by background images */
#home-left-col .button-list a span,
.sidebar-links p span,
#main-block-left .section-links a span,
#footer .icon-set li a span {
	position: absolute;
	left: -9999px;
}

