#az-index {
    text-align: center;
    font-size: 11px;
    /*/*/
    background: transparent url(../images/home/section-title.gif) repeat-x bottom left;
    padding: 7px 0 10px;
    margin-bottom: 3px; 
    /* */
}
#az-index a {
    font-weight: bold;
}

.spl {
	color: #D71616;
    font-size: 11px;
    padding: 0px 0 3px;
 }

/*------------------------------------------------------------------------------
    Announcement styles, for announcement stripes that go between the
    splash and the A-to-Z index.

    Use <div class="announcement good"> or <div class="announcement bad">
------------------------------------------------------------------------------*/
div.announcement {
    font-size: 11px;
    text-align: center;

    /*/*/
    line-height: 1;
    margin-bottom: 1px;
    background: transparent url(../images/home/section-title.gif) repeat-x bottom left;
    padding: 10px;
    /* */
}
div.bad {
    color: #900;
    background-color: #FEE2E2;
}
div.good {
    background-color: #FFFFDF;
    color: #000;
}
div.announcement a:link, div.announcement a:visited {
    color: #003366;
}


/*------------------------------------------------------------------------------
    newsitem styles - for the front page only right now.

    TODO:  We need to have a better set of semantics for this, that can
    apply to more pages, or remove this from the sitewide stylesheet
------------------------------------------------------------------------------*/
.newsitem {
    margin: 1.5em 0;
	font-weight: normal;
}
div.newsitem h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #308CBB;
}
div.newsitem h3.date {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color: #003366;
}
div.newsitem p {
	margin: 0;
	margin-bottom: 4px;
}
div.newsitem ul {
    margin: 0;
    padding-left: 17px;
    padding-right: 10px;
}
div.newsitem ul li {
	margin-left: 5px;
}

/*/*/
p.more {
	border-top: 1px solid #ccc;
	margin: 0;
	margin-top: 40px;
	padding: 0;
	padding-top: 10px;
	text-align: right;
}
p.more img {
	border: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
/* */

.newsitem .thumbnail .spotlight{
    display: none;
}
/*/*/
div.newsitem .thumbnail {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    border: 1px solid #CCC;
    margin: 5px 0 2px 0;
}
div.newsitem .thumbnail-left {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    border: 1px solid #CCC;
    margin: 5px 5px 2px 0;
}

/* for a thumbnail that doesn't work at 40x40 */
div.newsitem .special-thumbnail {
    display: block;
    float: left;
    border: 1px solid #CCC;
}
div.newsitem .special-thumbnail-right {
    display: block;
    float: right;
    border: 1px solid #CCC;
    margin: 5px 5px 0 5px;
}

/* And for those thumbnails that look awful with a border... */
div.newsitem .thumbnail0 {
	border: none;
	float: right;
    margin: 5px 0 2px 5px;
}
div.newsitem .thumbnail0-left {
	border: none;
    display: block;
	float: left;
    margin: 5px 10px 2px 0;
}
/*------------------------------------------------------------------------------
	Thumbnail images should be 40 x 40.
	Spotlight images should be 200 x 100.
------------------------------------------------------------------------------*/
div.newsitem span.spotlight {
	display: block;
	width: 200px;
	height: 100px;
	border: 1px solid #CCC;
	margin: 0 10px 5px 0px;
/*	padding: 4px */
}

/*------------------------------------------------------------------------------
	a centered image of any size, with border
------------------------------------------------------------------------------*/
div.newsitem span.featured-image {
	display: block;
	border: 1px solid #CCC;
	margin: 5px;
	padding: 4px;
}
/* */



.red {
    color: #C20;
	font-weight: bold;
}

.redhot, h3.redhot {
    color: #C20;
    font-style: italic;
}
.redhot a {
    color: #c20;
}

.bluehot, h3.bluehot {
    color: #03B;
    font-style: italic;
}
.bluehot a {
    color: #03B;
}

.special-notice {
    background: #f0f8ff url(images/bhc/sitewide/misc/exclaim-star.gif) no-repeat -12px -12px;
}

img.caution {
    border: 0;
    text-align: center;
}

.special-thumbnail {
    margin-right: 10px;
}

