div#consultation {
	margin: 0 auto;
	position: relative;
	background:url('/images/main_pic.png') no-repeat center top;
	width: 908px;
	height: 262px;
}

img#capturingVoice {
	position: relative;
	left: 22px;
	top: 58px;
	width: 489px;
	height: 89px;
	border: none;
}

img#req_consultation {
	position: absolute;
	left: 127px;
	top: 168px;
	width: 347px;
	height: 46px;
	cursor: pointer;
	_display: none;
}


div#introText {
	margin: 10px auto 0px;
	position: relative;
	background:url('/images/intro_text_bg.png') no-repeat center top;
	width: 874px;
	height: 89px;
	/*_background: #9FAEB3;*/
}
	
div#introTextBody {
	position: relative;
	top: 15px;
	left: 36px;
	font-family: "Arial", Arial, sans-serif; 
	color:rgb(31, 45,76);
	text-align: left;	
}

p.introTextHeader {
	font-size: 16px;
	font-weight: bold;	
	line-height: 180%;
}
p.introTextBody {
	font-size: 14px;
}

img#introTextButton {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	margin-right: 22px;
	right:0px;
	cursor: pointer;
	border: none;
	_display: none;
}

img#ie6consultbutton {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	margin-right: 22px;
	right:0px;
	cursor: pointer;
	border: none;
	display: none;
	_display: block;
}

div#benefitContainer {
	margin: 20px auto 0px;
	position: relative;
	width: 874px;	
	
}

div#genericBenefitBox {
	position: relative;
	width: 280px;
	height: 100px;	
	font-family: "Arial", Arial, sans-serif; 
	text-align: left;
	cursor: pointer;
	cursor: hand;
	/*background: #FF0000;*/
}
div#genericBenefitText {
	position: absolute;
	height: 100%;
	width: 223px;
	top: 5px;
	left: 57px;
}
p.BenefitBoxHeader {
	font-size: 18px;
	font-weight: bold;	
	color:rgb(39, 170, 225);
}

a:link.BenefitBoxHeader,a:visited.BenefitBoxHeader, a:hover.BenefitBoxHeader, a:active.BenefitBoxHeader {
	font-size: 18px;
	font-weight: bold;	
	color:rgb(39, 170, 225);
	text-decoration: none;	
}

p.BenefitBoxBody {
	font-size: 12px;
	color:rgb(41, 80, 118);
	line-height: 140%;
}
