/* CSS Document */

html, body, #wrapper {
    min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: auto; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0;
    padding: 0;
/*	border:1px solid #000;
*/	margin: 0;
	padding: 0;
	font:normal Helvetica, Arial, sans-serif;
}

html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}

a{	border:none;	outline:none;}

img{border:none;}

*{ padding: 0; margin: 0; }

.clearAll /*From IE 7 lack of compliance*/
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#wrapper{
	margin:0 auto;	
	width:100%;	
	height:auto;
	padding-bottom:20px;
}

#mainCn{
	width:867px; /*1002*/
	height:auto;
	display:table;
	height:auto;
	margin:0 auto;
	padding:14px 0 0 0;
/*	border:1px solid #030;
*/}

/* Div Content */

.fl1, .fl2{
	float:left;
	width:867px;
	height:auto;
	padding:0;
	margin:0;	
}

#topCn{
	float:left;
	width:867px;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
/*	border:1px solid #000;
*/}

#logo{
	float:left;
	margin-top:6px;
	width:203px;
	height:74px;
	display:block;
	padding:0;
}

#searchCn{
	float:right;
	border:1px solid #DADADA;
	width:176px;
	height:18px;
	margin-right:5px;
	text-align:left;
}

#searchCn .formfields{
	width:140px;
	height:14px;
	border:1px solid #fff;
	color:#BCBCBC;
	font:normal 11px Helvetica,  Arial, sans-serif;
}

/* Menu Container */

#menuCn{
	float:left;
	width:867px;
	padding:12px 0 0 0;
	height:22px;
	background:url(../images/bgMenu.gif) left bottom no-repeat;
}

/* Top level menu link items style */
#cimLife {
	float:right;
	width:73px;
	height:48px;
	padding:0;
	display:block;
	margin:0;
	position:relative;
	top:-26px;
}

ul#cimNav { 
	list-style-type: none; 
	margin:0;
	padding:0;
	float:left;
	position:relative;
	width:73px;
}

ul#cimNav li{
	border:none;
	float:left;
	display:block;
	list-style:none;
	width:auto;
	height:48px;	
/*	border:1px solid #fff;
*/	margin:0;
	padding:0!important;	
}

/* root cimNav */
ul#cimNav a{	
	color: #fff; 
	cursor: pointer; 
	display: block; 
	height: 48px; 
	outline: none; 
	overflow: hidden; 
	position: relative;
}

ul#cimNav a span{
	background:url("../images/cimLife.gif") top left no-repeat;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	width:100%;	
	cursor:pointer;	
	z-index: 1010;
}

ul#cimNav a:focus, #cimNav a:hover, #cimNav a:active{ height:48px; border:none;}

#cimNav #n1{ width:73px;}
#cimNav #n1 span{ background-position:0 0;}
#cimNav #n1 a:focus span, #cimNav #n1 a:hover span, #cimNav #n1 a:active span{ background-position:0 -52px;}


/* Main Menu Container *//* Top level menu link items style */


#MainMenu{
	float:left;
/*	border:1px solid #000;
*/	width:500px;
	height:22px;
	padding:0;	
	padding-left:289px;
}

ul#topMenu{
	width:auto;
	list-style:none;
	float:left;
	padding:0;
	margin:0;
	height:22px;
	position:relative;
}

ul#topMenu li{
  margin:0;
  border:0 none;
  padding:0;
  float:left; /*For Gecko*/
  display:block;
  list-style:none;
  position:relative;
  width:auto;
  height:22px;
}

/* root menu*/
ul#topMenu a{
  padding:0px 18px;	
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display:block;
  color:#003768 !important;
  font:normal 12px/22px Helvetica, Arial, sans-serif;
  text-decoration: none;
  height:auto;
  height:22px;
  background:url(../images/arrowOff.gif) right top no-repeat;
}

ul#topMenu a:hover{
 	color:#00A6DD !important;
 	height:22px;
	font:normal 12px/22px Helvetica, Arial, sans-serif !important;
	background:url(../images/arrowOn.gif) right top no-repeat;
}

*html ul#topMenu ul{
  margin:0;
  width:127px;
  list-style: none;
  display: none;
  position: absolute;
  top:22px;
  left:0px !important;	
  min-height:112px;
  height:112px;
  background:#FFF;
  filter:alpha(opacity=90);
  opacity: 0.9;
  border-top:none;
  text-align:left !important;
}


html>body ul#topMenu ul{
  margin:0;
  width:127px;
  list-style: none;
  display: none;
  position: absolute;
  top:22px;
  left:0px !important;	
  min-height:112px;
  border-top:none;
  background:url(../images/topDropMenuBg.png) left top repeat;
  text-align:left !important;
}


ul#topMenu ul ul,
ul#topMenu ul ul ul {
  	width:127px; /*140px;*/
	list-style: none;
	clear:both;
	position:absolute;
	display: none;
}

/* Root Menu Hover Persistence */
ul#topMenu a:hover,
ul#topMenu li:hover a,
ul#topMenu li.iehover a 
{  
	color:#00A6DD !important;
 	height:22px;
	font:normal 12px/22px Helvetica, Arial, sans-serif !important;
	background:url(../images/arrowOn.gif) right top no-repeat;
 	
}

/* 2nd Menu */
ul#topMenu li:hover li a,
ul#topMenu li.iehover li a {
	text-align:left !important;
	float: none;
	width:97px;/*127*/
	margin:0px; /* Where Drop Down Menu Starts */
	font:normal 12px/30px Helvetica, Arial, sans-serif !important;
	color:#8B9298 !important;
	background:none;
	padding:0 10px 0 20px;
	display:block;
	height:1%;
	background:url(../images/dot.png) center bottom no-repeat;
}


ul#topMenu ul li{
/*	border:1px solid #F00;
*/	background:none;
	padding:0;
	height:auto;
}

/* 2nd Menu Hover Persistence */
ul#topMenu li:hover li a:hover,
ul#topMenu li:hover li:hover a,
ul#topMenu li.iehover li a:hover,
ul#topMenu li.iehover li.iehover a 
{  
	font:normal 12px/30px Helvetica, Arial, sans-serif;
	color:#00A6DD !important;
	display:block;
	background:url(../images/dot.png) center bottom no-repeat;

}

*html ul# topMenu li:hover li a:hover,
*html ul# topMenu li:hover li:hover a,
*html ul# topMenu li.iehover li a:hover,
*html ul#topMenu li.iehover li.iehover a 
{  
	font:normal 12px/30px Helvetica, Arial, sans-serif;
	color:#00A6DD !important;
	display:block;
    height:22px !important;

}



/* Do Not Move - Must Come Before display:block for Gecko */
ul#topMenu li:hover ul ul,
ul#topMenu li:hover ul ul ul,
ul#topMenu li.iehover ul ul,
ul#topMenu li.iehover ul ul ul 
{
  display: none;
}

ul#topMenu li:hover ul,
ul#topMenu ul li:hover ul,
ul#topMenu ul ul li:hover ul,
ul#topMenu li.iehover ul,
ul#topMenu ul li.iehover ul,
ul#topMenu ul ul li.iehover ul 
{
  display: block;
}

ul#topMenu a.current{
	clear:both;
	display:block;
	color:#00A6DD !important;
}

/* Flash Containers */

#middleCn{
	float:left;
	width:862px;
	padding:0 5px 0 0;
	margin:1px 0;
	display:block;
	height:369px;
/*	border:1px solid #000;
*/	background:url(../images/mainBg.jpg) center bottom no-repeat;
}

#flashContainer{
	float:left;
	width:862px;
	padding:0;
	margin:0;
	height:332px;	
}

#solCn{
	float:left;
	width:862px;
	height:89px;
	position:relative;
/*	border:1px solid #000;
*/	top:-89px;
	background:url(../images/solutionBk.png) left top no-repeat;
}

/* Solutions For Individuals and Corporate */

ul#solNav { 
	list-style-type: none; 
	margin:0;
	padding:0;
	float:left;
	position:relative;
	width:584px;
/*	border:1px solid #000;
*/}

ul#solNav li{
	border:none;
	float:left;
	display:block;
	list-style:none;
	width:auto;
	height:89px;	
	margin:0;
	padding:0!important;	
}

/* root cimNav */
ul#solNav a{	
	border-bottom:1px solid #fff;
	color: #fff;
	cursor:pointer; 
	height:89px; 
	display:block;
	outline:none; 
	overflow:hidden; 
	position:relative;
}

ul#solNav a>h2{	
	visibility:hidden;	
}

ul#solNav a span{
	background:url("../images/solutionsMenuBk.png") top left no-repeat;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	width:100%;	
	cursor:pointer;	
	z-index: 1010;
}

ul#solNav a:focus, #solNav a:hover, #solNav a:active{ height:89px; border:none;}

#solNav #n1{ width:284px;}
#solNav #n1 span{ background-position:0 0;}
#solNav #n1 a:focus span, #solNav #n1 a:hover span, #solNav #n1 a:active span{ background-position:0 -89px;}

#solNav #n2{ width:300px;}
#solNav #n2 span{ background-position:-300px 0;}
#solNav #n2 a:focus span, #solNav #n2 a:hover span, #solNav #n2 a:active span{ background-position:-300px -89px;}

ul#solNav ul{
	margin:0;
	width:273px;/*283*/
	list-style:none;
	position:absolute;
	top:89px;
	left:auto;
	display:none;
	padding:5px;
	background:#003768;
	height:auto;/*228*/
	filter:alpha(opacity=97);
	-moz-opacity:0.97;
	-khtml-opacity: 0.97;
	opacity: 0.97;
}

ul#solNav .bkMenu{
	float:left;
	margin:0;
	width:273px;/*283*/
	list-style:none;	
	padding:0;	
/*	border:1px solid #fff;
*/}

ul#solNav ul li{
	float:left;
/*	border:1px solid #fff;
*/	display:block;
	width:273px;
	padding:0;
	margin:0;
	list-style:none;
	height:auto;
	font:normal 12px/18px Helvetica,  Arial, sans-serif;
	color:#fff;
}

ul#solNav ul li.linkTo{
	float:left;
	border:none !important;
/*	border:1px solid #fff;
*/	display:block;
	width:273px;
	padding:6px 0 !important;
	margin:0;
	height:auto;
	color:#fff;
	text-align:center;
}

ul#solNav ul li a{
	display:block;
	font:normal 10px/24px Helvetica,  Arial, sans-serif;
	width:273px;/*170*/
	padding:0;
	text-decoration:none;
	margin:0;
	height:auto;
	color:#fff;
	border:none !important;
}

ul#solNav ul li a:hover{
/*	border:1px solid #fff;
*/	font:normal 10px/24px Helvetica,  Arial, sans-serif;
	display:block;
	width:273px;
	padding:0;
	margin:0;
	height:auto;
	color:#00A6DD !important;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#solNav li:hover ul ul,
ul#solNav li:hover ul ul ul,
ul#solNav li.iehover ul ul,
ul#solNav li.iehover ul ul ul 
{
  display: none;
}

ul#solNav li:hover ul,
ul#solNav ul li:hover ul,
ul#solNav ul ul li:hover ul,
ul#solNav li.iehover ul,
ul#solNav ul li.iehover ul,
ul#solNav ul ul li.iehover ul 
{
  display: block;
}

/* Content Containers */

#content{
	float:left;
	height:auto;
	width:862px;
	margin:0;
	padding:20px 0 0 0;
	background:url(../images/contentBk.gif) bottom left repeat-x;
}

#contentTxt{
	float:left;
	height:auto;
	width:570px;/*594*/
	margin:0;
	padding:0px 24px 20px 0;
	font:normal 12px/18px  Helvetica, Arial, sans-serif;
	color:#666666;
}

#contentTxt .cn1, #contentTxt .cn2{
	float:left;
	height:auto;
	width:570px;/*594*/
	margin:0;
	padding:0;
}

#contentTxt a{
	text-decoration:none;
	color:#00A6DD;
}

#contentTxt a:hover{
	text-decoration:underline;
	color:#00A6DD;
}



#contentTxtInter{
	float:left;
	height:auto;
	width:862px;/*862*/
	margin:0;
	padding:0px 0px 20px 0;
	font:normal 12px/18px  Helvetica, Arial, sans-serif;
	color:#666666;
}
#contentTxtInter .in1{
/*	float:left;
*/	height:auto;
	width:862px;/*862*/
	margin:0;
	padding:0;
	font:normal 28px  Helvetica, Arial, sans-serif;
	color:#003768;
	line-height:22px;
	padding:0 0 22px 0;
}

#contentTxtInter .in2{
/*	float:left;
*/	height:auto;
	width:862px;/*862*/
	margin:0;
	padding:0;
}

#contentTxtInter a{
	text-decoration:none;
	color:#00A6DD;
}

#contentTxtInter a:hover{
	text-decoration:underline;
	color:#00A6DD;
}

#contentTxt .subtitProd{
	float:left;
	height:auto;
	width:570px;/*594*/
	margin:0;
	padding:0 0 10px 0;
	font:normal 20px  Helvetica, Arial, sans-serif;
	color:#00A6DD;
}


#contentTxt .titProd{
	float:left;
	height:auto;
	width:570px;/*594*/
	margin:0;
	padding:0 0 22px 0;
	font:normal 28px  Helvetica, Arial, sans-serif;
	color:#003768;
	line-height:22px;
}


h1{
	font:bold 13px/18px Helvetica, Arial, sans-serif;
	color:#FFF;
	line-height:22px;
	padding:22px 0 22px 0;
	height:0!important;
	height /**/:22px;
	margin:0;
	background:transparent url("../images/welcomeTit.gif") left top no-repeat;
	overflow:hidden;
	width:594px;
	outline:none;
}

/* news */
#news{
	float:left;
	width:228px;/*268*/
	background:url(../images/newsSep.gif) left top no-repeat;
	min-height:142px;
	padding:0 20px;
	font:normal 11px/14px Helvetica, Arial, sans-serif;
}

.newsHd{
	float:left;
	width:228px;
	color:#00A6DD;
	font:normal 12px Helvetica, Arial, sans-serif;
	padding:10px 0 0 0;	
}

.newsCn{
	float:left;
	width:228px;
	display:block;
	padding:10px 0;
}

.newsTit, .newsTit a{
	float:left;
	width:228px;
	color:#003768;
	font:bold 11px/22px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.newsTit a:hover, .newsSum a:hover{	
	text-decoration:underline;
}

.newsSum, .newsSum a{
	float:left;
	width:228px;
	font:normal 11px/14px Helvetica, Arial, sans-serif;
	color:#464646;
	text-decoration:none;
}

.newsDetails{
	float:left;
	width:228px;
	padding:4px 0;
	font:normal 11px/13px Helvetica, Arial, sans-serif;
}

.newsDetails .nd1{
	float:left;
	width:auto;
	padding:0;
	color:#A2A2A2;
	padding-right:5px;
}

.newsDetails .nd2{
	float:left;
	width:auto;
	padding:0;
	color:#00A6DD;
	background:url(../images/rdSep.gif) left bottom no-repeat;
	padding-left:5px;
}

.newsDetails a{	
	color:#00A6DD;
	text-decoration:none;	
}

.newsDetails a:hover{	
	color:#003768;
	text-decoration:none;	
}

.newsTitInter {
	color:#003768;
	font:bold 11px/22px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.newsTitInter a:link {
	color:#003768;
	font:bold 11px/22px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.newsTitInter a:visited {
	color:#003768;
	font:bold 11px/22px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.newsTitInter a:hover{
	color:#003768;
	font:bold 11px/22px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.newsDescInter {
	color:#464646;
	font:normal 12px/22px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.NewsTitle {
	font:normal 14px  Helvetica, Arial, sans-serif;
	color:#003768;
}
.NewsDate {
	font:normal 10px  Helvetica, Arial, sans-serif;
	color:#00A6DD;
}


/* Copyright */
#copyright{
	float:left;
	width:862px;
	padding:5px 0 0 0;
	margin:0;
	font:normal 11px/18px  Helvetica, Arial, sans-serif;
	color:#B6B6B6;
}

#copyright .fl3{
	float:left;
	width:auto;	
}

#copyright .fl4{
	float:right;
	width:auto;	
}

#copyright a{
	text-decoration:none;
	color:#00A6DD;
}

#copyright a:hover{
	text-decoration:underline;
	color:#00A6DD;
}

/* Contact */


.textBox {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 4px;
	BACKGROUND: url(../images/fd_textBox.jpg) repeat-x 0px 0px;
	PADDING-BOTTOM: 0px;
	width: 350px;
	PADDING-TOP: 1px;
	height: 16px;
	border: 1px solid #00A6DD;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00A6DD;
	background-color:#F6F6F6;

}

.textBox2 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 4px;
	BACKGROUND: url(../images/fd_textBox.jpg) repeat-x 0px 0px;
	PADDING-BOTTOM: 0px;
	width: 250px;
	PADDING-TOP: 1px;
	height: 16px;
	border: 1px solid #00A6DD;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00A6DD;
	background-color:#F6F6F6;

}

.textDropDown {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 4px;
	BACKGROUND: url(../images/fd_textBox.jpg) repeat-x 0px 0px;
	PADDING-BOTTOM: 0px;
	width: 355px;
	PADDING-TOP: 3px;
	height: 20px;
	border: 1px solid #00A6DD;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00A6DD;
	background-color:#F6F6F6;
}

.textDropDown2 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 4px;
	BACKGROUND: url(../images/fd_textBox.jpg) repeat-x 0px 0px;
	PADDING-BOTTOM: 0px;
	width: 90px;
	PADDING-TOP: 3px;
	height: 20px;
	border: 1px solid #00A6DD;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00A6DD;
	background-color:#F6F6F6;
}

.textArea {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 4px;
	BACKGROUND: url(../images/fd_textArea.jpg) repeat-x 0px 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 350px;
	PADDING-TOP: 3px;
	height: 62px;
	border: 1px solid #00A6DD;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00A6DD;
	background-color:#F6F6F6;
}
.textAd {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 4px;
	BACKGROUND: url(../images/bg-textarea.jpg) repeat-x 0px 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 3px 0px 0px;
	WIDTH: 283px;
	PADDING-TOP: 5px;
	height: 54px;
	border: 1px solid #DA0380;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DA0380;
}

.textTitForm {
	font:normal 14px  Helvetica, Arial, sans-serif;
	color:#00A6DD;
}

.textAddress {
	font:normal 14px  Helvetica, Arial, sans-serif;
	color:#003768;
}
.textTel {
	font:normal 12px  Helvetica, Arial, sans-serif;
	color:#00A6DD;
}

#noPhotoCn{
	float:left;
	width:862px;
	padding:0 5px 0 0;
	margin:1px 0;
	display:block;
	height:30px;
}
#noPhotoContainer{
	float:left;
	width:862px;
	padding:0;
	margin:0;
	height:30px;
	background-color:#00A6DD;
}

.tblText {
	font:normal 11px  Arial, Helvetica, sans-serif;
	color:#666;
}

.nmTeam {
	font:normal 14px  Helvetica, Arial, sans-serif;
	color:#003768;
}
.nmTeamPost {
	font:normal 12px  Helvetica, Arial, sans-serif;
	color:#00A6DD;
}
