/* CSS Document */

* {
	margin: 0;
}
img /* fixes old firefox browsers tendency to border images with a href around them */
{
	border: none 0px;
}
html, form, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
html
{
	background: url("../../Images/NZI/v2/bg-vertical.gif") repeat top left;
}
form
{
	background-position: left top;
	background: url("../../Images/NZI/v2/site-bg.gif");
	background-attachment: scroll;
	background-repeat: repeat-y;
}
form
{
	text-align: left;
	min-width: 980px;
}
.wrapper /* Main content holder for the site */
{
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	display: block;
	float: none;
	clear: both;
	width: 932px;
	wi\dth: 902px;
	background-color: #FFFFFF;
	margin-left: 40px; /* the bottom margin is the negative value of the footer's height */
	padding: 0;
	text-indent: 0;
}
.top 
{
	clear: both;
	width: 872px;
	margin-left: 30px;
	margin-right: 30px;
}
.header /* Holds the login panel and the NZI logo at the top of the page */
{ 
	height: 78px;
	border-top: solid 6px #0c2e82;
	width: 932px;
	wi\dth: 902px;
	float: none;
	text-indent: 30px;
}
.title /* Holds the main heading and the page title image in a container under the main navigation - 
		navigation site over the top of this by 24ish pixels */
{
	margin: 10px 0 0 0;
	padding: 0;
	width: 872px;
	background: url("../../Images/NZI/v2/title-bg.jpg") repeat;
	float: none;
	height: 187px;
	white-space: nowrap;
}
.titleCell /* Holds the heading and sub heading text - no wrap is required so that all browsers have the same line breaks */
{
	width: 500px;
	float: left;
	padding: 45px 40px 0 55px;
	height: 151px;
	white-space: normal;
	background: url("../../Images/NZI/v2/bracket.gif") no-repeat 26px 32px;
}
.titleImg { /* Holds the right hand image for the title bar */
	width: 257px;
	height: 187px;
	float: right;
	white-space: normal;
}
.titleImg a{ /* Holds the right hand image for the title bar */
	border-bottom: none 0 #FFFFFF
}
.bgpage /* This is a full with container to hold the content for the page - this one has a background on it */
{
	float: left;
	width: 872px;
	padding-top: 20px;
	background: #FFFFFF url("../../Images/NZI/v2/content-bg-bubble.jpg") no-repeat top left;
	clear: both;
	min-height: 305px;
	_height: 305px;
}
.whitepage /* This is a full with container to hold the content for the page - this one has no background on it */
{
	width: 872px;
	padding-top: 20px;
	background: #FFFFFF;
	clear: both;
}
.content /* a left aligned content panel for containing the primary information on a page */
{
	margin: 0px 15px 15px 20px;
	white-space: normal;
	width: 590px;
	padding: 0;
}
.widecontent /* a full width content panel for containing the primary information on a page when there is no right hand advert panel */
{
	margin: 0;
	white-space: normal;
	width: 872px;
	padding: 0;
}
.column /* Right hand advert panel - uses float right so must appear before content in the .content divs above */
{
	position: absolute;
	left: 642px;
	width: 250px;
	margin: 0;
	white-space: normal;
}
.columnhome /* Right hand advert panel custom sized for home page - uses float right so must appear before content in the .content divs above */
{
	position: absolute;
	left: 747px;
	width: 160px;
	margin: 0;
	white-space: normal;
	font-size: 0.85em;
}
.nav /* full width navigation div with the background image in it */
{
	position: absolute;
	top:70px;
	left: 0px;
	height: 24px;
	width: 100%;
	min-width: 100%;
	background: url("../../Images/NZI/v2/nav/nav-bg.gif") repeat-x;
	white-space: nowrap;
	clear: both;
}
.navholder  /* sits directly inside the nav div above */
{
	min-width: 992px;
	width: 992px;
}
.nav a  /* style for cursor */
{
	cursor: pointer;
}
.subnav{  /* This navigation div sits below the main navigation and uses text links only */
	position: absolute;
	top:96px;
	left: 76px;
	height: 24px;
	width: 932px;
	white-space: nowrap;
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
}
.subnavholder  /* sits directly inside the subnav div above */
{
	min-width: 992px;
	width: 992px;
}
.subnav a, .subnav a:link, .subnav a:active, .subnav a:visited /* provides all the styling information for sub navigation */
{
	cursor: pointer;
	color: #296eaa;
	text-decoration: none;
}
.subnav a:hover /* provides all the styling information for sub navigation hover state */
{
	color: #0c2e82;
	text-decoration: underline;
}
.push{height:85px;} /* Helps space out the bottom of the page so that the dynamically positioned div will not flow over content when the page is resized */
.footer 
{
	/* Commented out by Jackie - it pushes the footer to overlap the home page's IBANZ/Sustainability logos */
/*	position: absolute; */
	bottom: 0px;
	
	height: 60px; /* .push must be the same height as .footer (height + padding) */
	padding-top: 35px;
	margin: 0;
	font-size: 0.7em;
	font-weight: normal;
	color: #0c2e82;
	vertical-align: middle;
	line-height: 18px;
}
.footer div /* Gray bar that appears below the page content as a seperator for the footer line */
{
	background-color: #dedede;
	width: 872px;
	height: 22px;
}
.copyright /* Copywrite line for the bottom of the page */
{
	font-size: 10px;
}
.largegradient /* large gradient is used on the map page behind the picture of NZ regions */
{
	float: left;
	white-space: normal;
	width: 580px;
	border: solid 1px #a6a6a6;
	background: #a6a6a6 url("../../Images/NZI/v2/find-broker-gradient.gif") repeat-x;
	padding: 5px;
	margin: 0 0 10px 0;
}
.mediumgradient /* this gradient is used on the home page behind can't find what you're after */
{
	width: 200px;
	height: 77px;
	border: solid 1px #a6a6a6;
	background: #a6a6a6 url("../../Images/NZI/v2/gradient-medium.gif") repeat-x;
	padding: 5px;
	margin: 0 0 10px 12px;
}
.shortgradient /*  this gradient appears behind the find broker panel on the home page */
{
	width:454px;
	border: solid 1px #a6a6a6;
	background: #cecbc7 url("../../Images/NZI/v2/gradient-short.gif") repeat-x;
	padding: 5px 5px 0 5px;
	margin: 0 0 8px 0;
}
/* inputs and lists */
.textinput
{
	width: 125px;
}
/* Buttons for main navigation */
/* These buttons use the background position top/bottom to show either the top half or the bottom half of the image */
/* This gives the effects of hover state without the need of javascript. The only exception is earlier IE browsers and */
/* Javascript wrappers are provided as a fallback for this case where :hover is not applied correctly by the browser */
.HomeBtn
{
	background: url("../../Images/NZI/v2/nav/home.jpg") no-repeat top;
	width: 66px;
	height: 24px;
	float: left;
	margin-left: 74px;
}
.HomeBtn:hover, .HomeBtnHover
{
	background: url("../../Images/NZI/v2/nav/home.jpg") no-repeat bottom;
	width: 66px;
	height: 24px;
	float: left;
	margin-left: 74px;
}
.OurProductsBtn
{
	background: url("../../Images/NZI/v2/nav/products.jpg") no-repeat top;
	width: 104px;
	height: 24px;
	float: left;
}
.OurProductsBtn:hover, .OurProductsBtnHover
{
	background: url("../../Images/NZI/v2/nav/products.jpg") no-repeat bottom;
	width: 104px;
	height: 24px;
	float: left;
}
.FindABrokerBtn
{
	background: url("../../Images/NZI/v2/nav/find-broker.jpg") no-repeat top;
	width: 104px;
	height: 24px;
	float: left;
}
.FindABrokerBtn:hover, .FindABrokerBtnHover
{
	background: url("../../Images/NZI/v2/nav/find-broker.jpg") no-repeat bottom;
	width: 104px;
	height: 24px;
	float: left;
}
.claimBtn
{ 
	background: url("../../Images/NZI/v2/nav/making-claim.jpg") no-repeat top;
	width: 100px;
	height: 24px;
	float: left;
}
.claimBtn:hover, .claimBtnHover
{
	background: url("../../Images/NZI/v2/nav/making-claim.jpg") no-repeat bottom;
	width: 100px;
	height: 24px;
	float: left;
}
.AboutNZIBtn
{
	background: url("../../Images/NZI/v2/nav/about.jpg") no-repeat top;
	width: 75px;
	height: 24px;
	float: left;
}
.AboutNZIBtn:hover, .AboutNZIBtnHover
{
	background: url("../../Images/NZI/v2/nav/about.jpg") no-repeat bottom;
	width: 75px;
	height: 24px;
	float: left;
}
.SustainabilityBtn
{
	background: url("../../Images/NZI/v2/nav/sustainability.jpg") no-repeat top;
	width: 105px;
	height: 24px;
	float: left;
}
.SustainabilityBtn:hover, .SustainabilityBtnHover
{
	background: url("../../Images/NZI/v2/nav/sustainability.jpg") no-repeat bottom;
	width: 105px;
	height: 24px;
	float: left;
}

.MakingaClaimBtn
{
	background: url("../../Images/NZI/v2/nav/making-claim.jpg") no-repeat top;
	width: 105px;
	height: 24px;
	float: left;
}
.MakingaClaimBtn:hover, .MakingaClaimBtnHover
{
	background: url("../../Images/NZI/v2/nav/making-claim.jpg") no-repeat bottom;
	width: 105px;
	height: 24px;
	float: left;
}
.FindABrokerBtn
{
	background: url("../../Images/NZI/v2/nav/find-broker.jpg") no-repeat top;
	width: 105px;
	height: 24px;
	float: left;
}
.FindABrokerBtn:hover, .FindABrokerBtnHover
{
	background: url("../../Images/NZI/v2/nav/find-broker.jpg") no-repeat bottom;
	width: 105px;
	height: 24px;
	float: left;
}
.ContactUsBtn
{
	background: url("../../Images/NZI/v2/nav/contact.jpg") no-repeat top;
	width: 82px;
	height: 24px;
	float: left;
}
.ContactUsBtn:hover, .ContactUsBtnHover
{
	background: url("../../Images/NZI/v2/nav/contact.jpg") no-repeat bottom;
	width: 82px;
	height: 24px;
	float: left;
}

/*additional css for new promotional page*/
.SevensPromotionBtn
{
	background: url("../../Images/NZI/v2/nav/nzisevens.jpg") no-repeat top;
	width: 119px;
	height: 24px;
	float: left;
}
.SevensPromotionBtn:hover, .SevensPromotionBtnHover
{
	background: url("../../Images/NZI/v2/nav/nzisevens.jpg") no-repeat bottom;
	width: 119px;
	height: 24px;
	float: left;
}

/* product navigation buttons */
.homebuttons /* Container that the home page buttons sit in */
{
	width: 472px;
}
#productContent
{
	width: 200px;
}
.homebutton /* container for each of the butons on the home page - note the height and width are used to display part of the image */
{
	width: 151px;
	height: 134px;
	float: left;
	margin: 0 6px 6px 0;
}
.prodbutton /* container for the product page buttons as above */
{
	width: 140px;
	height: 124px;
	float: left;
	margin: 0 5px 0 0;
}
.prodbuttoncontainer{margin-left:2px;} /* helps to center the product button panel */
.productbubble /* Shows the background bubble image for the product specific information to be displayed on the product page.
			Currently using JS to get the dynamic information in place - see the function SetText(type) in ContentAutomation.js */
{
	background: #FFFFFF url("../../Images/NZI/v2/product-bg-bubble.jpg") no-repeat top left;
	width: 212px;
	height: 219px;
	margin: 8px 0 0 0;
	padding: 5px 20px 20px 20px;
}
/* These buttons use the background position top/bottom to show either the top half or the bottom half of the image */
/* This gives the effects of hover state without the need of javascript. The only exception is earlier IE browsers and */
/* Javascript wrappers are provided as a fallback for this case where :hover is not applied correctly by the browser */
.PersonalInsuranceBtn, .CommercialInsuranceBtn, .MarineInsuranceBtn, .ProfessionalRisksBtn, .RuralInsuranceBtn, .TravelInsuranceBtn
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: bottom;
}

.PersonalInsuranceBtn:hover, .PersonalInsuranceBtnHover, .CommercialInsuranceBtn:hover, .CommercialInsuranceBtnHover, .MarineInsuranceBtn:hover, .MarineInsuranceBtnHover, .ProfessionalRisksBtn:hover, .ProfessionalRisksBtnHover, .RuralInsuranceBtn:hover, .RuralInsuranceBtnHover, .TravelInsuranceBtn:hover, .TravelInsuranceBtnHover
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top;
}

/* product page versions of buttons */

.PersonalInsuranceBtnS, .CommercialInsuranceBtnS, .MarineInsuranceBtnS,  .RuralInsuranceBtnS,    .TravelInsuranceBtnS,.ProfessionalRisksBtnS
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: bottom;
}
.PersonalInsuranceBtnS:hover,.PersonalBtnSHover,.CommercialInsuranceBtnS:hover,.MarineInsuranceBtnS:hover,.CommercialBtnSHover,.ProfessionalRisksBtnS:hover,.MarineBtnSHover,.RuralInsuranceBtnS:hover, .TravelInsuranceBtnS:hover, .ProfessionalRisksBtnSHover, .RuralInsuranceBtnSHover, .TravelBtnSHover
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top;
}

/* claims page versions of buttons */
.MotorVehicleClaimsBtnS{	background: url("/upload/NZI_v2/OurProducts/motorvehicleclaims-small.gif") no-repeat bottom;}
.MotorVehicleClaimsBtnS:hover, .MotorVehicleClaimsBtnSHover{	background: url("/upload/NZI_v2/OurProducts/motorvehicleclaims-small.gif") no-repeat top;}
.LiabilityClaimsBtnS{	background: url("/upload/NZI_v2/OurProducts/liabilityclaims-small.gif") no-repeat bottom;}
.LiabilityClaimsBtnS:hover, .LiabilityClaimsBtnSHover{	background: url("/upload/OurProducts/liabilityclaims-small.gif") no-repeat top;}
.CommercialClaimsBtnS{	background: url("/upload/NZI_v2/OurProducts/commercialclaims-small.gif") no-repeat bottom;}
.CommercialClaimsBtnS:hover, .CommercialClaimsBtnSHover{	background: url("/NZI_v2/upload/OurProducts/commercialclaims-small.gif") no-repeat top;}

/* home page */
.searchBtn
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	background: url("../../Images/NZI/v2/search.gif") no-repeat;
	height: 19px;
	width: 57px;
	cursor: pointer;
}
/* login panel */
.login
{
	text-transform: capitalize;
	color: #0c2e82;
	background-color: #e5edf5;
	height: 64px;
	width: 350px;
	float: right;
	padding: 0;
	margin: 0;
	text-indent: 0px; /* must be cleared to fix a safari 3 bug */
	font-size: 11px;  /* to fix login text resize issue */
	font-weight: normal;
	text-transform: uppercase;
}
.email, .password /* styles for the text boxes in the login panel on the home page */
{
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	height: 13px;
	font-size: 0.8em;
	padding: 0 2px 0 2px;
	margin: 0;
	color: #0c2e82;
}

.login th /*  */
{
	width: auto;
	padding: 0px 5px 0px 5px;
}
.login td /*  */
{
	padding: 0px 5px 0px 5px;
} 
.login a:link, .login a:hover, .login a:visited, .login a:active /* forgot password a href styles */
{
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: none;
}

.loginError
{
	background: none;
	height: 64px;
	width: 300px;
	padding: 15px 0 0 0;
	margin: 0;
	text-indent: 0px; /* must be cleared to fix a safari 3 bug */
	font-size: 0.7em;
	font-weight: normal;
	float: right;
}

.loginError .msg-error
{
	color: #f00;
}

.goBtn /* broker login panel button */
{
	border: dashed 1px green;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	background: url("../../Images/NZI/v2/go.gif") no-repeat;
	height: 19px;
	width: 49px;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.homearrowbtn /* broker slide panel opener - see notes below */
{
	margin: 7px 6px 7px 0;
	float: right;
}
.homearrowbtn a:link,.homearrowbtn a:active,.homearrowbtn a:visited,.homearrowbtn a:hover /* turns off an inherited style from std a hrefs */
{
	border: none;
}
#brokerslidepanel /* this is the panel that slides out once the user selectes find a broker button on the home page 
					- currently uses function swapMap() in MapLoad.js */
{
	min-height: 320px;
}
/* making a claim */
.claimpanelholder  /* grey blue panel with the making a claim info in it on the claims pages - sits along side the section navigation */
{
	width: 430px;
	height: 124px;
	margin-left: 5px;
	background-color: #e5ebf2;
}
.claimpanel /* font settings for the claim section navigation */
{
	font-size: 0.9em;
	line-height:1em;
	color: #0c2e82;
	margin: 5px;
}
.always /* panel with the thumbs up in it on the making a claim page */
{
	width: 240px;
	min-height: 180px;
	font-size: 0.9em;
	line-height:1em;
	color: #05579d;
	margin: 20px 15px 8px 0px;
	margin-bottom: 8px;
	padding: 16px 8px 4px 25px;
	background: #e8f0f6 url("../../Images/NZI/v2/thumbup.gif") no-repeat 5px 5px;
	float: left;
}
.always h3 { text-indent: 20px;}
.never /* panel with the thumbs down in it on the making a claim page */
{
	width: 240px;
	min-height: 180px;
	font-size: 0.9em;
	line-height:1em;
	color: #05579d;
	margin: 20px 15px 8px 0px;
	padding: 16px 8px 4px 25px;
	background: #e4e4e4 url("../../Images/NZI/v2/thumbdown.gif") no-repeat 5px 5px;
	float: left;
}
.never h3 { text-indent: 20px;}
.number1 ul  /* These styles allow the easy placement of the 1., 2. 3. graphical lists on the always and never panels - more may be required for 4,5...etc */
{
	list-style-image: url("../../Images/NZI/v2/1.gif");
    list-style-position: outside;
    padding: 12px 8px 5px 14px;
    margin-left: 8px;
    line-height: 1.1em;
}

.number1 li
{
	font-size: 0.9em;
	font-weight: bold;
	color: #05579d;
	padding-left: 8px;
}
.number2 ul
{
	list-style-image: url("../../Images/NZI/v2/2.gif");
	list-style-position: outside;
	padding: 12px 8px 5px 14px;
	margin-left: 8px;
	line-height: 1.1em;
}
.number2 li
{
	font-size: 0.9em;
	font-weight: bold;
	color: #05579d;
	padding-left: 8px;
}
.number3 ul
{
	list-style-image: url("../../Images/NZI/v2/3.gif");
	list-style-position: outside;
	padding: 12px 8px 5px 14px;
	margin-left: 8px;
}
.number3 li
{
	line-height: 1.1em;
	vertical-align: top;
	font-size: 0.9em;
	font-weight: bold;
	color: #05579d;
	padding-left: 8px;
}
