@charset "UTF-8";

div.row {
	clear: both;
	padding: 15px 0 0 0;
	background-image: url(../images/dotted.png);
	background-repeat: no-repeat;
	background-position: top;
}

div.row p {
	color: #333333;
	line-height: 1.4;
}

div.row h5 {
	font-size: 24px;
	line-height: 32px;
	padding-left: 26px;
	margin: 0 4px 0 -26px;
	background-image: url(../images/slash.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #253183;
}

div.row img {
	float: right;
	left: 40px;
	margin: 10px 0 15px -40px;
	position: relative;
}

div.row ul {
	color: #333333;
	line-height: 1.7;
}

div.row li {
	list-style-image:url(../images/li2.gif);
	text-align:left;
}
