/*	
		IOOF site redesign
		Martin Young
		May-July 2005

		--> Modified October 06 to set max and min width.
		
---------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	font: 80%/1.4 arial;
	margin: 0 15px;
	text-align: center;
	color: #352b27;
}

#container {
	max-width: 970px;
	min-width: 750px;
	/* max- and min-width in IE5 and IE6 requires a non-validating workaround - see cameronmoll.com/archives/000892.html */ 
	width: expression(document.body.clientWidth < 800? "750px" : document.body.clientWidth > 962? "970px" : "auto");
	
	margin: 0 auto;
	text-align: left;
	background: transparent;
	}

#frameContainer {
	max-width: 630px;
	min-width: 550px;
	/* max- and min-width in IE5 and IE6 requires a non-validating workaround - see cameronmoll.com/archives/000892.html */ 
	width: expression(document.body.clientWidth < 800? "750px" : document.body.clientWidth > 962? "970px" : "auto");
	
	margin: 0 auto;
	text-align: left;
	background: transparent;
	}

/*---------------------------------------------------------*/




/*---------------------- header ---------------------------*/

.accessibilityOptions {
	display: none;
	visibility: hidden;
}

#header {
	height: 76px;
	background: transparent;
}
#header img.logo {
	margin: 15px 10px 0 0;
	float: left;
}

#header a img.logo,#header a img.tagline {
	border: 0;
}

#header img.tagline {
	float: left;
	margin: 41px 0 0 10px;
}

#header .finePrint ul {
	float: right;
	text-align: right;
	width: 380px;
	list-style: none;
	margin-top: 4px;
	font-size: 0.9em;
}

.finePrint li {
	display: inline;
	padding: 4px 0 4px 8px;
}

.finePrint a {
	color: #007229;
	padding: 1px 0;
}

.finePrint a:hover {
	border-bottom: 1px solid #007229;
}

.siteSearch {
	clear: right;
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
}

.siteSearch input {
	text-align: right;
}

.siteSearch a {
	color: #007229;
	font-weight: bold;
}


/*---------------------------------------------------------*/






/*--------------------- mainMenu --------------------------*/

#mainMenu {
	clear: both;
	width: 100%;
	height: 25px;
	background: url(../../images/corpWeb/mainMenu/mainMenuBG.gif) bottom left repeat-x;
}

#mainMenu .nav {
	margin: 0 auto;
	width: 520px;
}

#mainMenu ul {
	border: 0;
	list-style: none;
	font: bold 1em/1.3 arial;
	width: 100%;
}

#mainMenu li {
	width: 130px;
	float: left;
	text-align: center;
}

#mainMenu ul li a {
	background: #007229 url(../../images/corpWeb/mainMenu/tab.gif) top left no-repeat;
	width: 130px;
	height: 20px;
	display: block;
	padding-top: 3px;
	color: #fff;
}

#mainMenu ul li a.current {
	background: #62BD19 url(../../images/corpWeb/mainMenu/tabHover.gif) top left no-repeat;
}

#mainMenu ul li a:hover {
	color: #fff;
	background: #62BD19 url(../../images/corpWeb/mainMenu/tabHover.gif) top left no-repeat;
}


/*---------------------------------------------------------*/





/*--------------------- theBody ---------------------------*/

#theBody {
	clear: both;
	margin-top: 20px;
	background: transparent;
}

#sideBar {
	float: right;
	width: 200px;
}

#mainText {
	margin-right: 225px;
}

/*---------------------------------------------------------*/




/*--------------------- sideNav ---------------------------*/
#sideNav {
	width: 200px;
	background: #62BD19 url(../../images/corpWeb/sideNavBottom.gif) bottom left no-repeat;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#sideNav h4 {
	font: bold 1em arial;
	color: #fff;
	background: #007229 url(../../images/corpWeb/sideNavTop.gif) top left no-repeat;
	border-bottom: 1px solid #007229;
	padding: 10px;
}

#sideNav ul {
	list-style: none;
	padding-top: 8px;
	border-top: 4px solid #fff;
}

#sideNav ul a {
	display: block;
	padding: 6px 15px;
	width: 170px;
	color: #fff;
	font: bold 1em arial;
}

#sideNav a:hover {
	background: #7ac043;
}

#sideNav ul a.current {
	background: #7ac043;
}



/*---------------------------------------------------------*/


/*--------------------- welcome ---------------------------*/
.welcome {
	margin-bottom: 15px;
	margin-left: 5px;
	}
.welcome h1 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 12px 0 0 0;
	}
/*---------------------------------------------------------*/

/*--------------------- rightSideAd ---------------------------*/
.rightSideAd {
	margin-bottom: 11px;
	}
.rightSideAd h1 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 12px 0 0 0;
	}
	
.rightSideAd img {
	border-style: none;
	}
/*---------------------------------------------------------*/


/*--------------------- widgetGrey ---------------------------*/

.widgetGrey, #copy .widgetGrey {
	width: 200px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: #dfdcd8 url(../../images/corpWeb/polBottom.gif) bottom left no-repeat;
	}

.widgetGrey h2, #copy .widgetGrey h2 {
	font: bold 1em arial;
	letter-spacing: 0;
	color: #352b27;
	padding: 10px 15px 5px 15px;
	background: #dfdcd8 url(../../images/corpWeb/polTop.gif) top left no-repeat;
	border-bottom: 4px solid #fff;
	}

.widgetGrey p, #copy .widgetGrey p {
	line-height: 1.2em;
	padding: 10px 15px 0 15px;
	color: #352b27;
	}

.widgetGrey a, #copy .widgetGrey a {
	color: #007929;
	border-bottom: 1px solid #007929;
	}

.widgetGrey a:hover, #copy .widgetGrey a:hover {
	background: #007929;
	color: #fff;
	}




/*---------------------------------------------------------*/




/*--------------------- widgetDarkAndGrey ---------------------------*/

.widgetDarkAndGrey, #copy .widgetDarkAndGrey {
	width: 200px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: #dfdcd8 url(../../images/corpWeb/polBottom.gif) bottom left no-repeat;
	}

.widgetDarkAndGrey h2, #copy .widgetDarkAndGrey h2 {
	font: bold 1em arial;
	letter-spacing: 0;
	color: #fff;
	padding: 10px 15px 5px 15px;
	background: #007229 url(../../images/corpWeb/sideNavTop.gif) top left no-repeat;
	border-bottom: 4px solid #fff;
	}

.widgetDarkAndGrey p, #copy .widgetDarkAndGrey p {
	line-height: 1.2em;
	padding: 10px 15px 0 15px;
	color: #352b27;
	}

.widgetDarkAndGrey a, #copy .widgetDarkAndGrey a {
	color: #007929;
	border-bottom: 1px solid #007929;
	}

.widgetDarkAndGrey a:hover, #copy .widgetDarkAndGrey a:hover {
	background: #007929;
	color: #fff;
	}




/*---------------------------------------------------------*/






/*--------------------- standouts -------------------------*/

#targeted {
	width: 200px;
	float: right;
}

#targeted a {
	padding: 1px 0;
}

.greyStandout,.stripeyStandout,.sharePrice {
	width: 200px;
	margin-bottom: 20px;
}

.greyStandout h5,.stripeyStandout h5,.sharePrice h5 {
	line-height: 1.1em;
	font-weight: bold;
	font-size: 1em;
	padding: 10px 5px 5px 10px;
}

.greyStandout ul,.stripeyStandout ul {
	list-style: none;
	padding: 0 10px 10px 10px;
}

.greyStandout li,.stripeyStandout li {
	line-height: 1.2em;
	padding: 3px 0;
}

.greyStandout p,.stripeyStandout p {
	line-height: 1.2em;
	padding: 3px 10px;
}



.greyStandout h5 {
	background: #dfdcd8 url(../../images/corpWeb/greyStandoutQuestionTop.gif) top left no-repeat;
}

.greyStandout p {
	background: #dfdcd8;
}

.greyStandout p.last {
	background: #dfdcd8 url(../../images/corpWeb/greyStandoutBottom.gif) bottom left no-repeat;
	padding-bottom: 10px;
}

.greyStandout ul {
	background: #dfdcd8;
	padding: 5px 10px 5px 15px;
}

.greyStandout a {
	color: #007229;
}

.greyStandout a:hover {
	background: #7ac043;
	color: #fff;
}

.greyStandout a img {
	border: none;
}


#copy .standout {
	float: right;
	width: 150px;
	line-height: 1.2em;
	margin: 20px 20px 20px 20px;
}

#copy .standout h5 {
	background: #dfdcd8 url(../../images/corpWeb/greyStandoutQuestionTop.gif) top left no-repeat;
	padding: 15px 15px 5px 15px;
}

#copy .standout p {
	padding: 5px 5px 5px 5px;
	background: #dfdcd8;
}

#copy .standout p.last {
	background: #dfdcd8 url(../../images/corpWeb/greyStandoutBottom.gif) bottom left no-repeat;
	padding: 5px 5px 5px 5px;
	line-height: 1.3em;
}

#copy .example {
	border-top: 1px solid #62bd19;
	border-bottom: 1px solid #62bd19;
	padding: 20px 10px 20px 20px;
	margin: 20px 0;
}

ul#subnav {
	list-style: none;
	margin-bottom: 15px;
	line-height: 1.2em;
}

ul#subnav li {
	margin-bottom: 15px;
}

#subnav a:link, #subnav a:visited {
	display: block;
	padding: 0;
	width: 200px;
}

#subnav strong {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}

#subnav em {
	display: block;
}



#subnav .lightGreen strong {
	color: #fff;
	padding: 8px 10px 6px 10px;
	background: url(../../images/corpWeb/greenStandoutTop.gif) top left no-repeat;
	border-bottom: 3px solid #fff;
}

#subnav .lightGreen em {
	font-style: normal;
	font-size: 0.95em;
	padding: 6px 10px 8px 10px;
}

#subnav .lightGreen a {
	color: #333;
	background: url(../../images/corpWeb/greyStandoutBottom.gif) bottom left no-repeat;
}

#subnav .lightGreen a:hover {
	background: url(../../images/corpWeb/greenStandoutBottom.gif) bottom left no-repeat;
	color: #fff;
}




#subnav .medGreen strong {
	color: #fff;
	padding: 8px 10px 6px 10px;
	background: url(../../images/corpWeb/medGreenStandoutTop.gif) top left no-repeat;
	border-bottom: 3px solid #fff;
}

#subnav .medGreen em {
	font-style: normal;
	font-size: 0.95em;
	padding: 6px 10px 8px 10px;
}

#subnav .medGreen a {
	color: #333;
	background: url(../../images/corpWeb/greyStandoutBottom.gif) bottom left no-repeat;
}

#subnav .medGreen a:hover {
	background: url(../../images/corpWeb/medGreenStandoutBottom.gif) bottom left no-repeat;
	color: #fff;
}


 
#subnav .darkGreen strong {
	color: #fff;
	padding: 8px 10px 6px 10px;
	background: url(../../images/corpWeb/darkGreenStandoutTop.gif) top left no-repeat;
	border-bottom: 3px solid #fff;
}

#subnav .darkGreen em {
	font-style: normal;
	font-size: 0.95em;
	padding: 6px 10px 8px 10px;
}

#subnav .darkGreen a {
	color: #333;
	background: url(../../images/corpWeb/greyStandoutBottom.gif) bottom left no-repeat;
}

#subnav .darkGreen a:hover {
	background: url(../../images/corpWeb/darkGreenStandoutBottom.gif) bottom left no-repeat;
	color: #fff;
}







img.viGraphic {
	margin-bottom: 20px;
}

a img.viGraphic {
	border: 0;
}

/*---------------------------------------------------------*/


#news {
	font-size: 0.95em;
	padding: 15px 0 20px 3px;
	border-top: 3px solid #62bd19;
	}

#copy .newsItem {
	padding: 10px 250px 10px 24px;
	background: url(../../images/corpWeb/greenDot.gif) 0 11px no-repeat;
	}

#copy .newsItem h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	letter-spacing: 0;
	}

#copy .newsItem p {
	margin: 8px 0 0 0;
	padding: 0;
	}

#copy .newsItem a {
	color: #007929;
	border-bottom: 1px solid #007929;
	}

#copy .newsItem a:hover {
	background: #007929;
	color: #fff;
	}




/*----------------------- copy --------------------------*/

#copy {
	margin-bottom: 30px;
}

#copy h1 {
	color: #007229;
	font: bold 1em arial;
	padding: 12px 0 5px 5px;
}

#copy h2 {
	font: normal 1.4em arial;
	padding: 20px 0 10px 5px;
	letter-spacing: 0.1em;
	color: #007229;
}

#copy h3 {
	font: bold 1em arial;
	padding: 15px 0 5px 5px;
}

#copy h6 {
	font-size: 1em;
	padding-left: 2px;
	margin-left: 3px;
	border-bottom: 1px dotted #62bd19;
}

#copy p {
	color: #352b27;
	padding: 0 0 15px 5px;
}

#copy p a {
	color: #007229;
	padding: 1px 0;
	border-bottom: 1px solid #7ac043;
}

#copy p a:hover {
	background: #7ac043;
	color: #fff;
}

#copy p.breadcrumb {
	text-align: right;
	margin: -13px 0 15px 0;
	padding: 0;
	font-size: 0.9em;
	color: #777;
}

#copy p.breadcrumb a {
	border: 0;
}

#copy ul a,#copy ol a {
	color: #007229;
	border-bottom: 1px solid #7ac043;
}

#copy ul a:hover,#copy ol a:hover {
	background: #7ac043;
	color: #fff;
}

#copy ul.stdList,#copy ol.stdList {
	margin: 0 40px 20px 40px;
}

#copy ul.stdList li,#copy ol.stdList li {
	padding: 1px 0;
}

#copy ul.specialList {
	margin: 0 40px 40px 10px;
	list-style: none;
}

#copy ul.specialList li {
	background: url(../../images/corpWeb/bullet.gif) no-repeat 0 1px;
	padding: 0 10px 0 30px;
	margin: 5px 0;
	list-style: none;
}

#copy ul.specialList li a {
	padding: 1px 0;
}

#formHeading {
	margin-top: -30px;
}	 

#copy div.linkDiv {
	margin: 0 40px 40px 0;
}

#copy span.bulletListHeader:hover {
	background: #7ac043;
	color: #fff;
	border-bottom: 1px solid #7ac043;
}

#copy div.bulletList ul li, ul.bulletList li {
	background: url(../../images/corpWeb/bullet.gif) no-repeat 0 1px;
	padding: 0 10px 0 30px;
	margin: 5px 0;
	list-style: none;
}

#copy div.bulletList ul {
	list-style: none;
	margin: 0 40px 0 10px;
}

#copy div.bulletList {
	margin:0 40px 0 40px;
}

#copy ul.bulletList {
	margin:0 10px 0 10px;
}

#copy div.bulletListControlCollapsed {
	background:transparent url('../../images/portfolioOnline/IOOF/bullet-plus.gif') no-repeat scroll 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 10px;
	padding:0 0 0 30px;
	cursor:pointer;	
}

#copy div.bulletListControlExpanded {
	background:transparent url('../../images/portfolioOnline/IOOF/bullet-minus.gif') no-repeat scroll 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 10px;
	padding:0 0 0 30px;
	cursor:pointer;	
}

#copy span.bulletListHeader {
	text-decoration:none;
	color:#007229;
	font-weight:bold;
}

#copy ul.optionList {
	margin: 0 40px 20px 5px;
	list-style: none;
}

#copy ul.optionList li {
	padding: 3px 0;
}

#copy ul.lifestageList {
	margin: 30px 80px 20px 25px;
	list-style: none;
}

#copy ul.lifestageList li {
	padding-left: 120px;
	margin-bottom: 20px;
	height: 110px;
}

#copy ul.lifestageList li.startingOut {
	background: url(../../images/corpWeb/start.gif) top left no-repeat;
}

#copy ul.lifestageList li.building {
	background: url(../../images/corpWeb/build.gif) top left no-repeat;
}

#copy ul.lifestageList li.accumulating {
	background: url(../../images/corpWeb/accumulate.gif) top left no-repeat;
}

#copy ul.lifestageList li.retired {
	background: url(../../images/corpWeb/retire.gif) top left no-repeat;
}


#copy ul.sitemap {
	list-style: none;
	margin: 5px 0 30px 5px;
	font-size: 0.95em;
}

#copy ul.sitemap li {
	margin: 3px 0;
}

#copy ul.sitemap a {
	margin: 0 5px;
}



#copy .storySummary {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #62bd19;
}

#copy .storySummary h3.title a {
	border: 0;
	color: #007929;
}

#copy .storySummary p {
	line-height: 1.3em;
	padding-bottom: 5px;
	margin-left: 90px;
}

#copy .storySummary p.author {
	color: #888;
	margin-top: 5px;
	margin-left: 90px
}

#copy .storySummary img.authorImg {
	float: left;
	margin: 10px 0 0 10px;
	padding: 1px;
	border: 1px solid #62bd19;
}

#copy .storySummary img.icon {
	float: left;
	margin: 15px 0 0 10px;
}

#copy .storySummary ul.format {
	list-style: none;
	margin-left: 95px;
}

#copy .storySummary ul.format li {
	display: inline;
	margin-right: 50px;
}





#copy .newsStory {
	padding-bottom: 20px;
	margin-right: 10px;
}

#copy .newsStory h2 {
	margin-left: 150px;
	padding-top: 0;
}

#copy .newsStory p,#copy .newsStory h3 {
	margin-left: 150px;
}

#copy .newsStory ul {
	margin-left: 170px;
}

#copy .newsStory p.author {
	font-weight: bold;
	margin-top: 5px;
	margin-left: 150px
}

#copy .newsStory img.authorImg {
	float: left;
	margin: 5px 0 0 10px;
	padding: 1px;
	border: 1px solid #62bd19;
}

#copy .newsStory img.icon {
	float: left;
	margin: 5px 0 0 10px;
}

#copy .newsStory img.logo {
	margin-left: 150px;
}

#copy .storyDisclaimer {
	border-top: 1px solid #62bd19;
	margin: 20px 0 20px 150px;
	padding-top: 30px;
}

#copy .storyDisclaimer p {
	font-size: 0.9em;
	color: #777;
	margin-left: 0;
}






#copy .exclamation {
	width: 90%;
	margin-bottom: 30px;
}

#copy .exclamation img {
	float: left;
}

#copy .exclamation p,#copy .exclamation h2,#copy .exclamation h3 {
	margin-left: 80px;
}

#copy .exclamation h2 {
	padding-top: 20px;
	margin-bottom: 20px;
}

#copy .exclamation ul {
	margin-left: 85px;
}


#copy .question {
	width: 180px;
	float: right;
	margin-right: 10px;
	background: #fff url(../../images/corpWeb/question.gif) no-repeat top left;
	padding: 5px 0 5px 70px;
}

#copy .question p {
	margin: 0;
	padding: 5px 0;
	line-height: 1.3em;
}




#copy #bigList {
	margin-top: 10px;
	margin-left: 5px;
}

#copy .bigListItem1,#copy .bigListItem2,#copy .bigListItem3 {
	padding-left: 60px;
	padding-bottom: 20px;
}
#copy .bigListItem1 {
	background: url(../../images/corpWeb/bigList1.gif) top left no-repeat;
}
#copy .bigListItem2 {
	background: url(../../images/corpWeb/bigList2.gif) top left no-repeat;
}
#copy .bigListItem3 {
	background: url(../../images/corpWeb/bigList3.gif) top left no-repeat;
}



#copy ul.searchResults {
	list-style: none;
	margin-left: 5px;
	margin-top: 10px;
	width: 80%;
}

#copy ul.searchResults li {
	margin-bottom: 20px;
}

#copy ul.searchResults li a {
	color: #007929;
	font-size: 1.4em;
	font-weight: normal;
}

#copy ul.searchResults li em {
	font-style: normal;
	color: #aaa;
}

#copy .sectionHeadingCorpWeb {
	font: normal 1.6em arial;
	padding: 20px 0 10px 5px;
	letter-spacing: 0.1em;
	color: #007229;
}


/*---------------------------------------------------------*/






/*------------------- product tables ----------------------*/

#copy table.products {
	border-collapse: collapse;
	margin: 10px 0 40px 5px;
	background: #F6F5F4;
	width: 98%;
	font-size: 0.95em;
}

#copy table.products th {
	font: bold 1em/1.3 arial;
	border-bottom: 4px solid #fff;
	color: #fff;
	background: #62bd19;
	padding: 10px;
}

#copy table.products th.th2 {
	font: bold 1em/1.3 arial;
	border-bottom: 0px solid #fff;
	color: #fff;
	background: #62bd19;
	padding: 10px;
}

#copy table.products th.thTopFirst {
	background: #62bd19 url(../../images/corpWeb/tables/tableTopLeft.gif) top left no-repeat;
}
	
#copy table.products th.thTopLast {
	background: #62bd19 url(../../images/corpWeb/tables/tableTopRight.gif) top right no-repeat;
}

#copy table.products td {
	vertical-align: top;
	line-height: 1.3em;
	padding: 10px;
}

#copy table.products td.tdBottomFirst {
	background: url(../../images/corpWeb/tables/tableBottomLeft.gif) bottom left no-repeat;
	padding-bottom: 20px;
}

#copy table.products td.tdBottom {
	background: url(../../images/corpWeb/tables/tableBottomMiddle.gif) bottom left no-repeat;
	padding-bottom: 20px;
}
	
#copy table.products td.tdBottomLast {
	background: url(../../images/corpWeb/tables/tableBottomRight.gif) bottom right no-repeat;
	padding-bottom: 20px;
}

#copy table.products tr.even td {
	background: #DFDCD8;
}

#copy table.products tr.even td.tdBottomFirst {
	background: url(../../images/corpWeb/tables/tableBottomLeft.gif) bottom left no-repeat;
	background-color: #DFDCD8;
	padding-bottom: 20px;
}

#copy table.products tr.even td.tdBottom {
	background: url(../../images/corpWeb/tables/tableBottomMiddle.gif) bottom left no-repeat;
	background-color: #DFDCD8;
	padding-bottom: 20px;
}
	
#copy table.products tr.even td.tdBottomLast {
	background: url(../../images/corpWeb/tables/tableBottomRight.gif) bottom right no-repeat;
	background-color: #DFDCD8;
	padding-bottom: 20px;
}

#copy table.products td a {
	color: #007229;
	padding: 1px 0;
	border: 0;
}

#copy table.products td a img {
	border: 0;
}

#copy table.products a:hover {
	background: #7ac043;
	color: #fff;
	border: 0;
}

#copy table.products td.rightAlign {
	text-align: right;
}


table.products table.maxLoan {
	border: 1px solid #999;
	border-collapse: collapse;
	margin: 10px 0;
	background: #fff;
}

table.maxLoan td {
	text-align: center;
	border: 1px solid #999;
}


#copy form.feedback {
	margin-left: 5px;
}

#copy table.feedback {
	border-collapse: collapse;
	margin: 10px 0 40px 0;
	background: #F6F5F4;
	font-size: 0.95em;
	width: 70%;
}

#copy table.feedback td.tdTopFirst {
	background: url(../../images/corpWeb/tables/tableTopLeft.gif) top left no-repeat;
	padding-top: 20px;
}
	
#copy table.feedback td.tdTop {
	background: url(../../images/corpWeb/tables/tableBottomMiddle.gif) top left no-repeat;
	padding-top: 20px;
}
	
#copy table.feedback td.tdTopLast {
	background: url(../../images/corpWeb/tables/tableTopRight.gif) top right no-repeat;
	padding-top: 20px;
}

#copy table.feedback td {
	vertical-align: top;
	line-height: 1.3em;
	padding: 5px 10px;
}

#copy table.feedback td.tdBottomFirst {
	background: url(../../images/corpWeb/tables/tableBottomLeft.gif) bottom left no-repeat;
	padding-bottom: 20px;
}

#copy table.feedback td.tdBottom {
	background: url(../../images/corpWeb/tables/tableBottomMiddle.gif) bottom left no-repeat;
	padding-bottom: 20px;
}
	
#copy table.feedback td.tdBottomLast {
	background: url(../../images/corpWeb/tables/tableBottomRight.gif) bottom right no-repeat;
	padding-bottom: 20px;
}


#copy table.wealthSavingRetirement {
	border-collapse: collapse;
	width: 99%;
	margin: 10px 0;
}

#copy table.wealthSavingRetirement th {
	text-align: left;
	padding: 0 0 10px 10px;
	width: 33%;
}

#copy table.wealthSavingRetirement td {
	padding: 0 25px 0 5px;
	vertical-align: top;
}

#copy table.wealthSavingRetirement p {
	margin: 7px 0;
	padding: 0;
}

#copy table.wealthSavingRetirement ul {
	margin: 15px 5px 0 0;
	list-style: none;
}

#copy table.wealthSavingRetirement li {
	margin: 0 0 8px 0;
	padding: 0 0 0 25px;
	line-height: 1.3em;
}

#copy table.wealthSavingRetirement a,#copy table.wealthSavingRetirement a img {
	border: 0;
}

/* reduced margin paragraph */

p.paragraphList {
	margin-bottom:-5px;
}
/*---------------------------------------------------------*/
  Home page advice table
/*---------------------------------------------------------*/

#copy table.homePageAdvice {
	border-collapse: collapse;
	margin: 10px 0 40px 5px;
	background: #F6F5F4;
	width: 98%;
	font-size: 0.95em;
}

#copy table.homePageAdvice td {
	vertical-align: top;
	line-height: 1.3em;
	padding: 10px;	
}

#copy table.homePageAdvice tr.even td {
	background: #DFDCD8;
}

#copy table.homePageAdvice td.tdTopFirst {
	background: url(../../images/corpWeb/tables/tableTopLeftGrey.gif) top left no-repeat width: 100%;
	padding-top: 10px
}
	
#copy table.homePageAdvice td.tdTopLast {
	background: url(../../images/corpWeb/tables/tableTopRightGrey.gif) top right no-repeat;
	padding-top: 10px
}
	
#copy table.homePageAdvice tr.even td.tdTopFirst {
	background: #DFDCD8 url(../../images/corpWeb/tables/tableTopLeftGrey.gif) top left no-repeat;
	padding-top: 10px
}
	
#copy table.homePageAdvice tr.even td.tdTopLast {
	background: #DFDCD8 url(../../images/corpWeb/tables/tableTopRightGrey.gif) top right no-repeat;
	padding-top: 10px
}	

#copy table.homePageAdvice td.tdBottomFirst {
	background: url(../../images/corpWeb/tables/tableBottomLeftGrey.gif) bottom left no-repeat;
	padding-bottom: 10px;
}

#copy table.homePageAdvice td.tdBottomLast {
	background: url(../../images/corpWeb/tables/tableBottomRightGrey.gif) bottom right no-repeat;	
	padding-bottom: 10px;
}

#copy table.homePageAdvice tr.even td {	
	background: #DFDCD8;
}
		
#copy table.homePageAdvice tr.even td.tdBottomFirst {
	background: url(../../images/corpWeb/tables/tableBottomLeftGrey.gif) bottom left no-repeat;
	background-color: #DFDCD8;
	padding-bottom: 10px;
}
	
#copy table.homePageAdvice tr.even td.tdBottomLast {
	background: url(../../images/corpWeb/tables/tableBottomRightGrey.gif) bottom right no-repeat;
	background-color: #DFDCD8;
	padding-bottom: 10px;
}

#copy table.homePageAdvice td a {
	color: #007229;
	padding: 1px 0;
	border: 0;
}
#copy table.homePageAdvice a:hover {
	background: #7ac043;
	color: #fff;
	border: 0;
}
/*---------------------------------------------------------*/




/*------------------------ bios ---------------------------*/

#copy table.simple {
	border-collapse: collapse;
	margin: 0 0 10px 5px;
	width: 85%;
}

#copy table.simple td,#copy table.simple th {
	text-align: left;
}

#copy table.simple td {
	padding: 5px 5px 5px 0;
	vertical-align: top;
}

#copy table.simple a {
	color: #007929;
	border-bottom: 1px solid #007929;
	padding: 1px 0;
}

#copy table.simple a:visited {
	color: #007929;
	border-bottom: 1px solid #007929;
}

#copy table.simple a:hover {
	background: #7ac043;
	color: #fff;
}

#copy .bio {
	background: #dfdcd8 url(../../images/corpWeb/tables/bioTopLeft.gif) top left no-repeat;
	margin: 20px 0 40px 5px;
	border-bottom: 6px solid #62bd19;
	width: 90%;
}

#copy .bio img {
	float: right;
	padding: 3px;
	border: 1px solid #7ac043;
	margin: 40px 20px 20px 60px;
	background: #fff;
}

#copy .bio h3 {
	margin: 0 0 0 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	background: url(../../images/corpWeb/tables/bioTopRight.gif) top right no-repeat;
}

#copy .bio p {
	margin: 0 20px 0 10px;
	font: 0.9em/1.3 arial;
}

#copy .bio li {
	margin: 0 20px 0 45px;
	font: 0.9em/1.3 arial;
	}	

#copy .performance,#copy .unitPrices {
	width: 46%;
	background: #f7f6f5;
	padding: 5px 10px;
}

#copy .performanceFrame  {
	background: #f7f6f5;
	padding: 5px 10px;
}

#copy .performance {
	float: left;
}

#copy .unitPrices {
	float: right;
}

#copy .performance a img {
	border: 0;
	padding: 0;
}

#copy .performance a {
	border: 0;
}

#copy .distributions {
	width: 98%;
	background: #f7f6f5;
	padding: 5px 10px;
}

#copy .mimAlert {
	background: #E0F2D1 url(../../../images/portfolioOnline/tip.gif) 12px 10px no-repeat;
	border: 1px solid #62bd19;
	padding: 5px 30px 10px 60px;
	margin-bottom: 30px;
	color: #007929; 
/*	color: #000000; black */
}

#copy .mimAlert p {
	margin: 8px 0;
}

#copy .mimAlert a {
	color: #007929; 
}

#copy .mimAlert ul {
	margin: 5px 30px 10px 30px;
}

#polCopy h2 {
	font: normal 1.4em arial;
	padding: 10px 0 10px 5px;
	letter-spacing: 0.1em;
	color: #007229;
}

#polCopy h3 {
	font: bold 1em arial;
}

#polCopy p {
	color: #352b27;
	padding: 15px 0 0 5px;
}

#polCopy .login {
	width: 44%;
	height: 240px;
	float: left;
	background: #f7f6f5;
	padding: 2%;
	margin: 20px 0;
}

#polCopy .register {
	width: 44%;
	height: 240px;
	float: left;
	background: #f7f6f5;
	border-left: 20px solid #fff;
	padding: 2%;
	margin: 20px 0;
}

#polCopy .polNews {
	clear: both;
	margin-top: 5px;
	padding: 2%;
	border-top: 1px solid #62bd19;
}

#polCopy table.simple {
	border-collapse: collapse;
	margin: 0 0 10px 5px;
}

#polCopy table.simple td,#copy table.simple th {
	text-align: left;
}

#polCopy table.simple td {
	padding: 5px 5px 5px 0;
	vertical-align: top;
}



/*----------------------- ticker --------------------------*/

#ticker {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	padding: 1px;
}

#ticker p {
	background: url(../../images/corpWeb/pattern.gif) top left repeat-x;
	line-height: 1.5em;
}

/*---------------------------------------------------------*/






/*----------------------- footer --------------------------*/

#footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 40px;
	border-top: 4px solid #81C549;
	background: transparent;
}
#footer .finePrint ul {
	float: right;
	width: 45%;
	text-align: right;
	list-style: none;
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 0.9em;
}

#footer .finePrint a {
	color: #888;
}

#footer .finePrint a:hover {
	border-bottom: 1px solid #888;
}

#footer .genDisclaimer {
	width: 50%;
	margin: 5px 0;
	padding-bottom: 10px;
	font-size: 0.85em;
	color: #888;
}

#footer .genDisclaimer a {
	color: #888;
	text-decoration: underline;
}

/*---------------------------------------------------------*/











/*---------------------- basics ---------------------------*/
.cursorhelp {
	border-bottom: 1px dashed #777;
	cursor: help;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
#copy .red {
	color: red;
}
.smallNote {
	color: #888;
	font-size: 0.85em;
}
.centred {
	text-align: center;
}
.right {
	text-align: right;
}
.note {
	color: #777;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

img.illustrative {
	margin: 10px 10px 20px 5px;
}

img.decorative {
	margin: 0 0 30px 40px;
	float: right;
	padding: 1px;
}
hr {
	display: none;
	visibility: hidden;
}
#copy p.smallPrint {
	font-size: 0.9em;
	color: #777;
	margin: 50px 100px 20px 0;
}
#heading1 {
	text-indent: -9000px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
}

#copy .tip {
	background: #E0F2D1 url(../../../images/portfolioOnline/tip.gif) 12px 10px no-repeat;
	border: 1px solid #62bd19;
	padding: 5px 30px 10px 60px;	
	color: #007929; 
}
.zeroRow
{
	padding: 0px;
    height: 0px;
    display: none;
}
/*---------------------------------------------------------*/