@charset "utf-8";
/* CSS Document */
body {
	max-width: 960px;
	margin: 0 auto 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #131313;
	background-color: #cccccc;
}
#top {
	clear: both;
	font-size: 0.8em;
	padding: 10px 0 10px 0;
}
#banner {
	width: 100%;
	height: 150px;
	margin: 0 0 10px 0;
}
#container {
	max-width: 960px;
	clear: both;
	/*margin: 10px 0 10px 0;*/
	/*padding: 0 15px 0 15px;*/
	background-color: #ffffff;
	box-shadow: 5px 0px 5px #888, -5px 0px 5px #888;
}
#wrapper {
	padding: 0 20px 0 20px;
}
#footer {
	clear: both;
	border-top: 2px solid #006daa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006daa;
	margin: 20px 0 0 0;
	background-color: #ffffff;
	height:80px;
}
ul#nav {
	min-width: 960px;
	height: 50px;
	background-image: url("images/menu-bg.gif");
	background-repeat: repeat-x;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	position: relative;
	top: 0px;
}
ul#nav li {
	height: 50px;
	text-align: center;
	display: block;
	float: left;
	margin: 0px 17px 0px 17px;
}
ul#nav li a {
	width: 100%;
	height: 50px;
	color: #333;
	text-decoration: none;
	display: block;
	float: left;
	padding: 12px 2px 0px 9px;
}
ul#nav li a:hover {
	color: #333;
}
ul#nav li a.current {
	color: #FFF;
	background: #FFF url("images/current-bg.gif") top left repeat-x;
	padding: 5px 5px 0 5px;
}
.footer {
	position: relative;
	padding: 0px 20px;
	height: 80px;
	background-color: #ffffff;
}
.left {
	float: left;
}
.right {
	float: right;
}
.titles {
	text-align: center;
}
.text {
	clear: both;
}
.flags {
	text-align: right;
}
.centre {
	text-align: center;
}
.text80 {
	font-size: 0.8em;
}
.text90 {
	font-size: 0.9em;
}
.inline-image {
	position: relative;
	display: inline;
	margin: 3px 3px 3px 3px;
}
.clear {
	clear: both;
	position: relative;
}
.manulife {
	clear: both;
	margin: 10px 0px 10px 0px;
}
#links {
	width: 80%;
	margin: 0px auto 0px auto;
}