#newsWrapper {
	background: transparent url(../images/backgrounds/newsBG.jpg) no-repeat 0 0px;
}
#newsWrapperTile {
	background: transparent url(../images/backgrounds/newsBgTile.jpg) repeat-y;
}

div.breadcrumb { background-color:#b5526c; }
div.breadcrumbTop { background: transparent url(../images/news/breadcrumbTop.gif) no-repeat; }
div.breadcrumbBot { background: transparent url(../images/news/breadcrumbBot.gif) no-repeat; }

div#mpu.newsMPU { top:414px; }

div.newsItemWrapper { 
	margin-bottom:1em;
	background: transparent url(../images/news/newsPicFrame.gif) no-repeat;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}
div.newsItemWrapper input.itemThumb { float:left; margin:3px 10px 10px 3px; }
div.newsItemWrapper p { margin:0 0 1em 0; }

div.nextWrapper { text-align:right; clear:both; padding:20px 0; }
div.divider { height:14px; }

div#contentMid.newsWrapper h2 { color:#893d51; margin-bottom:16px; }
div#contentMid.newsWrapper h3 { margin:0 0 0 120px; }
div#contentMid.newsWrapper p { margin:0 0 0 120px; }
div#contentMid.newsWrapper h3 a { color:#333300; text-decoration:none; }
div#contentMid.newsWrapper h3 a:hover { color:#893d51; text-decoration:underline; }

div#storyPic { text-align:center; margin-bottom:16px; }

div.moreLinkWrapper {
	text-align:right;
	padding:0 0 20px 20px;
	clear:both;
}
div.moreLinkWrapper a { color:#893d51; font-size:0.75em; font-weight:bold; }

/* FULL NEWS STORY */
div#contentMid.newsWrapper div#PanelStory div h3, div#contentMid.newsWrapper div#PanelStory div p { margin:0 0 1em 0;  }

div#lavalamp {
    width:30px;
    height:115px;
    position:absolute;
    left: 732px;
	top: 241px;
	/* removed to prevent expandable sky overlay */
	/*z-index:90;*/
}

/* PAGER */
div.pagerWrapper { padding:10px 0; clear:both; text-align:right; }
table.pagingTable { font-size:0.75em; }
table.pagingTable tr td a {  color:#893d51; font-weight:bold; }
table.pagingTable tr td.pagingTablePrev { padding-right:10px; }
table.pagingTable tr td.pagingTableNext { padding-left:10px; }