/* Layout: Home */

/* Top Banner */
div#main-banner {
	width: 940px;
	height: 220px;
	background-image:url(/images/layout/home_banner3.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #CCCCCC;
	float:left;
	display:inline;
}

/* Top Banner: Strapline text */
div#main-banner-text {
	float:left;
	display:inline;
	margin-top:94px;
	margin-left:50px;
/*	background-color:#1073AC; */
}

/* Scrolling news section below main banner */
div#news-bar {
	height:24px;
	border-bottom:1px solid #CCCCCC;
	background-color:#ffffff;
	width:940px;
	color:#CCCCCC;
	float:left;
	display:inline;
	margin-top:1px;
	position: relative;
}


#news-text {
	margin: 0;
	float:left;
	display:inline;
}

#news-text .ticker-controls {
	position: absolute;
	right: 0;
	top: 1px;
	margin: 0;
}

#news-text .ticker-controls li {
	background: url(/images/ticker-icons.png) no-repeat;
	float: left;
	display: inline;
	width: 20px;
	height: 20px;
	margin: 0 0 0 3px;
	margin-left: 3px;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
}

#news-text .ticker-controls .stop {
	background-position: -23px 0;
}

#news-text .ticker-controls .previous {
	background-position: -46px 0;
}

#news-text .ticker-controls .next {
	background-position: -69px 0;
}

.news-title,#newsTicker {
	float: left;
	display: inline;
}

.news-title {
	margin: 6px 0 0 0;
}

#newsTicker {
	margin: 6px 0 0 10px;
	padding: 0;
	list-style: none;
}

#newsTicker li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Content left */
div#content-left {
	float:left;
	width:31.3%;
	padding:5px 5px 5px 5px;
}

/* Content center */
div#content-center {
	float:left;
	margin-left:11px;
	width:31.3%;
	padding:5px 5px 5px 5px;
}

/* Content right */
div#content-right {
	float:right;
	width:31.3%;
	padding:5px 5px 5px 5px;
}

#column1 {
	width:295px; 
	float:left; 
	display:inline; 
	margin-top:18px;
	margin-right:8px; 
	padding-right:20px; 
	background-image:url(/images/column_background.jpg); 
	background-repeat:no-repeat;
	height:auto !important;
	height:310px;
	min-height:310px;
	overflow:visible;
	padding-bottom:18px;
}

#column2 {
	width:295px; 
	float:left; 
	display:inline; 
	margin-top:18px;
	margin-right:8px; 
	padding-right:20px; 
	background-image:url(/images/column_background.jpg); 
	background-repeat:no-repeat;
	height:auto !important;
	height:310px;
	min-height:310px;
	overflow:visible;
	padding-bottom:18px;
}

#column3 
{
	width:280px; 
	margin-top:18px;
	float:left; 
	display:inline; 
	height:auto !important;
	height:310px;
	min-height:310px;
	margin-bottom:20px;
	padding-bottom:18px;
	
	
	
	
}
