/* reset css and font size setup */

ul, ol, fieldset
{
	margin: 0;
	padding: 0;
}
/* end reset and fonts*/

/* 1 :-------- Global Styles ------------ */

body
{
	margin: 0px;
	padding: 0;
	min-width: 956px;
	background: #fff url( "../images/generic/background.gif" ) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.skipLink
{
	position: absolute;
	margin-top: -999px;
}

.container
{
	width: 956px;
	margin: 0 auto;
	padding: 10px 12px 0px 19px;
	background: #fff;
	position: relative;
}

a img
{
	border: 0;
}

.clear
{
	clear: both;
}

/* 2 :-------- Header ------------ */

.header
{
	height: 86px;
	background-color: #fff;
	position: relative;
	font-size: 0.95em;
}

/* Member Area on Header.ascx */
.memberArea
{
	margin-bottom: 21px;
	color: #307faa;
	position: absolute;
	right: 0px;
	min-width: 411px;
}
.memberArea span
{
	margin-right: 5px;
	padding-right: 15px;
	background: url( "../images/icons/blueArrow.gif" ) 100% 8px no-repeat;
	float: left;
	padding-top: 6px;
}
.memberArea ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
.memberArea ul li
{
	float: left;
	background: none;
}
.memberArea ul li a
{
	padding-bottom: 2px;
	text-decoration: none;
	background: url( "../images/buttons/blue/blue-bottom.gif" ) bottom left no-repeat;
	float: left;
}
.memberArea ul li a span
{
	padding: 6px 0;
	margin-right: 5px;
	text-align: center;
	width: 74px;
	background: url( "../images/buttons/blue/blue-top.gif" ) no-repeat;
	color: #012d6b;
}
.memberArea li.login a
{
	background: url( "../images/buttons/login/login-bottom.gif" ) bottom left no-repeat;
	margin-right: 1px;
}
.memberArea li.login a span
{
	background: url( "../images/buttons/login/login-top.gif" ) no-repeat;
	width: 151px;
}
.memberArea li.logout a span
{
	background: url( "../images/buttons/login/login-top.gif" ) no-repeat;
}
.memberArea li.username
{
	white-space: nowrap;
	margin-top: 6px;
	margin-right: 6px;
}
/* ----- */

.mainLogo
{
	position: absolute;
	width: 98px;
	height: 71px;
	left: 20px;
	background-color: #fff;
}

.searchBar
{
	clear: both;
	float: right;
	text-align: right;
	margin: 48px 6px 0 0px;
}

.container .searchText
{
	border: 1px solid #d5d8d9;
	font-size: .95em;
	margin-right: 0px;
	vertical-align: top;
	background: #eef4f5 url( "../images/elements/searchBg.jpg" ) top repeat-x;
	color: #636f72;
	padding: 5px 0 4px 9px;
	width: 132px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.container .searchButton
{
	font-size: .95em;
	border: 0px;
	padding: 0;
	margin: 0;
	width: 71px;
	height: 25px;
	vertical-align: top;
	background: url( "../images/buttons/searchbutton.gif" ) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #012d6b;
	text-align: left;
	padding-left: 11px;
	padding-bottom: 4px;
	cursor: pointer;
}


.container .phoneNumberText
{
	font-size:12pt;
	font-weight:bold;
	margin-right: 5px;
	padding-right: 15px;
	float: left;
	padding-top: 3px;
}

.container .phoneNumber
{
	
	margin-right: 5px;
	padding-right: 15px;
	background: url( "../images/icons/blueArrow.gif" ) 100% 8px no-repeat;
	float: left;
	padding-top: 6px;
}

 a.phoneNumberLink:hover
{
	text-decoration: none;
}



/* 3 :-------- Main Nav ------------ */

#mainNav
{
	background: #fff url( "../images/nav/TopNav-Background.gif" ) no-repeat;
}

#mainNav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav li
{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
}

#mainNav a
{
	display: block;
	font-size: 1.12em; /* can't use 1em */ /*padding: 13px 18px 13px;*/
	padding: 13px 15px 13px 17px;
	text-decoration: none;
	background-position: 0 0;
	font-weight: bold;
	background-repeat: no-repeat;
	color: #012d6b;
}

/* nav backgrounds */

#mainNav .home
{
	width: 41px;
	background-image: url( "../images/nav/home.gif" );
}
#mainNav .hospitalcover
{
	width: 100px;
	background-image: url( "../images/nav/hospitalcover.gif" );
}
#mainNav .extrascover
{
	width: 88px;
	background-image: url( "../images/nav/extrascover.gif" );
}
#mainNav .termlifeinsurance
{
	width: 136px;
	background-image: url( "../images/nav/termlifeinsurance.gif" );
}
#mainNav .travelinsurance
{
	width: 115px;
	background-image: url( "../images/nav/travelinsurance.gif" );
}
#mainNav .joindefencehealth
{
	width: 135px;
	background-image: url( "../images/nav/joindefencehealth.gif" );
}
#mainNav .downloads
{
	width: 127px;
	background-image: url( "../images/nav/downloads.gif" );
}

#mainNav .toplevel
{
	background-image: url( "../images/nav/termlifeinsurance.gif" );
	background-position: top right;
}

#mainNav ul li.topnav-leftcorner
{
	background-image: url( "../images/nav/TopNav-Left-Corner.gif" );
	background-position: top left;
	width: 11px;
	height: 40px;
}

#mainNav li.on a
{
	background-position: right -137px;
	color: #fff;
}
#mainNav li a:hover
{
	background-position: right -137px;
	color: #fff;
}

/* drop down (2nd level) */
#mainNav ul li a ul li a
{
}
#mainNav li ul
{
	position: absolute;
	display: none;
	z-index: 0;
	background: #afd9e5;
	min-height: 1%;
}

/* drop down (3rd level) */
#mainNav li ul li ul
{
	position: absolute;
	display: none;
	z-index: 4;
	top: 0;
	left: 165px;
	background: #afd9e5;
	min-height: 1%;
}
#mainNav li ul li ul.left
{
	left: -121px;
	width: 121px;
}

/* combined */
#mainNav li ul li a, #mainNav li ul li ul li a
{
	padding: 5px 10px;
	float: none;
	width: 145px;
	border-top: 1px solid #d6e3f3;
	border-left: 1px solid #d6e3f3;
	border-right: 1px solid #d6e3f3;
	color: #052c65;
	font-weight: normal;
	font-size: 0.95em;
}
#mainNav li ul li ul li a
{
	width: 100px;
}

#mainNav li ul li a:hover
{
	background: #1a7b96;
	color: #fff;
}

#mainNav li.on ul a
{
	color: #052c65;
}

#mainNav a.disabled, #mainNav a.disabled:hover
{
	color: #b2c0d2;
	cursor: text;
}
#mainNav a.disabled:hover
{
	background-position: 0px 0px;
}

/* 3rd level indicator */
.navExpand
{
	background: url( "../images/icons/blueTriangle.gif" ) 95% 50% no-repeat;
}

/* 4 :-------- Content ------------ */

.leftCol
{
	float: left;
	width: 170px;
	margin-right: 10px;
}

.rightCol
{
	float: right;
	width: 183px;
}

.threeColumnLayout
{
	padding: 0px;
	margin-left: 180px; /* adjust to leftCol width */
	margin-right: 183px; /* adjust to rightCol width */
}
.twoColumnLayout
{
	padding: 0px;
	margin-left: 17px;
	margin-right: 203px;
}
.oneColumnLayout
{
	padding: 0px;
	margin-left: 17px;
	margin-right: 0px;
}
.oneColumnLayout p
{
	margin-right: 196px !important;
}

/* special two column layout for memberarea login */
.memberarea .twoColumnLayout
{
	margin-right: 0px;
	margin-left: 200px;
}
.memberarea .twoColumnLayoutClaimHistory
{
	margin-right: 0px;
	margin-left: 180px;
}
.home #content
{
	padding: 0px;
	margin: 0;
	position: relative;
	height: 342px;
}

/* content for sub pages */
#pageBanner
{
	height: 127px;
	width: 951px;
	position: relative;
}

#breadCrumbs
{
	color: #008ab0;
	font-size: .85em;
	padding: 10px 0 10px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#breadCrumbs a
{
	color: #008ab0;
	text-decoration: none;
	padding: 0px 5px;
}

/* subNav */
#subNav
{
	list-style: none;
	position: absolute;
	padding: 0;
	padding-left: 10px;
	margin: 0;
	bottom: 0;
	background: #025d8c;
	min-width: 760px;
	z-index: 0;
}
.rndCnr
{
	background: url( "../images/nav/subNavCorner.gif" ) top right no-repeat;
	width: 10px;
	min-height: 42px;
	position: absolute;
	display: block;
	bottom: 0;
	right: 175px;
	z-index: 0;
}
#subNav li
{
	float: left;
	padding: 14px 0;
	background: #025d8c;
}
#subNav li a
{
	padding: 14px 9px 14px 7px;
	background: #025d8c url( "../images/nav/subNav_separator.gif" ) 100% 100% no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: .95em;
}
#subNav li.over, #subNav li.on
{
	background: #025d8c url( "../images/nav/subNavOn_left.gif" ) 0px 100% no-repeat;
}
#subNav li.on a, #subNav li.over a, #subNav li#last a:hover
{
	color: #012d6b;
	background: url( "../images/nav/subNavOn_right.gif" ) 100% 100% no-repeat;
}
#subNav li#last a
{
	background: none;
}

/* sideNav */
#sideNav ul
{
	margin: 0;
	margin-top: 13px;
	padding: 0;
	list-style: none;
}

#sideNav li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sideNav a
{
	display: block;
	padding: 8px 5px 8px 18px;
	text-decoration: none;
	border: 1px solid #d6eaf0;
	margin-top: -1px;
	background: #f3f7f8;
	font-size: .95em;
	width: 157px;
}

#sideNav li.on a
{
	font-weight: bold;
	color: #307faa;
	background: #fff url( "../images/nav/sideNavOnBg.gif" ) 0px 50% no-repeat;
}
#sideNav li a:hover
{
	background: #fff url( "../images/nav/sideNavOnBg.gif" ) 0px 50% no-repeat;
}

/* disabled #sideNav */
#sideNav li.disabled
{
	color: #bbcbcf;
	padding: 8px 5px 8px 18px;
	border: 1px solid #d6eaf0;
	margin-top: -1px;
	width: 157px;
	background: #f3f7f8;
	font-size: .95em;
}


/* hospital cover */
.hospitalCover #pageBanner
{
	background: url( "../images/titles/hospitalcover.jpg" ) no-repeat;
}
/* downloads */
.downloads #pageBanner
{
	background: url( "../images/titles/downloads.jpg" ) no-repeat;
}
/* member area */
.memberarea #pageBanner
{
	background: #fff url( "../images/titles/memberarea.jpg" ) no-repeat;
}
/* extras cover */
.extrascover #pageBanner
{
	background: #fff url( "../images/titles/extrascover.jpg" ) no-repeat;
}
/* Term Life Insurance */
.termlife #pageBanner
{
	background: #fff url( "../images/titles/termlife.jpg" ) no-repeat;
}
/* Travel Insurance */
.travelInsurance #pageBanner
{
	background: #fff url( "../images/titles/travelInsurance.jpg" ) no-repeat;
}
/* Join Defence Health */
.join #pageBanner
{
	background: #fff url( "../images/titles/joinDefenceHealth.jpg" ) no-repeat;
}
.defenceHealth #pageBanner
{
	background: #fff url( "../images/titles/defenceHealth.jpg" ) no-repeat;
	height: 97px;
}

#blueBar
{
	display: block;
	height: 67px;
	width: 100%;
	clear: both;
	padding-top: 52px;
	margin-bottom: 14px;
	background: #fff url( "../images/generic/contentBg.jpg" ) 0px 100% no-repeat;
}


/* See content.css */

/* 5 :-------- Footer ------------ */

.footer
{
	font-size: 0.85em;
	clear: both;
	background-color: #fff;
	color: #696b6f;
	margin-bottom: 24px;
}

.footer ul
{
	margin: 0;
	padding: 0;
}

.footer li
{
	display: inline;
	margin: 0;
	padding: 0 7px;
	list-style: none;
	border-left: 1px solid #696b6f;
}

.footer a
{
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: underline;
}

.footer .first
{
	border: 0px;
	padding-left: 0;
}

/* Misc */
.clear
{
	clear: both;
	display: block;
}

/* 6 :-------- DNN Nav ------------ */

/*#mainNav
{
    
    margin-top: 12px;
    /*height: 37px;*/
/*border: solid 1px red;
/*} */

.dnnNavContainer
{
	/*height: 37px;*/
}

.TopMenu-ContainerRoot
{
	z-index: 1000;
	border: solid 1px Blue;
}

.TopMenu-NodeRoot
{
	font-size: 0.95em;
	cursor: pointer;
	cursor: hand;
	background-image: url(../images/nav/TopNav-Tab.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 0.95em;
	text-align: center;
	vertical-align: middle;
	padding-left: 12px;
	padding-right: 12px;
	color: #012d6b;
	border: solid 1px Red;
}

.TopMenu-NodeSelectedRoot
{
	background: #fff url(../images/nav/TopNav-Tab-Over.gif) no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
}

.TopMenu-NodeHoverRoot
{
	background: #fff url(../images/nav/TopNav-Tab-Over.gif) no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
}

.TopMenu-Node td
{
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
	font-size: x-small;
	vertical-align: middle;
	color: #012d6b;
	background-color: #afd9e5;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.TopMenu-NodeHover td
{
	font-weight: normal;
	font-size: x-small;
	vertical-align: middle;
	color: #ffffff;
	background-color: #1a7b96;
}

.TopMenu-BreadcrumbRoot
{
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 0.95em;
	padding-left: 18px;
	padding-right: 18px;
	background: #fff url(../images/nav/TopNav-Tab-Over.gif) no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 37px;
}

.TopMenu-ContainerSub
{
	z-index: 1002;
}

/* secondary menu */

.SecondaryMenu-Node td
{
	color: White;
	padding-left: 6px;
	padding-right: 6px;
	font-size: -2;
}

.SecondaryMenu-NodeRoot
{
	color: White;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 0.95em;
	height: 41px;
}

.SecondaryMenu-NodeRootHover
{
	background-image: url(../images/nav/subNavOn_left.gif);
	height: 41px;
	padding-top: 10px;
	padding-bottom: 18px;
	color: #012d6b;
}

.SecondaryMenu-ContainerRoot
{
	height: 41px;
}

.SecondaryMenu-BreadcrumbRoot
{
	background-image: url(../images/nav/subNavOn_left.gif);
	background-position: 0 0;
	height: 41px;
	padding-top: 10px;
	padding-bottom: 18px;
	font-size: 0.95em;
	padding-left: 6px;
	padding-right: 6px;
	color: #012d6b;
}

/* tertiary menu */

.TertiaryMenu-Node td
{
	color: #307faa;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 0.95em;
	height: 28px;
	vertical-align: middle;
	background-color: #f3f7f8;
}

.TertiaryMenu-NodeRoot
{
	color: #307faa;
	background-color: #f3f7f8;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.95em;
	vertical-align: middle;
	margin-top: -1px;
	display: block;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6eaf0;
	border-right-color: #d6eaf0;
	border-bottom-color: #d6eaf0;
	border-left-color: #d6eaf0;
}

.TertiaryMenu-NodeRootHover
{
	background-image: url(../images/nav/sideNavOnBg.gif);
	background-repeat: no-repeat;
	background-color: White;
	color: #307faa;
	font-weight: normal;
	font-size: 0.95em;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	margin-top: -1px;
	display: block;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6eaf0;
	border-right-color: #d6eaf0;
	border-bottom-color: #d6eaf0;
	border-left-color: #d6eaf0;
}

.TertiaryMenu-BreadcrumbRoot
{
	background-image: url(../images/nav/sideNavOnBg.gif);
	background-repeat: no-repeat;
	color: #307faa;
	font-weight: bold;
	font-size: 0.95em;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	margin-top: -1px;
	display: block;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6eaf0;
	border-right-color: #d6eaf0;
	border-bottom-color: #d6eaf0;
	border-left-color: #d6eaf0;
}
/*  HILLogin control   */
.HambsLogin
{
	width: 500px;
}
/* Accident Insurance */
.accidentinsurance #pageBanner
{
	background: #fff url( "../images/titles/injuryaccident.jpg" ) no-repeat;
}



