/* Hack so that page doesn't shift around*/
html {
	overflow-y: scroll;
}
body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
.topspacer {
	height: 55px;
	margin: 0px;
}
.topcontent {
	height: 12px;
	margin: 0px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contentcell {
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin-left: 20px;
	width: 590px;
	padding-right: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-image: url(../images/horline1.png);
	background-repeat: repeat-y;
	background-position: right;
}
.bottomcontent {
	height: 28px;
	margin: 0px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maincontent {
	margin: 0px;
	background-image: url(../images/mid.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: tahoma;
	font-size: 12px;
}
.mainCopy {
	display: inline;
	width: 850px;
}
.mainImg {
	border-top: thin outset;
	border-right: thin outset;
	border-bottom: thin outset;
	border-left: thin outset;
}
.menulinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	list-style-position: inside;
	list-style-type: none;
	line-height: 16px;
	text-align: center;
}
.menulinks a:link {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
.menulinks a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
.menulinks a:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}
.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: BLACK;
	text-decoration: none;
	padding: 5px;
	list-style-position: inside;
	list-style-type: none;
	line-height: 16px;
	text-align: center;
}
.footerlinks a:link {
	text-decoration: none;
	font-size: 10px;
	color: BLACK;
}
.footerlinks a:visited {
	text-decoration: none;
	font-size: 10px;
	color: BLACK;
}
.footerlinks a:hover {
	color: BLACK;
	font-size: 10px;
	text-decoration: underline;
}
.headerImage {
	margin-bottom: 10px;
}
.mainHeader {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/headerbackground.gif);
	margin-top: 10px;
	margin-left: 15px;
}
.tableborder {
	border: 1px dotted #CCCCCC;
	margin-left: 15px;
	font-family: tahoma;
	font-size: 13px;
	line-height: 1.5em;
}
.tableborderNoMargin {
	border: 1px dotted #CCCCCC;
	font-family: tahoma;
	font-size: 12px;
}
.maincontentHeader {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 1px;
	background-color: #F1F1F1;
	border: 1px dashed #FF0000;
	margin: 2px;
	padding: 5px;
}
.searchtable {
	background-color: #E0E0E0;
	margin-left: 15px;
	background-image: url(/images/SearchBox.png);
	background-repeat: no-repeat;
	width: 602px;
}
.ResultsWrapper {
	width: 600px;
	border: 1px solid #999;
	margin-bottom: 12px;
	margin-left:10px;
	padding-bottom: 10px;
	background-color: #FFF;
	font-size: 14px;
	line-height: 1.5em;
}
.ResultsCompany {
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 399px;
	padding-top: 12px;
	padding-left: 5px;
	padding-bottom: 12px;
}
.ResultsCodes {
	float:right;
	text-align:right;
	line-height:1.5em;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ResultsHeaderWrapper {
	width: 600px;
	background-color: #E4E4E4;
	height: 54px;
	background-image: url(/images/SearchResultsHeader.png);
	background-repeat: repeat-x;
}
.ResultsBodyWrapper {
	padding-top:10px;
}
.ResultsContactInfo {
	width: 359px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: left;
	font-size: 12px;
}
.ResultsServices {
	float: left;
	width: 220px;
	font-size: 12px;
}
.ResultsSearchLinks {
	font-size: 12px;
	color: #000;
	line-height: 2em;
	margin-top:6px;
}
.ResultsSearchLinks a {
	text-decoration:none;
	color: #000;
}
.ResultsSearchLinks a:visited {
	text-decoration:none;
	color: #000;
}
.ResultsSearchLinks a:hover {
	text-decoration:underline;
	color: #000;
}
.PubWrap {
	width: 570px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	margin-left: 25px;
}
.PubHeader {
	background-color: #E6E6E6;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
}
.PubBody {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}

