ul.column-2 {
	float:left;
	width: 40%;
	width: calc( 50% - 40px );
}
ul.column-3 {
	float:left;
	width: 33%;
}
div#content ul.noBullets {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* crumbtrail */

div#content ul#crumbTrail {
	padding:5px;
	margin:0px 0px 5px 0px;
	color: #232063;
	font-weight: bold;
	overflow: hidden;
	list-style: none;
	line-height:normal;
	background: url(../../images/structure/crumb-bg.png);
}
div#content ul#crumbTrail li {
	color: #4c4c4d;
	float: left;
}
div#content ul#crumbTrail li a {
	color: #232063;
	padding-right: 18px;
	margin-right: 5px;
	background: url(../../images/structure/crumb-seperator.png) no-repeat center right;
}