/*	===============================================================	© TENET Technology	http://www.tenettechnology.com/  	Type:				News section graphical styles	Build by:			TDG Digital	Original Author:	James Bates	Author Email:		james@exit7.co.uk	Creation Date:		22 January 2007	---------------------------------------------------------------	Version number: 	1.0	Last edited:		NA - Still in development	============================================================ */    h1.headline {        background: none;        padding: 0;        margin: 5px 0 5px 0;    }    h3.date {        color: #666666;        background: url(../img/global/dots_horizontal.gif) bottom left repeat-x;        padding: 0 0 10px 0;    }    /*	---------------------------------------------------------------	FEATURED CASE STUDY	------------------------------------------------------------ */		#feat-news {	background: url(../img/global/dots_double_horizontal.gif) bottom left repeat-x;	color: #666666;	padding: 0 0 15px 0;	margin: 0 0 25px 0;	}		#feat-news img {	float: right;	border: 1px #666666 solid;	margin: 0 0 1em 2em;	}		#feat-news h2 {	font-size: 18px;	line-height: 24px;	}		#feat-news h5 {	color: #666666;	text-transform: none;	}		#feat-news p {	color: #666666;	font-size: 12px;	line-height: 140%;	}		div.other-news {	margin: 0 0 5px 0;	padding: 5px 0 10px 0;	background: url(../img/global/dots_horizontal.gif) bottom left repeat-x;	}		div.other-news:last-child {	border: none;	}		div.other-news div.date {	font-size: 12px;	font-weight: bold;	text-transform: uppercase;	}	div.other-news div.date span {	color: #9c0;	}		div.other-news div.p {	line-height: 130%;	margin-bottom: 5px;	}		div.other-news h2 {	margin: 0 0 5px 0;	}		div.other-news h2 a {	color: #036;	text-decoration: none;	font-size: 12px;	}		div.other-news h2 a:hover {	color: #9c0;	text-decoration: underline;	}		
