/* Rules just for the home page */
body {
	background: #8080a9;
}
/* The information panel, under the nav */
div#intro {
	background: white url(/tpl/img/bg-intro.jpg) top left no-repeat;
	color: #666;
	height: 231px;
	border-bottom: solid 1px white;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
html[lang] #intro {
	height: auto;
	min-height: 231px;
}
	#intro h1 {
		color: #5c5c85;
		margin: 0;
		padding: 45px 14px 0 657px;
		font-size: 293%;
		font-weight: normal;
	}
	#intro h2 {
		color: #5c5c85;
		margin: 0;
		padding: 0 14px 0 665px;
		font-size: 161%;
		font-weight: normal;
	}
	#intro p {
		padding: 0 14px 0 665px;
		font-size: 110%;
	}

/* Container for the lower three boxes */
div#lowercontent {
	background: #8080a9;
	border-top: solid 1px #8080a9;
}
	#lowercontent div {
		background: #8080a9 url(/tpl/img/bg-lowercontent-home.png) left repeat-y;	background: #8080a9 url(/tpl/img/bg-lowercontent-home.png) left repeat-y;
		text-align: left;
		width: 960px;
		margin: 0 auto;
	}
	#lowercontent div div {
		background: none;
		float: left;
		width: 320px;
		color: #666;
		margin: 0;
	}
		#lowercontent div div div {
			float: none;
			width: auto;
			background: white;
			margin: 12px;
			padding: 10px 10px 0 10px;
			border-bottom: solid 1px #8080a9;
			height: 17em;
		}
		html[lang] #lowercontent div div div {
			height: auto;
			min-height: 17em;
		}
			#lowercontent h2 {
				margin: 0 0 0.5em 0;
				font-size: 150%;
				font-weight: normal;
				color: #5c5c85;
			}
				#lowercontent a {
					color: #5c5c85;
				}
		div#news dl {
			margin: 0 0 1em 0;
		}
			#news dl, #news dt, #news dd {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			#news dt a, #news dd a strong {
				color: #666;
				font-weight: normal;
			}
			#news dd a {
				color: #5c5c85;
				font-weight: bold;
			}
			#lowercontent p {
				margin: 0 0 1em 0;
			}
			#about a {
				font-weight: bold;
			}
			#about h2 a {
				font-weight: normal;
			}

	#lowercontent #wealthman, #lowercontent #corpbus, div#wealthman a, div#corpbus a {
		color: white;
		height: auto;
		min-height: 0;
	}
	/* Wealth management */
	#lowercontent div#wealthman {
		background: #373a67 url(/tpl/img/bg-wealthman.png) top left no-repeat;
		padding-left: 50px;
		margin-bottom: 4px;
	}
	/* Corporate Employee benefits */
	#lowercontent div#corpbus {
		background: #373a67 url(/tpl/img/bg-corpbus.png) top left no-repeat;
		padding-left: 50px;
		margin-top: 0;
	}
