html, body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: arial;
	text-align: center;

	background: #F1ECEB url(/pub/statenz/img/new_body_bg.gif) center top repeat-y;
}

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	text-align: left;
}

#imgLogo {
	float:right;
}

a, .disclaimerB a, #legal a, .ThirdLevelNavigationLink a {
	text-decoration: underline;
	color: #002477;
}

a:visited, .disclaimerB a:visited, #legal a:visited, .ThirdLevelNavigationLink a:visited {
	text-decoration: underline;
	color: #002477;
}

a img {
	border: none;
}

a:hover, .disclaimerB a:hover, #legal a:hover, .ThirdLevelNavigationLink a:hover  {
	text-decoration: none;
	color: #00a4e8;
}

h1 {
	color: #002478;
	font-size: 2.4em;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 34px;
	margin: 0;
	float: left;
}
.invisible
{
	visibility: hidden;
	display: none;
}

h2 {
	margin: 0px;
}

h3 {
	margin: 0px;
	font-size: 1.8em;
	color: #686969;
	font-weight: bold;
}

h4 {
	color: #5f5f5f;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
}

.steps h4 {
	color: #02267C;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding:  0 0 6px 0;
}

h5 {
	color: #002478;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0px;
}

p {
	margin: 0px;
	color: #5f5f5f;
}

b {
	font-weight: bold;
	color: #0183b9;
}

strong {
	font-weight: bold;
	color: #0183b9;
}

ul {
	position: relative;
}

#page:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #page {
	height: 1%;
}
/* End hide from IE-mac */

#banner {
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 15px;
	font-weight: bold;
}

#logo {
	width: 249px;
	height: 52px;
	float: right;	
}

#primary-nav {
	border-bottom: solid 1px #00a4e8;
	padding-bottom: 5px;
	padding-top: 50px;
}

#primary-nav a {
	font-size: 1.2em;
	color: #666666;
	text-decoration: none;
	padding-left: 9px;
	margin-left: 9px;
	border-left: solid 1px #666666;
}

#primary-nav a:hover {
	color: #999999;
}

#pageBody {
	padding-left: 29px;
	padding-right: 27px;
}

#pageBody .intro{
	font-size: 1.6em;
	font-weight: normal;
	color: #666;
	/* margin-top: 15px; */ /* removed for #23984 Making a claim and save on premiums page */
}

#pageBody p {
	font-size: 1em;
}

#pageBody .promobox p {
	font-size: 9px;
}

#pageBody p.title {
	font-size: 9px;
}

#pageBody .steps p {
	color: #02267C;
	font-size: 1.1em;
	margin: 0px;
	padding:  6px 0 0 0;
}

#footer {
	margin: 25px;
	border: solid 1px #dee3ee;
	background-color: #edf0f5;
	padding-top: 12px;
	padding-bottom: 9px;
	padding-left: 19px;
	padding-right: 19px;
	clear: both;
	text-align: center;
	color: #95989D;
}

#footer a {
	font-size: 1.0em;
	color: #002477;
	border-left: solid 1px #002477;
	text-decoration: none;
	padding: 0 3px 0 7px;
	margin: 0;
	padding-left: 5px;
	margin-left: 5px;
}

#footer a:hover {
	color: #00a4e8;
}

#footer a.firstItem, #toolbar a.firstItem, #primary-nav a.firstItem {
	margin-left: 0px;
	padding-left: 3px;
	border: none;
}

#copyright {
	color: #94979e;
	font-size: 1em;
	text-align: center;
	padding-bottom: 48px;
}

#copyright a {
	color: #002477;
	padding-left: 5px;
	margin-left: 5px;
	border-left: solid 1px #002477;
	text-decoration: none;
}

#copyright a:hover {
	color: #00a4e8;
}

.steps {
	text-align: center;
	float: right;
	width: 150px;
	margin-top: 14px;	
}


.content {
	background: transparent url(/pub/statenz/img/lightblue.gif) 592px 0px repeat-y;
	margin-top: 20px;
}

.steps span{
	background-color: #002477;
	padding: 2px 4px 2px 4px;
	color: #FFF;
}

.steps span.current{
	background-color: #00A5E7;
}

a h2 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}

a:hover h2 {
	text-decoration: none;
}

a h3 {
	text-decoration: underline;
	font-size: 1.4em;
	font-weight: bold;
	background-image: url(/pub/statenz/img/arrow.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 9px;
}

h4 a {
	font-size: 13px;
}

p.pdf {
	padding-left: 25px;
	background-image: url(/pub/statenz/img/pdf.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 1.1em !important;
	font-weight: bold;
	margin: 0;
	height: 20px;
}

a.pdf {
	font-size: 9px;
}

a.pdf:hover {
	text-decoration: none;
}

.leftColumn  {
	width: 141px;
	float: left;
	margin-right: 10px;
	display: inline;
}
.rightColumn {
	width: 141px;
	float: right;
	margin-left: 10px;
	display: inline;
}

.narrowColumn {
	width: 425px;
	float: left;
	background-color: #FFF;
	display:inline;
	padding-left: 5px; 
	padding-right: 5px; 
}

.wideColumn {
	width: 586px;
	float: left;
	display: inline;
	background-color: #FFF;
	padding-left: 5px; 
}

.singleColumn {
	width: 735px;
	float: left;
	display: inline;
	background-color: #FFF;
	padding-left: 5px; 
}

.clear {
	clear: both;
	float: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr {
	display: none;
}

.hr {
	background: transparent url(/pub/statenz/img/dot_h.gif) repeat-x left bottom; 
	height: 1px;
	clear: both;
	float: none;
}

.promo-images {
	margin-bottom: 10px;
}

a h2{
	color: #103280;
	text-decoration: underline;
}
a:hover h2 {
	color: #00a4e8;
	text-decoration: none;
}
.longer-content {
	margin-right: 190px;
}

/* Quote */

.promobox {
	border: 1px solid #ccd3e4;
	width: 140px;
	font-size: 90%;
}

.promobox a {
	text-decoration: underline;
}

.title a {
	font-size: 1em;
}

.promobox a:hover {
	text-decoration: none;
}

.promobox a.acrobat {
	text-decoration: underline;
	font-size: 9px;
}

.promobox a.acrobat:hover {
	text-decoration: none;
}

.promobox h4 {
	font-size: 140%;
	margin-bottom: 6px;
}

.promobox p{
	margin-bottom: 6px;
}

.promobox p.title{
	color: #002477;
}

.promobox .hr {
	margin: 14px 0 10px 0;
	background-image: url(/pub/statenz/img/paleBlueDots.gif);
}

.promowrapper {
	margin: 5px 8px 10px 8px;
	}
	
.utilbutton {
	
}
.utilbutton a{
		width: 141px;
		height: 22px;
		margin: 8px 0;
		display: block;
		background: transparent url(/pub/statenz/img/button_feedback.gif) top left no-repeat;
		padding-top: 6px;
		text-indent: 40px;
}

.utilbutton a:hover{
		background: transparent url(/pub/statenz/img/button_feedback.gif) 0px -28px no-repeat;
		color: #002477;
}


/* overrides generic.css */ 
body, td {
	color:#5f5f5f;
}

td strong {
	font-weight: bold;
	color:#5f5f5f;
}

.DbBoldSize1 { font-size: 16px; color: #5f5f5f;text-decoration: none; font-weight: normal;}
.DbBoldSize1:hover { font-size: 16px; color: #5f5f5f;text-decoration: none; font-weight: normal;}
.DbBoldSize1:visited {  font-size: 16px; color: #5f5f5f; text-decoration: none; font-weight: normal;}

.DbBold {
	font-size: 12px;
	font-weight: bold;
	color: #0084e8;
}

.disclaimerB {
	color: #5f5f5f;
}


.mediumBlue {
	background-color: #B3D1F0;
	color: #122B85;
}

.whiteHeading {
	background-color: #085A94;
	color: #ffffff;
}
.WhtBoldHeading {
	background-color: #085A94;
	color: #ffffff;
	font-weight: bold;
}

.ThirdLevelNavigationLink{
	color: #5f5f5f;
	text-decoration:none;
}

.ThirdLevelNavigationLink:hover {
	color: #5f5f5f;
	text-decoration: none;
}

.ThirdLevelNavigationLink:visited {
	color: #5f5f5f;
	text-decoration: none;
}

sup { font-size : 10px ; line-height:0px}

