﻿/* home page styles */

.sectionWhatsNewContainer
{
	background-image: url('../../SiteCollectionImages/section-whats-new.gif');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#F7B512;
	/*height:117px;*/
	overflow:hidden;
}

.sectionFaqsContainer
{
	background-image: url('../../SiteCollectionImages/section-faqs.gif');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#CE2A12;
	/*height:117px;*/
	overflow:hidden;

}
.sectionFactsContainer
{
	background-image: url('../../SiteCollectionImages/section-facts.gif');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#114771;
	/*height:117px;*/
	overflow:hidden;

}

.sectionRollUpHeadingContainer
{
    height:44px;
}

.sectionWhatsNewHeading, .sectionFaqsHeading, .sectionFactsHeading
{
	padding-left: 20px;
	padding-top: 20px;
	color:#000;
	font-weight:bold;
}

.sectionFaqsHeading, .sectionFactsHeading
{
	color:#FFF;
}

.sectionWhatsNew, .sectionFacts, .sectionFaqs
{
	padding:6px 10px 4px 10px;
	min-height: 100px;
}

.sectionWhatsNew
{
    color:#000;
}

.sectionSideColumnContainer
{
	margin:0px;
    height: auto;
	background-image:url('../../SiteCollectionImages/sub-yellow-bg.gif');
	background-position:top left;
	background-color: #F7B512;  
	background-repeat: no-repeat;
}

/* added extra that was in NZFS.css but was removed when the home page changes were carried out */

.threeColContentListContainer
{
	width: 570px;
	margin-top: 10px;
}
.homeContentQueryContainerR
{
	width: 183px;
	border: 0px orange solid;
	float:right;
/*	position:relative;
	left: 275px;*/
	display:block;
}

.homeContentQueryContainerM
{
	width: 183px;
	border: 0px orange solid;
	float:left;
/*	position:relative;
	left: 192px; */
	display:block;
	margin-left: 10px;
}

.homeContentQueryContainerL
{
	width: 183px;
	border: 0px orange solid;
	float:left;
	left:0px;
	display:block;
}

.homeContentQueryContainerR
{
	margin-right:0px;
}



