a img.ico{
	display:inline;
	vertical-align:middle;
	padding-left:5px;
}

.main_content h2.subtitle{
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 20px 0px;
	border-bottom:1px solid black;
	margin:0px 0px 20px 0px;
}

.main_content h3.subsubtitle{
	font-size:14px;
	font-weight:bold;
	color:black;
}

/******* TEASER *******/
.main_content .teaser_wrapper{
	padding:0px;
	margin: 20px 5px 0px 0px;
}

.main_content .teaser_wrapper .teaser{
	float:left;
	width:210px;
	margin-left:24px;
}

.main_content .teaser_wrapper .first{
	margin-left:0px;
}

.main_content .teaser_wrapper .teaser img.mugshot{
	display:block;
	margin-bottom:10px;
}

.main_content .teaser_wrapper .teaser a.teaser_title{
	color:#ed1b2e;
	font-size:14px;
}

.main_content .teaser_wrapper .teaser .text{
	margin-top:20px;
}

/******* POINTER BLOCKS *******/
ul.pointer_blocks{
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.pointer_blocks li{
	width:330px;
	display:inline-block;
	vertical-align:top;
	zoom: 1;
	*display: inline;
	margin:15px 10px 15px 10px;

}

ul.pointer_blocks li.odd{
	margin-left:0px;
}

ul.pointer_blocks li.even{
	margin-right:0px;
}

ul.pointer_blocks li .image{
	float:left;
}

ul.pointer_blocks li .text{
	float:left;
	margin-left:20px;
	width:200px;
}

ul.pointer_blocks li .text h4{
	font-size:14px;
	font-weight:bold;
	color:#7e7e7e;
	margin-bottom:15px;
}

ul.pointer_blocks li .text h4 strong{
	color:#ed1b2e;
}

ul.pointer_blocks_small li .text{
	width:230px;
}



/******* HORIZONTAL POINTERS *******/
ul.horizontal_pointers{
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.horizontal_pointers li{
	display:block;
	margin:15px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #eae8e8;
}

ul.horizontal_pointers li.last{
	border-bottom:none;
}

ul.horizontal_pointers li .image{
	float:left;
	width:200px;
	text-align:center;
}

ul.horizontal_pointers li img{
	margin:auto;
}

ul.horizontal_pointers li .text{
	float:right;
	width:460px;
}

ul.horizontal_pointers li .text h4{
	font-size:14px;
	font-weight:bold;
	color:black;
	margin-bottom:15px;
}

ul.horizontal_pointers li .text h4 strong{
	color:#ed1b2e;
}

/******* START OF CUSTOM SIDEBAR FOR MYPRUDENTIAL LANDING PAGE *******/

#sidebar ul.member.teaser_wrapper li.teaser {
	margin-top: -274px;
	margin-bottom: 10px;
}

#sidebar ul.teaser_wrapper li.teaser.half.how_to_submit_claim {
	margin-top: -173px;
	margin-bottom: 0px;
}

#sidebar ul.teaser_wrapper li.teaser.half.right.download_a_claim_form {
	margin-top: -173px;
	float:right;
}
#sidebar ul.teaser_wrapper.member li.teaser.first.members_login {
	margin-top: 215px;
	
}
/******* END OF CUSTOM SIDEBAR FOR MYPRUDENTIAL LANDING PAGE *******/