@charset "utf-8";
/* CSS Document */

#property_casualty_wrapper {
	width: 100%;
	font-size: .9em;
	font-weight: bold;
}

#property_casualty_wrapper * {
	font-size: 1.0em;
}

#property_casualty_wrapper a {
	color: #6e2405 !important;
    text-decoration: none !important;	
}

#property_casualty_wrapper a:visited {
	color: #6e2405 !important;
}

#property_casualty_wrapper a:hover {
	color: #bb975d !important;
	text-decoration: none !important;
}

#property_casualty_wrapper .pc_row .pc_column {
	width: 33%;
	float: left;
}

#property_casualty_wrapper .pc_row .pc_column a {
	float: left;
}

#property_casualty_wrapper .pc_row .pc_column img {
	height: 60px;
	width: 75px;
	border: 0px;
}

#property_casualty_wrapper .pc_row .pc_column .pc_link_text_wrapper {
	float: left;
	height: 60px;
	width: 175px;
}

#IERoot #property_casualty_wrapper .pc_row .pc_column .pc_link_text_wrapper {
	width: 160px;
}

#property_casualty_wrapper .pc_row .pc_column .pc_link_text_wrapper a.pc_link_text {
	vertical-align: middle;
	margin: 15px 0px 10px 10px;
	display: inline;
}