/*--------------------------------------------------*/
/* Page template                                    */

	#pageContent h2 {
		position: absolute;
		left: -5000px;
	}

/*--------------------------------------------------*/
/* Hero                                             */

	#hero {
		overflow: auto;
		width: 100%; /* IE5+6: Trigger bug to contain floated elements */
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #CEDE4B;
	}

	#hero p.image {
		float: left;
		margin: 0;
	}

	#hero p.image img {
		display: block;
	}

	#hero div.body {
		float: left;
		width: 400px;
		margin-left: 10px;
	}

	#hero div.body h3 {
		font-size: 1.6em;
		margin-bottom: 0.3em;
	}

	#hero div.body h3 em {
		color: #FD211A;
		font-style: normal;
	}

	#hero div.body ul {
		list-style: none;
		margin: 0;
		color: #000;
	}

	#hero div.body ul li {
		width: 190px;
		margin-right: 8px;
		float: left;
	}

/*--------------------------------------------------*/
/* Banner                                           */

	#banners .banner {
		width: 320px;
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
		height: auto !important;
		height: 96px; /* IE5+6 Win: which implements height as min-height */
		min-height: 96px;
		position: relative;
	}

	#banners .banner.even {
		margin-right: 0;
	}

	#banners .banner p.image {
		float: left;
		margin: 0;
	}

	#banners .banner p.image img {
		display: block;
	}

	#banners .banner div {
		float: left;
		width: 160px; /* 320 - 150 - 10 */
		margin-left: 10px;
		padding-bottom: 3em;
	}

	#banners .banner div h3,
	#banners .banner div p {
		margin: 0;
	}

	#banners .banner p.link {
		position: absolute;
		bottom: 0;
		margin: 0;
		width: 160px;
		background: #FFF url("../../img/global/bannerLinkBg.gif") no-repeat center right;
		font-weight: bold;
	}

	#banners .banner p.link a {
		display: block;
		padding: 7px 30px 7px 5px;
		text-align: right;
		text-decoration: none;
	}

	#banners .banner p.link a span {
		position: absolute;
		left: -5000px;
	}

	#banners .banner p.link a:hover,
	#banners .banner p.link a:active,
	#banners .banner p.link a:focus {
		text-decoration: underline;
	}
	
	#banners .extraInfo {
		width: 320px;
		float: left;
		margin: 35px 0 0 0;
		height: auto;
		position: relative;
	}
	
	#banners .extraInfo p.linkExtra {
		width: 100%;
		background: #FFF url("../../img/global/bannerLinkBg.gif") no-repeat center right;
		font-weight: bold;
	}

	#banners .extraInfo p.linkExtra a {
		display: block;
		padding: 7px 30px 7px 5px;
		text-align: right;
		text-decoration: none;
	}

	#banners .extraInfo p.linkExtra a span {
		position: absolute;
		left: -5000px;
	}

	#banners .extraInfo p.linkExtra a:hover,
	#banners .extraInfo p.linkExtra a:active,
	#banners .extraInfo p.linkExtra a:focus {
		text-decoration: underline;
	}
	
	

	#menuDataPdfs > ul {
		list-style-type: none;
		margin: 10px 0 0 0;
		padding: 0;
	}

#menuDataPdfs > ul li {
	padding-bottom: 5px;
}

#menuDataPdfs > ul a {
	text-decoration: none;
	font-weight: bold;
}

#menuDataPdfs > ul a:hover {
	text-decoration: underline;
}