#banner{
	border:1px solid #BFCCD9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:556px;
	height:270px;
	float:left;
	position:relative
	}
#banner-anim{
	height:261px;
	width:542px;
	margin:0 auto;
	position:absolute;
	top:5px;
	left:7px
	}
	#pager{
		position:absolute;
		bottom:15px;
		left:15px;
		width:552px;
		display:block;
		z-index:10000
	}
	#pager a{
		display:inline-block;
		margin-right:4px;
		background:#fff;
		color:#fff;
		font-size:4em;
		width:11px;
		height:11px;
		overflow:hidden;
		background:url(../images/layout/indicators.png) no-repeat -18px 0px;
		padding:0;
		}
	#pager a.activeSlide{
		background:url(../images/layout/indicators.png) no-repeat top left;
		color:#003468
		}


#actions{
	background:url(../images/layout/home-panels.jpg) no-repeat top left;
	position:relative;
	height:200px;
	width:900px;
	margin-top:15px
	}
	#actions div{
		float:left;
		width:180px;
		position:relative;
		height:150px;
		}

	#actions #about-us{
		margin:40px 25px 0 45px;
		_margin:40px 25px 0 24px
		}
	#actions #open-account{
		margin:40px 25px 0 0
		}
	#actions #demo{
		margin:40px 25px 0 12px
		}
	#actions #contact{
		margin:40px 25px 0 5px
		}

	#actions h2{
		text-transform:uppercase;
		font-size:1.3em;
		margin-bottom:5px;
	}
	#actions p{margin:10px 0}
	#actions a{color:#003468}
	#actions a.cta{
		position:absolute;
		bottom:20px;
		text-decoration:none;
		}

#markets{
	width:320px;
	float:right
	}
	#markets h2{
		background:url(../images/layout/latest-tab.jpg) no-repeat top left;
		width:87px;
		height:23px;
		text-indent:-10111px;
		}
	#markets table{
		border:1px solid #BFCCD9;
		width:318px;
		}
		#markets table tr.alt{background:#ededed}
		#markets table td{
			padding:2px 10px 3px 15px;
			font-size:.9em;
			border-right:1px solid #BFCCD9;
			}
		#markets table td.red{color:#C00}

#quote{
	width:300px;
	float:right;
	background:#ededed;
	margin:15px 0;
	padding:10px;
	}
	#quote h2{
		text-transform:uppercase;
		font-size:1.3em;
		}
	#quote label{
		font-size:.9em
	}
