/* ------------- center column */
div#centercolumn {
	position : relative;
	width : 760px;
	left:20px;
	clear:both;
}

/* ------------- left column */
div#leftcolumn {
	position : relative;
	left: 20px;
	width : 370px;
	float : left;
}

/* ------------- right column */
div#rightcolumn {
	position : relative;
	left : 40px;
	width : 370px;
	float : left;
}
div#contractingviolator { 
	position : relative;
	width : 370px;
	height: 253px;
	background : url(../images/siteimages/violators/contracting.png) no-repeat;
}
div#kitsviolator { 
	position : relative;
	width : 370px;
	height: 253px;
	top: 15px;
	background : url(../images/siteimages/violators/kits.png) no-repeat;
}
.divposition {
	position : relative;
	margin : 0px;
	width:140px;
	top: 227px;
	left: 223px;
}
#contractingviolator ol {
	margin : 0px;
	display:block;
	list-style-type: none;
}
#kitsviolator ol {
	margin : 0px;
	display:block;
	list-style-type: none;
}
.viewmore li {
	display: block;
	top: 30px;
}
.viewmore a{ 
	padding: 0px; 
	overflow: hidden; 
	height: 20px;
	width: 140px;
	display: block;
	text-indent : -9999px;
	background: transparent url(../images/siteimages/violators/moreinfo.png) no-repeat; 
}
.viewmore a:hover {
	background-position: 0% -20px;
}