/* @override 
	http://preprodit.nuinternational.com/library/css/screen.css
	http://preproduk.nuinternational.com/library/css/screen.css
*/

/* Marino Software */

/* @group Reset */

/* Reset Styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

/* @end */

/* @group Layout */


body {
	color: #333;
	background: url(../../library/images/background.gif) #edf5f9 center repeat-y;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	width: 100%;
}

#bodyCenter {
	background-color: #fff;
	margin: 0 auto;
	padding: 6px 0 12px;
	width: 960px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearFix {
	overflow: auto;
}

/* @end */

/* @group Grid Layout */

.oneColumn {
	width: 69px;
}

.oneHalfColumn {
	width: 110px;
}

.twoColumn {
	width: 285px;
}

.threeColumn {
	width: 285px;
}

.homeColumn {
	height: 89px;
	width: 285px;
}

.fourColumn {
	width: 312px;
}

.fiveColumn {
	width: 393px;
}

.sixColumn {
	width: 474px;
}

.sevenColumn {
	width: 555px;
}

.eightColumn {
	width: 660px;
	text-align: right;
}

.nineColumn {
	width: 717px;
}

.tenColumn {
	width: 811px;
}

.elevenColumn {
	width: 892px;
}

.twelveColumn {
	width: 960px;
}

/* @end */

/* @group Margins and Padding */

.topGap {
	margin-top: 12px;
}

.topPad {
	padding-top: 12px;
}

.rightGap {
	margin-right: 12px;
}

.rightPad {
	padding-right: 12px;
}

.botGap {
	margin-bottom: 12px;
}

.botPad {
	padding-bottom: 12px;
}

.leftGap {
	margin-left: 12px;
}

.leftPad {
	padding-left: 12px;
}

.eightColumn a {
	font-size: 1.2em;
	margin-left: 8px;
}

/* @end */

/* @group Common Styles */

p {
	font-size: 1.3em;
	line-height: 1.38em;
	margin: 0 0 1em 0;
}

ul,ol {
	font-size: 1.3em;
	margin: 0 0 1em 0;
}

ul ul, ul ol, ol ul {
	font-size: 1em;
	margin: 0;
}

em {
	left: -9999em;
	position: absolute;
	top: -9999em;
}

.telephone {
	color: #004fb6;
	font-size: 1.54em;
}

/* HEADINGS */

h1 {
	clear: left;
	color: #004fb6;
	font-size: 3.9em;
	font-weight: normal;
	line-height: 1em;
	margin: .4em 0;
}

/* @end */

/* @group T4 Hacks */

/* These are hacks to get around the T4 issues */

span.txt-titles {
	clear: left;
	color: #004fb6;
	font-size: 2.9em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 .4em 0;
	display: block;
}

span.txt-titles p {
	clear: left;
	color: #004fb6;
	font-size: 2.9em;
	font-weight: normal;
	line-height: 1em;
	margin: .4em 0;
}

p span.txt-titles {
	clear: left;
	color: #004fb6;
	font-size: 2.9em;
	font-weight: normal;
	line-height: 1em;
	margin: .4em 0;
}

/* END: T4 heading hacks */

/* @end */

/* @group Headings */

h1#logo {
	margin: 0;
}

h2 {
	color: #004fb6;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 .54em 0;
}

h2.pod {
	font-size: 2.2em;
}

h2.pod span {
	font-size: 1.045em;
}

h3 {
	color: #004fb6;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 .6em 0;
}

h3.pod {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .3em 0;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 1em 0;
}

/* @end */

/* @group Borders */

/* BORDERS */

.borderBot {
	border-bottom: 1px dashed #92a8af;
	padding-bottom: .25em;
}

.borderTop {
	border-top: 1px dashed #92a8af;
	padding-top: .5em;
}

.borderSolidBot {
	border-bottom: 1px solid #92a8af;
	padding-bottom: .25em;
}

.borderSolidTop {
	border-top: 1px solid #92a8af;
	padding-top: .5em;
}

/* @end */

/* @group Links */

a {
	border-bottom: 1px solid #004fb6;
	color: #004fb6;
	text-decoration: none;
}

a:hover {
	border-bottom: none;
	color: #004fb6;
	text-decoration: none;
}

a:focus {
	border-bottom: 1px dashed #004fb6;
	text-decoration: none;
}

a.external {
	background: url(../../library/images/link-external.gif) 100% 20% no-repeat;
	border: none;
	margin: 0 2px 0 0;
	padding: 0 16px 0 0;
	text-decoration: underline;
}

a.linkArrow {
	background: url(../../library/images/link-arrow.gif) 100% 70% no-repeat;
	border: none;
	margin: 0 2px 0 0;
	padding: 0 12px 0 0;
	text-decoration: underline;
}

a.fullLinkArrow {
	background: url(../../library/images/lists/list-arrow-full.gif) 100% 50% no-repeat;
	padding: 0 12px 0 0;
}

a.external:hover, a.linkArrow:hover, a.fullLinkArrow:hover {
	text-decoration: none;
}

.p6 .linkArrow {
	float: right;
	font-weight: bold;
}

/* @end */

/* @group Header */

#header {
	background: url(../../library/images/header/aviva-beam.gif) #ffd900 left bottom no-repeat;
	position: relative;
	height: 130px;
	width: 960px;
}

#header:after {
	content: ".";
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

/* @end */

/* @group Logo */

#logo a {
	border: none;
	display: block;
	height: 40px;
	width: 160px;
	position: absolute;
	top: 22px;
	left: 16px;
	text-indent: -10000em;
}

/* @end */

/* @group Global Nav */

#headerNav {
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 0 18px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#headerNav li {
	display: block;
	float: left;
}

#headerNav li a {
	background: url(../../library/images/header/headerNavBg.gif) repeat-x #f5eb9d;
	border: 0;
	border-right: 1px solid #bebba0;
	border-left: 1px solid #fdfbec;
	color: #039;
	display: block;
	margin: 0.5em 0 0;
	padding: 0.9em 1em 0.8em;
	width: auto;
}

#headerNav li.selected a {
	background: none #fff;
	border: 0;
	border-top: 0.5em solid #fff;
	color: #333;
	margin: 0;
	padding: 0.7em 1em 1em;
}

#headerNav li.selected {
	border-right: 0;
	border-left: 0;
}

#headerNav li.right a {
	border-right: 0;
}

#headerNav li.selectRight a {
	background: url(../../library/images/header/selectRightBg.gif) no-repeat #f5eb9d;
	border-left: 0;
}

/* @end */

/* @group Local Nav */

#headerSubNav {
	position: absolute;
	right: 18px;
	top: 16px;
}

#headerSubNav ul {
	float: right;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	padding: 2px 0;
	border: 1px solid #e8c500;
	background: url(../../library/images/header/bgBox.png) repeat-x;
}

#headerSubNav ul li {
	float: left;
	margin: 4px 0 4px 12px;
	padding: 0 12px 0 0;
	display: inline;
}

#headerSubNav ul li.last {
	border: none;
}

#headerSubNav ul li a {
	border: none;
}

#headerSubNav ul li a:hover {
	border-bottom: 1px solid #004fb6;
}

img.flag {
	float: left;
	margin-right: 6px;
}

#headerSubNav {
	width: 35em;
}

#header .flagBox {
	width: 38em;
}

/* @end */

/* @group Local Nav Container */

/* Sub Nav containing box */

.headerBox {
	
}

.headerBox2 {
	
}

.headerBox3 {
	
}

.headerBox4 {
	
}

/* Extra links above sub nav box */

ul#headerSubNavLinks {
	font-size: .917em;
	margin-top: -16px;
	position: relative;
	z-index: 100;
}

ul#headerSubNavLinks li.last {
	padding: 0;
}

/* @end */

/* @group Header Search */

#headerSearch {
	clear: both;
	float: right;
	margin-top: 14px;
}

#headerSearch input {
	border-top: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	font-size: 1.2em;
	margin: 0.2em 8px;
	width: 14em;
}

/* @group Search Button */

.searchBtn {
	float: left;
	position: relative;
}

.searchBtn img {
	height: 2.3em;
}

#headerSearch .searchBtn input {
	background: none;
	border: none;
	color: #004fb6;
	cursor: pointer;
	font-weight: bold;
	left: -1px;
	line-height: 1.2em;
	margin: 0;
	padding: 0.15em 0.5em 0.15em;
	position: absolute;
	top: 0;
	width: 5em;
	z-index: 50;
}

/* @end */

/* @end */

/* @group Left Nav */

/* LEFT NAV */

#leftNav {
	float: left;
	margin: 12px 18px 0 0;
	width: 225px;
}

#leftNav h2 {
	background: url(../../library/images/back-arrow-full.gif) 18px 14px no-repeat;
	border-bottom: 1px dashed #ccc;
	font-size: 1.3em;
	margin: 0;
	padding: 12px 0 7px 15px;
}

#leftNav h2 a {
	border: 0;
	color: #039;
	margin: 0 0 0 17px;
}

#leftNav ul {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0 0 18px;
}

#leftNav ul li {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#leftNav ul li.navSeparator a, #leftNav ul li.navSeparator a:hover, #leftNav ul li.navSeparator a.selected {
	border-bottom: 2px dotted #b2b2b2;
}

#leftNav ul li a {
	border-bottom: 1px dashed #ccc;
	display: block;
	padding: 2px 0 3px 32px;
	width: 193px;
}

#leftNav ul li a:hover, #leftNav ul li.selected a, #leftNav ul li a.selected {
	background: #ffef6c;
	border-bottom: 1px dashed #ccc;
	color: #333;
}

#leftNav ul li h3 {
	font-size: 1.077em;
	font-weight: bold;
	margin: 0;
}

#leftNav ul li h3 a {
	color: #039;
	padding: 9px 0 10px 16px;
	width: 209px;
}

#leftNav ul li h3 a:hover, #leftNav ul li h3 a.selected {
	background: #ffef6c;
	color: #333;
}

/* @end */

/* @group Right Nav */

#rightNav {
	float: right;
}

#rightNav .p3HeadingTop {
	background: url(../../library/images/pods/pod-3-white-top.gif) left 12px no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 15px 0 0;
	position: relative;
	width: 231px;
}

#rightNav .p3GradBot {
	background: url(../../library/images/pods/pod-3-rh-gradient-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* @end */

/* @group Right Nav Pod Headings */

h4.aPhone {
	background: url(../../library/images/heading-telephone.png) 0 100% no-repeat;
	font-size: 1.8em;
	font-weight: normal;
	margin: -12px 0 12px 10px;
	padding: 18px 0 2px 52px;
}

/* @end */

/* @group Content */

#content {
	margin-top: 12px;
	margin-bottom: 33px;
	/*overflow: auto;*/ /* Not sure why this was here, probably to protect against large images breaking the layout but is causing Safari to implement the overflow scroll when not required */
	float: left;
}

/* Inline image positioning */

#content img.left {
	margin-right: 12px;
}

#content img.right {
	margin-left: 12px;
}

/* @end */

/* @group Lists */

/* LISTS */

/* Standard bullet point lists*/

#content ul li {
	list-style-type: disc;
	padding: .5em 0 0 0;
	margin: 0 14px;
}

#content ul li li {
	list-style-type: circle;
}

/* Arrowed lists */

#content ul.arrow li {
	background: url(../../library/images/lists/list-arrow-full.gif) 0 .7em no-repeat;
	list-style-type: none;
	margin: 0;
	padding: .5em 0 0 12px;
}

#content ul.arrow li li {
	background: url(../../library/images/lists/list-arrow-full-small.gif) 0 .7em no-repeat;
}

/* Link lists */

#content ul.linkList li {
	background: url(../../library/images/lists/list-arrow-link.gif) 0 .6em no-repeat;
	list-style-type: none;
	margin: 0;
	padding: .5em 0 0 12px;
}

/* File type bullets */

#content ul li.pdf {
	background: url(../../library/images/icn-pdf.gif) 0 .5em no-repeat;
	list-style-type: none;
	margin: 0;
	padding: .7em 0 0 24px;
}

#content ul li.word {
	background: url(../../library/images/icn-word.gif) 0 .5em no-repeat;
	list-style-type: none;
	margin: 0;
	padding: .7em 0 0 24px;
}

#content ul li.excel {
	background: url(../../library/images/icn-xls.gif) 0 .5em no-repeat;
	list-style-type: none;
	margin: 0;
	padding: .7em 0 0 24px;
}

#content ul li.ppt {
	background: url(../../library/images/icn-ppt.gif) 0 .5em no-repeat;
	list-style-type: none;
	margin: 0;
	padding: .7em 0 0 24px;
}

/* Included/not included lists */

#content ul li.included {
	background: url(../../library/images/lists/list-tick.gif) 0 2px no-repeat;
	list-style-type: none;
	margin: 0;
	padding: .5em 0 .5em 26px;
}

#content ul li.notIncluded {
	background: url(../../library/images/lists/list-cross.gif) 0 2px no-repeat;
	list-style-type: none;
	margin: 0;
	padding: .5em 0 .5em 26px;
}

/* Heading lists */

.headingList {
	font-size: 1em;
}

#content .headingList li {
	background: none;
	clear: left;
	float: left;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

.headingList h3 {
	background: url(../../library/images/lists/list-arrow-full.gif) center left no-repeat;
	float: left;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0 0 0 15px;
	width: 148px;
}

.headingList h4 {
	background: url(../../library/images/lists/list-arrow-full.gif) center left no-repeat;
	float: left;
	font-weight: normal;
	margin-bottom: 1em;
	padding: 0 0 0 15px;
}

.headingList h3 a, .headingList h4 a {
	border: none;
	line-height: 1.2em;
}

.headingList p {
	float: left;
	width: 165px;
}

/* @end */

/* @group Breadcrumb */

#breadcrumb {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

ul#breadcrumb li {
	background: url(../../library/images/breadcrumb-arrow.gif) 100% 50% no-repeat;
	float: left;
	line-height: 1.6em;
	list-style-type: none;
	margin: 0 4px 0 0;
	padding: 0 9px 0 0;
}

ul#breadcrumb li.current {
	background: none;
}

/* @end */

/* @group Hero Areas */

/* HERO AREA */

/* Home page */

#homeHero {
	margin-bottom: 12px;
	overflow: hidden;
	height: 260px;
}

#homeHero a {
	border: 0;
}

/* Advisor page */

#advisorHero {
	float: left;
	margin-bottom: 12px;
	overflow: hidden;
}

.advisor-welcome {
	overflow: hidden;
	padding: 15px 20px;
	float: left;
	width: 435px;
	background: url(../../library/images/header/welcomeBg.gif) no-repeat;
	height: 246px;
}

.advisor-heroImage {
	overflow: hidden;
	float: left;
	margin-left: 12px;
}

/* Product pages */

#hero {
	background: url(../../library/images/hero-bottom-gradient.gif) bottom no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
}

#hero a {
	border: 0;
}

#hero .linkArrow {
	position: relative;
	top: 1.5em;
	left: 12px;
}

/* @end */

/* @group Stickers */

a.sticker {
	position: absolute;
	top: 24px;
	right: 24px;
}

/* @end */

/* @group Pods */

/* PODS */

/* Optional diagonal banner */

.banner {
	background: url(../../library/images/pods/banner.png) no-repeat;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 89px;
	height: 90px;
	text-indent: -1000em;
}

/* 2.25 COLUMN width pods */

.p2QuartTop {
	background: url(../../library/images/pods/pod-2quart-white-top.gif) top no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 15px 0 0;
	position: relative;
	width: 171px;
}

.p2QuartBot {
	background: url(../../library/images/pods/pod-2quart-white-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* Gradient background */

.p2QuartGradBot {
	background: url(../../library/images/pods/pod-2quart-gradient-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* 3 COLUMN width pods */

.p3Top {
	background: url(../../library/images/pods/pod-3-white-top.gif) top no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 15px 0 0;
	position: relative;
	width: 231px;
}

.p3Bot {
	background: url(../../library/images/pods/pod-3-white-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* Gradient background */

.p3GradBot {
	background: url(../../library/images/pods/pod-3-gradient-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* Yellow Background */

.p3YellTop {
	background: url(../../library/images/pods/pod-3-yellow-top.gif) top no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 15px 0 0;
	width: 231px;
}

.p3YellBot {
	background: url(../../library/images/pods/pod-3-yellow-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* 4 COLUMN width pods */

.p4Top {
	background: url(../../library/images/pods/pod-4-white-top.gif) top no-repeat;
	margin-bottom: 0px;
	overflow: hidden;
	padding: 15px 0 0;
	position: relative;
	width: 312px;
}

.p4Bot {

/*background:url(../../library/images/pods/pod-4-white-bottom.gif) bottom no-repeat;*/overflow: hidden;
	padding: 0 18px 0;
}

/* Gradient background */

.p4GradBot {
	background: url(../../library/images/pods/pod-4-gradient-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* Yellow Background */

.p4YellTop {
	background: url(../../library/images/pods/pod-4-yellow-top.gif) top no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 15px 0 0;
	width: 312px;
}

.p4YellBot {
	background: url(../../library/images/pods/pod-4-yellow-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* 4.5 COLUMN width pods */

.p4HalfTop {
	background: url(../../library/images/pods/pod-4half-white-top.gif) top no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 15px 0 0;
	position: relative;
	width: 353px;
}

.p4HalfBot {
	background: url(../../library/images/pods/pod-4half-white-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* Gradient background */

.p4HalfGradBot {
	background: url(../../library/images/pods/pod-4half-gradient-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* 6 COLUMN width pods */

.p6Top {
	background: url(../../library/images/pods/pod-6-white-top.gif) top no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 15px 0 0;
	position: relative;
	width: 474px;
}

.p6Bot {
	background: url(../../library/images/pods/pod-6-white-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* Gradient background */

.p6GradBot {
	background: url(../../library/images/pods/pod-6-gradient-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

.p6SmallGradBot {
	background: url(../../library/images/pods/pod-6-small-gradient-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* Yellow Background */

.p6YellTop {
	background: url(../../library/images/pods/pod-6-yellow-top.gif) top no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 15px 0 0;
	width: 474px;
}

.p6YellBot {
	background: url(../../library/images/pods/pod-6-yellow-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 0;
}

/* Multi column spanning pods (used to ensure pods stay the same height accross a row) */

.p3 {
	overflow: hidden;
	padding: 15px 20px 0;
	width: 594px;
}

.p6 {
	overflow: hidden;
	padding: 15px 20px 0;
	width: 270px;
}

.p6 img {
	margin: 15px 0px;
}

.p336Top {
	background: url(../../library/images/pods/pod-3-3-6-white-top.gif) no-repeat left top;
	margin-bottom: 12px;
	width: 960px;
}

.p336Bot {
	background: url(../../library/images/pods/pod-3-3-6-gradient-bottom.gif) no-repeat left bottom;
	width: 960px;
}

.p336TopAdvisors {
	clear: left;
	background: url(../../library/images/pods/pod-3-3-6-white-top-ad.gif) no-repeat left top;
	margin-bottom: 12px;
	width: 960px;
}

.p336BotAdvisors {
	clear: left;
	width: 960px;
	background: url(../../library/images/pods/pod-3-3-6-white-bottom-ad.gif) no-repeat left bottom;
}

.p3Advisor {
	overflow: hidden;
	float: left;
	padding: 15px 20px 0;
	width: 270px;
}

.p3AdvisorLeft {
	overflow: hidden;
	float: left;
	padding: 15px 20px 0;
	width: 270px;
	margin-left: 12px;
}

.p3AdvisorLeft img {
	margin: 15px 0px;
}

.smallLeft {
	float: left;
	width: 130px;
}

.smallRight {
	float: left;
	width: 130px;
	margin-left: 10px;
	display: inline;
}

.smallLeftLarge {
	float: left;
	width: 250px;
}

.smallRightLarge {
	float: left;
	width: 160px;
	margin-left: 10px;
	display: inline;
}

.smallLeftLargeAdvisors {
	float: left;
	width: 190px;
}

.smallRightLargeAdvisors {
	float: left;
	width: 230px;
	margin-left: 10px;
	display: inline;
}

/* @end */

/* @group Buttons */

.pBut, .heroBut {
	margin: 0 0 12px;
	position: relative;
	text-align: left;
}

.heroBut {
	margin: 10px;
	display: inline;
}

.pBut img {
	height: 2.6em;
}

.heroBut img {
	height: 4.5em;
}

.pBut a {
	border: 0;
	font-size: 1.2em;
	font-weight: bold;
	left: 0;
	padding: 0.5em .5em 0.5em 0.65em;
	position: absolute;
	top: 0;
}

.heroBut a {
	border: 0;
	font-size: 2.4em;
	font-weight: bold;
	left: 0;
	padding: 0.25em .5em 0.25em 0.5em;
	position: absolute;
	top: 0;
}

/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #ddd;
	clear: both;
}

#footer ul {
	font-size: 1em;
}

#footer li {
	float: left;
	line-height: 1.81em;
	margin: 12px 0 12px;
	padding: 0 0 0 5px;
}

#footer ul li ul {
	border: none;
	font-size: 1.1em;
}

#footer ul li ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#footer .border {
	border-right: 1px dashed #afbbc4;
}

#footer h4 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}

#footer p {
	font-size: 1.2em;
	padding: 0px;
	margin: 0;
}

/* @end */

/* @group Tables */

table {
	border-collapse: separate;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 1em 0;
}

th {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 6px 6px 6px 12px;
	text-align: left;
}

td {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 6px 5px;
	text-align: left;
}

td img {
	vertical-align: -40%;
}

thead th {
	background: #e7e7e7;
	border-bottom: 2px solid #fff;
	color: #333;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: 1em;
}

thead th a, thead th a:hover {
	border-color: #fff;
	color: #fff;
}

tbody th {
	font-weight: normal;
}

tbody tr td, tbody tr th {
	background: #e7e7e7;
}

/* Show/hide tables */

table.showHide th {
	border-right: 12px solid #fff;
}

table.showHide td {
	border-right: 12px solid #fff;
}

table.showHide .noRightBorder {
	border-right: 0;
}

table.showHide thead th {
	background: #8996a0;
	color: #fff;
}

table.showHide tbody tr td, table.showHide tbody tr th {
	background: #ccedff;
}

table.showHide tbody tr.alt td, table.showHide tbody tr.alt th {
	background: #e5f6ff;
}

table.showHide tbody th {
	border-bottom: none;
	cursor: pointer;
	padding-bottom: 18px;
	padding-right: 65px;
}

table.showHide .moreContent {
	font-size: .77em;
	margin: 9px 6px;
	text-align: left;
}

table.showHide td {
	border-bottom-width: 12px;
}

table.showHide td.closed {
	border-bottom-width: 2px;
}

table.showHide th.closed {
	border-bottom: 2px solid #fff;
	padding-bottom: 6px;
}

table.showHide a.moreLink {
	background: url(../../library/images/tables/morePlus.gif) right no-repeat;
	border: none;
	float: right;
	height: 23px;
	text-indent: -10000em;
	margin: 0 -55px 0 6px;
	width: 59px;
}

table.showHide a.close {
	background: url(../../library/images/tables/moreMinus.gif) right no-repeat;
}

/* Table highlighting */

.highlightTable td.highlight, .highlightTable tbody th.highlight {
	background: #ffef6c;
}

.highlightTable tr.alt td.highlight, .highlightTable tbody tr.alt th.highlight {
	background: #fff599;
}

.highlightTable th.highlightable, .highlightTable td.highlightable {
	cursor: pointer;
}

/* @end */

/* @group Forms */

legend {
	display: none;
}

form h3 {
	border-bottom: 1px dashed #92a8af;
	font-weight: bold;
	padding-bottom: 3px;
}

.row {
	clear: both;
}

.row p {
	float: left;
	margin: 0 5px;
}

/* 6 column width form */

.f6 {
	background: url(../../library/images/forms/form-6-top.gif) top no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 15px 0 0;
}

.f6Bot {
	background: url(../../library/images/forms/form-6-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 15px;
}

/* 9 column width form */

.f9 {
	background: url(../../library/images/forms/form-9-top.gif) top no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 15px 0 0;
}

.f9Bot {
	background: url(../../library/images/forms/form-9-bottom.gif) bottom no-repeat;
	overflow: hidden;
	padding: 0 18px 15px;
}

/* Labels */

label {
	clear: left;
	float: left;
	font-size: 1.3em;
	margin-bottom: 1em;
	width: 300px;
}

.f6 label {
	width: 280px;
}

/* Inputs */

input, select, textarea {
	border: 1px solid #999;
	float: left;
	margin-bottom: 1em;
}

/* Information/help links */

a.info {
	border: 0;
	float: left;
	margin-left: -23px;
	padding-right: 5px;
}

/* Error messages */

div.error {
	background: url(../../library/images/forms/error.gif) no-repeat;
	color: red;
	padding: 4px 0 4px 24px;
	clear: right;
	float: left;
	font-size: 1.3em;
	margin: 0 0 0 16px;
	width: 136px;
}

.f6 div.error {
	clear: both;
	float: right;
	margin: 0 0 16px 0;
}

input.form-button {
	border: none;
}

/* @end */



/* ---- Custom styles by Marino Software to deal with style requirements outside of the standard ones above ----- */

/* @group Adviser OK - Cancel (Challenge) Page  */

div.ok-cancel-button-block {
	margin: 35px 0 50px 0;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #DDDDDD;
}

div.ok-cancel-button-block a {
	text-decoration: none;
	border-bottom: none;
}

a.ok-buton {
	margin-right: 50px;
}

/* @end */

/* @group Litrature Page */

div.form-select {
	text-align: right;
}

table thead th a {
	color: #333;
	border-bottom: 1px solid #333;
}

table thead th a:hover {
	border-bottom: none;
	color: #333;
}

table td a {
	border-bottom: none;
}

/* @end */

/* @group Prices - Fund Information */

div.fund-form div.row {
	margin-left: 175px;
}

div.fund-form input#submit {
	border: 0;
}

/* Overide of table td alignment on Fund table */

table.td-left td {
	text-align: left;
}

/* @end */

/* @group Homepage change - April 22nd: NG - Marino */



div.hp-pod-wrapper {
	padding-bottom: 2px;
	background: url(../images/pods/hp-3pod-bottom.png) no-repeat left bottom;
	width: 960px;
}

/* @end */

.p3AdvisorLeft img.product {
	float: right;
	margin: 15px 0px 15px 5px;
}

.smallLeftLarge {
	float: left;
	width: 150px;
}

.smallRightLarge {
	float: left;
	width: 110px;
	margin-left: 10px;
	display: inline;
}

div#bodyCenter div.news div.freetextarea table a {
	font-size: 1.1em;
	display: block;
	/*width: 430px;*/
	border: none;
}

/* @group News Table over-ride */

body#news table {
	margin: 0;
}

body#news p.back-listing {
	padding-top: 10px;
	border-top:1px solid #DDDDDD;
}

/* @end */



/* @group Fund Information */

/* Making the link to Fund Guides shift to top right */

div.h-wrapper {
	float: left;
	width: 960px;
}

h1.h-fund-info-c1 {
	float: left;
	width: 800px;
	margin-top: 0;
}

div.h-fi-col-2 {
	float: left;
	width: 160px;
	text-align: right;
	margin-top: 10px;
}



/* @end */

/* @group IT Specific */

div.it-links {
	float:left;
	margin-top:-44px;
	text-align:right;
	width:960px;
}

/* @end */



