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

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

/*--------------------------------------------------*/
/* Background                                       */

	#pageTitle {
		height: auto !important;
		height: 290px; /* IE5+6 Win: which implements height as min-height */
		min-height: 290px;
	}

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

	#banners .banner {
		width: 210px;
		float: left;
		margin-right: 13px;
		height: auto !important;
		height: 280px; /* IE5+6 Win: which implements height as min-height */
		min-height: 280px;
		position: relative;
	}

	#banners .banner div.intro {
		/*padding-bottom: 3em;*/
	}

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

	#banners .banner p.link {
		position: absolute;
		bottom: 0;
		margin: 0;
		width: 100%;
		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 .banner h3 {
	width: 210px;
	/*padding-bottom: 10px;*/
}

#banners .bannerImage h3 {
	/*padding-bottom: 10px;*/
}