/*	-------------------------------------------------------------------
	---------------------------       Site Content 	-------------------
	------------------------------------------------------------------- */
.contentbox
{
}
div.contentholder ol li
{
	margin-bottom:15px;

}
div.contentholder ul li
{
	margin-top:10px;
	list-style:disc;
}
#zoom a {
	text-align:left;
	border: 1px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 440px; /* show only thumbnail */
	height: 90px;
	background: url(/UserFiles/Image/CensusQuestion56_small.gif) no-repeat top left;
	}

#zoom a:hover 
{
	margin:0 auto;
	position:relative;
	width: 680px; /* adjust size to zoomed photo */
	height: 100px;
	background: url(/UserFiles/Image/CensusQuestion56.gif);
	background-position:left top;
	background-repeat:no-repeat;
	left:-120px;
	}
