/* Money page
--------------------------------------------------------------------------------------- */
.section-heading
{
	color: #006EB7;
	font-size: 140%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
}

#boxes
{
	margin: 0 auto;
}

#boxes table, #boxes tr, #boxes td
{
/*	border: solid 0px red;*/
}

#boxes td {width: 20%;}

#boxes h1 {font-size: 120%;}
#boxes h2 {font-size: 110%;}
#boxes h3 {font-size: 100%;}

#boxes h2
{
	padding: 5px 5px;
	text-align: left;
}

.box-img
{
	float: left;
 	margin: 5px 2px;
}

.box-content {margin: 0 10px 5px 55px;}

.box-shadow
{
	background-image: url(/images/shadow-money.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 157px;
	width: 192px;
	margin-bottom: 7px;
	margin-right: 10px;
}

.box-service
{
	background: #fff url(/images/gradient.gif) repeat-x scroll top;
	border: solid 1px #C0C0C0;
	height: 150px;
	width: 185px;
}

.compare-button
{
	float: right;
	margin-right: 10px;
}

