/* CSS Document */

#hm_image {
	width: 337px; height: 325px;
	float: left;
	margin-bottom: 10px;
}
#hm_text { width: 340px; padding-top: 15px; float: right; margin-bottom: 10px; }
#hm_text p { font-size: 1.4em; }
#hm_text p.introPara { font-size: 1.8em; color: #666666; }

.hm_columns {
	width: 220px; float: left;
	margin-right: 20px;
}
.hm_columns_right { margin-right: 0; }


#hm_image { position: relative; }
#hm_image img {
	position: absolute; top: 0; left: 0;
	z-index: 8; opacity: 0.0;
}
#hm_image img.active { z-index: 10; opacity: 1.0; }
#hm_image img.last-active { z-index: 9; }

#blog_feed {
	font-size: 0.9em;
}
#blog_feed h2 {
	/*color: #666666;*/ font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 0;
	background-image: url(../images/blog-panel-title.gif);
	background-position: left top; background-repeat: no-repeat;
	height: 30px; line-height: 30px;
	padding-left: 10px;
	color: #FFFFFF;
}
#blog_feed h2 a { text-decoration: none; }
#blog_feed h2 a:link, #blog_feed h2 a:visited { color: #FFFFFF; text-decoration: none; }
#blog_feed h2 a:hover { color: #000000; text-decoration: none; }

#rightColumn #blog_feed .panel { background-image: url(../images/blog-panel-sides.gif); }
#rightColumn #blog_feed .panelBase { background-image: url(../images/blog-panel-base.gif); }

#blog_feed h3 {
	font-size: 1.3em; line-height: 1.2em;
	margin-bottom: 2px;
}
#blog_feed h3 a:link, #blog_feed h3 a:visited { color: #000000; text-decoration: none; }
#blog_feed h3 a:hover { color: #000000; text-decoration: none; }
#blog_feed p {
	color: #333333;
	line-height: 1.2em;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCCCCC;
}
#blog_feed p.lastPara {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
	font-size: 12px;
}