body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	background: #DFEAD1;
	}
a:link {color: #254c7c;}
a:visited {color: #254c7c;}
a:hover {color: #000; text-decoration: none; border-bottom: 1px dotted #254c7c;}
a:active {color: #254c7c;}	
#wrapper {
	margin: 0 auto;
	width: 758px;
	text-align: left;
	background: url(assets/bg.gif) repeat-y;
	}
.clearer {
 height:1px;
 overflow:hidden;
 margin-top:-1px;
 clear:both;
}
#top {
	height: 146px;
	background: url(assets/top.jpg) no-repeat;
	}
#main {
	width: 	565px;
	float: right;
	position: relative;
	margin-right: 1px;
	}
#toolbox {margin: 0 8px 10px 11px;}
#toolbox p {margin-top: 0;}
#category {margin-left: 28px;}
h1 {
	color: #9dbe6f;
	font-size: 16px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 6px;
	}
.listing {clear: both; margin-right: 15px; margin-top: 2em;}	
h2 {
	color: #254c7c;
	font-size: 14px;
	border-bottom: 2px solid #9dbe6f;
	margin: 0;
	position: relative;}
.imageleft, .imageright {position: relative; display: inline;}
.imageleft {float: left; margin: 0 10px 10px 0;}
.imageright {float: right; margin: 0 0 10px 10px;}
.imagecaption {color: #003574; font-size: 10px; text-align: right;}
#category .imagecaption {text-align: center;}
.listing .imageleft,
.listing .imageright  {padding-top: 18px;}
/* left column stuff*/
#left {
	width: 188px;
	}
#left-address {
	margin-left: 18px;
	font-size: 11px;
	margin-top: 40px;
	padding-bottom: 12px;
}
#left-address b {display: block; margin-bottom: 12px; }
#bottom {
	background: #DFEAD1;
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	}


/* Image Upload Icons */
.pdf, .txt, .doc, .ppt, .xls{
	width:20px;
	padding: 0 20px 0 0;
	}
.pdf{ background: url(images/file-ext/pdf.png) no-repeat right; }
.txt{background: url(images/file-ext/txt.png) no-repeat right;}
.doc{background: url(images/file-ext/doc.png) no-repeat right;}
.ppt{background: url(images/file-ext/ppt.png) no-repeat right;}
.xls{background: url(images/file-ext/xls.png) no-repeat right;}
.zip{
  width:23px;
  padding:0 23px 0 0;
  background: url(images/file-ext/zip.png) no-repeat right;
}
