﻿/* home page styles */

.homeFireNewsContainer
{
	background-image: url('../../SiteCollectionImages/home-news.gif');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#F7B512;
	height:117px;
	overflow:hidden;
}

.homeSafetyTipsContainer
{
	background-image: url('../../SiteCollectionImages/home-tips.gif');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#CE2A12;
	height:117px;
	overflow:hidden;

}
.homeFireFactsContainer
{
	background-image: url('../../SiteCollectionImages/section-facts.gif');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#114771;
	height:117px;
	overflow:hidden;

}

.homeRollUpHeadingContainer
{
    height:44px;
}

.homeFireNewsHeading, .homeSafetyTipsHeading, .homeFireFactsHeading
{
	padding-left: 20px;
	padding-top: 20px;
	color:#000;
	font-weight:bold !important;
}

.homeSafetyTipsHeading, .homeFireFactsHeading
{
	color:#FFF;
	font-weight:bold !important;
}

.homeFireNews, .homeFireFacts, .homeSafetyTips
{
	padding:6px 10px 4px 10px;
}

.homeFireNews a, .homeFireNews a:hover, .homeFireNews a:link
{ 
    color:#000;
}

.homeFireNews a:hover
{
	color: #000;
	text-decoration: underline;
}

.homeSummaryLinksContainer
{
	margin-top:6px;
    height: 274px;
	background-image:url('../../SiteCollectionImages/sub-yellow-bg.gif');
	background-position:top left;
	background-color: #F7B512;  
	background-repeat: no-repeat;
}



.homeQuickLinksHeading, .homeSummaryLinksContainer h2
{
    background-image: url('../../SiteCollectionImages/quick-links-h2.gif');
    background-repeat:no-repeat;
    background-position: top left;
    height: 33px;
    line-height:33px;
    width: 203px;
}

.homeQuickLinksContent
{
	position:relative;
	top:10px;
    margin: 10px;
    margin-top:0px;
    padding:0px;
}

.homeQuickLinksHeading h2
{
    padding-left: 10px;
/*    font-size: 12px; */
    font-weight: bold;
    color: #000;

}


/* fix for bottom flash */
.bottomFlashContainer
{

    position: relative;
    top:-50px;
}

.bottomContentContainer
{
	top: -50px;
	position:relative;
}

.pageFooterContainer
{
	margin-top:-50px;
}

a .NZFSRollUpSummaryItemText
{
	font-weight: bold;
}