/* CSS Document */

/* "layout-a.css"; */
/* CSS Document */

#layout-a #content-main{
    width:770px;
    padding-top:10px;
    /*margin-left:214px;*/
    float:left;
}

#layout-a #content{
    position:relative;
}

#layout-a #page-info #breadcrumbs{
    padding-left:16px;
}
#layout-a #page-info h1{
    padding-left:225px
}

#layout-a #page-info #breadcrumbs{
    padding-left:225px;
}




/* "layout-b.css"; */
/* CSS Document */
#layout-b #home-promo {
	padding:10px 0 0 10px;
}
#layout-b #content-main{
	width:564px;
	float:left;
	margin:0;
	display:inline;
}

#layout-b #content{
	position:relative;
}

#layout-b #site-tools{
	position:absolute;
	width:196px;
	top:5px;
	left:785px;
}

#layout-b #page-info #breadcrumbs{
	padding-left:228px;
}
#layout-b #page-info h1{
	padding-left:227px;
}



#layout-b .highlight-panel,
#layout-b .gradient {
	margin:0;
}
#layout-b .highlight-crn-2, #layout-b .gradient-crn-2 {
	margin:0 0 15px 0;
}


/* "layout-c.css"; */
/* CSS Document */

#layout-c #content-main{
	width:985px;
	padding-top:10px;
	margin-left:0px;
}

#layout-c #content{
	position:relative;
}

#layout-c #page-info #breadcrumbs{
	padding-left:16px;
}
#layout-c #page-info h1{
	padding-left:15px;
}

/* "layout-d.css"; */
/* CSS Document */


#layout-d #content-main{
	width:780px;
	padding-top:10px;
}

#layout-d #content{
	position:relative;
}

#layout-d #site-tools{
	position:absolute;
	width:196px;
	top:5px;
	left:785px;
}

#layout-d #page-info #breadcrumbs{
	padding-left:16px;
}
#layout-d #page-info h1{
	padding-left:15px;
}

/* "navigation.css"; */
#nav {
	border-bottom:3px solid #CEDCF1;
	height:33px;
	margin:0 0 3px 13px;
	padding:0;
	width:967px;
	position: relative; /* this needs to be set relative, for the ul positioned absolute, else the BT tool z-index wont work in IE */

}
#nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	width:968px;
	z-index:300;
}

.car #nav { border-bottom:3px solid #729222; }
.motorcycle #nav { border-bottom:3px solid #63BB07; }
.home #nav { border-bottom:3px solid #E4720D; }
.business #nav { border-bottom:3px solid #6E2067; }
.health #nav { border-bottom:3px solid #4DBADC; }
.travel #nav { border-bottom:3px solid #A90E24; }
.boat #nav { border-bottom:3px solid #F8B125; }
.caravan #nav { border-bottom:3px solid #019686; }	
	
#nav ul li { position:relative; }	

#nav li {
	float:left;
	font-size:12px;
	height:auto !important;
	min-height:33px;
	width:121px;

}
#nav li a {
	background-image:url(/images/nrma/skin/topnav.png);
	background-repeat:no-repeat;
	line-height:33px;
	/*border: 1px red solid; */

}
		
#nav a#car, #nav a#motorcycle, #nav a#home, #nav a#business, #nav a#health, #nav a#boat, #nav a#caravan, #nav a#travel {
	display:block;
	height:auto !important;
	min-height:21px;
	padding:0px 0 0 34px;

}

#nav li a:link {
	color:#16469C;
	font-weight:bold;
	text-decoration:none;
}

#nav li a:visited {
	color:#16469C;
	font-weight:bold;
	text-decoration:none;
}

#nav li a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#nav li a:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#nav li a#car {background-position:0 0;}
#nav li a#motorcycle {background-position:-121px 0;}
#nav li a#home {background-position:-242px 0;}
#nav li a#business {background-position:-363px 0;}
#nav li a#health {background-position:-484px 0;}
#nav li a#travel {background-position:-605px 0;}
#nav li a#boat {background-position:-727px 0;}
#nav li a#caravan {background-position:-848px 0;}


/* on states, hover states */
.car #nav a#car, #nav a#car:hover, #nav a#car.sfhover{ background-position:0 -33px; }
.motorcycle #nav a#motorcycle, #nav a#motorcycle:hover, #nav a#motorcycle.sfhover{ background-position:-121px -33px; }
.home #nav a#home, #nav a#home:hover, #nav a#home.sfhover{background-position:-242px -33px;}
.business #nav a#business, #nav a#business:hover, #nav a#business.sfhover{background-position:-363px -33px;}
.health #nav a#health, #nav a#health:hover, #nav a#health.sfhover{background-position:-484px -33px;}
.travel #nav a#travel, #nav a#travel:hover, #nav a#travel.sfhover{background-position:-605px -33px;}
.boat #nav a#boat, #nav a#boat:hover, #nav a#boat.sfhover{background-position:-727px -33px;}
.caravan #nav a#caravan, #nav a#caravan:hover, #nav a#caravan.sfhover{background-position:-848px -33px;}

/* on states links */
.car #nav li#car_sub a.top:link, .car #nav li#car_sub a.top:visited,
.motorcycle #nav li#motorcycle_sub a.top:link, .motorcycle #nav li#motorcycle_sub a.top:visited,
.home #nav li#home_sub a.top:link, .home #nav li#home_sub a.top:visited,
.business #nav li#business_sub a.top:link, .business #nav li#business_sub a.top:visited,
.health #nav li#health_sub a.top:link, .health #nav li#health_sub a.top:visited,
.travel #nav li#travel_sub a.top:link, .travel #nav li#travel_sub a.top:visited,
.boat #nav li#boat_sub a.top:link, .boat #nav li#boat_sub a.top:visited,
.caravan #nav li#caravan_sub a.top:link, .caravan #nav li#caravan_sub a.top:visited,
.iip #nav li a.top:link,  .iip #nav li a.top:visited {
    color:#fff;
}



/* "toolbox.css"; */
#dropbox-options ul{z-index:100;}
#renew-policy-form ul{z-index:50;}
.dropbox-options{
    padding:0;
    margin:0 0 3px 0;
    height:22px;
    width:138px;
}
.dropbox-options h3 a{text-decoration:none;}
.dropbox-options ul{
    padding:0 0 2px 0;
    margin:0 0 0 9px;
    list-style:none;
    position:absolute;
    z-index:99;
    width:138px;        
}
.dropbox-options ul li{ position:relative; list-style:none;}
.dropbox-options li{
    width:124px;
    min-height:16px;
    height:auto!important;
    height:16px;
    float:left;
    font-size:11px;
}
.dropbox-options li a:link,
.dropbox-options li a:visited{
    color:#333;
    text-decoration:none;
}

.dropbox-options li ul {
    margin:0;
    border:1px solid #8aa2cd;
    position: absolute;
    left: -999em;
    top:26px;
    width:auto;
	background:#fff;	
}
.dropbox-options li ul li{
    background-color:#fff;
    /*height:16px;*/
}
.dropbox-options li.sfToolbox ul{
    left: auto;
}
.dropbox-options li:hover ul.left, 
.dropbox-options li.sfToolbox ul.left {
    left: -103px;
}
/* off states a tags */
.dropbox-options a#policy_type,
.dropbox-options a#renew_policy_type { 
    height:22px; display:block; 
    padding:0 14px 0 3px; 
    line-height:22px; overflow:hidden;
}
/* off states li tags */
.dropbox-options li#new_policy,
.dropbox-options li#renew_policy { 
    background:url(/images/nrma/skin/dd-arrow.gif) 98% 2px no-repeat; 
    border:1px solid #8aa2cd; width:138px;
}
/* on states, hover states */
.dropbox-options a#policy_type:hover, 
.dropbox-options a#policy_type.sfToolbox,
.dropbox-options a#renew_policy_type:hover, 
.dropbox-options a#renew_policy_type.sfToolbox{ 
    color:#333; 
}
/* hover policy-links */
.dropbox-options li:hover a.top:link, 
.dropbox-options li:hover a.top:visited,
.dropbox-options li.sfToolbox a.top:link,
.dropbox-options li.sfToolbox a.top:visited{ 
    color:#333; 
}
.dropbox-options li ul li a:link, .dropbox-options li ul li a:visited {
    color:#333;
    text-decoration:none;
    display:block;
    padding:2px 0 0 5px;
    overflow:auto;
    width:185px;
}
.dropbox-options li ul li{
    padding:0;
    border:1px solid #fff;
    width:190px;
}
.dropbox-options li ul li a:link, .dropbox-options li ul li a:visited{ 
    font-weight:normal; 
}
/* subnav hover bg colors */
.dropbox-options li#new_policy ul li a:hover,
.dropbox-options li#renew_policy ul li a:hover{ 
    background-color:#dde8ee;color:#333;
}


/* "components.css"; */
.content-promo{margin-bottom:10px;}
#promo-box{background:url(/images/skin/promo-gradient.jpg) no-repeat;width:262px;min-height:204px;height:auto!important;height:204px;color:#27446C;}
#promo-box h3{margin:0 0 0 15px;padding:10px 0;font-weight:normal;font-size:120%;}
#promo-box p{margin:0 0 0 15px;padding:0;}
#promo-box h3 a{text-decoration:none;padding:0 0 0 0;}
#promo-box img{border:none;display:block;margin:0 auto;text-align:center;}
.lozenge{position:relative;min-height:112px;height:auto!important;height:112px;width:544px;margin-bottom:10px;}
.lozenge h3{color:#16469c;margin:0 0 10px 0;font-size:120%;}
.lozenge img{position:absolute;top:0;left:0;z-index:1;}
.lozenge div.text{z-index:2;position:relative;top:10px;left:160px;z-index:1;width:360px;font-size:90%;}
#layout-d .lozenge, #layout-a .lozenge{position:relative;min-height:112px;height:auto!important;height:112px;width:750px;margin-bottom:10px;}
#layout-d .lozenge div.text, #layout-a .lozenge div.text{z-index:2;position:relative;top:10px;left:200px;z-index:1;width:560px;font-size:90%;}
.infoTable{background:#fff;border-top:1px solid #DDE8EC;border-right:1px solid #DDE8EC;border-left:1px solid #DDE8EC;font-size:85%;}
.infoTable .alt{background:#f1f6f9;}
.infoTable th{border-bottom:1px solid #17479C;padding:6px 3px 6px 5px;}
.infoTable th span, .infoTable th.alt span{font-weight:normal!important;}
.infoTable td{border-bottom:1px solid #CDDCF1;padding:3px 3px 3px 5px;}
.comparisonTable{background:#fff;border-top:1px solid #DDE8EC;border-right:1px solid #DDE8EC;border-left:1px solid #DDE8EC;font-size:95%;}
.comparisonTable .alt{background:#f1f6f9;}
.comparisonTable th{border-bottom:1px solid #dde8ee;padding:18px 10px 18px 10px;}
.comparisonTable th, .comparisonTable th.alt{font-weight:normal!important;}
.comparisonTable td{border-bottom:1px solid #dde8ee;padding:10px;}
.table-panel{background:#EAF4F7 url(/images/skin/dot.gif) 0 0 repeat-x;width:100%;}
#layout-b .table-panel{width:546px;}
.table-panel .b{background:url(/images/skin/dot.gif) 0 100% repeat-x}
.table-panel .l{background:url(/images/skin/dot.gif) 0 0 repeat-y}
.table-panel .r{background:url(/images/skin/dot.gif) 100% 0 repeat-y}
.table-panel .bl{background:url(/images/skin/tbl-bl.gif) 0 100% no-repeat}
.table-panel .br{background:url(/images/skin/tbl-br.gif) 100% 100% no-repeat}
.table-panel .tl{background:url(/images/skin/tbl-tl.gif) 0 0 no-repeat}
.table-panel .tr{background:url(/images/skin/tbl-tr.gif) 100% 0 no-repeat;padding:10px 10px 10px 10px;height:1%;}
.table-panel h2{margin-top:5px;padding-top:0;}
.table-panel-white{background:transparent url(/images/skin/dot-white.gif) 0 0 repeat-x;width:100%;}
.table-panel-white .b{background:transparent url(/images/skin/dot-white.gif) 0 100% repeat-x}
.table-panel-white .l{background:transparent url(/images/skin/dot-white.gif) 0 0 repeat-y}
.table-panel-white .r{background:transparent url(/images/skin/dot-white.gif) 100% 0 repeat-y}
.table-panel-white .bl{background:transparent url(/images/skin/tbl-bl-white.gif) 0 100% no-repeat}
.table-panel-white .br{background:transparent url(/images/skin/tbl-br-white.gif) 100% 100% no-repeat}
.table-panel-white .tl{background:transparent url(/images/skin/tbl-tl-white.gif) 0 0 no-repeat}
.table-panel-white .tr{background:transparent url(/images/skin/tbl-tr-white.gif) 100% 0 no-repeat;padding:10px 10px 10px 10px}
.table-panel-white h2{margin-top:5px;padding-top:0;}
.highlight-panel{background:url(/images/nrma/skin/com/content_panel_right.gif) top right no-repeat;height:1%;}
#layout-b .highlight-panel{width:546px;}
#layout-b .highlight-crn-2 .crn-3{width:541px;}
#layout-b .gradient-crn-2 .crn-3{width:521px;}
.highlight-panel a.big-button, .gradient-crn-2 .crn-3 a.big-button{margin-top:10px;}
.highlight-panel h2{margin-top:0;margin-bottom:15px;}
#content-main .highlight-panel .p h2, #content-main .highlight-panel .p-nowrap h2{font-size:18px;font-weight:normal;margin-bottom:15px;}
.highlight-panel .crn-1{background:url(/images/nrma/skin/com/content_panel_left.gif) top left no-repeat;margin:0;padding:10px 10px 0 10px;}
.highlight-crn-2{background:url(/images/nrma/skin/com/content_panel_left.gif) bottom left no-repeat;height:10px;margin-bottom:15px;}
.highlight-crn-2 .crn-3{background:url(/images/nrma/skin/com/content_panel_right.gif) bottom right no-repeat;height:10px;margin:0 0 0 5px;padding:0;}
.gradient{background:url(/images/nrma/skin/com/gradient_panel_right.gif) top right no-repeat;height:10px;font-size:1px;padding-top:0;padding-bottom:0;}
.gradient .crn-1{background:url(/images/nrma/skin/com/gradient_panel_left.gif) top left no-repeat;height:10px;font-size:1px;padding-top:0;padding-bottom:0;}
.gradient-crn-2{background:url(/images/nrma/skin/com/gradient_panel_left.gif) bottom left no-repeat;margin-bottom:15px;height:1%;}
#content-main .gradient-crn-2 .crn-3 h2{margin-top:0;padding-top:0;margin-bottom:15px}
.gradient-crn-2 .crn-3{background:url(/images/nrma/skin/com/gradient_panel_right.gif) bottom right no-repeat;min-height:120px;height:auto!important;height:120px;font-size:100%;padding:10px 10px 0 10px;}
.white{background:url(/images/nrma/skin/com/content_white_right.gif) top right no-repeat;height:1%;}
.white h2{margin-top:0;margin-bottom:15px;}
#content-main .white .p h2, #content-main .white .p-nowrap h2{font-size:18px;font-weight:normal;margin-bottom:15px;}
.white .crn-1{background:url(/images/nrma/skin/com/content_white_left.gif) top left no-repeat;margin:0;padding:10px 10px 0 10px;}
.white-crn-2{background:url(/images/nrma/skin/com/content_white_left.gif) bottom left no-repeat;height:10px;margin-bottom:15px;}
.white-crn-2 .crn-3{background:url(/images/nrma/skin/com/content_white_right.gif) bottom right no-repeat;height:10px;margin:0 0 0 5px;padding:0;}
.half-col-panel{float:left;width:547px;background:url(/images/nrma/skin/com/half-col.gif) repeat-y -1095px 100%;}
.half-col-panel .shading{float:left;background:url(/images/nrma/skin/com/half-col.gif) no-repeat -547px 100%;}
.half-col-panel-end{background:url(/images/nrma/skin/com/half-col.gif) no-repeat 0 0;height:9px;clear:left;font-size:1px;margin-bottom:15px;width:547px;}
#layout-a .half-col-panel, #layout-d .half-col-panel{float:left;width:754px;background:url(/images/nrma/skin/com/half-col-med-tile.gif) repeat-y 0 100%;}
#layout-a .half-col-panel-single, #layout-d .half-col-panel-single{float:left;width:372px;background:url(/images/nrma/skin/com/half-col-med-tile-single.gif) repeat-y 0 100%;}
#layout-a .half-col-panel-single .shading, #layout-d .half-col-panel-single .shading{float:left;background:url(/images/nrma/skin/com/half-col-med-bg-single.jpg) no-repeat 0 100%;}
#layout-a .half-col-panel-single-end, #layout-d .half-col-panel-single-end{background:url(/images/nrma/skin/com/half-col-med-bot-single.jpg) no-repeat 0 100%;height:9px;clear:left;font-size:1px;margin-bottom:15px;}
#layout-a .shading, #layout-d .shading{float:left;background:url(/images/nrma/skin/com/half-col-med-bg.jpg) no-repeat 0 100%;}
#layout-a .half-col-panel-end, #layout-d .half-col-panel-end{background:url(/images/nrma/skin/com/half-col-med-bot.jpg) no-repeat 0 100%;height:9px;clear:left;font-size:1px;margin-bottom:15px;width:754px;}
#layout-a .panel-1, #layout-a .panel-2, #layout-d .panel-1, #layout-d .panel-2{background:url(/images/nrma/skin/com/half-col-med-top.gif) 0 0 no-repeat;min-height:140px;height:auto !important;height:140px;}
#layout-a .panel-1, #layout-d .panel-1{float:left;width:358px;margin-right:12px;padding:0 2px 5px 10px;}
#layout-a .panel-2, #layout-d .panel-2{float:left;width:358px;padding:0 2px 5px 10px;}
#layout-c .half-col-panel{float:left;width:966px;background:url(/images/nrma/skin/com/half-col-big-tile.gif) repeat-y 0 100%;}
#layout-c .half-col-panel-single{float:left;width:460px;background:url(/images/nrma/skin/com/half-col-big-tile-single.gif) repeat-y 0 100%;}
#layout-c .half-col-panel-single .shading{float:left;background:url(/images/nrma/skin/com/half-col-big-bg-single.jpg) no-repeat 0 100%;}
#layout-c .half-col-panel-single-end{background:url(/images/nrma/skin/com/half-col-big-bot-single.jpg) no-repeat 0 100%;height:9px;clear:left;font-size:1px;margin-bottom:15px;}
#layout-c .shading{float:left;background:url(/images/nrma/skin/com/half-col-big-bg.jpg) no-repeat 0 100%;}
#layout-c .half-col-panel-end{background:url(/images/nrma/skin/com/half-col-big-bot.jpg) no-repeat 0 100%;height:9px;clear:left;font-size:1px;margin-bottom:15px;width:966px;}
#layout-c .panel-1, #layout-c .panel-2{background:url(/images/nrma/skin/com/half-col-big-top.gif) 0 0 no-repeat;min-height:140px;height:auto !important;height:140px;}
#layout-c .panel-1{float:left;width:460px;margin-right:22px;padding:0 2px 5px 10px;}
#layout-c .panel-2{float:left;width:460px;padding:0 2px 5px 10px;}
.half-col-panel-single{float:left;width:263px;background:url(/images/nrma/skin/com/half-col-tile-single.gif) repeat-y 0 100%;}
.half-col-panel-single .shading{float:left;background:url(/images/nrma/skin/com/half-col-bg-single.jpg) no-repeat 0 100%;}
.half-col-panel-single-end{background:url(/images/nrma/skin/com/half-col-bot-single.jpg) no-repeat 0 100%;height:9px;clear:left;font-size:1px;margin-bottom:15px;}
.panel-1{float:left;width:251px;margin-right:20px;padding:0 2px 5px 10px;background:transparent url(/images/nrma/skin/com/half-col.gif) no-repeat -284px -11px;min-height:140px;height:auto !important;height:140px;}
.panel-2{float:left;width:251px;padding:0 2px 5px 10px;background:transparent url(/images/nrma/skin/com/half-col.gif) no-repeat -283px -11px;min-height:140px;height:auto !important;height:140px;}
.panel-1 img.alignLeft, .panel-2 img.alignLeft{margin-left:0;}
.panel-1 img.alignRight, .panel-2 img.alignRight{margin-right:5px;}
.panel-1 h2, .panel-2 h2{margin:0;padding:5px 10px 10px 0;}
.panel-1 p, .panel-2 p{margin:0;padding:0 10px 10px 0;}
.panel-1 .p, .panel-2 .p{padding-right:5px;}
.border-panel-solid{height:1%;background:url(/images/nrma/skin/com/content_panel_right_longer.gif) top right no-repeat;}
.border-panel-solid-inner{background:#fff;border:1px solid #DDE8EE;padding-top:10px;height:1%;}
.border-panel-solid-inner p{padding-left:10px;}
.border-panel-solid-crn-1{background:url(/images/nrma/skin/com/content_panel_left_longer.gif) top left no-repeat;margin:0;padding:10px 10px 0 10px;}
.border-panel-solid-crn-2{}
.border-panel-solid-crn-3{}
.border-panel-solid-crn-3 p{}
.border-panel-plain{height:1%;background:url(/images/nrma/skin/com/content_panel_plain_right.gif) top right no-repeat;}
.border-panel-plain-crn-2{background:url(/images/nrma/skin/com/content_panel_plain_left.gif) bottom left no-repeat;min-height:10px;height:auto!important;height:10px;margin-bottom:13px;}
.border-panel-plain-crn-3{background:url(/images/nrma/skin/com/content_panel_plain_right.gif) bottom right no-repeat;min-height:10px;height:auto!important;height:10px;margin:0 0 0 5px;padding:0;text-align:right;}
.border-panel-plain-crn-3 p{padding:4px 10px 8px 6px;margin:0;}
.border-panel-plain-inner p{padding:3px 0 5px 10px;}
.border-panel-plain-inner .hr{background:#DDE8EE;margin-top:4px;margin-bottom:4px;}
.border-panel-plain-crn-1{background:url(/images/nrma/skin/com/content_panel_plain_left.gif) top left no-repeat;margin:0;padding:10px 0 0 0;}
.border-panel-plain ul, .border-panel-solid ul{padding-top:15px;padding-bottom:15px;margin-top:0;margin-bottom:0;}
.border-panel-plain h2{margin:0 10px 8px 10px;}
.border-panel-solid h2{margin:0 10px 8px 0;}
.border-panel-plain h2{margin-top:0;margin-bottom:8px;}
.border-panel-plain form, .border-panel-solid form{padding:5px 5px 5px 10px;margin:0;}
.border-panel-plain input.ifield, .border-panel-solid input.ifield{width:235px;height:16px;margin-right:7px;border:1px solid #16469c;float:left;}
#content-main .border-panel-solid ul, #content-main .border-panel-plain ul{margin-top:0;padding-top:2px;}
.crn-1{background:url(/images/nrma/skin/com/content_panel_left.gif) top left no-repeat;margin:0;padding:10px 10px 0 10px;}
.crn-2{background:url(/images/nrma/skin/com/content_panel_left.gif) bottom left no-repeat;height:10px;margin-bottom:13px;font-size:1px;}
.crn-3{background:url(/images/nrma/skin/com/content_panel_right.gif) bottom right no-repeat;height:10px;margin:0 0 0 5px;padding:0;font-size:1px;}
.faq, .faq-list{padding:0;margin:0;background:#FFFFFF;border:1px solid #dde8ee;border-bottom:1px solid #eaf4f7;}
.faq li ul{margin-top:10px;margin-bottom:6px;}
.faq li li{margin-top:5px;list-style:disc;background:none;border:0;}
.faq li{list-style:none;padding:0px 0px 0px 7px;margin:0;background:url(/images/skin/faq_plus.gif) no-repeat top right;border-bottom:1px solid #dde8ee;}
.faq li.noimg{background:none;}
.faq li.noimg a{display:block;padding:5px 0px 8px 0px;}
.faq li.noimg a:hover{display:block;padding:5px 0px 8px 0px;background:none;}
.faq li a.title{display:block;padding:5px 18px 8px 0px;}
.faq li a.title:hover{display:block;padding:5px 18px 8px 0px;}
.faq p{line-height:16px;padding:8px 7px 0 0;}
.faq-list{border-bottom:1px solid #dde8ee;list-style:none;padding-top:8px;}
.faq-list li{line-height:18px;padding-bottom:8px;padding-left:8px;}
.hideAnswer{text-align:right;padding-bottom:8px;width:100%;}
.faq-answer-hide{display:none;}
.faq-answer-show{}
.content-panel{background:url(/images/nrma/skin/com/content_panel_right.gif) top right no-repeat;}
.content-panel h2{margin-top:0;margin-bottom:8px;}
.side-panel{background:url(/images/nrma/skin/com/white_panel_right.gif) top right no-repeat;}
.side-crn-1{background:url(/images/nrma/skin/com/white_panel_left.gif) top left no-repeat;margin:0;padding:7px 0px 0 0px;}
.side-crn-2{background:url(/images/nrma/skin/com/white_panel_left.gif) bottom left no-repeat;height:7px;margin-bottom:15px;}
.side-crn-3{background:url(/images/nrma/skin/com/white_panel_right.gif) bottom right no-repeat;height:7px;margin:0 0 0 7px;padding:0;}
.faq-crn-2, .border-panel-solid-crn-2{background:url(/images/nrma/skin/com/content_panel_left.gif) bottom left no-repeat;min-height:10px;height:auto!important;height:10px;margin-bottom:13px;}
.faq-crn-3, .border-panel-solid-crn-3{background:url(/images/nrma/skin/com/content_panel_right.gif) bottom right no-repeat;min-height:10px;height:auto!important;height:10px;margin:0 0 0 5px;padding:0;text-align:right;}
.faq-crn-3 p, .border-panel-solid-crn-3 p{padding:4px 10px 8px 6px;margin:0;}
.intro-panel{background:url(/images/nrma/skin/com/intro_panel_bottom.gif) bottom left no-repeat;}
.intro-panel .intro-panel2{background:url(/images/nrma/skin/com/intro_panel_top.gif) top left no-repeat;padding-bottom:20px;}
.intro-panel .intro-panel2 h2{padding:20px 20px 0 20px;margin:0;}
.intro-panel .intro-panel2 p{padding:10px 20px 0 20px;margin:0;}
.hcb-panel{margin-bottom:15px;}
.hcb-panel, .hcb-panel .panel-header, .hcb-panel .panel-content, .hcb-panel .panel-link{float:left;width:547px;}
.hcb-panel p{padding:5px 0;margin:0;}
.hcb-panel h2{margin-top:0;margin-bottom:5px;}
.hcb-panel .panel-header{padding-top:6px;}
.hcb-panel .panel-link{padding-bottom:6px;text-align:right;padding-top:3px;}
.hcb-panel .panel-header .b, .hcb-panel .panel-content .col-b, .hcb-panel .panel-link .col-b{float:right;margin-right:1px;padding-left:8px;}
.hcb-panel .panel-link .col-a, .hcb-panel .panel-header h2, .hcb-panel .panel-header h2{float:left;}
.hcb-panel .panel-link .col-b{padding-right:10px;}
.hcb-panel{background:none;}
.hcb-panel img.alignLeft{margin-right:5px;}
.plain-plain .panel-header .a, .plain-plain .panel-content .col-a{float:left;padding-left:10px;}
.plain-plain .panel-header .a, .plain-plain .panel-content .col-a, .plain-plain .panel-link .col-a{width:252px;}
.plain-plain .panel-header .b, .plain-plain .panel-content .col-b, .plain-plain .panel-link .col-b{width:251px;}
.plain-plain .col-a .hr{margin-left:-8px;}
.plain-plain .col-b .hr{margin-left:-10px;}
.plain-plain .panel-header{background:url(/images/nrma/skin/com/hcbp-plain-plain-sml-top.gif) no-repeat 0 0;}
.plain-plain .panel-content{background:url(/images/nrma/skin/com/hcbp-plain-plain-sml-tile.gif) repeat-y 0 100%;}
.plain-plain .panel-link{background:url(/images/nrma/skin/com/hcbp-plain-plain-sml-bot.gif) no-repeat 0 100%;}
.solid-solid .panel-content .panel-header .a{padding-left:10px;}
.solid-solid .panel-content .col-a{float:left;padding-left:24px;}
.solid-solid .panel-header .a{width:240px;}
.solid-solid .panel-content .col-a{width:229px;}
.solid-solid .panel-link .col-a{width:252px;}
.solid-solid .panel-header .b, .solid-solid .panel-content .col-b, .solid-solid .panel-link .col-b{width:231px;padding-right:10px;}
.solid-solid .panel-header .b{padding-right:20px;}
.solid-solid .col-a .hr{margin-left:-10px;}
.solid-solid .col-b .hr{margin-left:-11px;}
.solid-solid .panel-header{background:url(/images/nrma/skin/com/hcbp-solid-solid-sml-top.gif) no-repeat 0 0;}
.solid-solid .panel-content{background:url(/images/nrma/skin/com/hcbp-solid-solid-sml-tile.gif) repeat-y 0 100%;}
.solid-solid .panel-link{background:url(/images/nrma/skin/com/hcbp-solid-solid-sml-bot.gif) no-repeat 0 100%;}
.solid-plain .panel-header .a{float:left;padding-left:10px;}
.solid-plain .panel-content .col-a{width:229px;float:left;padding-left:24px;}
.solid-plain .panel-header .a, .solid-plain .panel-link .col-a{width:252px;}
.solid-plain .panel-header .b, .solid-plain .panel-content .col-b, .solid-plain .panel-link .col-b{width:251px;}
.solid-plain .col-a .hr{margin-left:-11px;}
.solid-plain .col-b .hr{margin-left:-10px;}
.solid-plain .panel-header{background:url(/images/nrma/skin/com/hcbp-solid-plain-sml-top.gif) no-repeat 0 0;}
.solid-plain .panel-content{background:url(/images/nrma/skin/com/hcbp-solid-plain-sml-tile.gif) repeat-y 0 100%;}
.solid-plain .panel-link{background:url(/images/nrma/skin/com/hcbp-solid-plain-sml-bot.gif) no-repeat 0 100%;}
.plain-solid .panel-header .a, .plain-solid .panel-content .col-a{float:left;padding-left:10px;}
.plain-solid .panel-header .a, .plain-solid .panel-content .col-a, .plain-solid .panel-link .col-a{width:252px;}
.plain-solid .panel-header .b, .plain-solid .panel-link .col-b{width:251px;}
.plain-solid .panel-content .col-b{width:231px;padding-right:10px;}
.plain-solid .col-a .hr{margin-left:-8px;}
.plain-solid .col-b .hr{margin-left:-10px;}
.plain-solid .panel-header{background:url(/images/nrma/skin/com/hcbp-plain-solid-sml-top.gif) no-repeat 0 0;}
.plain-solid .panel-content{background:url(/images/nrma/skin/com/hcbp-plain-solid-sml-tile.gif) repeat-y 0 100%;}
.plain-solid .panel-link{background:url(/images/nrma/skin/com/hcbp-plain-solid-sml-bot.gif) no-repeat 0 100%;}
.solid .panel-header .a{float:left;padding-left:10px;}
.solid .panel-content .col-a{width:229px;float:left;padding-left:24px;}
.solid .panel-header .a, .solid .panel-link .col-a{width:252px;}
.solid .panel-header .b, .solid .panel-content .col-b, .solid .panel-link .col-b{width:251px;}
.solid .col-a .hr{margin-left:-11px;}
.solid .col-b .hr{margin-left:-10px;}
.solid .panel-header{background:url(/images/nrma/skin/com/hcbp-solid-sml-top.gif) no-repeat 0 0;}
.solid .panel-content{background:url(/images/nrma/skin/com/hcbp-solid-sml-tile.gif) repeat-y 0 100%;}
.solid .panel-link{background:url(/images/nrma/skin/com/hcbp-solid-sml-bot.gif) no-repeat 0 100%;}
.plain .panel-header .a, .plain .panel-content .col-a{float:left;padding-left:10px;}
.plain .panel-header .a, .plain .panel-content .col-a, .plain .panel-link .col-a{width:252px;}
.plain .panel-header .b, .plain .panel-content .col-b, .plain .panel-link .col-b{width:251px;}
.plain .col-a .hr{margin-left:-8px;}
.plain .col-b .hr{margin-left:-10px;}
.plain .panel-header{background:url(/images/nrma/skin/com/hcbp-plain-sml-top.gif) no-repeat 0 0;}
.plain .panel-content{background:url(/images/nrma/skin/com/hcbp-plain-sml-tile.gif) repeat-y 0 100%;}
.plain .panel-link{background:url(/images/nrma/skin/com/hcbp-plain-sml-bot.gif) no-repeat 0 100%;}
.panel-header H2 img{margin-left:4px;margin-bottom:2px;}
.panel-header H2 span.p-nowrap{display:block!important;}
#layout-a .hcb-panel, #layout-a .hcb-panel .panel-header, #layout-a .hcb-panel .panel-content, #layout-a .hcb-panel .panel-link, #layout-d .hcb-panel, #layout-d .hcb-panel .panel-header, #layout-d .hcb-panel .panel-content, #layout-d .hcb-panel .panel-link, #layout-a .solid-solid, #layout-a .solid-plain, #layout-a .plain-solid, #layout-a .plain-plain, #layout-d .solid-solid, #layout-d .solid-plain, #layout-d .plain-solid, #layout-d .plain-plain{width:754px;}
#layout-a .solid-solid .panel-header .a, #layout-d .solid-solid .panel-header .a, #layout-a .solid-solid .panel-header .b, #layout-d .solid-solid .panel-header .b, #layout-a .solid-solid .panel-link .col-a, #layout-d .solid-solid .panel-link .col-a, #layout-a .solid-solid .panel-link .col-b, #layout-d .solid-solid .panel-link .col-b, #layout-a .solid-solid .panel-content .col-a, #layout-d .solid-solid .panel-content .col-a, #layout-a .hcb-panel .col-b, #layout-d .hcb-panel .col-b{width:335px;}
#layout-a .solid-solid .panel-header, #layout-d .solid-solid .panel-header{background:url(/images/nrma/skin/com/hcbp-solid-solid-med-top.gif) no-repeat 0 0;}
#layout-a .solid-solid .panel-content, #layout-d .solid-solid .panel-content{background:url(/images/nrma/skin/com/hcbp-solid-solid-med-tile.gif) repeat-y 0 100%;}
#layout-a .solid-solid .panel-link, #layout-d .solid-solid .panel-link{background:url(/images/nrma/skin/com/hcbp-solid-solid-med-bot.gif) no-repeat 0 100%;}
#layout-a .plain-plain .panel-header .a, #layout-d .plain-plain .panel-header .a, #layout-a .plain-plain .panel-header .b, #layout-d .plain-plain .panel-header .b, #layout-a .plain-plain .panel-link .col-a, #layout-d .plain-plain .panel-link .col-a, #layout-a .plain-plain .panel-link .col-b, #layout-d .plain-plain .panel-link .col-b, #layout-a .plain-plain .panel-content .col-a, #layout-d .plain-plain .panel-content .col-a, #layout-a .plain-solid .panel-content .col-a, #layout-d .plain-solid .panel-content .col-a, #layout-a .solid-plain .panel-header .b, #layout-d .solid-plain .panel-header .b{width:360px!important;}
#layout-a .plain-plain .panel-header, #layout-d .plain-plain .panel-header{background:url(/images/nrma/skin/com/hcbp-plain-plain-med-top.gif) no-repeat 0 0;}
#layout-a .plain-plain .panel-content, #layout-d .plain-plain .panel-content{background:url(/images/nrma/skin/com/hcbp-plain-plain-med-tile.gif) repeat-y 0 100%;}
#layout-a .plain-plain .panel-link, #layout-d .plain-plain .panel-link{background:url(/images/nrma/skin/com/hcbp-plain-plain-med-bot.gif) no-repeat 0 100%;}
#layout-a .solid-plain .panel-header .a, #layout-d .solid-plain .panel-header .a, #layout-a .solid-plain .panel-header .b, #layout-d .solid-plain .panel-header .b, #layout-a .solid-plain .panel-link .col-a, #layout-d .solid-plain .panel-link .col-a, #layout-a .solid-plain .panel-link .col-b, #layout-d .solid-plain .panel-link .col-b, #layout-a .solid-plain .panel-content .col-a, #layout-d .solid-plain .panel-content .col-a, #layout-a .hcb-panel .col-b, #layout-d .hcb-panel .col-b{width:335px;}
#layout-a .solid-plain .panel-header, #layout-d .solid-plain .panel-header{background:url(/images/nrma/skin/com/hcbp-solid-plain-med-top.gif) no-repeat 0 0;}
#layout-a .solid-plain .panel-content, #layout-d .solid-plain .panel-content{background:url(/images/nrma/skin/com/hcbp-solid-plain-med-tile.gif) repeat-y 0 100%;}
#layout-a .solid-plain .panel-link, #layout-d .solid-plain .panel-link{background:url(/images/nrma/skin/com/hcbp-solid-plain-med-bot.gif) no-repeat 0 100%;}
#layout-a .plain-solid .panel-header .a, #layout-d .plain-solid .panel-header .a, #layout-a .plain-solid .panel-header .b, #layout-d .plain-solid .panel-header .b, #layout-a .plain-solid .panel-link .col-a, #layout-d .plain-solid .panel-link .col-a, #layout-a .plain-solid .panel-link .col-b, #layout-d .plain-solid .panel-link .col-b, #layout-a .plain-solid .panel-content .col-a, #layout-d .plain-solid .panel-content .col-a, #layout-a .hcb-panel .col-b, #layout-d .hcb-panel .col-b{width:335px;}
#layout-a .plain-solid .panel-header, #layout-d .plain-solid .panel-header{background:url(/images/nrma/skin/com/hcbp-plain-solid-med-top.gif) no-repeat 0 0;}
#layout-a .plain-solid .panel-content, #layout-d .plain-solid .panel-content{background:url(/images/nrma/skin/com/hcbp-plain-solid-med-tile.gif) repeat-y 0 100%;}
#layout-a .plain-solid .panel-link, #layout-d .plain-solid .panel-link{background:url(/images/nrma/skin/com/hcbp-plain-solid-med-bot.gif) no-repeat 0 100%;}
#layout-a .solid .panel-header .a, #layout-d .solid .panel-header .a, #layout-a .solid .panel-header .b, #layout-d .solid .panel-header .b, #layout-a .solid .panel-link .col-a, #layout-d .solid .panel-link .col-a, #layout-a .solid .panel-link .col-b, #layout-d .solid .panel-link .col-b, #layout-a .solid .panel-content .col-a, #layout-d .solid .panel-content .col-a, #layout-a .hcb-panel .col-b, #layout-d .hcb-panel .col-b{width:335px;}
#layout-a .solid .panel-header, #layout-d .solid .panel-header{background:url(/images/nrma/skin/com/hcbp-solid-med-top.gif) no-repeat 0 0;}
#layout-a .solid .panel-content, #layout-d .solid .panel-content{background:url(/images/nrma/skin/com/hcbp-solid-med-tile.gif) repeat-y 0 100%;}
#layout-a .solid .panel-link, #layout-d .solid .panel-link{background:url(/images/nrma/skin/com/hcbp-solid-med-bot.gif) no-repeat 0 100%;}
#layout-a .plain .panel-header .a, #layout-d .plain .panel-header .a, #layout-a .plain .panel-header .b, #layout-d .plain .panel-header .b, #layout-a .plain .panel-link .col-a, #layout-d .plain .panel-link .col-a, #layout-a .plain .panel-link .col-b, #layout-d .plain .panel-link .col-b, #layout-a .plain .panel-content .col-a, #layout-d .plain .panel-content .col-a, #layout-a .hcb-panel .col-b, #layout-d .hcb-panel .col-b{width:359px;}
#layout-a .plain .panel-header, #layout-d .plain .panel-header{background:url(/images/nrma/skin/com/hcbp-plain-med-top.gif) no-repeat 0 0;}
#layout-a .plain .panel-content, #layout-d .plain .panel-content{background:url(/images/nrma/skin/com/hcbp-plain-med-tile.gif) repeat-y 0 100%;}
#layout-a .plain .panel-link, #layout-d .plain .panel-link{background:url(/images/nrma/skin/com/hcbp-plain-med-bot.gif) no-repeat 0 100%;}
#layout-a .solid-solid .panel-content .col-a, #layout-d .solid-solid .panel-content .col-a, #layout-a .solid .panel-content .col-a, #layout-d .solid .panel-content .col-a, #layout-a .solid-plain .panel-content .col-a, #layout-d .solid-plain .panel-content .col-a{width:330px;padding-right:14px;}
#layout-a .solid-solid .panel-link .col-a, #layout-a .solid-plain .panel-link .col-a, #layout-d .solid-solid .panel-link .col-a, #layout-d .solid-plain .panel-link .col-a, #layout-a .solid-solid .panel-link .col-a, #layout-d .solid-solid .panel-link .col-a, #layout-a .solid .panel-link .col-a, #layout-d .solid .panel-link .col-a,{width:360px;}
#layout-a .solid-solid .panel-content .col-b, #layout-a .solid-solid .panel-link .col-b, #layout-a .plain-solid .panel-header .b, #layout-a .plain-solid .panel-content .col-b, #layout-a .plain-solid .panel-link .col-b, #layout-d .solid-solid .panel-content .col-b, #layout-d .solid-solid .panel-link .col-b, #layout-d .plain-solid .panel-header .b, #layout-d .plain-solid .panel-content .col-b, #layout-d .plain-solid .panel-link .col-b{width:330px;!important;padding-right:18px;}
#layout-a .solid-solid .panel-header .b, #layout-d .solid-solid .panel-header .b{width:360px;!important;padding-right:10px;}
#layout-a .solid-solid .panel-header .b, #layout-a .plain-solid .panel-header .b, #layout-d .solid-solid .panel-header .b, #layout-d .plain-solid .panel-header .b{padding-right:0;}
#layout-a .solid-solid .col-a .hr, #layout-a .solid .col-a .hr, #layout-a .solid-plain .col-a .hr, #layout-d .solid-solid .col-a .hr, #layout-d .solid .col-a .hr, #layout-d .solid-plain .col-a .hr{margin-right:-5px;}
#layout-a .solid-solid .col-b .hr, #layout-a .solid .col-b .hr, #layout-a .solid-plain .col-b .hr, #layout-d .solid-solid .col-b .hr, #layout-d .solid .col-b .hr, #layout-d .solid-plain .col-b .hr{margin-right:-8px;}
#layout-c .hcb-panel, #layout-c .hcb-panel .panel-header, #layout-c .hcb-panel .panel-content, #layout-c .hcb-panel .panel-link, #layout-c .solid-solid, #layout-c .solid-plain, #layout-c .plain-solid, #layout-c .plain-plain{width:966px;}
#layout-c .solid-solid .panel-header .a, #layout-c .solid-solid .panel-header .b, #layout-c .solid-solid .panel-link .col-a, #layout-c .solid-solid .panel-link .col-b, #layout-c .solid-solid .panel-content .col-a{width:450px;}
#layout-c .solid-solid .panel-header{background:url(/images/nrma/skin/com/hcbp-solid-solid-big-top.gif) no-repeat 0 0;}
#layout-c .solid-solid .panel-content{background:url(/images/nrma/skin/com/hcbp-solid-solid-big-tile.gif) repeat-y 0 100%;}
#layout-c .solid-solid .panel-link{background:url(/images/nrma/skin/com/hcbp-solid-solid-big-bot.gif) no-repeat 0 100%;}
#layout-c .solid-solid .panel-content .col-a, #layout-c .solid .panel-content .col-a, #layout-c .solid-plain .panel-content .col-a{width:436px;}
#layout-c .solid-solid .panel-link .col-a, #layout-c .solid-plain .panel-link .col-a, #layout-c .solid .panel-link .col-a{width:460px;}
#layout-c .solid-solid .panel-header .b, #layout-c .solid-solid .panel-content .col-b, #layout-c .solid-solid .panel-link .col-b, #layout-c .plain-solid .panel-header .b, #layout-c .plain-solid .panel-content .col-b, #layout-c .plain-solid .panel-link .col-b{width:438px!important;padding-right:10px;}
#layout-c .solid-solid .panel-header .b, #layout-c .plain-solid .panel-header .b{padding-right:20px;}
#layout-c .solid-solid .col-a .hr, #layout-c .solid .col-a .hr, #layout-c .solid-plain .col-a .hr{margin-left:-11px;}
#layout-c .plain-plain .panel-header .a, #layout-c .plain-plain .panel-link .col-a, #layout-c .plain-plain .panel-link .col-b, #layout-c .plain-plain .panel-content .col-a{width:450px;}
#layout-c .plain-plain .panel-header{background:url(/images/nrma/skin/com/hcbp-plain-plain-big-top.gif) no-repeat 0 0;}
#layout-c .plain-plain .panel-content{background:url(/images/nrma/skin/com/hcbp-plain-plain-big-tile.gif) repeat-y 0 100%;}
#layout-c .plain-plain .panel-link{background:url(/images/nrma/skin/com/hcbp-plain-plain-big-bot.gif) no-repeat 0 100%;}
#layout-c .plain-plain .panel-header .a, #layout-c .plain-plain .panel-content .col-a{float:left;}
#layout-c .plain-plain .panel-header .b, #layout-c .plain-plain .panel-header .a, #layout-c .plain-plain .panel-content .col-a, #layout-c .plain-plain .panel-link .col-a{width:461px;}
#layout-c .plain-plain .panel-header .b, #layout-c .plain-plain .panel-content .col-b, #layout-c .plain-plain .panel-link .col-b, #layout-c .solid-plain .panel-header .b, #layout-c .solid-plain .panel-content .col-b, #layout-c .solid-plain .panel-link .col-b{width:459px!important;}
#layout-c .solid-plain .panel-header .a, #layout-c .solid-plain .panel-header .b{width:450px;}
#layout-c .solid-plain .panel-header{background:url(/images/nrma/skin/com/hcbp-solid-plain-big-top.gif) no-repeat 0 0;}
#layout-c .solid-plain .panel-content{background:url(/images/nrma/skin/com/hcbp-solid-plain-big-tile.gif) repeat-y 0 100%;}
#layout-c .solid-plain .panel-link{background:url(/images/nrma/skin/com/hcbp-solid-plain-big-bot.gif) no-repeat 0 100%;}
#layout-c .plain-solid .panel-header .a, #layout-c .plain-solid .panel-header .b, #layout-c .plain-solid .panel-link .col-a, #layout-c .plain-solid .panel-link .col-b, #layout-c .plain-solid .panel-content .col-a{width:450px;}
#layout-c .plain-solid .panel-header{background:url(/images/nrma/skin/com/hcbp-plain-solid-big-top.gif) no-repeat 0 0;}
#layout-c .plain-solid .panel-content{background:url(/images/nrma/skin/com/hcbp-plain-solid-big-tile.gif) repeat-y 0 100%;}
#layout-c .plain-solid .panel-link{background:url(/images/nrma/skin/com/hcbp-plain-solid-big-bot.gif) no-repeat 0 100%;}
#layout-c .solid .panel-header .a, #layout-c .solid .panel-header .b, #layout-c .solid .panel-link .col-b{width:450px;}
#layout-c .solid .panel-header{background:url(/images/nrma/skin/com/hcbp-solid-big-top.gif) no-repeat 0 0;}
#layout-c .solid .panel-content{background:url(/images/nrma/skin/com/hcbp-solid-big-tile.gif) repeat-y 0 100%;}
#layout-c .solid .panel-link{background:url(/images/nrma/skin/com/hcbp-solid-big-bot.gif) no-repeat 0 100%;}
#layout-c .plain .panel-header .a, #layout-c .plain .panel-header .b, #layout-c .plain .panel-link .col-a, #layout-c .plain .panel-link .col-b{width:450px;}
#layout-c .plain .panel-content .col-a, #layout-c .plain-solid .panel-content .col-a{width:460px;}
#layout-c .plain .panel-header{background:url(/images/nrma/skin/com/hcbp-plain-big-top.gif) no-repeat 0 0;}
#layout-c .plain .panel-content{background:url(/images/nrma/skin/com/hcbp-plain-big-tile.gif) repeat-y 0 100%;}
#layout-c .plain .panel-link{background:url(/images/nrma/skin/com/hcbp-plain-big-bot.gif) no-repeat 0 100%;}
a.big-button{background:transparent url(/images/nrma/skin/com/big-button-right-side.gif) no-repeat scroll top right;display:block;float:left;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:14px;font-stretch:extra-condensed;text-decoration:none;height:36px;padding-right:5px;text-decoration:none;}
a.big-button span{background:transparent url(/images/nrma/skin/com/big-button-left-side.gif) no-repeat;display:block;line-height:20px;padding:8px 20px 8px 25px;color:#fff;}
a.big-button:hover{background-image:url(/images/nrma/skin/com/big-button-right-side-over.gif);}
a.big-button:hover span{background-image:url(/images/nrma/skin/com/big-button-left-side-over.gif);color:#16469c;}
a.big-button-base, a.big-button-base-m{display:block;float:left;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:14px;font-stretch:extra-condensed;text-decoration:none;height:36px;padding-right:0px;text-decoration:none;}
a#big-button-base-r{background:transparent url(/images/nrma/skin/com/big-button-right-side.gif) no-repeat scroll top right;display:block;float:left;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:14px;font-stretch:extra-condensed;text-decoration:none;height:36px;padding-right:7px;text-decoration:none;}
a.big-button-base span{background:transparent url(/images/nrma/skin/com/big-button-left-side.gif) no-repeat;display:block;line-height:20px;padding:8px 15px 8px 15px;color:#fff;}
a.big-button-base-m span{background:transparent url(/images/nrma/skin/com/big-button-middle.gif) no-repeat;display:block;line-height:20px;padding:8px 15px 8px 15px;color:#fff;}
a#big-button-base-r:hover{background:transparent url(/images/nrma/skin/com/big-button-right-side-over.gif) no-repeat scroll top right;}
a.big-button-base:hover span{background:transparent url(/images/nrma/skin/com/big-button-left-side-over.gif) no-repeat;color:#16469c;}
a.big-button-base-m:hover span{background:transparent url(/images/nrma/skin/com/big-button-middle-over.gif) no-repeat;color:#16469c;}
.crn-1#crn-1-wiirfm{background:url(/images/discounts/content_panel_left_longer.gif) top left no-repeat;}
#qdiv1, #qdiv2, #qdiv3{position:relative;border:1px solid white;margin:0;padding:0;}
#psdiv1, #psdiv2, #psdiv3, #psdiv4, #psdiv5{position:relative;margin-right:0px;margin-left:0px;padding:0px;}
#qdiv-consider h2.hdr-consider{color:#000 !important;font-size:12px !important;font-weight:bold !important;margin-top:5px;}
#qdiv-consider h2.hdr-consider2{color:#000 !important;font-size:12px !important;font-weight:bold !important;margin-top:0px;}
#qdiv-consider .white-board{border:1px solid #9cb4c2;}
#qdiv-comparison{}
.white-board{width:522px;background:#ffffff;border:1px solid #dde8ee;margin-top:0;}
.white-board-content{padding:10px;}
.white-board-content img.icon{float:left;margin:1px 10px 0 0;}
.white-board-content img.icon-pdf{float:right;}
.white-board-content h2.black{clear:left;color:#000000 !important;padding-top:5px;}
.white-board-content .biz-list .faq li p{clear:left;padding:10px 10px 5px 0px;margin:0;line-height:1.6em;}
.white-board2-row{clear:both;padding:0px;margin:0px;}
.white-board2{float:left;width:254px;background:#ffffff;border:1px solid #dde8ee;margin-top:0px;}
.white-board2#leftcol{margin-right:10px;}
.icon-bg h2{font-weight:bold !important;padding-left:70px;}
.discount-panel{background:url(/images/discounts/wiirfm_panel_right.gif) top right no-repeat;}
.discount-panel .discount-panel2{background:url(/images/discounts/wiirfm_panel_top.gif) top left no-repeat;padding:0px;margin:0px;}
.discount-crn-1{background:url(/images/discounts/wiirfm_panel_left.gif) top left no-repeat;margin:0;padding:10px 0px 0px 0px;}
.discount-crn-2{background:url(/images/discounts/wiirfm_panel_left.gif) bottom left no-repeat;height:10px;margin-bottom:13px;font-size:1px;}
.discount-crn-3{background:url(/images/discounts/wiirfm_panel_right.gif) bottom right no-repeat;height:10px;margin:0 0 0 5px;padding:0;font-size:1px;}
.discount-panel p{padding:0 20px 12px 20px;}
.discount-white-board p.blue{color:#16469c;font-weight:bold;}
.discount-panel p#discount-top{background:url(/images/discounts/gradient-discounts-top.jpg) top left repeat-x;margin-top:5px;padding:10px 19px 5px 19px;border-left:1px solid #9cb4c2;border-right:1px solid #9cb4c2;font-weight:bold;font-size:11px;}
.discount-white-board{width:99.7% !important;background:#ffffff;margin:0px 0px 0px 0px;}
.px-line{clear:both;height:1px;margin-right:-2px;background:#dde8ee;overflow:hidden;position:relative;}
.px-line-end{clear:both;height:1px;background:#fff;overflow:hidden;position:relative;}
.discount-hdr{padding:10px 0px 0px 9px;height:94px;position:relative;}
.discount-hdr-home{padding:10px 0px 0px 2px;min-height:104px;height:auto!important;position:relative;}
.discounts-footer{padding:20px 12px 0 12px;margin:0;}
.discounts-footer p{padding-bottom:10px;font-size:11px;color:#5d6169;line-height:1.1em;}
p.discount-links{padding:5px 0px 0px 0px;font-weight:bold;font-size:11px;}
.discount-showhide-container{margin-top:-5px;}
.discount-showhide{float:right;padding-top:10px;}
.discount-showhide p.show a{background:url(/images/skin/faq_plus-blue.gif) 0% 30% no-repeat;padding-left:22px;}
.discount-showhide p.hide a{background:url(/images/skin/faq_minus-blue.gif) 0% 30% no-repeat;padding-left:22px;}
.discount-titles{position:relative;clear:both;height:25px;padding-bottom:10px;margin:0px auto;background-color:#ebf5f7;}
.discount-titles p{height:15px;color:#16469c;font-weight:bold;padding:10px 0px 0px 15px;}
.discount-whiteboard-grey{padding:15px 10px 5px 15px;background:#ededed;}
.discount-whiteboard-grey p.blue sup{font-color:red;}
.discount-whiteboard-bg{background:url(/images/discounts/discounts-whiteboard-bg.gif) 0% 50% no-repeat;text-align:center;padding:0px 0px 0px 0px;}
p.blue{color:#16469c;font-weight:bold;}
p.blue span.plus{font-size:18px;}
p.blue span.percent{font-size:18px;position:relative;top:-0.7em;left:0;}
.discountQualifyTable{background:#fff;position:relative;clear:both;width:100%;}
.discountQualifyTable .alt{background:#ededed;}
.discountQualifyTable td{padding:10px;width:49%;}
.discountQualifyTable td.discount-whiteboard-bg{padding-right:0px;}
.multi-policy-intro{height:30px;}
.multi-policy-intro h2{padding-top:5px;}
.discount-showhide-container h2{margin-left:-2px;padding-top:5px!important;padding-top:4px;}
#hero-caption{position:absolute;font-size:75%;color:#16469c;}
#hero-image{position:absolute;width:544px;height:302px;}
#hero-textbox{background:#f2f2f2;padding:12px 15px 0px 15px;}
a.hero-big-button{background:transparent url(/images/nrma/skin/com/product-btn-right.gif) no-repeat scroll right 0;display:block;float:left;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:14px;font-stretch:extra-condensed;text-decoration:none;height:31px;padding-right:5px;text-decoration:none;}
a.hero-big-button span{background:transparent url(/images/nrma/skin/com/product-btn-left.gif);display:block;line-height:20px;padding:5px 12px 6px 25px;color:#fff;}
a.hero-big-button:hover{background:url(/images/nrma/skin/com/product-btn-right.gif) right -32px;}
a.hero-big-button:hover span{background:url(/images/nrma/skin/com/product-btn-left.gif) left -32px;color:#16469c;}
#content-main .p h2, #content-main .p-nowrap h2{font-size:18px;font-weight:normal;margin-bottom:10px;padding-bottom:0;margin-top:0;}
#content-main .p ul, #content-main .p-nowrap ul, #content-main .p ol, #content-main .p-nowrap ol{margin-top:8px;margin-bottom:8px;}
#content-main .p ul li, #content-main .p-nowrap ul li, #content-main .p ol li, #content-main .p-nowrap ol li{padding-bottom:8px;}
#content-main .p-nowrap{display:table!important;display:inline-block;}
@media all and (min-width:0px){head~body:lang(en) #content-main .p-nowrap{display:table-cell;}
}


/* "search.css"; */
/*All purpose blue content panel*/
.border-panel-content {
	background:#fff;
	border:1px solid #e0e7ed;
	padding: 5px 0 0 10px;
}
.search-panel{
    background:url(/images/nrma/skin/search_panel_right.gif) top right no-repeat;
}
.search-panel-solid h2,
.search-panel-crn-3 h2 {
    margin:0 10px 8px 10px;
}
.search-panel-crn-1{
    background:url(/images/nrma/skin/search_panel_left.gif) top left no-repeat;
    margin:0;
    padding:0 0 0 0;
}
.search-panel-crn-2{
    background:url(/images/nrma/skin/search_panel_left.gif) bottom left no-repeat;
    min-height:150px;
    height:auto!important;
    height:150px;   
    margin-bottom:10px;
}
.search-panel-crn-3{
    background:url(/images/nrma/skin/search_panel_right.gif) bottom right no-repeat;
    margin:0 0 0 5px;
    padding:0;
    min-height:150px;
    height:auto!important;
    height:150px;       
}
.search-panel ul.ticks li,
.search-panel-crn-3 ul.ticks li,
.search-panel-solid ul.ticks li {
    background:url(/images/skin/tick_blue.gif) 8px 0px no-repeat;
}
/*All purpose blue content panel*/
.search-panel-solid {
    background:url(/images/nrma/skin/com/solid-border-panel-right.gif) top right no-repeat;
}
.search-panel-solid ul {
    padding-top:15px;
    padding-bottom:15px;
    margin-top:0;   
    margin-bottom:0;        
}
.search-panel-solid h2 {
    margin:0 10px 8px 10px;
}
.search-panel-solid-crn-1{
    background:url(/images/nrma/skin/com/solid-border-panel-left.gif) top left no-repeat;
    margin:0;
    padding:10px 0 0 15px;
    min-height:22px;
    height:auto!important;
    height:22px;    
}
.search-panel-solid-crn-2{
    background:url(/images/nrma/skin/com/solid-border-panel-left.gif) bottom left no-repeat;
    height:5px;
    margin-bottom:10px;
    font-size:1px;
    line-height:1px;
}
.search-panel-solid-crn-3{
    background:url(/images/nrma/skin/com/solid-border-panel-right.gif) bottom right no-repeat;
    height:5px;
    margin:0 0 0 5px;
    padding:0;
    font-size:1px;
    line-height:1px;    
}
.search-panel-solid form{
    padding:5px 5px 5px 0;
    margin:0;
}
.search-panel-solid input.ifield{
    width:235px;
    height:16px;
    margin-right:7px;
    border:1px solid #16469c;
    float:left;
}


/* buttons */
.search-panel-solid a.button {
    background: transparent url(/images/nrma/skin/forms/button-right-side.gif) no-repeat scroll top right;
    display: block;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:11px;
    font-stretch:extra-condensed;
    text-decoration:none;
    height:23px;
    padding-right: 5px; /*sliding doors padding*/
    text-decoration: none;
}

.search-panel-solid a.button span {
    background: transparent url(/images/nrma/skin/forms/button-left-side.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 5px 5px 10px;
    color:#fff;
}

.search-panel-solid a.button:hover{
    background-image: url(/images/nrma/skin/forms/button-right-side-over.gif);
}
.search-panel-solid a.button:hover span{
    background-image: url(/images/nrma/skin/forms/button-left-side-over.gif);
    color:#16469c;
}


ul.search-content {
    padding:0; margin:0; list-style:none;
}

.search-field {float:left;width:260px;}
.search-button {float:left;width:70px;}
.search-filter {float:left;width:330px;}

.search-panel-solid .highlight {color:#d8304f;}


ul.page-links li {
    display:inline;
    margin:0;
    padding:0 2px;
    list-style:none;    
}
ul.page-links {
    display:inline;
    margin:0;
    padding:0;
}
ul.page-links li.first a:link,
ul.page-links li.last a:link {
    text-decoration:none;
}
ul.page-links li.first a:visited,
ul.page-links li.last a:visited{
    text-decoration:none;   
}
ul.page-links li.first a:hover,
ul.page-links li.last a:hover{
    text-decoration:underline;  
}
ul.page-links li.first a:active,
ul.page-links li.last a:active{
    text-decoration:none;   
}
ul.page-links span {
    color:#3a97d1;
}
.search-panel-solid .alignRight {
    padding-right:10px;
}
.search-panel-solid .alignLeft {
    padding-right:10px;
}

.icon-boat,
.icon-business,
.icon-car,
.icon-caravan,
.icon-health,
.icon-home,
.icon-motorcycle,
.icon-travel { 
    min-height:24px; 
    height:auto!important; 
    height:24px; 
    padding-left:32px; 
    line-height:30px;
    vertical-align:bottom;
}

.icon-boat { background:url(/images/skin/icon-boat.gif) no-repeat;}
.icon-business { background:url(/images/skin/icon-business.gif) no-repeat;}
.icon-car { background:url(/images/skin/icon-car.gif) no-repeat;}
.icon-caravan { background:url(/images/skin/icon-caravan.gif) no-repeat;}
.icon-health { background:url(/images/skin/icon-health.gif) no-repeat;}
.icon-home { background:url(/images/skin/icon-home.gif) no-repeat;}
.icon-motorcycle { background:url(/images/skin/icon-motorcycle.gif) no-repeat;}
.icon-travel { background:url(/images/skin/icon-travel.gif) no-repeat;}

div.results-panel {
    margin:15px 0 10px 0;
    min-height:250px;
    height:auto!important;
    height:250px;   
}
div.results-panel span {
    color:#666666;
    font-size:85%;
}
div.results-panel a {
    font-weight:bold;
}
div.results-panel h3 {
    font-size:100%;
    margin:5px 0 0 0;
}
div.results-panel p {
    line-height:1.2em;
}
div.results-panel .p-nowrap {
    padding-left:10px;
    
}
div.results-panel dd a:link {text-decoration:none;}
div.results-panel dd a:visited {text-decoration:none;}
div.results-panel dd a:hover {text-decoration:underline;}
div.results-panel dd a:active {text-decoration:none;}
.side-panel .text {
    color:#16469c;
    padding:15px 15px 0 15px;
    line-height:1.5em;
}

div.results-panel h2 {
    margin:0;
    padding:0 0 8px 0;
}
div.results-panel dl{
    margin:15px 0 0 0;
    padding:0;
    border-top:none;
    width:100%;
    clear:both;
    /*position:relative;*/
}
div.results-panel dl dt{
    margin:0 0 0 0;
    padding:0 0 0 0;
    float:left;
    width:80px;
    color:#666666;
    font-size:85%;
    font-weight:normal;
    clear:left;
}
div.results-panel dl dd{
    margin:0;
    padding:0 0 10px 0;
    float:left;
    width:460px;      
}

div.results-panel dd a {
    font-weight:normal;
}

/* "form.css"; */
/*forms*/
.req {
	color:#FF0000;
	font-weight:bold;
}
dl {
	margin:0;
	padding:18px 0 0 0;
	border-top:1px solid #CEDCF1;
	width:100%;
	clear:both;
}
dl dt {
	margin:0;
	padding:0 0 0 5px;
	float:left;
	width:195px;
	font-size:12px;
	font-weight:bold;
	color:#16469c;
}
dl dd {
	margin:0;
	padding:0 0 18px 0;
	float:left;
	width:550px;
}
dl dd p.indent {
	padding-left:5px;
}
/* nested dl */
dl dl {
	border:none;
	padding:0;
	clear:none;
}
dl dd dl dt {
	width:auto;
	color:#000000;
	float:left;
	width:295px;
	font-weight:normal;
	padding-right:20px;
	padding-left:0;
}
dl dd dl dd {
	float:left;
	clear:right;
	width:210px;
}
/* end nested dl */
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.expanded {
	background:#dceffb;
	padding:7px 10px;
	margin:15px 0 0 0;
}
.form-hide {
	display:none;
}
.expanded p, .expanded legend {
	color:#16469c;
}
fieldset {
	border:none;
	padding:0;
	margin:0;
}
fieldset legend {
	margin:0;
	padding:1ex 0 1ex 0;
	margin-left:0!important;
	margin-left:-6px;
	color:#000000;
}
.monthsTable {
	padding:0;
	margin:0;
	border:none;
	width:400px;
}

body.caravan .caravan-hint-panel p {
	background:url(/images/skin/forms/hint_icon_caravan.gif) no-repeat;
	padding-left:43px;
	padding-right:5px;		
}
body.car .car-hint-panel p {
	background:url(/images/skin/forms/hint_icon_car.gif) no-repeat;
	padding-left:43px;
	padding-right:5px;		
}
body.boat .boat-hint-panel p {
	background:url(/images/skin/forms/hint_icon_boat.gif) no-repeat;
	padding-left:43px;
	padding-right:5px;		
}

/*All purpose Error panel*/
.errorColour {
	color:#d21034;
}
.errors {
	position:relative;
	font-size:11px;
}
.error-panel {
	background:url(/images/skin/forms/error_box_right.gif) top right no-repeat;
	font-size:95%;
}
.error-panel h2 {
	margin-top:0;
	margin-bottom:8px;
}
.error-panel p {
	color:#d21034;
	padding:0;
	margin:0 0 0 0;
	line-height:1.2em;
	padding-left:0;
	/**/
    min-height:28px;
	height:auto!important;
	height:28px;/**/    
}
.errors .error-panel p {
	background:url(/images/skin/forms/error_img.gif) no-repeat;
	padding-left:32px;
	padding-right:5px;	
}
.error-panel img {
	padding-right:5px;
}
.error-crn-1 {
	background:url(/images/skin/forms/error_box_left.gif) top left no-repeat;
	margin:0;
	padding:5px 5px 0 5px;
	z-index:98;
}
.error-crn-2 {
	background:url(/images/skin/forms/error_box_left.gif) bottom left no-repeat;
	height:5px;
	margin-bottom:10px;
}
.error-crn-3 {
	background:url(/images/skin/forms/error_box_right.gif) bottom right no-repeat;
	height:5px;
	margin:0 0 0 5px;
	padding:0;
	font-size:4px;
}
/*Boats Hint Box*/

.boat-hint-panel {
	background:url(/images/skin/forms/boat_hint_right.gif) top right no-repeat;
}
.boat-hint-panel h2 {
	margin-top:0;
	margin-bottom:8px;
}
.boat-hint-panel p {
	color:#333333;
	padding:0;
	margin:0;
	line-height:1.2em;
	padding-left:44px;
}
.boat-hint-panel img {
	padding-right:5px;
}
.boat-hint-crn-1 {
	background:url(/images/skin/forms/boat_hint_left.gif) top left no-repeat;
	margin:0;
	padding:5px 5px 0 5px;
	z-index:98;
}
.boat-hint-crn-2 {
	background:url(/images/skin/forms/boat_hint_left.gif) bottom left no-repeat;
	height:5px;
	margin-bottom:10px;
}
.boat-hint-crn-3 {
	background:url(/images/skin/forms/boat_hint_right.gif) bottom right no-repeat;
	height:5px;
	margin:0 0 0 5px;
	padding:0;
	font-size:4px;
}
/*car Hint Box*/

.car-hint-panel {
	background:url(/images/skin/forms/car_hint_right.gif) top right no-repeat;
}
.car-hint-panel h2 {
	margin-top:0;
	margin-bottom:8px;
}
.car-hint-panel p {
	color:#333333;
	padding:0;
	margin:0;
	line-height:1.2em;
	padding-left:44px;
}
.car-hint-panel img {
	padding-right:5px;
}
.car-hint-crn-1 {
	background:url(/images/skin/forms/car_hint_left.gif) top left no-repeat;
	margin:0;
	padding:5px 5px 0 5px;
	z-index:98;
}
.car-hint-crn-2 {
	background:url(/images/skin/forms/car_hint_left.gif) bottom left no-repeat;
	height:5px;
	margin-bottom:10px;
}
.car-hint-crn-3 {
	background:url(/images/skin/forms/car_hint_right.gif) bottom right no-repeat;
	height:5px;
	margin:0 0 0 5px;
	padding:0;
	font-size:4px;
}
/*Caravan Hint Box*/

.caravan-hint-panel {
	background:url(/images/skin/forms/caravan_hint_right.gif) top right no-repeat;
}
.caravan-hint-panel h2 {
	margin-top:0;
	margin-bottom:8px;
}
.caravan-hint-panel p {
	color:#333333;
	padding:0;
	margin:0;
	line-height:1.2em;
	padding-left:44px;
}
.caravan-hint-panel img {
	padding-right:5px;
}
.caravan-hint-crn-1 {
	background:url(/images/skin/forms/caravan_hint_left.gif) top left no-repeat;
	margin:0;
	padding:5px 5px 0 5px;
	z-index:98;
}
.caravan-hint-crn-2 {
	background:url(/images/skin/forms/caravan_hint_left.gif) bottom left no-repeat;
	height:5px;
	margin-bottom:10px;
}
.caravan-hint-crn-3 {
	background:url(/images/skin/forms/caravan_hint_right.gif) bottom right no-repeat;
	height:5px;
	margin:0 0 0 5px;
	padding:0;
	font-size:4px;
}
/* buttons */
a.button {
	background: transparent url(/images/nrma/skin/forms/button-right-side.gif) no-repeat scroll top right;
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	font-stretch:extra-condensed;
	text-decoration:none;
	height:23px;
	padding-right: 5px; /*sliding doors padding*/
	text-decoration: none;
}
a.button span {
	background: transparent url(/images/nrma/skin/forms/button-left-side.gif) no-repeat;
	display: block;
	line-height: 14px;
	padding: 4px 5px 5px 10px;
	color:#fff;
}
a.button:hover {
	background-image: url(/images/nrma/skin/forms/button-right-side-over.gif);
}
a.button:hover span {
	background-image: url(/images/nrma/skin/forms/button-left-side-over.gif);
	color:#16469c;
}
.wordwrap {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}


/* "reused.css"; */
h1, form{
    margin:0; padding:0;
}

.shrink{
    font-size:80%;
}
.noBorder{
    border:none;
}
.content-small{
    padding:10px 10px 0px 10px;
    clear:both;
    font-weight:normal;
    font-size:9px;
}
.aligntext {
    padding-left:5px;
}
a:hover{
    text-decoration:none;
}
p { /*line-height:1.5em;*/
    padding:0 0 12px 0; margin:0;
}
.hr {
    background:#cedcf1; font-size:1px; 
    line-height:1px; height:1px;
}
.clear {
    clear:both;
    font-size:1px;
    height:1px;
}
.valignMiddle{
    vertical-align:middle;
}
.alignRight{
    float:right;
}
.alignCenter{
    text-align:center;
}
.alignMiddle{
    padding:5px 0 0 7px;
}
.alignLeft{
    float:left;
}
img.alignRight{
    margin-left:10px;
}
img.alignLeft{
    margin-right:10px;
}
#content-main h2 {
    font-weight:normal;
    font-size:18px;
}
#content-main h2 a:link {
    text-decoration:none;
}
#content-main h2 a:visited {
    text-decoration:none;   
}
#content-main h2 a:hover {
    text-decoration:underline;  
}
#content-main h2 a:active {
    text-decoration:none;   
}
.content-standard{
    padding:0 10px 10px 10px;
}
.standard-large { color:#16469c; font-weight:normal; font-size:18px; }


/* "color.css"; */
a,
#content-main h2,
#content-main h2 a:link,
#content-main h2 a:visited,
#content-main h2 a:hover,
#content-main h2 a:active {
    color:#16469c; 
}
a:hover { color:#1f8dd1; }


/* "general.css"; */
.brand-NRMA {
	display:inline;
}
.brand-NRMAQLD {
	display:none;
}
.brand-SGIC {
	display:none;
}
.brand-SGIO {
	display:none;
}
html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width:100%;
	min-height:100%;
	height:100%;
	overflow:-moz-scrollbars-vertical;
}
body {
	padding:0px;
	margin:0px;
	width:100%;
	min-height:100%;
	height:100%;
	background:url(/images/nrma/skin/gradient.gif) 0 0 repeat-x;
}

#background-outer {
	background: url(/images/nrma/skin/bg-sprite.gif) -1000px 0px repeat-y;
	margin:10px auto 0px;
	width: 1000px;
	
}

#background {
	background:url(/images/nrma/skin/bg-sprite.gif) 0px -14px no-repeat; 
	width:1000px;
	min-width:992px;
	margin:0 auto;

}
#site-bottom {
	background: url(/images/nrma/skin/bg-sprite.gif) 0px 0px no-repeat; 
	height:14px; 
	min-width:992px;
	font-size:1px;
	width:1000px;
	margin:0 auto;
}
#content {
	float:left;
	margin-left:0;
}
#container {
	width:992px;
	margin-left:auto;
	margin-right:auto;
}
#branding {
	position:relative;
	height:130px;
	float:none;
}
.iip #branding h1, #branding div.logo {
	margin:0px;
	font-size:60%;
	padding:20px 0 0 10px;
	color:#FFFFFF;
}
.iip #branding div h1 span,
#branding div div.logo span {
	position:absolute;
	left:10px;
	top:20px;
	height:100%;
	width:100%;
}
.iip #branding div h1 span a,
#branding div div.logo span a {
	text-decoration:none;
}
.iip #branding .brand h1.logo span,
#branding .brand div.logo span {
	background:url(/images/sgio/skin/logo.gif) no-repeat;
	width:900px;
}
.iip #branding div h1 span a,
#branding div div.logo span a {
	z-index:999;
	display:block;
	width:200px;
	height:90px;
}

#branding #logo {
	top:20px;
	left:10px;
	width:200px;
	height:100px;
	position:relative;
}

#branding #logo a span {
	background:url(/images/nrma/skin/logo.gif) no-repeat;	
   position: absolute;
   width: 100%;
  height: 100%;
  cursor: hand;
   z-index:999;
  display: block;
}

#branding a:link, #branding a:visited {
	color:#1f8dd1;
}
#branding a:hover, #branding a:visited:hover {
	text-decoration:none;
}
#branding #site-search {
	padding:11px 0 9px 10px;
	display:block;
	height:22px;
	position:absolute;
	top:66px;
	left:797px;
}
#branding #site-search form {
	padding:0;
	margin:0;
}
#branding #site-search input {
	width:105px;
	height:18px;
	margin-right:7px;
	border:1px solid #16469c;
	float:left;
	background-color:#f2f9fe;	
}
/* state selector */
#branding .state-selector {
	position:absolute;
	left:185px;
	top:67px;
	height:46px;
	padding-left:55px;
	width:500px;
}
#branding .state-selector h2 {
	font-size:90%;
	margin:6px 0px 2px 0px;
	color:#16469c;
}
#branding .state-selector p {
	margin:0px;
	font-size:85%;
	color:#16469c;
}
#branding .state-selector img {
	padding:6px 8px 0 0;
}
/* contact info */
#branding .contact-info {
	position:absolute;
	left:240px;
	top:21px;
	width:740px;
}
#branding .contact-info h2 {
	margin:2px 0 0 30px;
	font-size:22px;
	font-weight:normal;
	height:30px;
	color:#16469c;
}
#branding .contact-info h2 span {
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:30px;
}
#branding .contact-info p {
	font-size:85%;
	margin:2px 0 0 0;
	padding:0 0 2px 0;
	color:#16469c;
}
#branding .contact-info p span {
	font-size:155%;
	font-weight:bold;
}

#preheader-links {position:absolute;font-size:0.7em;top:-2px;left:12px;}
#preheader-links a {text-decoration:none;}
#preheader-links a:link,#preheader-links a:visited:link  {text-decoration:none;}
#preheader-links a:hover, #preheader-links a:visited:hover {text-decoration:underline;}

/* page-info */
#page-info {
	/*width:767px;*/
    min-height:52px;
	height:auto!important;
	height:52px;
}
#page-info #breadcrumbs {
	list-style:none;
	margin:0;
	padding-top:8px;
	padding-bottom:5px;
	color:#3a97d1;
	font-size:90%;
}
#page-info #breadcrumbs li {
	float:left;
	padding-right:5px;
}
#page-info #breadcrumbs a:link, #page-info #breadcrumbs a:visited {
	text-decoration:none;
	color:#3a97d1;
}
#page-info #breadcrumbs a:link:hover, #page-info #breadcrumbs a:visited:hover {
	text-decoration:underline;
}
#page-info h1 {
	clear:both;
	color:#16469c;
	font-size:170%;
	padding-top:0px;
	padding-bottom:0px;
}
/* left side */
#left-side {
	font-size: 85%;
	float:left;
	width:204px;
	padding-left:12px;
	padding-top:10px;
}
/* sub-nav */
#nav-sub {
}
#nav-sub ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav-sub ul li {
	background:url(/images/nrma/skin/subnav-bullet.gif) no-repeat 10px 11px;
	padding:8px 10px 8px 20px;
	height:100%;
	border-top:1px solid #cedcf1;
}
#nav-sub ul li#first {
	background:url(/images/nrma/skin/subnav-bullet.gif) no-repeat 10px 11px;
	padding:8px 10px 8px 20px;
	height:100%;
	border-top:none;
}
#nav-sub li.selected {
	font-weight:bold;
}
#nav-sub a:link, #nav-sub a:visited {
	color:#16469c;
	text-decoration:none;
}
#nav-sub a:hover, #nav-sub a:visited:hover {
	color:#3a97d1;
}

.side-panel .ad-promo {
	padding-left:14px;
	padding-right:5px;	
	color:#16469c;
}
/* other-links */
.other-links {
	width:204px;
}
.other-links .inner {
	padding-left:14px;
	
}
.other-links h3 {
	color:#16469c;
	font-size:75%;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:15px 0 0 0;
	margin:0;
}
.other-links ul {
	list-style:none;
	padding:10px 0 10px 0;
	margin:0;
}
.other-links li {
	padding-bottom:6px;
	font-size:100%;
	line-height:1.25em;
}
.other-links p {
	padding:4px 0 10px 0;
	margin:0;
	color:#16469c;
	line-height:1.4em;
	padding-right:10px;
}
.other-links a:link, .other-links a:visited {
	color:#3a97d1;
}
.other-links li a:link, .other-links li a:visited {
	text-decoration:none;
}
.other-links a:hover, .other-links a:visited:hover {
	color:#16469c;
	text-decoration:none;
}
/* other-links-home */
.other-links-home {
	width:190px;
	padding-right:5px;
	font-size:85%;
}
.other-links-home h3 {
	color:#16469c;
	font-size:90%!important;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:0!important;
	margin:0!important;
}
.other-links-home h4 {
	color:#208DD2;
	font-size:100%;
	padding:10px 0 0 0;
	margin:0;
	font-weight:normal;
}
.other-links-home h4 a:link {
	color:#208DD2;
	text-decoration:none;
}
.other-links-home h4 a:visited {
	color:#208DD2;
	text-decoration:none;
}
.other-links-home h4 a:hover {
	color:#208DD2;
	text-decoration:underline;
}
.other-links-home h4 a:active {
	color:#208DD2;
	text-decoration:none;
}
.other-links-home ul {
	list-style:none;
	padding:10px 0 10px 0;
	margin:0;
}
.other-links-home li {
	padding-bottom:6px;
	line-height:1.25em;
}
.other-links-home p {
	padding:10px 0 10px 0;
	margin:0;
	color:#24436b;
	line-height:1.4em;
	padding-right:10px;
}
.other-links-home p span {
	color:#999;
}
.other-links-home a:link, .other-links-home a:visited {
	color:#3a97d1;
}
.other-links-home li a:link, .other-links-home li a:visited {
	text-decoration:none;
}
.other-links-home a:hover, .other-links-home a:visited:hover {
	color:#16469c;
	text-decoration:none;
}
/* content-main */

#content-main {
	padding:10px 0 10px 2px;
	min-height:300px;
	height:auto !important;
	height:300px;
}
ul.ticks {
	margin:0;
	padding:0;
}
ul.ticks li {
	list-style:none;
	background:url(/images/skin/tick_blue.gif) 8px 0px no-repeat;
	padding:0 0 8px 30px;
}

.car ul.ticks li { background:url(/images/skin/tick_green.gif) 8px 0px no-repeat; }
.motorcycle ul.ticks li { background:url(/images/skin/tick_motorcycle.gif) 8px 0px no-repeat; }
.home ul.ticks li { background:url(/images/skin/tick_home.gif) 8px 0px no-repeat; }
.business ul.ticks li { background:url(/images/skin/tick_business.gif) 8px 0px no-repeat; }
.health ul.ticks li { background:url(/images/skin/tick_health.gif) 8px 0px no-repeat; }
.travel ul.ticks li { background:url(/images/skin/tick_travel.gif) 8px 0px no-repeat; }
.boat ul.ticks li { background:url(/images/skin/tick_boat.gif) 8px 0px no-repeat; }
.caravan ul.ticks li { background:url(/images/skin/tick_caravan.gif) 8px 0px no-repeat; }

.icon-link {
	text-align:center;
	width:130px;
	float:left;
}
.icon-link a.imageLink {
	text-decoration:none;
}
/* Columns */
.cols-2 {
	float:left;
	width:49%;
	display:block;
	height:auto;
}
.cols-3 {
	float:left;
	display:block;
	height:auto;
}
.spacer {
	float:left;
	width:2%;
	display:block;
	height:1px;
}
/* site-tools */
#site-tools {
	/*padding-top:57px;*/
    padding-top:5px;
}
#site-tools h3 {
	padding:0 0 5px 0;
	margin:0 0 0 10px;
	font-size:100%;
}
#site-tools select {
	font-size:11px;
	height:20px;
	margin:0 7px 0 10px;
	float:left;
}
#site-tools .dropbox-options {
	width:196px;
	padding:10px 0 0 0;
	margin:0 0 0 0;
	/*order-bottom:1px dashed #cedcf1;*/
	height:65px;
}
.dotted {
	font-size:1px; line-height:1px; height:1px;
	border-bottom:1px dashed #cedcf1;
}
#site-tools .dropbox-options h3 {
	color:#16469c;
	font-size:130%;
}
#site-tools #quick-links {
	clear:both;
	padding-bottom:1px;
}
#site-tools #quick-links a {
	display:block;
	padding:0 0 0 12px;
	margin:10px 0 4px 8px;
	background:url(/images/nrma/skin/blue_bullet_arrow.gif) no-repeat 0 4px;
	font-size:90%;
}

#site-tools #retrieve-link {
	clear:both;
	background-color:#F2F9FE;
	font-size:90%;
	margin:0 1px;
	padding:6px 0 2px;
	text-decoration:none;
}
#site-tools #retrieve-link a {
	background:transparent url(/images/nrma/skin/blue_bullet_arrow.gif) no-repeat 0 4px;
	display:block;
	margin:0 0 4px 8px;
	padding:0 0 0 12px;
	text-decoration:none;
}

#branding .contact-info a:link, #site-tools #quick-links a:link {
	text-decoration:none;
}
#branding .contact-info a:visited, #site-tools #quick-links a:visited {
	text-decoration:none;
}
#branding .contact-info a:hover, #site-tools #quick-links a:hover {
	text-decoration:underline;
}
#branding .contact-info a:active, #site-tools #quick-links a:active {
	text-decoration:none;
}
/* footer */
#footer {
	margin:20px 12px 0 12px;
	padding:12px 0 12px 0;
	border-top:1px solid #3a97d1;
	border-bottom:1px solid #cedcf1;
	color:#3a97d1;
	font-size:85%;
	clear:both;
}
#footer a:link, #footer a:visited {
	color:#3a97d1;
	text-decoration:none;
}
#footer a:hover, #footer a:visited:hover {
	text-decoration:underline;
}
/* site-info */
#site-info {
	font-size: 85%;
	padding:10px 0 20px 10px;
	color:#16469c;
}
#site-info a:link, #site-info a:visited {
	text-decoration:none;
	color:#16469c;
}
#site-info a:hover, #site-info a:visited:hover {
	text-decoration:underline;
	color:#3A97D1;
}

/*home*/
#home-promo {
	margin-left:2px;
}
.image-promo {
	width:540px;
}
.image-promo .p1 {
	float:left;
	width:262px;
}
.image-promo .p2 {
	float:right;
	width:262px;
}
.normal a:link {text-decoration:none; color:#000;}
.normal a:visited {text-decoration:none; color:#000;}
.normal a:hover {text-decoration:underline; color:#000;}
.normal a:active {text-decoration:none; color:#000;}
.standard {Caption: Sub heading style blue; color:#16469c; font-weight:bold; font-size:100%; margin:15px 0 0 0; padding:0;}
.normal {Caption: Black text; color:#000;}
.enlarge-text {Caption: Large black text; font-size:22px; color:#000;}   
.enlarge-text-bold {Caption: Large black bold text; font-size:22px; font-weight:bold; color:#000;}



/* "general.css"; */
/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
	font-family:Verdana,Arial,Helvetica,sans-serif;
    display: none;
    
    position: fixed;
    top: 25%;
    left: 50%;
    
    margin-left: -220px;
    width: 440px;    
    background-color: #EEE;
    color: #333;	
	background:url("/images/skin/modal/common-email_modal_top.gif") no-repeat scroll left top transparent;

}
  
.jqmWindow h1 {
clear:both;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
margin:0;
padding:15px 20px 7px;
}

.jqm-body {
background:url("/images/skin/modal/common-email_modal_bottom.gif") no-repeat scroll left bottom transparent;
clear:both;
margin:0;
padding:5px 7px 0;
}

.jqm-bodyContent {
background-color:#EEEEEE;
padding:10px;
}

.jqm-bodyContent p {
padding:1px 0;
}

.jqm-buttons {
clear:both;
height:40px;
margin:10px 0 10px 60px;
padding:0;
}

a.jqmbutton, a.jqmbutton:hover {
display:block;
float:left;
font-size:15px;
font-weight:bold;
height:35px;
line-height:35px;
margin:5px 5px 10px;
padding-right:20px;
text-decoration:none;
}

a.jqmbutton span {
display:block;
padding:0 10px 0 35px;
text-decoration:none;
white-space:nowrap;
text-decoration:none;
}

.jqm-buttons .blue  {
background:url("/images/skin/modal/common-bg-btn-blue-right.gif") no-repeat scroll right top transparent;
color:#FFFFFF;
}

.jqm-buttons .blue span {
background:url("/images/skin/modal/common-bg-btn-blue-left.gif") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
}

.jqm-buttons .green {
background:url("/images/skin/modal/common-bg-btn-green-right.gif") no-repeat scroll right top transparent;
color:#FFFFFF;
}

.jqm-buttons .green span {
background:url("/images/skin/modal/common-bg-btn-green-left.gif") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

