﻿
div.companyinfo {
	float: left;
	position: relative;
	width: 490px;
	margin-bottom: -9px;
}

div.companyinfo p {
	color: #666666;
}

/**************/
div.flash {
	float: left;
	position: relative;
	width: 490px;
	margin-bottom: -206px;
	margin-top: -9px;
}

div.flashcontent {
	position: relative;
	top: -220px;
	left: 11px;
	z-index: -1;
}

/**************/
div.news {
	float: right;
	position: relative;
	width: 272px;
	color: #666666;
	margin-bottom: -9px;
}

/**************/
div.spotlight {
	margin-top: -9px;
	float: left;
	position: relative;
	width: 490px;
	color: #666666;
}

div.spotlight div.awards {
	display: block;
	width: 100%;
	/* 
	width: 262px;
	height: 43px;
	background: url(images/awards.png) no-repeat 0px 0px;
	*/
	margin-bottom: 1px;
}

div.spotlight div.awards img {
/*<%
	var agent = Request.ServerVariables("HTTP_USER_AGENT").Item.toLowerCase();
	if (agent.match("firefox")) {
%>
	visibility: visible !important;
<%
	}
%>
*/
/* visibility: hidden; */
}

/*
div.spotlight div.awards a {
	margin: 0px;
	padding: 0px;
	height: 43px;
	line-height: 43px;
}

div.spotlight div.awards a.award1:hover, div.spotlight div.awards a.award1:active {
	background: url(/images/awards.png) no-repeat 0px -43px;
}

div.spotlight div.awards a.award2:hover, div.spotlight div.awards a.award2:active {
	background: url(/images/awards.png) no-repeat -72px -43px;
}

div.spotlight div.awards a.award3:hover, div.spotlight div.awards a.award3:active {
	height: 43px;
	background: url(/images/awards.png) no-repeat -186px -43px;
}
*/
