#breadcrumbs {
	font-size: 11px;
	padding: 3px 6px;
	border: 1px dotted #E8B53E;
	background: #F5DDA3;
	margin-right: 3px;
	margin-bottom: 12px;
	}
#toolbox {
	margin-right: 10px;
	overflow: hidden;
}
h1, h2 {color: #219baf;}
h1 {font-size: 18px; margin-bottom: 1em;}
h2 {font-size: 13px; clear: left;}
#toolbox p {margin: 0 0 1em 0;}
.imageleft, .imageright {
	background: #fff;
	position: relative;
	padding: 10px;
	}
.imageright img, .imageleft img {
		border: 1px solid #e7b134;
		}	
.imageleft {
	float: left;
	margin: 0 10px 5px 0;
	b
	}
.imageright {
	float: right;
	margin: 0 0 5px 10px;
	}
.imagecaption {
	font-size: 11px;
	padding: 10px 2px;
	color: #0091a5;
	font-weight: bold;
	background: url(assets/imagecaption-bg.gif) no-repeat bottom center ;
		}
	/* 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.gif) }
.ppt	{ background-image: url(images/file-ext/ppt.gif) }
.xls	{ background-image: url(images/file-ext/xls.gif) }
.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);}	

