/* CSS Document */

body
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	margin: 15px 0;
	padding: 0;
	text-align: center; /* Makes page is centred in IE quirksmode */
}

h2, h3, ul, ol, p, table
{
	font-size: 100%;
	font-weight: normal;
	margin-left: 22px;
	padding-right: 5px;
}

#skiplinks
{ 
	display: none; 
}

/* body container */
/*------------------------------------------------------------*/

#container
{
	margin: 0 auto;
	width: 778px;
	background-color: #FFFFFF;
	text-align: left; /* Overrides body {text-align:center;} */
}

#page, #footer
{
	padding: 0;
	width: 778px;
}

#body-content
{
	width: 778px;
	background-color: #ffffff;
}

#right-col #sidebar
{
	float: right;
	width: 150px;
	vertical-align: top;
	margin-top: 11px;
}

.shading
{
	background: url('/lending/images/site_background.jpg') repeat-x left top;
}

.box
{
	padding: 5px 10px;
	margin-bottom: 5px;
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background: url('/lending/images/downloads_gradient.gif') repeat-x left bottom;
}

.box_small
{
	padding: 5px 10px;
	margin-bottom: 5px;
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background: url('/lending/images/home_box_gradient.gif') repeat-x left bottom;
}

.box p, .box_small p
{
	margin: 0;
	padding: 0;
	color: #696969;
	font-size: 90%;
}

.box_apply p
{
	margin: 0;
	padding: 0;
	color: #696969;
	font-size: 90%;
	padding-top: 2px;
}

.box_apply
{
	padding: 5px 10px;
	margin-bottom: 5px;
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background: url('/lending/images/apply_gradient.gif') bottom left repeat-x;
}

.advisers_box
{
	padding: 5px 10px;
	margin-bottom: 5px;
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background-color: #a59a84;
}

.advisers_box p
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 90%;
}

.investors_box
{
	padding: 5px 10px;
	margin-bottom: 5px;
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background-color: #778899;
}

.investors_box p
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 90%;
}

.box p a, .box p a:link, .box p a:visited, .box p a:active, .box_apply p a, .box_apply p a:link, .box_apply p a:visited, .box_apply p a:active, .box_small p a, .box_small p a:link, .box_small p a:visited, .box_small p a:active
{
	color: #696969;
	text-decoration: none;
	font-size: 100%;
}

.box p a:hover, .box_apply p a:hover, .box_small p a:hover
{
	text-decoration: underline;
	font-size: 100%;
}

.advisers_box p a, .advisers_box p a:link, .advisers_box p a:visited, .advisers_box p a:active, .investors_box p a, .investors_box p a:link, .investors_box p a:visited, .investors_box p a:active
{
	color: #ffffff;
	text-decoration: none;
	font-size: 100%;
}

.advisers_box p a:hover, .investors_box p a:hover
{
	text-decoration: underline;
	font-size: 100%;
}

#box-heading, #box-heading p, #box-heading p a, #box-heading p a:link, #box-heading p a:visited, #box-heading p a:active
{
	margin-bottom: 4px;
	font-size: 105%;
	text-decoration: none;
}

#box-heading p a:hover
{
	text-decoration: underline;
	font-size: 105%;
}

#box-heading-1
{
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 4px;
	font-size: 105%;
}

#box-heading-2
{
	border-bottom: 1px dotted #696969;
	margin-bottom: 4px;
	font-size: 105%;
}

#formatting_indent
{
	padding-left: 10px;
	text-decoration: none;
}

.box_apply #additional_features
{
	font-size: 76%;
	width: 129px;
	padding-top: 4px;
}

#body-content #left-col
{
	width: 120px;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	font-size: 90%;
}

#body-content #right-col
{
	width: 658px;
	float: right;
	background: url('/lending/images/left_shading.gif') repeat-y left top;
}


/* header */
/*------------------------------------------------------------*/

#header
{
	height: 141px;
	margin: 0;
	_margin-left: 0px; /* hack past the IE Quirks Mode issue */
	padding: 0;
	width: 778px;
	position: relative;
	background: url('/lending/images/banner.jpg') no-repeat top right #b8b8b8;
	color: #000000;
}

#header #logo
{
	width: 121px;
	height: 141px;
	float: left;
	border: none;
	_margin-left: -2px;
	background-color: #b8b8b8;
}

a #header #logo
{
	border: none;
}

img#print-header
{
	display: none; /* we only want to display this image when we're printing out the page */
}	

#header ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li
{
	display: inline;
}

#header ul li a
{
	color: #696969;
	text-decoration: none;
}

#header a:link, #header a:visited
{
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}

#header a:active
{
	text-decoration: none;
}

	/* secondary nav - help */
	/*------------------------------------------------------------*/

	#nav-sub1, #nav-sub2
	{
		float: right;
	}
	
	ul#nav-sub1
	{
		font-size: 85%;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 0;
		padding-right: 5px;
		color: #696969;
	}
	
	ul#nav-sub1 li
	{
		border-right: 1px solid #696969;
		padding-left: 5px;
		padding-right: 3px;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	ul#nav-sub1 li.last
	{
		border-right: none;
	}

	/* secondary nav - login */
	/*------------------------------------------------------------*/

	#nav-sub2
	{
		background: url('/lending/images/gearup_login.gif');
		width: 172px;
		height: 41px;
		clear: right;
		padding: 0;
		border: 0;
		margin-top: 30px;
	}
	
	.nav-sub2-button
	{
		width: 61px;
		height: 18px;
		border: 0;
		float: right;
		margin-top: 8px;
		margin-right: 2px;
	}
	
	.nav-sub2-button a
	{
		border: 0;
	}

	/* header search box */
	/*------------------------------------------------------------*/
	#AVsearchForm
	{
		clear: right;
		float: right;
		font-size: 90%;
		height: 20px;
		margin: 0;
		padding: 1px 0;
		width: 190px;
		color: #000000;
	}

/* forms */
/*------------------------------------------------------------*/

form
{
	margin: 0;
	padding: 0;
}

input
{
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

	/* header search form */
	/*------------------------------------------------------------*/

	#AVsearchForm form
	{
		margin-left: 9px;
		margin-top: 5px;
	}

	#AVsearchForm input
	{
		border: 1px solid #cccccc;
		font-size: 85%;
		height: 16px;
		margin: 0 5px 0 0;
		padding: 0;
		width: 144px;
		vertical-align: middle;
	}

	#AVsearchForm input.f-submit
	{
		border: none;
		height: 19px;
		margin: 0;
		width: 30px;
	}

	#AVsearchForm input.f-submit img
	{
		margin: 0;
		padding: 0;
	}


/* LAYOUT */
/*------------------------------------------------------------*/

/* left-col */
/*------------------------------------------------------------*/

#left-col ul
{
	font-size: 95%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#left-col li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #c7c7c7;
}

#left-col ul li a, #left-col ul li a:link, #left-col ul li a:visited, #left-col ul li a:hover, #left-col ul li a:active
{
	color: #4d4d4d;
	background-color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2px 3px 2px 4px;
}

#left-col ul li.current a, #left-col ul li.current a:link, #left-col ul li.current a:visited, #left-col ul li.current a:hover, #left-col ul li.current a:active
{
	color: #4d4d4d;
	background-color: #c8cfcf;
	text-decoration: none;
	display: block;
	padding: 2px 3px 2px 4px;
}

#left-col ul li.sub_head a, #left-col ul li.sub_head a:link, #left-col ul li.sub_head a:visited
{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2px 3px 2px 4px;
	font-weight: bold;
}

#left-col ul li.sub_head_current a, #left-col ul li.sub_head_current a:link, #left-col ul li.sub_head_current a:visited, #left-col ul li.sub_head_current a:active
{
	color: #4d4d4d;
	background-color: #c8cfcf;
	text-decoration: none;
	display: block;
	padding: 2px 3px 2px 4px;
	font-weight: bold;
}

#left-col ul li.current a:hover, #left-col ul li a:hover, #left-col ul li.sub_head a:hover, #left-col ul li.sub_head a:active, #left-col ul li.sub_head_current a:hover
{
	text-decoration: none;
	background-color: #c8cfcf;
	color: #4d4d4d;
}

#left-col ul li.header, #left-col ul li.header a, #left-col ul li.header a:link, #left-col ul li.header a:visited, #left-col ul li.header a:hover, #left-col ul li.header a:active
{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px 3px 2px 3px;
}


/* body content */
/*------------------------------------------------------------*/

#body-content #content
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	width: 658px;
	float: right;
	background: url('/lending/images/left_shading.gif') repeat-y left top;
	clear: both;
}

#body-content #content p
{
	width: 614px;
}

#right-col #middle-content
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	width: 486px;
	float: left;
	background: url('/lending/images/left_shading.gif') repeat-y left top;
	border-right: 1px solid #cccccc;
	_margin-top: 16px;
	margin-top: 11px;
}

#content #topshadow, #right-col #topshadow
{
	background: url('/lending/images/top_shading.gif') repeat-x top; 
	height: 20px;
	margin: 0;
	width: 658px;
	float: right;
}

#body-content-background
{
	background: url('/lending/images/background.jpg') top left no-repeat; 
	margin: 0;
	padding: 0;
	width: 778px;
	margin-top: -12px;
}

.intro_box h1
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin-left: 22px;
	margin-bottom: -6px;
}

#body-content-background .intro_box
{
	width: 315px;
	padding-top: 30px;
}

#body-content-background .home_box
{
	width: 735px;
	margin-left: 22px;
	padding: 0;
}

.home_box p
{
	color: #ffffff;
}

.promo_1, .promo_1 img, .promo_1 img a, .promo_1 img a:link, .promo_1 img a:visited, .promo_1 img a:hover, .promo_1 img a:active
{
	border: 0;
	width: 234px;
	height: 60px;
	margin-top: 10px;
	background-color: #ffffff;
	float: left;
}

.promo_2, .promo_2 img, .promo_2 img a, .promo_2 img a:link, .promo_2 img a:visited, .promo_2 img a:hover, .promo_2 img a:active
{
	border: 0;
	width: 234px;
	height: 60px;
	margin-top: 19px;
	background-color: #ffffff;
}

.home_box_investors
{
	width: 234px;
	background-color: #778899;
	float: left;
	margin-right: 13px;
	padding: 0;
}

.home_box_advisers
{
	width: 234px;
	background-color: #a59a84;
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 15px;
}

#home_action_box_container
{
	float: right;
	width: 235px;
}

#home_action_box_container #home_action_box
{
	padding: 0;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	width: 237px;
}

#home_action_box .home_half_box
{
	border-right: 1px solid #f2f2f2;
	padding-left: 0;
	width: 105px;
	float: left;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background: url('/lending/images/apply_gradient.gif') bottom left repeat-x;
	padding-bottom: 2px;
	padding-top: 1px;
}

#home_action_box_container .home_promo_box
{
	background-color: #c8cfcf;
	width: 235px;
	margin-top: 47px;
	margin-bottom: 20px;
}

#home_action_box .home_half_box_right
{
	padding-left: 0;
	width: 128px;
	float: right;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	background: url('/lending/images/apply_gradient.gif') bottom left repeat-x;
}

#home_action_box
{
	background: url('/lending/images/home_box_gradient.gif') bottom left repeat-x;
}

#home_action_box .home_half_box_right p
{
	color: #666666;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 4px;
}

.home_box_investors p
{
	color: #ffffff;
	font-size: 100%;
	margin: 0;
	padding-top: 32px;
	padding-bottom: 38px;
	padding-left: 10px;
}

#home_action_box p
{
	color: #ffffff;
	font-size: 100%;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 38px;
	padding-left: 10px;

}

.home_box_advisers p
{
	color: #ffffff;
	font-size: 100%;
	margin: 0;
	padding-top: 32px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.home_promo_box p
{
	color: #666666;
	font-size: 100%;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#home_action_box p
{
	color: #666666;
	font-size: 100%;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#home_action_box #apply_now
{
	padding-left: 10px;
	padding-bottom: 5px;
}

#home_action_box #apply
{
	font-size: 90%;
	width: 210px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.home_box_investors h2
{
	color: #ffffff;
	font-size: 130%;
	margin: 0;
	text-indent: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	background: url('/lending/images/investors_gradient.gif') top left no-repeat;
}

.home_box_advisers h2
{
	color: #ffffff;
	font-size: 130%;
	margin: 0;
	text-indent: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	background: url('/lending/images/advisers_gradient.gif') top left no-repeat;
}

.home_box_investors p a, .home_box_investors p a:link, .home_box_investors p a:visited, .home_box_investors p a:active, .home_box_advisers p a, .home_box_advisers p a:link, .home_box_advisers p a:visited, .home_box_advisers p a:active, .home_action_box p a, .home_action_box p a:link, .home_action_box p a:visited, .home_action_box p a:active, ul#investors_corner li a, ul#investors_corner li a:link, ul#investors_corner li a:visited, ul#investors_corner li a:active, ul#advisers_corner li a, ul#advisers_corner li a:link, ul#advisers_corner li a:visited, ul#advisers_corner li a:active, .home_box_investors h2 a, .home_box_investors h2 a:link, .home_box_investors h2 a:visited, .home_box_investors h2 a:active, .home_box_advisers h2 a, .home_box_advisers h2 a:link, .home_box_advisers h2 a:visited, .home_box_advisers h2 a:active
{
	color: #ffffff;
	text-decoration: none;
}

#home_action_box p a, #home_action_box p a:link, #home_action_box p a:visited, #home_action_box p a:active, ul#investors_lower_box li a, ul#investors_lower_box li a:link, ul#investors_lower_box li a:visited, ul#investors_lower_box li a:active, ul#advisers_lower_box li a:link, ul#advisers_lower_box li a:visited, ul#advisers_lower_box li a:active
{
	color: #666666;
	text-decoration: none;
}

.home_promo_box p a, .home_promo_box p a:link, .home_promo_box p a:visited, .home_promo_box p a:active, ul#investors_lower_box li a:hover,  ul#advisers_lower_box li a:hover
{
	color: #666666;
	text-decoration: underline;
}

.home_box_investors p a:hover, .home_box_advisers p a:hover, #home_action_box p a:hover, .home_promo_box p a:hover, ul#investors_corner li a:hover,  ul#advisers_corner li a:hover, .home_box_investors h2 a:hover, .home_box_advisers h2 a:hover
{
	text-decoration: underline;
}

#content #investors_lower_box
{
	margin-top: 70px;
	width: 611px;
	border-top: 1px dashed #c7c7c7;
	margin-left: 22px;
	padding: 0;
	padding-bottom: 90px;
}

ul#investors_corner, ul#investors_lower_box, ul#advisers_corner, ul#advisers_lower_box
{
	padding: 0;
}

ul#investors_corner li
{
	font-size: 100%;
	padding-top: 10px;
	text-indent: 28px;
	color: #ffffff;
	list-style: none;
	background: url('/lending/images/investors_corner.jpg') top left no-repeat #778899;
	width: 144px;
	height: 38px;
	margin-right: 11px;
	float: left;
	margin-top: 10px;
}

ul#investors_lower_box li, ul#advisers_lower_box li
{
	font-size: 100%;
	padding-top: 8px;
	padding-left: 10px;
	color: #666666;
	width: 102px;
	height: 49px;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
	border: 1px solid #f2f2f2;
	background: url('/lending/images/box_background.gif') bottom left repeat-x;
	list-style: none;
}

ul#investors_lower_box li ul, ul#advisers_lower_box li ul
{
	margin-left: 18px;
	padding: 0;
}

ul#advisers_corner li ul
{
	margin-left: 30px;
	padding: 0;
}

ul#investors_lower_box li ul li, ul#advisers_lower_box li ul li
{
	background: transparent;
	border: none;
	list-style-image: url('/lending/images/grey_bullet.gif');
	margin-top: -9px;
	padding: 0;
	width: 60px;
}

ul#advisers_corner li ul li
{
	background: transparent;
	border: none;
	list-style-image: none;
	margin-top: -11px;
	padding: 0;
	width: 115px;
	height: 40px;
}

ul#investors_corner li.last, ul#investors_lower_box li.last, ul#advisers_corner li.last, ul#advisers_lower_box li.last
{
	margin-right: 0px;
}

#investors_lower_box img, #advisers_lower_box img
{
	width: 9px;
	height: 10px;
	margin-left: -3px;
}

.investors_home_promo, img.investors_home_promo, img.investors_home_promo a, img.investors_home_promo a:link, img.investors_home_promo a:visited, img.investors_home_promo a:hover, img.investors_home_promo a:active
{
	border: 0;
	width: 120px;
	height: 60px;
	background-color: #ffffff;
	float: right;
	clear: right;
	padding: 5px;
}
/* Advisers home page */
/*------------------------------------------------------------*/

#content #investors_corner
{
	margin-top: 75px;
	width: 611px;
	border-top: 1px dashed #c7c7c7;
	margin-left: 22px;
	padding: 0;
}

#content #advisers_corner
{
	margin-top: 90px;
	width: 611px;
	border-top: 1px dashed #c7c7c7;
	margin-left: 22px;
	padding: 0;
}

#content #advisers_lower_box
{
	margin-top: 73px;
	width: 611px;
	border-top: 1px dashed #c7c7c7;
	margin-left: 22px;
	padding: 0;
	padding-bottom: 90px;
}

ul#advisers_corner li
{
	font-size: 100%;
	padding-top: 10px;
	color: #ffffff;
	list-style: none;
	background: url('/lending/images/advisers_corner.jpg') top left no-repeat #a59a84;
	width: 144px;
	height: 40px;
	margin-right: 11px;
	float: left;
	margin-top: 10px;
}

.advisers_home_promo, img.advisers_home_promo, img.advisers_home_promo a, img.advisers_home_promo a:link, img.advisers_home_promo a:visited, img.advisers_home_promo a:hover, img.advisers_home_promo a:active
{
	border: 0;
	width: 120px;
	height: 60px;
	background-color: #ffffff;
	float: right;
	clear: right;
	padding: 5px;
}

#advisers_indent
{
	margin-left: 29px;
}

#cornershadow, #right-col #cornershadow
{
	background: url('/lending/images/corner_shading.gif') top left no-repeat;
	margin: 0;
	float: left;
	width: 11px;
	height: 21px;
}

	/* breadcrumb */
	/*------------------------------------------------------------*/
	#content #breadcrumb
	{
		float: left;
		margin: 0;
		padding-left: 22px;
		width: 620px;
		margin-top: -5px;
	}
	
	#right-col #breadcrumb
	{
		float: left;
		margin: 0;
		padding-left: 22px;
		width: 620px;
		background: url('/lending/images/left_shading.gif') repeat-y left top;
		margin-top: -5px;
	}
	
	#content #breadcrumb a:link, #content #breadcrumb a:visited, #content #breadcrumb a:active, #right-col #breadcrumb a:link, #right-col #breadcrumb a:visited, #right-col #breadcrumb a:active
	{
		text-decoration: none;
		color: #696969;
	}
	
	#content #breadcrumb li, #right-col #breadcrumb li
	{
		background: none;
		font-size: 85%;
		margin: 0;
		padding: 0;
		padding-top: 1px;
		list-style: none;
		display: inline;
		color: #696969;
	}
	#content #breadcrumb li a:link, #content #breadcrumb li a:visited, #content #breadcrumb li a:active, #right-col #breadcrumb li a:link, #right-col #breadcrumb li a:visited, #right-col #breadcrumb li a:active, #middle-content #breadcrumb li a:link, #middle-content #breadcrumb li a:visited, #middle-content #breadcrumb li a:active
	{
		text-decoration: none;
		color: #696969;
	}
	
	#content #breadcrumb a:hover, #right-col #breadcrumb a:hover, #right-col #breadcrumb li a:hover, #content #breadcrumb li a:hover, #middle-content #breadcrumb li a:hover
	{
		text-decoration: underline;
		color: #696969;
	}
	
	#content #breadcrumb li.first, #right-col #breadcrumb li.first
	{
		padding-left: 0;
	}

	/* promo */
	/*------------------------------------------------------------*/
	#content #promo-right
	{
		float: right;
		_margin-right: 8px;
		padding: 0;
		width: 225px;
	}
	#promo-right img
	{
		margin: 0;
		padding: 0;
	}
	#promo-right img.btn-promo-1
	{
		padding-bottom: 2px;
	}
	#promo-right img.btn-promo-2
	{
		margin-right: 2px;
	}
	
#middle-content h1, #content h1
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	padding-left: -10px;
	line-height: 20pt;
	text-indent: 10px;
}

#middle-content #margin_loan_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 464px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/margin_loan_heading.gif');
}

#middle-content #instalment_receipts_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 464px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/instalment_receipts_heading.gif');
}

#middle-content #fusion_funds_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 464px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/fusion_funds_heading.gif');
}

#middle-content #investment_multiplier_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 464px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/investment_multiplier_heading.gif');
}

#middle-content #gei_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 464px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/gei_heading.gif');
}

#middle-content #property_access_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 464px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/property_access_heading.gif');
}

#middle-content #investment_loan_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 464px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/investment_loan_heading.gif');
}

#middle-content #news_middle_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 464px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/generic_heading_3col.gif');
}



#middle-content #equity_lever_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 464px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/equity_lever_heading.gif');
}

#middle-content #platinum_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 464px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/platinum_heading.gif');
}

#content #investors_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/investors_heading.gif');
	margin-top: 42px;
}

#content #advisers_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/advisers_heading.gif');
	margin-top: 42px;
}

#content #generic_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/generic_heading.gif');
	margin-top: 42px;
}

#content #margin_loan_apply
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/margin_loan_apply.gif');
	margin-top: 42px;
}

#content #platinum_apply
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/platinum_apply.gif');
	margin-top: 42px;
}

#content #property_access_apply
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/property_access_apply.gif');
	margin-top: 42px;
}

#content #investment_multiplier_apply
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/investment_multiplier_apply.gif');
	margin-top: 42px;
}

#content #gei_apply
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/gei_apply.gif');
	margin-top: 42px;
}

#content #fusion_funds_apply
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/fusion_funds_apply.gif');
	margin-top: 42px;
}

#content #investment_loan_apply
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/investment_loan_apply.gif');
	margin-top: 42px;
}

#content #instalment_receipts_apply
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/instalment_receipts_apply.gif');
	margin-top: 42px;
}

#content #equity_lever_apply
{
	background-position: top;
	background-repeat: no-repeat;
	width: 614px;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 22px;
	background-image: url('/lending/images/equity_lever_apply.gif');
	margin-top: 42px;
}

h2
{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	font-weight: bold;
	margin-bottom: -5px;
} 

h3
{
	font-size: 11pt;
	color: #9a9a9a;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 14px;
}

h4
{
	font-size: 10pt;
	color: #696969;
	margin-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#content h4 a, #content h4 a:link, #content h4 a:visited, #content h4 a:active, #middle-content h4 a, #middle-content h4 a:link, #middle-content h4 a:visited, #middle-content h4 a:active
{
	color: #696969;
	text-decoration: underline;
}

#content h4 a:hover, #middle-content h4 a:hover
{
	color: #696969;
	text-decoration: none;
}

#content li, #content p
{
	font-size: 95%
}

#content li li
{
	font-size: 100%;
}

#content a:link, #content a:visited, #middle-content a:link, #middle-content a:visited, #content #print a, #content #print a:link, #content #print a:visited
{
	color: #000000;
	text-decoration: underline;
}

#content a:hover, #middle-content a:hover, #content #print a:hover, #content a:active #middle-content a:active, #content #print a:active
{
	color: #000000;
	text-decoration: none;
}

#content ul
{
	list-style-image: url('/lending/images/bullet.gif');
	margin-top: 10px;
	margin-left: 2px;
}

#middle-content ul
{
	list-style-image: url('/lending/images/bullet.gif');
	margin-top: 10px;
	margin-left: 2px;
}

#middle-content ul ul, #middle-content ol ul
{
	list-style-image: url('/lending/images/bullet.gif');
	margin-top: 10px;
	margin-left: -22px;
	margin-bottom: 10px;
}

#content ol
{
	 _margin-left: 10px;
	 padding: 0 0 0 15px;
}

#middle-content ol
{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 1px;
}

#middle-content ol li
{
	margin-right: 3px;
}

#content ol ol, #middle-content ol ol
{
	list-style-type: lower-roman;
}

#content li, #middle-content li
{
	margin-top: 3px;
}

#middle-content img.branding
{
	border: 0;
	margin: 0;
	margin-top: -2px;
	padding: 0;
	width: 464px;
	height: 146px;
	margin-left: 22px;
}


/* table styles */
/*------------------------------------------------------------*/

table#data, table#data_wide
{
	width: 93%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: none;
	border-right: none;
}

#data td.subheading, #data_wide td.subheading
{
	color: #ffffff;
	background-color: #b3b3b3;
	padding: 4px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-weight: bold;
}

#data td.subheading_last, #data_wide td.subheading_last  /*horizontal*/
{
	color: #ffffff;
	background-color: #b3b3b3;
	padding: 4px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

#data td.subheading_borderless, #data_wide td.subheading_borderless   /*vertical*/
{
	color: #ffffff;
	background-color: #b3b3b3;
	padding: 4px;
	border-bottom: 1px solid #ffffff;
	border-right: none;
	font-weight: bold;
}

#data td.subheading_borderless_last, #data_wide td.subheading_borderless_last   /*vertical*/
{
	color: #ffffff;
	background-color: #b3b3b3;
	padding: 4px;
	border-bottom: 1px solid #cccccc;
	border-right: none;
	font-weight: bold;
}

#data tr.highlight, #full_width tr.highlight, #data_wide tr.highlight
{
	background-color: #f2f2f2;
	padding: 4px;
}

#data tr, #full_width tr, #data_wide tr
{
	vertical-align: top;
}

table#data td ul
{
	list-style-image: url('/lending/images/grey_bullet.gif');
	margin-left: -20px;
	margin-top: 5px;
	margin-bottom: 0;
}

table#data td ul li
{
	margin: 3px;
}

#data td, #full_width td, #data_wide td
{
	padding: 4px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

table#full_width
{
	width: 613px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}

#full_width td.subheading
{
	color: #ffffff;
	background-color: #b3b3b3;
	padding: 4px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 110px;
	font-weight: bold;
}

#full_width td.subheading_last
{
	color: #ffffff;
	background-color: #b3b3b3;
	padding: 4px;
	border-bottom: 1px solid #ffffff;
	border-right: none;
	width: 110px;
	font-weight: bold;
}

#full_width td.subheading_borderless
{
	color: #ffffff;
	background-color: #b3b3b3;
	padding: 4px;
	border-bottom: 1px solid #cccccc;
	border-right: none;
	width: 110px;
	font-weight: bold;
}

table#apply
{
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	width: 613px;
	margin-bottom: 12px;
	margin-top: 12px;
}

.heading
{
	color: #ffffff;
	background-color: #b3b3b3;
	padding: 6px;
	font-size: 110%;
	padding-left: 10px;
}

tr.cell_border, tr.edge
{
	border: 10px solid #ffffff;
}

#content .cell_border ol
{
	margin: 6px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #f2f2f2;
	color: #000000;
	padding-left: 25px;
}

.cell_border ol li
{
	margin: 0;
	padding: 10px;
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 0;
	padding-bottom: 6px;
	padding-top: 6px;
}

#content .cell_border ol.first
{
	border-top: 1px solid #cccccc;
	width: 572px;
}

#content .cell_border ul.first
{
	border-top: 1px solid #cccccc;
	width: 552px;
}

#content .cell_border ol.last, #content .cell_border ul.last
{
	border-bottom: 1px solid #cccccc;
}

#content .cell_border ul.both
{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#content .cell_border ul
{
	margin: 6px;
	margin-left: 6px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #f2f2f2;
	color: #000000;
}

.cell_border ul li
{
	margin: 0;
	padding: 5px;
	margin-left: -20px;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
	padding-bottom: 6px;
}

.cell_border ul li.full
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content .cell_border ol.table_text
{
	margin: 8px;
	margin-left: 10px;
	border: 1px solid #cccccc;
	padding-left: 0;
}

.cell_border ol.table_text li
{
	color: #ffffff;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	border: none;
	background-color: #f2f2f2;
	padding-bottom: 5px;
}

#content .cell_border ul.description
{
	margin: 8px;
	margin-left: -18px;
	margin-top: -3px;
}

.cell_border ul.description li
{
	padding: 5px;
	margin: 0;
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
}

.line_indent
{
	margin-left: 18px;
}

.cell_border ul li.no_border, #content .cell_border ul.no_border
{
	border: none;
	margin-left: -12px;
}

#table_container
{
	width: 613px;
	margin-left: 22px;
	padding: 0;
}

table#app_forms
{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	width: 303px;
	margin: 0;
	float: left;
	margin-bottom: 30px;
}

table#general_forms
{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	width: 303px;
	float: right;
	margin: 0;
	margin-bottom: 1022px;
}

table#app_forms #indent, table#general_forms #indent
{
	padding-left: 17px;
}

.heading_1
{
	color: #666666;
	background-color: #ffffff;
	padding: 5px;
	font-size: 120%;
	text-indent: 5px;
}

.heading_2
{
	color: #ffffff;
	background-color: #b3b3b3;
	padding: 5px;
	font-size: 110%;
	text-indent: 5px;
}

table#app_forms h4, table#general_forms h4
{
	font-size: 10pt;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 10px;
}

table#app_forms ul, table#general_forms ul
{
	margin: 0;
	padding-left: 31px;
	padding-bottom: 2px;
	padding-top: 0;
	list-style-image: url('/lending/images/grey_bullet.gif');
	vertical-align: middle;
}

table#app_forms li, table#general_forms li
{
	list-style-position: outside;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

table#app_forms ul.last, table#general_forms ul.last
{
	background-color: #f2f2f2;
}


/* Products page table */
/*------------------------------------------------------------*/

table#products
{
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	width: 464px;
	margin: 0;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	margin-left: 22px;
	margin-top: 0;
}

#middle-content #product_type
{
	font-size: 11pt;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
	padding-left: 28px;
	padding-top: 7px;
	width: 183px;
}

#product_type a, #product_type a:link, #product_type a:visited, #product_type a:active
{
	color: #ffffff;
	text-decoration: none;
}

#product_type a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

table#products h5
{
	font-size: 9pt;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 6px;
	margin-left: 28px;
	font-weight: bold;
}

table#products td.odd
{
	vertical-align: top;
	border-bottom: 2px solid #ffffff;
	width: 280px;
	padding-bottom: 5px;
	padding-top: 1px;
}

table#products td.odd_last
{
	vertical-align: top;
	width: 275px;
	padding-bottom: 4px;
}

.product_indent_dotted
{
	margin-left: 27px;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666666;
	width: 249px;
}

.product_indent
{
	margin-left: 26px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.product_indent_heading
{
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
}

#product_background
{
	background-position: top;
	background-repeat: no-repeat;
	width: 183px;
	height: 29px;
	margin-top: 0;
	padding-top: 0;
	background-image: url('/lending/images/product_background.gif');
	margin-left: 22px;
	color: #ffffff;
}

#products td
{
	vertical-align: top;
}

#products img, #products img a,  #products img a:link,  #products img a:visited,  #products img a:hover,  #products img a:active
{
	width: 182px;
	height: 97px;
	border: none;
}

table#products h4
{
	font-size: 10pt;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

#products h4 a, #products h4 a:link, #products h4:visited, #products h4 a:active, #products ul li a,  #products ul li a:link,  #products ul li a:visited,  #products ul li a:active
{
	color: #666666;
	text-decoration: none;
}

table#products h4 a:hover,  #products ul li a:hover
{
	color: #666666;
	text-decoration: underline;
}

#products ul
{
	margin: 0;
	list-style-image: url('/lending/images/grey_bullet.gif');
	padding: 0;
	padding-top: 8px;
	color: #666666;
	padding-left: 26px;
}

#products ul li
{
	margin: 0;
	padding: 0;
	color: #666666;
}

table#products ul li h4
{
	list-style-position: inside;
	vertical-align: middle;
}

table#products #products_1, table#products #products_2, table#products #products_3
{
	width: 190px;
	margin-left: 28px;
	margin-top: 3px;
}

table#products #product_features_1, table#products #product_features_2, table#products #product_features_3
{
	font-size: 95%;
	padding-top: 4px;
}


/* Products matrix */
/*------------------------------------------------------------*/

table.comparison
{
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-top: 20px;
	width: 613px;
	padding: 0;
}

table.comparison tr.odd
{
	background-color: #f2f2f2;
}

#name_1, #name_2
{
	color: #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 8px;
	font-weight: bold;
	width: 172px;
}

#name_3
{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 8px;
	font-weight: bold;
	width: 172px;
}

#tagline_1, #tagline_2
{
	background-color: #b3b3b3;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	padding: 8px;
	width: 172px;
	font-weight: bold;
}

#tagline_3
{
	background-color: #b3b3b3;
	color: #ffffff;
	padding: 8px;
	width: 172px;
	font-weight: bold;
}

.category
{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #666666;
	width: 97px;
	font-weight: bold;
}

.category_last
{
	border-right: 1px solid #cccccc;
	color: #666666;
	width: 97px;
	font-weight: bold;
}

.first
{
	border-right: 1px solid #cccccc;
	border-bottom: none;
	width: 97px;
}

table.comparison td
{
	padding: 3px;
	vertical-align: top;
}

#security_1, #security_2, .cell_border, #term_1, #term_2, #protection_1, #protection_2, #fee_1, #fee_2
{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 172px;
}

#security_3, .cell_border_last, #term_3, #protection_3, #fee_3
{
	border-right: none;
	border-bottom: 1px solid #cccccc;
	width: 172px;
}

#expense_3
{
	border-right: none;
	border-bottom: none;
	width: 172px;
}

#expense_2, #expense_1
{
	border-bottom: none;
	border-right: 1px solid #cccccc;
	width: 172px;
}

.matrix
{
	border: 1px solid #cccccc;
	color: #666666;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 22px;
	width: 613px;
}

.product_1
{
	vertical-align: middle;
	font-size: 76%;
	width: 155px;
	margin-left: 7px;
}

.product_2
{
	vertical-align: middle;
	font-size: 76%;
	width: 155px;
}

.product_3
{
	vertical-align: middle;
	font-size: 76%;
	width: 155px;
}


/* copyright - called 'ut' for utilities */
/*------------------------------------------------------------*/

#footer
{
	clear: both;
	padding: 5px 10px;
	padding-right: 0;
	padding-left: 0;
	font-size: 85%;
	border-top: 1px dashed #696969;
	color: #696969;
	width: 778px;
}

#footer p
{
	float: left;
	margin: 0;
	padding: 0;
}

#footer ul
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 300px;
	padding-right: 0;
}

#footer ul li
{
	border-right: 1px solid #696969;
	display: inline;
	padding: 0 10px;
	padding-left: 6px;
	padding-right: 6px;
}

#footer ul li.last
{
	border-right: none;
	padding-right: 0;
}

#footer ul li a
{
	color: #696969;
	text-decoration: none;
}

#footer li a:link, #footer li a:visited
{
	text-decoration: none;
}

#footer li a:hover
{
	text-decoration: underline;
}

#footer li a:active
{
	text-decoration: none;
}

#content #print, #right-col #print
{
	color: #000000;
	font-size: 90%;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-left: 22px;
	font-weight: bold;
}

/* common */
/*------------------------------------------------------------*/

.clear
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
}

/* navigation */
/*------------------------------------------------------------*/

ul.navigation
{
	background: url('/lending/images/nav_background.gif') no-repeat;
	color: #696969;
	float: left;
	font-size: 90%;
	height: 20px;
	left: 121px;
	list-style-type: none;
	padding: 0;
	position: absolute;
	top: 121px;
	width: 657px;
	margin-left: 12px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.navigation li
{
	display: inline;
	position: relative;
	float: left;
}

ul.navigation li a
{
	display: block;
	float: left;
	text-decoration: none;
	color: #696969;
}

ul.navigation li li
 {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-bottom: 0;
}

ul.navigation li ul
{
	background: url('/lending/images/drop_down_bg.gif') no-repeat bottom left;
	font-size: 90%;
	width: 120px;
}

ul.navigation li li a
{
	padding: 0.2em 1em;
	color: #696969;
}

/*	
home
about us
investors
advisers
products
news & research
forms
interest rates
lvrs & securities
*/	

a.nav-home
{ 
	background: url('/lending/images/home_on.gif') no-repeat;
}

a.nav-about
{ 
	background: url('/lending/images/about_on.gif') no-repeat;
}

a.nav-investors
{
	 background: url('/lending/images/investors_on.gif') no-repeat;
}

a.nav-advisers
{
	 background: url('/lending/images/advisers_on.gif') no-repeat;
}

a.nav-products
{
	 background: url('/lending/images/products_on.gif') no-repeat;
}

a.nav-news
{
	 background: url('/lending/images/news_on.gif') no-repeat;
}

a.nav-forms
{
	 background: url('/lending/images/forms_on.gif') no-repeat;
}

a.nav-rates
{
	 background: url('/lending/images/rates_on.gif') no-repeat;
}

a.nav-lvr
{
	 background: url('/lending/images/lvr_on.gif') no-repeat;
}

a.nav-home, a.nav-about, a.nav-investors, a.nav-advisers, a.nav-products, a.nav-news, a.nav-forms, a.nav-rates, a.nav-lvr
{
	height: 20px;
}

a.nav-home
{
	width: 57px;
	border-right: 1px dotted #696969;
}

a.nav-about
{
	width: 60px;
	border-right: 1px dotted #696969;
}

a.nav-investors
{
	width: 69px;
	border-right: 1px dotted #696969;
}

a.nav-advisers
{
	width: 66px;
	border-right: 1px dotted #696969;
}

a.nav-products
{
	width: 67px;
	border-right: 1px dotted #696969;
}

a.nav-news
{
	width: 98px;
	border-right: 1px dotted #696969;
}

a.nav-forms
{
	width: 48px;
	border-right: 1px dotted #696969;
}

a.nav-rates
{
	width: 81px;
	border-right: 1px dotted #696969;
}

a.nav-lvr
{
	width: 102px;
}

ul.navigation li.hover a.nav-home:link,
ul.navigation li.hover a.nav-home:visited,
ul.navigation li.hover a.nav-home:hover, 
ul.navigation li.hover a.nav-home:active
{
	background: url('/lending/images/home_on.gif') no-repeat;
}

ul.navigation li.hover a.nav-about:link,
ul.navigation li.hover a.nav-about:visited,
ul.navigation li.hover a.nav-about:hover, 
ul.navigation li.hover a.nav-about:active
{
	background: url('/lending/images/about_on.gif') no-repeat;
}		

ul.navigation li.hover a.nav-investors:link,
ul.navigation li.hover a.nav-investors:visited,
ul.navigation li.hover a.nav-investors:hover, 
ul.navigation li.hover a.nav-investors:active
{
	background: url('/lending/images/investors_on.gif') no-repeat;
}

ul.navigation li.hover a.nav-advisers:link,
ul.navigation li.hover a.nav-advisers:visited,
ul.navigation li.hover a.nav-advisers:hover, 
ul.navigation li.hover a.nav-advisers:active
{
	background: url('/lending/images/advisers_on.gif') no-repeat;
}			

ul.navigation li.hover a.nav-products:link,
ul.navigation li.hover a.nav-products:visited,
ul.navigation li.hover a.nav-products:hover, 
ul.navigation li.hover a.nav-products:active {
	background: url('/lending/images/products_on.gif') no-repeat;
}

ul.navigation li.hover a.nav-news:link,
ul.navigation li.hover a.nav-news:visited,
ul.navigation li.hover a.nav-news:hover, 
ul.navigation li.hover a.nav-news:active {
	background: url('/lending/images/news_on.gif') no-repeat;
}

ul.navigation li.hover a.nav-forms:link,
ul.navigation li.hover a.nav-forms:visited,
ul.navigation li.hover a.nav-forms:hover, 
ul.navigation li.hover a.nav-forms:active {
	background: url('/lending/images/forms_on.gif') no-repeat;
}

ul.navigation li.hover a.nav-rates:link,
ul.navigation li.hover a.nav-rates:visited,
ul.navigation li.hover a.nav-rates:hover, 
ul.navigation li.hover a.nav-rates:active {
	background: url('/lending/images/rates_on.gif') no-repeat;
}

ul.navigation li.hover a.nav-lvr:link,
ul.navigation li.hover a.nav-lvr:visited,
ul.navigation li.hover a.nav-lvr:hover, 
ul.navigation li.hover a.nav-lvr:active {
	background: url('/lending/images/lvr_on.gif') no-repeat;
}		

a.nav-home:link
{
	background: url('/lending/images/home_off.gif') no-repeat;
}
a.nav-home:visited
{
	background: url('/lending/images/home_off.gif') no-repeat;
}
a.nav-home:hover
{
	background: url('/lending/images/home_on.gif') no-repeat;
}
a.nav-home:active
{
	background: url('/lending/images/home_off.gif') no-repeat;
}			

a.nav-about:link
{
	background: url('/lending/images/about_off.gif') no-repeat;
}
a.nav-about:visited
{
	background: url('/lending/images/about_off.gif') no-repeat;
}
a.nav-about:hover
{
	background: url('/lending/images/about_on.gif') no-repeat;
}
a.nav-about:active
{
	background: url('/lending/images/about_off.gif') no-repeat;
}			

a.nav-investors:link
{
	background: url('/lending/images/investors_off.gif') no-repeat;
}
a.nav-investors:visited
{
	background: url('/lending/images/investors_off.gif') no-repeat;
}
a.nav-investors:hover
{
	background: url('/lending/images/investors_on.gif') no-repeat;
}
a.nav-investors:active
{
	background: url('/lending/images/investors_off.gif') no-repeat;
}

a.nav-advisers:link
{
	background: url('/lending/images/advisers_off.gif') no-repeat;
}
a.nav-advisers:visited
{
	background: url('/lending/images/advisers_off.gif') no-repeat;
}
a.nav-advisers:hover
{
	background: url('/lending/images/advisers_on.gif') no-repeat;
}
a.nav-advisers:active
{
	background: url('/lending/images/advisers_off.gif') no-repeat;
}

a.nav-products:link
{
	background: url('/lending/images/products_off.gif') no-repeat;
}
a.nav-products:visited
{
	background: url('/lending/images/products_off.gif') no-repeat;
}
a.nav-products:hover
{
	background: url('/lending/images/products_on.gif') no-repeat;
}
a.nav-products:active
{
	background: url('/lending/images/products_off.gif') no-repeat;
}	

a.nav-news:link
{
	background: url('/lending/images/news_off.gif') no-repeat;
}
a.nav-news:visited
{
	background: url('/lending/images/news_off.gif') no-repeat;
}
a.nav-news:hover
{
	background: url('/lending/images/news_on.gif') no-repeat;
}
a.nav-news:active
{
	background: url('/lending/images/news_off.gif') no-repeat;
}

a.nav-forms:link
{
	background: url('/lending/images/forms_off.gif') no-repeat;
}
a.nav-forms:visited
{
	background: url('/lending/images/forms_off.gif') no-repeat;
}
a.nav-forms:hover
{
	background: url('/lending/images/forms_on.gif') no-repeat;
}
a.nav-forms:active
{
	background: url('/lending/images/forms_off.gif') no-repeat;
}

a.nav-rates:link
{
	background: url('/lending/images/rates_off.gif') no-repeat;
}
a.nav-rates:visited
{
	background: url('/lending/images/rates_off.gif') no-repeat;
}
a.nav-rates:hover
{
	background: url('/lending/images/rates_on.gif') no-repeat;
}
a.nav-rates:active
{
	background: url('/lending/images/rates_off.gif') no-repeat;
}

a.nav-lvr:link
{
	background: url('/lending/images/lvr_off.gif') no-repeat;
}
a.nav-lvr:visited
{
	background: url('/lending/images/lvr_off.gif') no-repeat;
}
a.nav-lvr:hover
{
	background: url('/lending/images/lvr_on.gif') no-repeat;
}
a.nav-lvr:active
{
	background: url('/lending/images/lvr_off.gif') no-repeat;
}

ul.navigation ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 58px;
	margin: 1.5em 0 0 0;
	padding: 0;
}

ul.navigation li.hover ul
{
	left: 0;
	top: 0;
}

ul.navigation ul li
{
	display: block;
}	

ul.navigation li.hover ul a
{
	background-color: #c8cfcf;
	width: 58px;
	border: none;
	color: #696969;
}

ul.navigation li.hover ul a:hover, ul.navigation li.hover ul a.investor-info:hover, ul.navigation li.hover ul a.adviser-info:hover, ul.navigation li.hover ul a.product-types:hover, ul.navigation li.hover ul a.news-research:hover, ul.navigation li.hover ul a.lvr-securities:hover
{
	background-color: #c8cfcf;
}

#header .navigation li a:link, #header .navigation li a:visited, #header .navigation li a:hover, #header .navigation li a:active
{
	color: #666;
	text-decoration: none;
}

ul.navigation ul.investor-info
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 130px;
	margin: 1.5em 0 0 0;
	padding: 0;
}

ul.navigation li.hover ul a.investor-info
{
	background-color: #e8e9eb;
	width: 130px;
	border: none;
	color: #696969;
}

ul.navigation ul.adviser-info
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 200px;
	margin: 1.5em 0 0 0;
	padding: 0;
}

ul.navigation li.hover ul a.adviser-info
{
	background-color: #e8e9eb;
	width: 200px;
	border: none;
	color: #696969;
}

ul.navigation ul.product-types
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 100px;
	margin: 1.5em 0 0 0;
	padding: 0;
}

ul.navigation li.hover ul a.product-types
{
	background-color: #e8e9eb;
	width: 100px;
	border: none;
	color: #696969;
}

ul.navigation ul.news-research
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 137px;
	margin: 1.5em 0 0 0;
	padding: 0;
}

ul.navigation li.hover ul a.news-research
{
	background-color: #e8e9eb;
	width: 137px;
	border: none;
	color: #696969;
}

ul.navigation ul.lvr-securities
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 79px;
	margin: 1.5em 0 0 0;
	padding: 0;
}

ul.navigation li.hover ul a.lvr-securities
{
	background-color: #e8e9eb;
	width: 79px;
	border: none;
	color: #696969;
}

#content #disclaimer, #middle-content #disclaimer
{
	color: #696969;
	font-size: 85%;
	margin-top: 15px;
}

#middle-content img.case_study
{
	margin-left: 22px;
	border: 0;
	margin-bottom: 5px;
}

/* Gearing simulator */
/*------------------------------------------------------------*/

#ich_calc_container
{
	margin-left: 23px;
}

#ich_disclaimer
{
	width: 609px;
}

#ich_disclaimer_text
{
	margin-top: 10px;
	color: #696969;
	font-size: 85%;
	float: none;
	padding-left: 23px;
}
