/* SML INSURANCE */
/* Section Whats New Stylesheet
--------------------------------------------------------------------------- */


	@import url("markdown.css");
	

/* Heading
--------------------------------------------------------------------------- */


	h2 {

	width: 98px;
	height: 22px;
	background: url(../images/headings/h2-whatsnew.gif) top left no-repeat;

	}
	
	div#overview {
	
	margin-bottom: 20px;
	
	}


/* Panel styling
--------------------------------------------------------------------------- */


	div.panel h3 {
	
	width: 736px;
	float: left;
	clear: left;
	background: url(../images/layout/h3-panel-selected.gif) top left no-repeat;
	padding: 20px;
	margin-left: -20px;
	margin-top: -20px;
	
	}
	
	div.panel {
	
	width: 736px;
	float: left;
	clear: left;
	background: url(../images/layout/bg-panel-selected.gif) bottom left no-repeat;
	margin-bottom: 40px;
	padding: 0 20px 20px 20px;
		
	}
	
	div.panel div.headlines {
	
	width: 90px;
	
	}
	
	div.panel.unfocus h3 {
	
	background: url(../images/layout/h3-panel.gif) top left no-repeat !important;
	
	}
	
	div.panel.unfocus {
	
	background: url(../images/layout/bg-panel.gif) bottom left no-repeat !important;
		
	}
	
	div.display h4 {
	
	display: none;
	
	}
	
	div.story h4 {
	
	display: inline;
	font-size: 14px !important;
	font-style: normal !Important;
	margin-top: 0 !important;
	color: #003F75;
	text-transform: capitalize !important;
	
	}
	
	div.story h4 strong {
	
	color: #000;
	text-transform: uppercase !important;
	
	}


/* Headlines */


	ul.stories,
	ul.stories li,
	ul.stories li div.story {
	
	float: left;
	
	}
	
	ul.stories li {
	
	display: block;
	
	}
	
	ul.stories li.hidden {
	
	display: none;
	
	}

	div.story ul {
	
	float: left;	
	width: 542px;
	margin-top: 12px;
	
	}

	div.story li {
	
	clear: left;
	float: left;
	display: block;
	width: 542px;
	padding-bottom: 2px;
	
	}

	div.story strong {
	
	width: 80px;
	display: block;
	padding-right: 12px;
	float: left;
	display: block;
	
	}
	
	div.story a {
	
	float: left;
	display: block !important;
	width: 450px;
	font-weight: bold;
	
	}
