/*style for financial reform section on homepage */

#new-photo {
text-align: left;
}

#new-text {
	position: relative;
	text-align: left;
	width: 225px;
	height: 100px;
	top: -115px;
	color:#FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#new-photo { 
	width: 250px;
	height:125px;	
}

#new-photo #new-text p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 115%;
}

.new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

.p-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color:#E6EBF9;
}

.p-text a {
	text-decoration:underline;
}

#read-more {
	float:right;
	display: block;
    width: 56px;
    height: 13px;
    background: url("images/read-more-on.png") no-repeat 0 0;
    bottom: 2px;
    clip: rect(auto,auto,2px,auto);
    padding-bottom: 0px;
    margin-top: 10px;
}

#read-more:hover   { 
	background: url("images/read-more-off.png") no-repeat 0 0;
}
