/*	-------------------------------------------------------------
	Home page styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	body {
		background:url(../../images/layout/top-banner-turq.jpg) repeat-x;
		}
		
	#top {
		background: url(../../images/layout/shadows/turquoise.jpg) no-repeat;
		background-position: 198px bottom;
		}

	#banner-image {
		background: url(../../images/banner-images/home.jpg) no-repeat 
		}
	
	h2 {
		background: url(../../images/headings/home.gif) no-repeat;
		width: 361px!important;
		}
		
	#left a#view-all-announcements {
		text-decoration: underline;
		}
		
	#left a:hover#view-all-announcements {
		text-decoration: none;
		}
	
	#right #main {
		width: 370px;
		float: left;
		margin: 34px 0 0 0;
		}
	
	#right #news {
		width: 181px;
		float: left;
		margin: 20px 0 0 14px;
		}
		
	#right #news a {
		text-decoration: underline;
		}
		
	#right #news a:hover {
		text-decoration: none;
		}

	#right #news #newsItemTop {
		background: url(../../images/layout/hp-news/top.gif) no-repeat;
		width: 181px;
		height: 13px;
		font-size: 1px;
		}
		
	#right #news #newsItemGrow {
		background: url(../../images/layout/hp-news/grow.gif) repeat-y;
		width: 181px;
		color: #406DB9;
		padding: 0;
		}

	#right #news #newsItemBottom {
		background: url(../../images/layout/hp-news/bottom.gif) no-repeat;
		width: 181px;
		height: 13px;
		margin: 0 0 30px 0;
		}
	
	#right #news #newsItemGrow ul {
		list-style: none;
		margin: 0 14px 0 12px;
		}
		
	#right #news #newsItemGrow li.header {
		font-size: 11px;
		height: 18px;	/* CHANGED from 24px */
		background: url(../../images/layout/dot-line.gif) repeat-x bottom;
		margin: 0;
		font-weight: bold;
		}

	#right #news #newsItemGrow li {
		margin: 10px 0 0 0;
		}
	
	#right #news #newsItemGrow li.title {
		margin: 10px 0 0 0;
		color: #01B7DF;
		
		}
		
	#right #news #newsItemGrow li.links {
		padding: 10px 0 30px 0;
		}
		
	#right #news #newsItemGrow li span {
		display: none;
		}
		
	#right #news #newsItemGrow li a.more{
		margin: 0 42px 0 0;
		}
		
		
		
	#right #newsItemGrow  ul{
		list-style: none;
		margin: 0 10px 0 20px;
		}
		
	#right #newsItemGrow li.header {
		font-size: 11px;
		height: 24px;
		background: url(../../images/layout/dot-line.gif) repeat-x bottom;
		margin: 0;
		font-weight: bold;
		}

	#right #newsItemGrow li{
		margin: 0;
		}
		
	#right #newsItemGrow table {
		margin: 10px 0 20px 20px;
		width: 136px;
		} 
	
	#right #newsItemGrow td {
		line-height: 20px;
		border: 0;
		padding: 0;
		}
		
	#right #newsItemGrow p {
		margin: 10px 0 0 10px;
		width: 136px;
		padding: 0;
		color: #787878;
		}
		
	.latest-document h3{
		background:url('../../images/headings/latest-document.gif') 0 0 no-repeat;
		height:26px;
		text-indent:-10000px;
		margin-bottom:5px;
		padding:0px;
	}
	
	.latest-document p{
		padding:0px;
		margin:0 0 10px 0;
	}
	
	.shares div{
		color:#787878;
		padding:0 20px 0 20px;
		font-size:1.2em;
	}
	
	.shares .tickerlabel{
		float:left;
		padding-right:0;
	}
	
	.shares .tickersymbol{
		float:right;
		padding-left:0;
	}
	
	.shares .currentprice{
		clear:both;
		text-align:center;
		font-size:2em;
		font-weight:bold;
		color:#406DB9;
	}
	
	.shares .tickerdate{
		float:left;
		padding-right:0;
	}
	
	.shares .tickertime{
		float:right;
		padding-left:0;
	}
	
	.shares .delayinfo{
		clear:both;
		text-align:center;
		font-size:0.8em;
	}