/* CSS Document */

#more_info_bttn {
	height: 31px;
	width: 166px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/achievement/achievement_moreinfobutton.png);
	background-position: 0px 0px;
}

#achievement_bttn {
	margin-top: 80px;
	height: 44px;
	width: 154px;
	display: block;
	text-indent: -9999px;
	background: url(../images/acheivement_button.png) 0px 44px;
}

#more_info_bttn:hover, #more_info_bttn.holdopen {
	background-position: 0px -40px;
}

#achievement_bttn:hover{
	background-position: 0px 0px;
}

#flyout_container {
	overflow: hidden;
	position: absolute;
	height: 405px;
	width: 485px;
	left: 327px;
	top: 372px;
	display: none;
	
}

#flyout_container #flyout_content {
	border-left: none;
	position: relative;
	left: -490px;
	/*left: 0px; - for dev purpose only*/
	background-color: #f5f5f5;
	width: 483px;
	height: 402px;
	color: #666;
	font-size: 11px;
	line-height: 16px;
}

#flyout_container #flyout_content a#flyout_close {
	display: block;
	background: url(../images/flyout_closer.png) no-repeat -27px 0px;
	height: 402px;
	width: 15px;

}
#flyout_container #flyout_content a#flyout_close:hover { background-position: 0px 0px;}

#flyout_container #flyout_content #LOB_callouts { width: 450px; }

#flyout_container #flyout_content #LOB_callouts div.lob_container {
	padding-left: 30px;
	padding-bottom: 10px;
	float:left;
	clear: both;
	width: 420px;
}

#flyout_container #flyout_content #LOB_callouts div a.learnmore{
	display: block;
	background-image: url(../images/achievement/achievement_learnmorebutton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 24px;
	width: 89px;
}
#flyout_container #flyout_content #LOB_callouts div a.learnmore:hover{
	background-position: 0px -34px;	
}
#flyout_container #flyout_content #LOB_callouts div h4{
	font-size: 18px;
	margin-left: 2px;
	margin-bottom: 7px;
	margin-top: 10px;
	color: #f58025;
}

#flyout_container #flyout_content #LOB_callouts img {
	padding-right: 15px;
	padding-bottom: 5px;
}
