/*--------------------------------------------------*/
/* Page Content                                     */

	#pageContent {
		padding-top: 15px;
	}

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

/*--------------------------------------------------*/
/* Home banner                                      */

	#homeBanner {
		background: #999081;
		color: #FFF;
		overflow: auto;
		width: 100%; /* IE5+6 Win: Trigger bug to contain floated elements */
		margin-bottom: 2px;
	}

	#homeBanner #flash {
		float: right;
		padding: 10px;
	}

	#homeBanner #flash object,
	#homeBanner #flash embed {
		display: block;
	}

	#homeBanner .intro {
		padding: 30px 0 0 20px;
	}

	#homeBanner .intro h3 {
		color: #052C56;
		font-size: 1.7em;
		font-weight: normal;
	}

	#homeBanner .intro h4 {
		color: #052C56;
		font-size: 1em;
		font-weight: normal;
	}

	#homeBanner .intro p {
		padding-top: 20px;
		font-size: 0.9em;
	}

	#homeBanner .info {
		padding: 40px 0 0 20px;
		font-size: 0.9em;
	}

	#homeBanner .info p {
		color: #052C56;
	}

	#homeBanner .info p a {
		color: #FFF;
		text-decoration: none;
	}

	#homeBanner .info p a:hover,
	#homeBanner .info p a:focus,
	#homeBanner .info p a:active {
		text-decoration: underline;
	}

/*--------------------------------------------------*/
/* Featured Image                                   */

	#featuredImage {
		background: #999081;
		color: #FFF;
		overflow: auto;
		width: 100%; /* IE5+6 WIN: does not understand the overflow auto to hold floats */
	}

	#featuredImage h3,
	#featuredImage p {
		float: left;
		width: 330px;
		font-size: 1em;
		font-weight: normal;
		padding: 15px 0 0 15px;
		background: #999081;
		color: #FFF;
	}

	#featuredImage h3 {
		padding-top: 60px;
	}

	#featuredImage img {
		float: right;
	}

	#featuredImage.flashHolder {
		overflow: visible;
	}

/*--------------------------------------------------*/
/* Featured Sections                                */

	#featuredSections div {
		float: left;
		width: 240px;
		overflow: hidden; /* Allowing this text to flow onto the next column is more damaging */
	}

	#featuredSections div p {
		padding: 140px 10px 5px 10px;
		font-size: 1em;
		font-weight: normal;
		background: #999081 url("../../img/home/school.jpg") no-repeat 50% 4px;
		color: #FFF;
	}

	#featuredSections div p a {
		color: #FFF;
		text-decoration: none;
	}

	#featuredSections div p a:hover,
	#featuredSections div p a:focus,
	#featuredSections div p a:active {
		text-decoration: underline;
	}

	#featuredSections div.online p {
		background-image: url("../../img/home/online.jpg");
	}

	#featuredSections div.archive p {
		background-image: url("../../img/home/archive.jpg");
	}

	#pageFooter {
		border-top: 0;
	}
