html{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header{
	width: 100%;
	height: 159px;
	background-image: url(images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}
#corpLogo{
	position: absolute;
	background-image: url(images/goldenlogo.gif);
	right: 0;
	bottom: 8px;
}
body{
	padding: 0;
	margin: 0;
}
#main{
	width: 760px;
	background: url(images/repeat.gif) right repeat-y;
	margin: 0 auto;
}
#content{
	background-image: url(images/content_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#innerContent{
	padding: 40px 25px 0 25px;
}
h4{
	margin: 0 0 10px 0;
}
#footer{
	clear:both;
	background-image: url(images/footer.gif);
	height: 42px;
	text-align: center;
	line-height: 18px;
}
#footer a:link, #footer a:active, #footer a:visited{
	text-decoration: none;
	margin: 0 4px;
	color: #000080;
}
#footer a:hover{
	color: #f00;
}
#searchPanels{
	width: 65%;
	margin: 5px auto;
}
#searchPanelOne{
	float: left;
	width: 50%;
}
#searchPanelTwo{
	float: right;
	width: 48%;
}
/* Results CSS */

.resultsContent{
	margin: 0px 0 0 0px;
	padding-top: 0px;
	line-height: 16px;

}
.resultsItem{
	position: relative;
	margin: 0 auto;
	width: 350px;
}
.resultsItemHeader a:link, .resultsItemHeader a:active, .resultsItemHeader a:visited{
	color: #FE0018;
	font-weight: bold;
	text-decoration: none;
}
.resultsCompanyInfoColumn{
	width: 240px;
	float: left;
}
.resultsCompanyInfoColumn a:link, .resultsCompanyInfoColumn a:active, .resultsCompanyInfoColumn a:visited{
	color: #015DAA;
}
.resultsCompanyInfoColumn a:hover{
	color: #FE0018;
}
.resultsItemHeader{
	width: 350px;
}
.resultsItemLine{
	clear:both;
	margin-top: 15px;
	height: 10px;
}
.resultsProductsServicesLabelColumn{
	float: right;
	top:0px;
	width: 100px;
	right: 0;
}
#poweredBy{
	text-align: center;
	width: 100%;
	margin-top: 5px;
}



