div#popupBox {
	position: fixed;
	top: 2px;
	left: 2px;
	background-color: #FF0000;
	color: #FFFFFF;
	width: 0px;
	height: 0px;
	z-index: 100;
	padding: 0px;
	visibility: hidden;
	border: solid;
	border-width: 10px;
	border-color: rgb(237,26,46);
}

/* fixing IE's lack of support for pos fixed */

* html
{
	overflow-y: hidden;
}
* html body
{
	overflow-y: auto;
	height: 100%;
	padding: 0 0em 0 0em;
	font-size: 100%;
}
* html div#popupBox
{
	position: absolute;  
	top: 10px;
	left: 20px;
}

/* sub headings in billy section */
h2.standard_billy {
  color: #0066CC;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 10px
}

h3.standard_billy {
  color: #0099FF;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 0px;
  padding-top: 0px;
}

img.billy_sidebar
{
	margin-top: 5px;
	padding-top: 0px;
}

ul.billy
{
  margin: 0;
  padding: 0;
  color: black;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin-left: 15px;
  padding-left: 10px;
}

a.billy_honeywell {
  text-decoration:none;
  color: #e9212c;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
a.billy_honeywell:hover {
  text-decoration:underline;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}