/* Overarching styles for Pubs */	.nf_pubs,	.nf_pubs_list						{ display: block; clear: both; }	.nf_pubsType						{ display: none; margin-bottom: 10px; }	.nf_pubsCategory					{ margin-bottom: 10px; margin-left: 15px; display: none; }	.nf_pubsArticle						{ display: block; clear: both; margin-left: 0; padding-top: 15px; padding-bottom: 15px; font-size: 12px; }	.nf_pubs_list .nf_pubsArticle		{ margin-left: 0px; padding-bottom: 20px; }	.noleftmargin						{ margin-left: 0px; }	.nf_pubs a							{ color: #CC3300; text-decoration: underline; }	.nf_pubs a:hover					{ color: #FFFFFF; background: #CC3300; text-decoration: none; }/* Show or Hide specific sections of information */	.nf_pubsTitle						{ display: block; font-size: 17px; font-weight: normal; color: #CC3300; text-transform: capitalize; margin-bottom: 10px; }	.nf_pubsTitle a						{ text-decoration: none; }	.nf_pubsTitle a:hover				{ text-decoration: underline; }	.nf_pubsInfo						{ display: block; clear: both; }	.nf_pubsAuthor						{ display: none; font-size: 10px; text-transform: uppercase; float: left; margin-right: 8px; color: #BBBBBB; }	.nf_pubsLastUpdated					{ display: none; font-size: 10px; text-transform: uppercase; float: left; margin-right: 8px; color: #CC0000; }	.nf_pubsStory						{ display: block; clear: both; }	.nf_pubsStartDate					{ display: none; margin: 0 0 6px 2px; text-transform: uppercase; font-size: 9px; color: #CC3300; }	.nf_pubsContent						{ }	.nf_pubs .nf_pubsFullStory			{ display: none; }	.nf_pubsStoryObject					{ display: none; }	.nf_pubsSummary p					{ display: inline; }