/***********************/
/*    Content Panel    */
/***********************/
/****  Centers Panel  ****/
#centres {
	margin: 20px 0 20px 40px;
	width: 577px;
	background: url(../images/ANG-centres-rpt.gif) top left repeat-y;
}
	#centres h2 {
		margin: 0;
		padding: 10px 0 0 10px;
		background: url(../images/ANG-centres-top.gif) top left no-repeat;
		color: #133d8d;
		font-size: 13px;
		text-transform: uppercase;
	}
	#centres ul {
		float: left;
		margin-left: 10px;
		width: 110px;
		list-style: none;
	}
		#centres ul li {
			padding: 5px 0;
		}
			#centres ul li a {
				color: #333333;
			}
			#centres ul li a:hover, #centres ul li a.current {
				color: #bf2b26;
			}
	#centres #detail {
		float: right;
		width: 200px;
		color: #FFFFFF;
	}
		#centres #detail #address {
			margin: 0 10px 0 20px;
			padding-left: 20px;
			background: url(../images/ANG-btn-arrow-blue.gif) top left no-repeat;
		}
		#centres #detail #detailLinks {
			margin: 15px 0 20px 25px;
		}
			#centres #detail #detailLinks a {
				padding: 0 15px 0 15px;
				background: url(../images/ANG-sub-arrow-blue.gif) center left no-repeat;
				color: #FFFFFF;
				text-transform: uppercase;
			}
			#centres #detail #detailLinks a:hover {
				background-image: url(../images/ANG-sub-arrow-red.gif);
			}
	#centres #centrebtm {
		clear: both;
		height: 7px;
		background: url(../images/ANG-centres-btm.gif) bottom left no-repeat;
	}

/****  FAQ Panel  ****/
#faqBox {
	margin: 10px 0 15px 40px;
	width: 577px;
	background: url(../images/ANG-faq-rpt.gif) top left repeat-y;
}
	#faqBox h2 {
		padding: 15px 0 0 10px;
		background: url(../images/ANG-faq-top.gif) top left no-repeat;
		color: #133d8d;
		font-size: 14px;
		text-transform: uppercase;
	}
	#faqBox dl {
		padding: 15px 0 10px 10px;
		background: url(../images/ANG-faq-btm.gif) bottom left no-repeat;
	}
		#faqBox dl dt {
			margin: 5px 0;
			font-weight: bold;
		}
			#faqBox dl dt span {
				padding-right: 5px;
				color: #bf2b26;
			}
		#faqBox dl dd {
			padding: 0 50px 0 0;
		}
			#faqBox dl dd span {
				padding-right: 5px;
				color: #133d8d;
				font-weight: bold;
			}

/************************/
/*  Right-hand Sidebar  */
/************************/
* html #sidebar #subnav {
	position: relative;
	margin-right: 17px;
	margin-left: -40px;
}

#sidebar #serviceBox {
	margin-left: 62px;
	width: 216px;
	background: url(../images/ANG-service-img_rpt.gif) top left repeat-y;
	text-align: left;
}
	#sidebar #serviceBox p {
		margin: 2px 10px;
		font-size: 11px;
	}
	#sidebar #serviceBox #first {
		font-weight: bold;
	}
	#sidebar #serviceBox #servicebtm {
		height: 8px;
		background: url(../images/ANG-service-img_btm.gif) bottom left no-repeat;
	}
