/* These styles are unquire to the home page */

.section-1 
{ 
	float: left; 
	width: 200px; 
	height: 250px; 
	padding-left: 19px;
}

.section-1 .row-1
{ 
	background: #3B7193; 
	height: 26px;
	padding-top: 8px;
	color: #fffffe;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}
.section-1 .row-1 a { color: #fffffe; }
 
.section-1 .row-2
{ 
	width: 200px;
	height: 101px;
	background-color: white;
	padding-top: 1px;
	text-align: center;
}
.section-1 .row-2 img
{ 
	margin-top: 1px;
}

.section-1 .row-3
{ 
	width: 180px;
	height: 92px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	background: #ffffff;
	font-size: 1.1em;
}

.section-1 .row-4
{ 
	width: 200px;
	height: 20px;
	background: #3B7193;
	background-image: url('../bottom-grey.gif');
	background-repeat: no-repeat;
}