/* Page Layout
-------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 11pt/1.5 arial, helvetica, sans-serif;
	background: #eeeeee url(../images/bg.gif) repeat;
	border-top: 3px solid #99ccff;
}

#container {
	margin: 0 auto;
	width: 800px;
	position: relative;
}


#header {
	margin:0;
	padding:0;
	width: 800px;
}

.headerContentLogo {
	margin:0;
	padding:0;
	float: left;
	width: 250px;
	height: 135px;
	background-image: url(../images/header_content_logo.jpg);
}

.headerContentLogo img {
	display: none;
}

#headerContent, #headerHomeRight {
	margin:0;
	padding:0;
	float: right;
	width: 550px;
	height: 135px;
	background-image: url(../images/header_content.jpg);
}

#navBar {
	margin: 0 0 0 0;
	padding: 0;
	width: 415px;
	float: right;
	height: 22px;
	background: #006699 url(../images/bkgd_globalnav.gif);
	border-bottom: 1px solid #99ccff;
	border-left: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
}


#mainContent {
	clear: both;
	background: #ffffff url(../images/bkgd_columns_content.jpg) repeat-y;
}

#left {
	float: left;
	width: 260px;
	padding: 50px 0 0 0;
}

#middle {
	margin: 0 0 0 260px;
	padding: 0 0 5px 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 309px;
	min-height: 300px;
}

html>body #middle {
  	width: 309px;
} 

#middleContent {
	margin: 0 0 0 265px;
	padding: 0 0 5px 0;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 530px;
	min-height: 300px;
}

#right {
	float: right;
	width: 202px;
	margin: 0;
	padding: 0;
}

#newsTop {
	background-image: url(../images/bkgd_newstop.jpg);
	height: 35px;
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}

#footer{
	background: #ff6600 url(../images/bkgd_footer.jpg) no-repeat top;
	width: 100%;
	height: 122px;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #99ccff;
}


#footerContent{
	background: #ff6600 url(../images/bkgd_footer_content.jpg) no-repeat top;
	width: 100%;
	height: 122px;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #99ccff;
}


/* Homepage Promo	
-------------------------------------- */
#promo {
	position: absolute;
	margin: 0;
	padding: 0;
	background-image: url(../images/promot.jpg);
	left: 275px;
	top: 118px;
	width: 525px;
	height: 186px;
}

#promo h2 {
	text-indent: -9999em;
	background-image: none;
}


/* Universal Navigation
-------------------------------------- */
#navBar ul {
	margin: 0 0 0 35px;
	padding: 0;
	list-style: none;
	float: right;
}

#navBar ul li {
	position: relative;
	float: left;
}

#navBar ul li a { 
	margin: 0 30px 0 0;
	padding: 0;
	position: relative;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

#navBar ul li a:hover {
	color: #ff9900;
}

#navBar li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	width: 150px;
	border-left: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;
	border-top: 1px solid #4096ad;
	background-image: url(../images/bkgd_blue.gif);
	margin: 0;
	padding: 5px 5px 10px 5px;
}

li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#navBar ul li:hover ul, #navBar ul li.over ul { /* lists nested under hovered list items */
	display: block;
}

#navBar li ul li {
	padding: 0 0 1px 0;
	float: none;
}




/* Product Navigation
-------------------------------------- */	
#productNav ul {
	margin: 0;
	padding: 0;
}

#productNav li {
	list-style-type: none;
	margin:0;
	padding: 0;
	width: 250px;
	border-bottom: 1px solid #99ccff;
}

#productNav li:first-child, li.top {
	border-top: 1px solid #99ccff;
}

#productNav a:link, #productNav a:visited {
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 32px;
	padding:0 0 0 15px;
}

#productNav a:hover, #productNav a:active {
	color: #ff9900;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/prodnav_hoverarrow.gif);
}

#manulifeLogo {
	margin: 20px 0 0 11px;
	padding: 0;
}



/* Callouts 
-------------------------------------- */	
#contentCallout {
	float: right;
	border-bottom: 3px solid #99ccff;
	border-top: 3px solid #99ccff;
	width: 165px;
	margin: 22px 5px 20px 40px;
	padding: 5px 5px 5px 10px;
}

#contentCallout li, #contentCallout p {
	margin: 0 0 20px 2px;
	padding: 0;
	line-height: 20px;
	color: #4096ad;
}

#contentCallout h3 {
 	color: #ff9900;
	font-weight: 700;
	margin: 0 0 0 2px;
	font-size: 95%;
}

blockquote {
	font-size: 12px;
	color: #4096ad;
	text-align: center;
	margin: 35px auto;
	padding: 10px;
	width: 80%;
	border-bottom: 3px solid #99ccff;
	border-top: 3px solid #99ccff; 
}

#directions {
	margin: 100px 0 0 0;
}

#address {
	margin: 50px 0 0 0;
}

#map {
	border: 1px solid #99ccff;
	float: right;
}

#fitness {
	margin: 0 0 0 25px;
}


/* News Area on Homepage
-------------------------------------- */	
#news {
	float: left;
	width: 295px;
	margin-top: 185px;
}

.newsInner {
	padding: 5px 10px;
	margin-bottom: 10px;

}

#news h4 {
	padding: 1px 0 1px 5px;
	text-indent: -5000em;
	background-image: url(../images/title_news.gif);
	background-repeat: no-repeat;
	background-color: #666666;
	font-size: 11px;
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#news p {
	margin: 0 0 10px 0;
	padding: 10px 0 5px 0;
	line-height: 16px;
	border-top: 1px dotted #666;
	color: #666;
}

/* Rates and Statements Area on Homepage
-------------------------------------- */	
#statements {
	margin-top: 185px;
	padding-top: 0; /* for iCab */
}

#rates, #statements {
	float: right;
	width: 210px;
	margin-right: 5px;
}

#statements h4 {
	text-indent: -5000em;
	background-image: url(../images/title_statements.gif);
	background-repeat: no-repeat;
}

#rates h4 {
	text-indent: -5000em;
	background-image: url(../images/title_rates.gif);
	background-repeat: no-repeat;
}

#rates h4, #statements h4 {
	padding: 3px 0 1px 15px;
	font-size: 11px;
	font-weight: lighter;
	color: #4096ad;
}


#statements p, #rates li {
	margin: 0 0 10px 0;
	padding: 0 0 5px 3px;
	line-height: 16px;
	color: #666;
}

#login {
	 border: none;
	 margin: 0 0 10px 4px;
}


/* General Type Styles
-------------------------------------- */	
h1,h2,h3 { margin: 0 0 0 19px; }

h2 {
	margin: 0;
	padding: 0 175px 15px 250px;
	font: 2.2em arial, helvetica, sans-serif;
	font-weight: lighter;
	color: #ff9900;
	text-transform: lowercase;
	background-image: url(../images/bkgd_content_top.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}



h2 a {
	text-decoration: none;
	color: #ff9900;
}

h3, .question {
	margin: 30px 55px 0 0;
	font-size: .95em;
	color: #4096ad;
}

h3.newsdate {
	border-bottom: 1px solid #4096ad;
}

h4 {
	font-size: 12px;
	margin-top: 45px;
}

fieldset h3 {
	margin:0;
	padding: 0 0 10px 5px;
	font-size: 1.2em;
}

h5 {
	font-size: 75%;
	margin:  15px 0 0 10px;
	text-transform: uppercase;
}

h5 a {
	color: #ffffff;
}

h5 a:hover {
	color: #ff9900;
}

h6 {
	margin: 0 0 0 3px;
	color: #4096ad;
	font-size: .8em;
	font-weight: lighter;
}

p, #middleContent ul { 
	font-size: 80%;
	margin: 0 45px 13px 0; 
	line-height: 20px;
}

a { 
	color: #ff9900; 
}

#middleContent ul {
	list-style-type: disc;
	margin: 0 0 30px 22px;
	list-style-image: url(../images/bullet.gif);	
}

#middleContent ol {
	font-size: 80%;
	margin: 0 0 0 27px;
	padding: 0;
}

#middleContent li {
	float: none;
	margin: 5px 45px 5px 0;
}

.bioPic {
	float: right;
	margin: 5px 35px 5px 5px;
}

.newsText {
	margin: 8px 20px 20px 10px;
	font-size: 80%;
	color: #ffffff;
	line-height: 16px;
}

.newsText a {
	color: #ffffff;
}

.newsText a:hover {
	color: #ff9900;
}

.footerText {
	padding: 92px 10px 0 12px;
	margin: 0;
	text-align: right;
	line-height: 14px;
	font-size: 75%;
	color: #ffffff;
	word-spacing: -1.5px;
}	

.footerText a {
	color: #ffffff;
}

.boldText {
	font-weight: 700;
	color: #4096ad;
}

.referenceText {
	margin: 35px 0 15px 4px;
	line-height: normal;
	color: #4096ad;
}

.referenceDate {
	margin: 0 0 15px 8px;
	line-height: normal;
	color: #4096ad;
}


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}


/* Table Styles
-------------------------------------- */	
table {
	border: 1px solid #99ccff;
	margin: 5px 0 15px 5px;
}

td {
	font-size: 80%;
	color: #4096ad;
	padding: 2px;
	text-align: left;
	width: 50%;
	vertical-align: top;
}

.tableHeading {
	font-weight: 700;
	text-transform: uppercase;
}




/* Form Styles
-------------------------------------- */	
form {
	margin: 0;
}

fieldset {
	display: block;
	width: 17em;
	margin: 0 0 3em 0;
	padding: .5em;
	font-size: 80%;
}

fieldset.radio {
	width: 450px;
	margin: 1em 0 0 0;
}

fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
	display: block;
}

fieldset.radio label {
	font-weight: normal;
}


input {
	display: block;
	width: 15em;
}

label {
	display: block;
	margin: 0 0 1em 0;
	font-weight: bold;
}

label.first {
	padding-top: 1em;
}

select {
	display: block;
}

.submit {
	float: left;
	margin: 10px 10px 0 0;
	border: 1px solid #99ccff;
	font-size: 80%;
	text-transform: uppercase;
	color: #4096ad;
}

.submit:hover {
	border-color: #ff6600;
	color: #ff6600;
}

