@charset "utf-8";
/*-----------------------------------Insurance------------------------------------*/
#main_wrapper #insurance{
	float:left;
	width:710px;
	padding:20px 10px 10px 0px;
	font-family:Calibri;
	font-size:12px;
	}
	
#main_wrapper #insurance h4{
	background:url(images/ins_heading_bg.jpg) repeat-y;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:8px;
	}
	
#main_wrapper #insurance .line{
	border-bottom:#58b7e1 1px solid;
	padding:5px;
	}
	
#main_wrapper #insurance .content{
	background:url(images/ins_content_bg.jpg) bottom left no-repeat;
	line-height:18px;
	padding:15px;
	*padding:0px;
	color:#000000;
	text-align:justify;
	}
	
#main_wrapper #insurance .content ul{
	list-style:url(images/com_content_bullet.jpg);
	line-height:34px;
	padding-left:15px;
	}
#main_wrapper #insurance .content ol{
	
	line-height:34px;
	padding-left:15px;
	}
	
#main_wrapper #insurance_left{
	width:240px;
	padding:20px 10px 10px 16px;
	float:left;
	}
	
#main_wrapper #insurance_left ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
#main_wrapper #insurance_left ul li{
	border-bottom:#ee9c7f 1px solid;
	background:url(images/ins_left_bullet.jpg) no-repeat center left;
	padding:10px 0px 10px 15px;
	}
	
#main_wrapper #insurance_left ul li a{
	color:#000000;
	text-decoration:none;
	font-family:Calibri;
	font-size:12px;
	}
	
#main_wrapper #insurance_left ul li a:hover{
	font-weight:bold;
	}

