#toolbox {
	margin-right: 10px;
	margin-top: 10px;
}
#home #toolbox {
	height: 78px;
	overflow: hidden;
	margin-right: 0px;
	margin-top: 0px;
}

h1, h2 {color: #3b654e;}
h1 {font-size: 15px; margin-bottom: 0.2em;}
h2 {font-size: 13px;}
#toolbox p {margin: 0 0 1em 0;}
.imageleft, .imageright {
	border: 1px solid #ccc;
	background: #eee;
	}
.imageleft {
	float: left;
	margin: 0 15px 15px 0;
	}
.imageright {
	float: right;
	margin: 0 0 15px 15px;
	}
.imagecaption {
	font-size: 11px;
	padding: 3px 6px;
	}
	/* Image Upload Icons */
.pdf, .txt, .doc, .ppt, .xls, .mp3, .download, .gif, .jpg {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 22px;
	display: block;
clear: left;
	}
	
.pdf	{ background-image: url(images/file-ext/pdf.png)}
.txt	{ background-image: url(images/file-ext/txt.png)}
.doc	{ background-image: url(images/file-ext/doc.png) }
.ppt	{ background-image: url(images/file-ext/ppt.png) }
.xls	{ background-image: url(images/file-ext/xls.png) }
.mp3	{ background-image: url(images/file-ext/mp3.gif) }
.gif	{ background-image: url(images/file-ext/gif.gif) }
.jpg	{ background-image: url(images/file-ext/gif.gif) }
.zip	{ background-image: url(images/file-ext/zip.png) }
.download {  background-image: url(images/file-ext/download.gif);}	