#toolbox {margin: 20px 10px 10px 20px;}
.listing {
	clear: both;
	}
.imageright {
	float: right;
	position: relative;
	margin: 0 0 12px 12px;
	}
.imageleft {
	float: left;
	position: relative;
	margin: 0 12px 12px 0;
	}
	
h1, h2 { font-size: 14px; color: #0854b0; margin: 0; font-weight: bold}
h1 {
	font-size: 16px;
	background: url(assets/headerBg.gif) no-repeat 10px bottom;
	padding: 13px 0 16px 40px;
	margin-bottom: 10px;
	position: relative;
	}
#toolbox p {margin: 0 0 1em 0;}
.imagecaption {
	color: #0854b0;
	font-size: 10px;
	background: url(assets/caption-bg.gif) no-repeat;
	padding: 5px 0 20px 35px;
	margin-top: 2px;
	}
#toolbox ul {list-style-type: none;}	
#toolbox li {
	background: url(assets/bullet.gif) no-repeat top left;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0.5em;
	}	