@charset "UTF-8";
/* CSS Document */

#body {
	margin-top: 10px;
} 

#hpLogo {
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}

#um_bg {
	position: absolute;
	top: 0px;
	left: 20px;
	background: #000000;
	width: 960px;
	margin: 0 auto;
	height: 35px;
	z-index: 3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);					
	opacity: .5;
}

#wrapper_bg {
	background-image: url(/assets/masthead_hp_bg.gif);
}

#mh {
	height: 330px;
}

#anim {
	z-index: 0;
	top: 0px;
	left: 20px;
	position: absolute;
	height: 300px;
	width: 960px;
	background: aqua;
}

#m1 {
	top: auto;
	bottom: 0px;
}

#um {
	padding: 0px 20px;
}

#um a, #um a:visited {
	color: #DDDDDD;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5)
}

#um a:hover {
	color: #FFFFFF;
}

#um_pdf a {
	background-image: url(/assets/um_home/pdf.gif);
}

#um_rss a {
	background-image: url(/assets/um_home/rss.gif);
}

#um_subscribe a {
	background-image: url(/assets/um_home/subscribe.gif);
}

#um_contact-us a {
	background-image: url(/assets/um_home/contact-us.gif);
}


span.contact {
	float: left;
	width: 15%;
	font-weight: bold;
}

.newsItem span {
	font: 8pt Verdana, Helvetica, Arial, sans-serif;
}

a.newsItem, a.newsItem:visited {
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 5px 0px;
}


#rightColumn h2 {
	margin: 0 0 10px 0;
	font-size: 14pt;
}

.blockOuter {
	margin-top: 5px;
}

.blockInnerIndented {
	margin-left: 20px;
}

#rightColumn h2 a, #rightColumn h2 a:visited {
	margin: 0 4px 10px 0;
	font-size: 14pt;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
}

#rightColumn h2 a:hover {
	text-decoration: none;
	color: #660066;
}

a.rss, a.rss:visited {
	float: left;
	width: 16px;
	height: 16px;
	text-indent:  -3000px;
	overflow: hidden;
	background: url(/assets/rss.jpg) top left no-repeat;
	text-decoration: none;
}


a.rss:hover {
	background-position: bottom left;	
}