/* HOME */
#Home #breadcrumbs {
	top: -75px;
}
#Home  h1 {
	font-size: 16px;
	margin-top: -38px;
}

/*#interactive_holder {
	background-image: url(../img/FRPC_interactive_sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 344px;
	width: 439px;
	position: relative;
	
	
}
*/

#interactive_holder {
	background-image: url(../img/FLXX_interactive_lg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 470px;
	width: 700px;
	position: absolute;
	left: -200px;
	top: 90px;
	
	
}
#inderactive_spacer {
	height: 450px;
}


a.btn_interactive {
	background-image: url(../img/btn_interactive.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 30px;
	position: absolute;
}

a.btn_interactive:hover {
	background-position: 0px -30px;	
}

a.btn_interactive span{
	display: none;	
}

/*#btn01 {
	left:64px;
	top:199px;
}
#btn02 {
	left:276px;
	top:202px;
}
#btn03 {
	left:59px;
	top:263px;
}
#btn04 {
	left:182px;
	top:176px;
}
#btn05 {
	left:150px;
	top:70px;
}
#btn06 {
	left:251px;
	top:97px;
}
*/
#btn01 {
	left:84px;
	top:271px;
}
#btn02 {
	left:430px;
	top:292px;
}
#btn03 {
	left:108px;
	top:364px;
}
#btn04 {
	left:291px;
	top:235px;
}
#btn05 {
	left:245px;
	top:100px;
}
#btn06 {
	left:416px;
	top:145px;
}

#content p.instructions {
	margin: 0px;
	padding: 0px;
	height: 61px;
	width: 200px;
	top: 45px;
	color: #013D61;
	position: absolute;
	right: 30px;
	line-height: normal;
	font-style: oblique;
	font-size: 12px;
}


/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FF0;
	padding: 10px;
	width: 240px;
	border: 2px solid #FF0;
}
.tooltipContent h4 {
	color: #013D61;
	font-size: 12px;
	font-weight: bold;
}
.tooltipContent p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-style: normal;
}

