/***********************/
/*    Content Panel    */
/***********************/
.readmore {
	margin: 5px 0 0 95px;
}
	.readmore a {
		display: block;
		padding-left: 25px;
		height: 17px;
		background: url(../images/ANG-arrow-red.gif) top left no-repeat;
		line-height: 17px;
		font-weight: bold;
		color: #666666;
		text-transform: uppercase;
	}
	.readmore a:hover {
		color: #bf2b26;
		background-image: url(../images/ANG-arrow-grey.gif);
	}

/****  Grey Feature Panel  ****/
#feature {
	clear: both;
	float: left;
	margin-top: 30px;
	width: 100%;
	background: url(../images/ANG-news-mainbg.gif) top right no-repeat;
}
	#feature #featureImage {
		float: left;
		margin-right: 20px;
	}
	#feature h1 {
		padding: 20px 0 10px 0;
		color: #133d8d;
		font-size: 18px;
	}
	#feature p {
		margin: 0 15px 10px 0;
	}
	#feature .readmore {
		float: right;
		width: 100px;
		text-align: right;
	}

#news, #research {
	float: left;
	width: 310px;
	margin: 30px 0 0 0;
}
#news {
	margin-right: 20px;
}
	#news h1, #research h1 {
	margin-bottom: 20px;
	height: 36px;
	background: url(../images/ANG-latestnews-rpt.gif) top left repeat-x;
}
	#news h1 span, #research h1 span {
		display: block;
		float: left;
		width: 135px;
		height: 36px;
		background: url(../images/ANG-latestnews-head.gif) top left no-repeat;
		text-indent: -99999px;
	}
	#research h1 span {
		width: 181px;
		background-image: url(../images/ANG-latestresearch-head.gif);
	}
	#news h1 a, #research h1 a {
		display: block;
		float: right;
		width: 90px;
		height: 36px;
		background: url(../images/ANG-latest-btn-showall.gif) top right no-repeat;
		text-indent: -999999px;
	}
	#news h1 a:hover, #research h1 a:hover {
		background-image: url(../images/ANG-latest-btn-showall-o.gif);
	}
	#news .newsitem, #research .newsitem {
		float: left;
		margin: 0 10px 20px 0;
		width: 310px;
	}
		#news .newsitem img, #research .newsitem img {
			float: left;
			margin-right: 5px;
		}
		#news .newsitem h2, #research .newsitem h2 {
			font-size: 12px;
		}
		#news .newsitem h2 a, #research .newsitem h2 a {
			color: #333333;
		}
		#news .newsitem h2 a:hover, #research .newsitem h2 a:hover {
			color: #bf2b26;
		}

/************************/
/*  Right-hand Sidebar  */
/************************/
* html #sidebar #subnav {
	position: relative;
	margin-right: 13px;
	margin-left: -40px;
}

#sidebar #donatenow {
	margin-top: -60px;
}

#sidebar #events {
	margin: 111px 0 0 62px;
	width: 220px;
	text-align: left;
}
* html #sidebar #events {
	margin-right: 5px !important;
}
	#sidebar #events dl {
		margin: 0 0 10px 10px;
	}
		#sidebar #events dl dt {
			margin-top: 10px;
			font-weight: bold;
		}
			#sidebar #events dl dt a {
				color: #333333;
			}
			#sidebar #events dl dt a:hover {
				color: #bf2b26;
			}
		#sidebar #events dl dd {
			font-size: 11px;
		}

#sidebar #articles {
	margin: 20px 0 0 62px;
	width: 220px;
	background: url(../images/ANG-news-latart-rpt.gif) top left repeat-y;
	text-align: left;
}
	#sidebar #articles h2 {
		height: 35px;
		background: url(../images/ANG-news-btn-latart.gif) top left no-repeat;
	}
		#sidebar #articles h2 span {
			visibility: hidden;
		}
		#sidebar #articles h2 a {
			float: right;
			margin: 10px 10px 0 0;
			width: 72px;
			height: 17px;
			background: url(../images/ANG-faq-showall.gif) top right no-repeat;
			text-indent: -99999px;
		}
	#sidebar #articles h3 {
		margin: 15px 0 0 7px;
		font-size: 12px;
	}
	#sidebar #articles p {
		margin: 5px 7px;
	}
	#sidebar #articles #artbtm {
		height: 7px;
		background: url(../images/ANG-news-latart-btm.gif) bottom left no-repeat;
	}
