@charset "utf-8";
/* CSS Document */
a.blue_bucket
		{
			width:120px;
			height:67px; 
			float:right;
			margin:12px 8px 0 0;
			padding-top:4px;
			position:relative; 
			display:block; 
			background-image:url(/_lib/images/blue_bucket.gif); 
			background-repeat:no-repeat;
			text-align:center;
			text-decoration:none;
			color:#073665;
			font-size:12px;
			font-weight:bold;
		}
	a.blue_bucket:hover
		{
			color:#13709B;
			text-decoration:underline;
			background-image:url(/_lib/images/blue_bucket_hover.gif);
		}

	a.blue_bucket div.sml
		{
			font-size:10px;
			font-weight:normal;
			font-family:Arial, Helvetica, sans-serif;
			text-decoration:underline;
			margin:2px 0;
		}
	a.blue_bucket div.sml:hover
		{
			text-decoration:none;
			color:#13709B;
		}
		
	#shlogo_link			
		{
			width:742px; 
			height:94px; 
			float:left; 
			cursor:pointer; 
			display:block; 
			text-decoration:none; 
			background-repeat:no-repeat; 
			background-image:url(../images/BannerHealthHeader.jpg);
		}
	#apple_link	
		{
			width:74px; 
			height:62px; 
			float:right; 
			padding:8px 0 8px 8px; 
			margin-top:15px; 
			background-repeat:no-repeat; 
			background-image:url(../images/apple_link.jpg);
		}
	#apple_link:hover		
		{
			background-image:url(../images/apple_link_hov2.jpg); 
			cursor:pointer;
		}

/*for community ed prolly should be elsewhere*/
.bnav					{height:25px; color:#FFFFFF; font-weight:bold; font-size:12px; text-align:center; background-color:#00214e; border-bottom:1px solid #ffffff;}


