/*---- banner ---- */

#banner{
	margin: 40px 0 30px 0;
	width: 998px;
	height: 208px;
	background-image: url(/images/homePg09/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;}

.bannerLeft{
	float: left;
	width: 590px;
	height: 171px;
	padding: 13px 20px;}

.bannerLeft IMG.bannerImage{
	float: left;
	/* width: 361px; */
	margin-right: 15px;}

.bannerLeftInfo{
	float: left;
	width: 200px;}

.bannerLeft H1{
	font-size: 140%;
	margin: 0px;}

.bannerLeft a.bannerImageBtn:link, .bannerLeft a.bannerImageBtn:visited {
	display: block;
	font-size: 80%;
	color: #FFFFFF;
	margin-top: 10px;
	padding: 6px 0 0 10px;
	width: 182px;
	height: 32px;
	background-image: url(/images/homePg09/bg_btn_banner.gif);
	background-repeat:no-repeat;}
	
#bannerMenu{
	/*
		CH 20091006:
		no float on banner menu - stops menu moving when animating
	*/
	/*	float: left; */
	margin-left: 640px;
	/* End CH 20091006 */
	width: 322px;
	height: 208px;
}

#bannerMenu ul{
	margin: 12px 0 0 0;}

#bannerMenu li{
	list-style: none;
	background-image: none;
	padding: 0px;
	margin: 0px;
	line-height: normal;}
	
#bannerMenu li a:link, #bannerMenu li a:visited{
	display: block;
	color: #0A185D;
	text-decoration: none;
	font-size: 180%;
	margin: 3px 0 3px 60px;
	padding: 8px 0 0 12px;
	width: 277px;
	height: 34px;
	background-image: url(/images/homePg09/bg_menuOff.gif);
	background-repeat: no-repeat;
	background-position: top left;}

#bannerMenu li.active a:link, #bannerMenu li.active a:visited{
	color: #FFFFFF;
	margin: 3px 0 3px 0px;
	padding-left: 20px;
	width:  339px;
	background-image: url(/images/homePg09/bg_menuOn.gif);}


#bannerMenu li.active a:hover{
	font-weight: bold;}

#bannerMenu li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	margin: 3px 0 3px 0px;
	padding-left: 20px;
	width:  339px;
	background-image: url(/images/homePg09/bg_menuHover.gif);}

/*---- page content ---- */

#infoCont{
	clear: both;
	margin-left:5px;}
	
.col{
	float: left;
	width: 310px;
	margin-right: 25px;}
	
.col H2{
	clear: both;
	width: 309px;
	height: 49px;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 0 8px 0;
	padding: 9px 0 0 10px;
	background-image: url(/images/homePg09/bg_heading2.jpg);
	background-repeat: no-repeat;
	}

.col IMG.Thumb, #colRight IMG.Thumb{
	float: left;
	margin: 0 10px 10px 0;}

.col .newsTitle{
	color: #0A2972;
	font-weight: bold;}

.col HR{
	clear: both;
	margin: 10px 0;
	color: #ccc;
	height: 1px;
	padding: 0px;
	background-color:#ccc;
	}

.col a.btn{
	display: block;
	float: left;
	width: 178px;
	height: 21px;
	margin-top: 8px;
	padding: 4px 0 0 10px;
	color: #0A2972;
	font-weight: bold;
	background-image:url(/images/homePg09/bg_btnMinCol.jpg);}

#colRight{
	float: left;
	width: 314px;
	padding: 0 0 20px 0;
	background-color: #E6E6E6;
	background-image:url(/images/homePg09/bg_homeRightPanelBtm.gif);
	background-repeat: no-repeat;
	background-position: bottom;}

.colRightInside{
	padding: 10px 15px 0 15px;
	margin-bottom: 20px;
	background-image: url(/images/homePg09/bg_homeRightPanelTop.jpg);
	background-repeat: no-repeat;
	background-position:top;}

#colRight H2{
	color: #333333;
	margin-top: 5px;
	border-bottom: 1px dotted #333;}

#colRight ul{
	margin: 15px 0 20px 20px;}

#colRight li{
	list-style: none;
	background-image: url(/images/homePg09/bullet-blackcircle.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 10px;
	margin: 8px 0;
	line-height: normal;
	}

#colRight li a:link, #colRight li a:visited{
	color:#000000;}

#colRight li a:hover{
	color:#F0AD00;}
