/*#managed_medicare_banner {
		background: url(../images/what_we_do.gif) no-repeat bottom;
		height: 103px;
		width: 962px;
		padding-top: 5px;
	}*/
#managed_medicare_banner {
	background: url(../images/hsg_whatwedo_header.jpg) 0px 20px  no-repeat;
	height: 150px;
	width: 962px;
}
#col_1
	{
		width:290px;
	}
#mask
	{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: #333333;
		filter:alpha(opacity=50);
		opacity: 0.5;
		-moz-opacity:0.5;
		display: none;
	}
#alert_window
	{
		position:absolute;
		width: 473px;
		height: 289px;
		z-index: 200;
		margin: 200px 0px 0px 0px;
		background-image: url(/images/alert_window.gif);
		background-repeat: no-repeat;
		display: none;
	}
#caution
	{
		width: 48px;
		height: 48px;
		z-index: 201;
		background-image: url(/images/caution.gif);
		background-repeat: no-repeat;
	}
#caution_text
	{
		color: #f79649;
		font: bold 24px arial;
	}
#close_button
	{
		cursor: pointer;
		color: #f79649;
		font: bold 14px arial;
		text-decoration: underline;
	}
#website
	{
		position: absolute;
		z-index:1;
		width:100%;
	}


