/* global.css */

* { 
	margin: 0; 
	padding: 0; 
}

a { color: #868686; text-decoration: none; }

img {border: 0;}

html {
	background: #dedfdf;
}

body {
	font-size: 1em; /* 16px */
	font-family: arial, verdana, sans-serif;
	text-align: left;
	color: #494b4c;
}

/* Main Wrapper */
#pageWrapper {
	margin: 0 auto;
	width: 980px;
	background: url('../images/wrapperRepeat.gif') repeat-y;
}

/* Top Menu Links */
#pageWrapper #siteMenu ul {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 0.625em; /* 10pt */
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;
}

#pageWrapper #siteMenu ul li {
	float: left;
	padding-right: 10px;
	margin-left: 10px;
	background: url('../images/grey_divider.gif') no-repeat 100% 45%;
}

#pageWrapper #siteMenu ul li a {
	color: #444646;
	text-decoration: none;
}

#pageWrapper #siteMenu ul li.last {
	background: none;
}

#pageWrapper #siteMenu ul li a:hover {
	text-decoration: underline;
}

/* Top Navigation (blue) */

#mainNavigation {
	clear: both;
	height: 33px;
	background: #002c64;
	margin-left: 3px;
	padding-left: 5px;
	font-size: 0.875em;
	line-height: 33px;
	font-family: "Arial Narrow", Arial, Sans-Serif;
}

#mainNavigation ul { list-style-type: none; }

#mainNavigation ul li { float: left; }

#mainNavigation ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: url('../images/nav_divide.gif') no-repeat 100% 45%;
	margin-left: 10px;
	padding-right: 20px;
}

#mainNavigation ul li a:hover {
	text-decoration: underline;
}

#mainNavigation ul li.last a {
	background: none;
}

/* Header Area */

#topPanelWrap {
	float: left;
	width: 975px;
	background: #c5c7c7;
	display: inline; /* IE6 */
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-bottom: 4px;
}

/* border colour - 0a376a */

#topPanelWrap .heroThreeCol {
	float: left;
}

#topPanelWrap .heroThreeCol .col {
	float: left;
}

#topPanelWrap .heroThreeCol .leftCol {
	width: 263px;
	margin-left: 2px;
	display: inline;
}

#topPanelWrap .heroThreeCol .leftCol img {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
}

#topPanelWrap .heroThreeCol .leftCol .darkGrey {
	display: block;
	background: url('../images/lnk-darkgrey.gif') no-repeat;
	width: 263px;
	height: 18px;
	color: #fff;
	text-align: center;
	font-size: 0.75em;
	font-family: arial, sans-serif;
	line-height: 18px;
}

#topPanelWrap .heroThreeCol .leftCol .lightGrey {
	display: block;
	background: url('../images/lnk-lightgrey.gif') no-repeat;
	width: 263px;
	height: 18px;
	color: #fff;
	text-align: center;
	font-size: 0.75em;
	font-family: arial, sans-serif;
	line-height: 18px;
	margin-top: 1px;
}

#topPanelWrap .heroThreeCol .leftCol a.lightGrey:hover {
background: url('../images/lnk-blue.gif') no-repeat;
color: #fff;}
#topPanelWrap .heroThreeCol .leftCol a.darkGrey:hover {
background: url('../images/lnk-blue.gif') no-repeat;
color: #fff;}

#topPanelWrap .heroThreeCol .middleCol {
	width: 470px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 0.75em;
}


#topPanelWrap .heroThreeCol .rightCol {
	width: 230px;
}

#topPanelWrap .heroThreeCol .leftCol h2 img {
	border: 1px solid #0a376a;
}

#topPanelWrap .heroThreeCol .rightCol img {
	border: 1px solid #0a376a;
}

#topPanelWrap .heroThreeCol .middleCol img {
	border: 1px solid #0a376a;
}

#topPanelWrap .heroThreeCol #introContent {
	background: #fff;
	border: 1px solid #0a376a;
	border-top: 0;
	width: 468px;
	height: 156px;
}
h1 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 1.8em;
color: #0f386c;
font-weight: normal;
font-family: "Arial Narrow", arial, sans-serif;
}
#topPanelWrap .heroThreeCol #introContent h2 {
	background: url('../images/heading.gif') no-repeat 0 0;
	width: 469px;
	height: 23px;
	padding-bottom: 11px;
}

#topPanelWrap .heroThreeCol #introContent h2 span { display: none; }

#topPanelWrap .heroThreeCol #introContent p {
	margin-left: 5px;
padding: 3px;
}

#topPanelWrap .heroThreeCol #introContent a {
color: #0a376a;
text-decoration: underline;
}
#topPanelWrap .heroThreeCol #introContent a:hover {
color: #000;
}

/* Navigation */

#siteNavigation { clear: both; float: left; width: 975px; margin-left: 3px; background: #002c64; height: 44px; }

#siteNavigation ul { list-style-type: none; }

#siteNavigation ul li { 
	float: left; 
	background: url('../images/nav_bg.gif') no-repeat;
}

#siteNavigation ul li a {
	width: 120px;
	height: 34px;
	display: block;
	background: url('../images/nav_bg.gif') no-repeat;
	font-family: arial, verdana, sans-serif;
	font-size: 0.75em;
	color: #222323;
	font-weight: bold;
}

#siteNavigation ul li a:hover {
	width: 120px;
	height: 34px;
	display: block;
	background: url('../images/nav_bg2.gif') no-repeat;
	font-family: arial, verdana, sans-serif;
	font-size: 0.75em;
	color: #000;
	font-weight: bold;
}

#siteNavigation ul li a span {
	width: 75px;
	margin-left: 40px;
	display: block;
	padding-top: 6px;
	line-height: 1em;
}

/* Main Content Area */

#content {
	float: left;
	width: 975px;
	margin-left: 3px;
	display: inline; /* IE6 */
	margin-top: 20px;
	font-size: 0.75em;
}

#content .contentLeft {
	float: left;
	display: inline; /* IE6 */
	width: 694px;
	margin-left: 20px;
	margin-right: 20px;
}

#content .contentLeft p {
	margin-bottom: 1em;
}

#content .contentLeft .promoContainer {
	float: left;
	margin-top: 20px;
margin-bottom: 20px;
}

#content .contentLeft .promoContainer .promo {
	width: 205px;
	float: left;
	display: inline; /* IE6 */
	margin-right: 5px;
	background: url('../images/promo_bg.gif') repeat-y top left;
	height: auto !important;
	height: 285px;
	min-height: 285px;
	padding: 10px;
	position: relative;
}

#content .contentLeft .promoContainer .promo a {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #00296e;
	font-family: "arial narrow", arial, sans-serif;
	font-weight: bold;
}

#content .contentLeft .promoContainer .promo p {
	font-family: "arial narrow", arial, sans-serif;
	color: #00296e;
	font-size: 1.33em;
text-align: center;
}

.promo2 {
	width: 205px;
	float: left;
	display: inline; /* IE6 */
	margin-right: 5px;
	background: url('../images/isapromo.jpg') repeat-y top left;
	height: auto !important;
	height: 285px;
	min-height: 285px;
	padding: 10px;
	position: relative;
}

.promo2 a {
	position: absolute;
	right: 15px;
	bottom: 160px;
	color: #00296e;
	font-family: "arial narrow", arial, sans-serif;
	font-weight: bold;
}

.promo2 p {
	font-family: "arial narrow", arial, sans-serif;
	color: #33393c;
	font-size: 1.25em;
text-align: center;
}
.promo1 {
	width: 205px;
	float: left;
	display: inline; /* IE6 */
	margin-right: 5px;
	background: url('../images/healthcarebg.jpg') repeat-y top left;
	height: auto !important;
	height: 285px;
	min-height: 285px;
	padding: 10px;
	position: relative;
}

.promo1 a {
	position: absolute;
	right: 15px;
	bottom: 108px;
	color: #00296e;
	font-family: "arial narrow", arial, sans-serif;
	font-weight: bold;
}

.promo1 p {
	font-family: "arial narrow", arial, sans-serif;
	color: #33393c;
	font-size: 1.25em;
text-align: center;
}
.promo3 {
	width: 205px;
	float: left;
	display: inline; /* IE6 */
	margin-right: 5px;
	background: url('../images/inheritance.jpg') repeat-y top left;
	height: auto !important;
	height: 285px;
	min-height: 285px;
	padding: 10px;
	position: relative;
}

.promo3 a {
	position: absolute;
	right: 15px;
	bottom: 138px;
	color: #00296e;
	font-family: "arial narrow", arial, sans-serif;
	font-weight: bold;
}

.promo3 p {
	font-family: "arial narrow", arial, sans-serif;
	color: #33393c;
	font-size: 1.25em;
text-align: center;
}

#content .contentLeft .promoContainer .last {
	margin-right: 0;
}

#content .contentLeft .breadCrumb {
	font-size: 0.92em;
	color: #002a6f;
}

#content .contentLeft .breadCrumb strong {
	color: #1b1a1a;
}

#content .contentLeft h3,
#content .contentLeft h4 {
	font-family: "Arial Narrow", arial, verdana, sans-serif;
	color: #002c64;
	font-size: 1.6em;
	line-height: 1.5em;
padding-bottom: 5px;
text-align: center;
}

#content .contentRight {
	width: 231px;
	float: right;
	margin-right: 10px;
}

#content .contentRight fieldset {
	border: 0;
}

#content .contentRight .vipLogin {
	margin-top: 20px;
	width: 229px;
	height: 35px;
	border: 1px solid #021629;
}

#content .contentRight .vipLogin a {
	display: block;
	width: 229px;
	height: 35px;
	background: url('../images/vip-login.gif') no-repeat;
}
#content .contentRight .vipLogin a:hover {
	display: block;
	width: 229px;
	height: 35px;
	background: url('../images/vip-login2.gif') no-repeat;
}

#content .contentRight .vipLogin a span {
	line-height: 35px;
	font-size: 1.5em;
	color: #0f386c;
	font-family: "Arial Narrow", arial, sans-serif;
	margin-left: 40px;
}

#content .contentRight .chart img {
	border: 1px solid #021629;
	margin-top: 10px;
}

#content .contentRight .newsletter {
	border: 1px solid #021629;
	margin-top: 1px;
	background: #e0e0e2;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#content .contentRight .newsletter h4 {
	font-family: "Arial Narrow", arial, sans-serif;
	font-size: 1.5em;
	color: #002c64;
}

#content .contentRight .newsletter p {
	color: #1b1a1a;
	font-size: 0.92em;
	line-height: 2em;
}

#content .contentRight .newsletter form {
	margin-left: 20px;
}

#content .contentRight .newsletter form label {
	display: block;
	color: #002c64;
	text-transform: uppercase;
	font-family: "arial narrow", arial, sans-serif;
	font-size: 0.92em;
	font-weight: bold;
}

#content .contentRight .newsletter form .submitButton {
	margin-top: 10px;
	float: left;
}

#content .contentRight .newsletter ul { 
	list-style-type: none;
	font-size: 0.85em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .contentRight .newsletter ul li {
	display: inline;
	margin-right: 8px;
}

#content .contentRight .newsletter ul li.last {
	margin-right: 0;
}

#content .contentRight .newsletter ul li a {
	color: #002c64;
	text-decoration: underline;
	font-weight: bold;
	font-family: arial, sans-serif;
}

/* Footer */

#footerRegion {
	width: 980px;
	padding-bottom: 10px;
	background: url('../images/wrapper-bottom.gif') no-repeat bottom left;
}

#footerRegion ul {
	clear: both;
	width: 975px;
	margin-left: 3px;
	padding-top: 48px;
	list-style-type: none;
	text-align: center;
	background: url('../images/footer-repeat.gif') repeat-x top left;
}

#footerRegion ul li { 
	color: #868686;
	font-size: 0.75em;
	display: inline;
	padding-right: 10px;
	margin-left: 10px;
	line-height: 2em;
	background: url('../images/grey_divider.gif') no-repeat 100% 55%;
}

#footerRegion ul li a:hover {
	text-decoration: underline;
}

#footerRegion ul li.last {
	background: none;
}

/* Below Container - FSA etc */
#subContentWrapper {
	width: 980px;
	margin: 0 auto;
	font-size: 0.6875em; /* 11pt */
	text-align: center;
	color: #002a6f;
	padding-top: 10px;
}
* nav start */
.nav {
	margin-bottom: 0;
	padding: 0;
}

.nav li {
	list-style: none;
	line-height: 24px;
	border-top: 1px solid #fff;
	float: left;
	width: 100%;
}

.nav li a {
	display: block;
	text-decoration: none;
	color: #383838;
	height: 100%;
	padding: 0 0 0 28px;
	background: #ededed url(../images/nav-icon.gif) no-repeat 3px 3px;
}

.nav li a.active,
.nav li a:hover {
	background-color: #fff;
	color: #00f;
}
.nav li.active ul {
	display:block; 
}
.nav ul {
	margin: 0; 
	padding: 0; 
	display: none; 
}
.nav ul li {
	border-top: 1px solid #ededed; 
}
.nav ul a {
	background: #fff;
	color: #00f;
}
.nav ul a:hover {
	text-decoration: underline; 
}

/* nav end */
.subnav {
	margin-top: 20px;
margin-bottom: 20px;
}
.subnav h3{
text-align: center;
background: #002c64;
color: #fff;
line-height: 22px;}
#content .contentLeft ul { margin-left: 14px; margin-bottom: 6px;}
#content .contentLeft p label { float: left; width: 150px; }
.contentLeft a{
color: #0f386c;
}
.contentLeft a:hover{
color: #000;
text-decoration: underline;
}
.promo1 h3{
	color: #fff;}
