/* boxes */
.box-tl {
	background:url(../images/box-tl.gif) top left no-repeat;
	padding-left:15px;
}
.box-tr {
	background:url(../images/box-tr.gif) top right no-repeat;
	padding-right:15px;
	padding-top:10px;
}
.box-bl {
	background:url(../images/box-bl.gif) bottom left no-repeat;
	padding-left:15px;
	margin-left:-15px;
}
.box-br {
	background:url(../images/box-br.gif) bottom right no-repeat;
	padding-right:15px;
	margin-right:-15px;
}
.home-row {
	float:left;
	width:978px;
	padding-bottom:5px;
}
.home-row .portal_content {
	height:145px;
}
.boxWidth20 {
	float:left;
	width:463px;
	margin-right:8px;
}
.boxWidth10 {
	float:left;
	width:220px;
	margin-right:8px;
}
.boxWidth13 {
	float:left;
	width:301px;
	margin-right:8px;
}

#box_templates { display: none; }

