#maincontent {
	/* position: relative; */
}

#srvcontentlft, #srvcontentmid, #srvcontentrgt {
	margin: 20px 0;
}

#srvcontentlft {
	float: left;
	width: 176px;
	padding-right: 20px;
	background: transparent;
}

#srvcontentmid {
	float: left;
	width: 368px;
	padding-left: 10px;
	background: transparent;
}

	#srvcontentmid h1 {
		font-size: 1.4em;
	}

#srvcontentrgt {
	position: absolute;
	bottom: 35px;
	left: 604px;
	width: 176px;
	background: transparent;
}

	#srvcontentleft img, #srvcontentrgt img {
		margin-bottom: 10px;
	}

#srvcontentmidright {
	margin-top: 20px;
	float: left;
	width: 570px;
	padding-left: 10px;
	background: transparent;
}

	* html #srvcontentmidright {
		width: 560px;
	}

	#srvcontentmidright h1 {
		font-size: 1.4em;
	}

/***** MOREINFO DL / DT / DD *****/
#moreinfo {
	background: url(/images/moreinfotop.gif) no-repeat top left;
	padding-top: 11px;
}

#moreinfo dl {
	margin: 0;
	padding: 0;
}

	#moreinfo dl dt {
		clear: both;
		float: left;
		width: 39px;
		height: 40px;
		margin: 0;
		padding-bottom: 15px;
		border-left: 1px solid #b2b2b2;
	}

		#moreinfo dl dt span {
			display: none;
		}

		#moreinfo dl dt.doc {
			background: url(/images/icon-doc.gif) no-repeat 5px top;
		}

		#moreinfo dl dt.pdf {
			background: url(/images/icon-pdf.gif) no-repeat 5px top;
		}

		#moreinfo dl dt.xls {
			background: url(/images/icon-xls.gif) no-repeat 5px top;
		}

		#moreinfo dl dt.txt {
			background: url(/images/icon-txt.gif) no-repeat 5px top;
		}
		
		#moreinfo dl dt.con {
			background: url(/images/contactarrow2.gif) no-repeat 25px 3px;
			height: 1em;
			padding-bottom: 2px;
		}

	#moreinfo dl dd {
		float: right;
		width: 130px;
		height: 40px;
		margin: 0;
		padding-bottom: 15px;
		border-right: 1px solid #b2b2b2;
	}
	
		#moreinfo dl dd.contact {
			height: 1em;
			padding-bottom: 2px;
		}
		

		
.btmcorners {
	clear: both;
	height: 11px;
	background: url(/images/moreinfobtm.gif) no-repeat bottom left;	
}