/* CSS Document */

#homeImg {
	width: 950px; height: 225px;
	clear: both;
	background-image: url(../images/hm_mainimg.jpg);
	background-position: left top; background-repeat: no-repeat;
	display: block;
}

#stoneOverlay {
	width: 98px; height: 225px;
	float: right;
	background-image: url(../images/rh_stone.gif);
	background-position: right bottom; background-repeat: no-repeat;
	display: block;
}

#titlePanel { height: 150px; }
#titleImg { display: none; }
#titleContent { width: 660px; padding-top: 15px; }
#titleLinks {
	height: 143px; padding-top: 7px;
	background-image: none;
	float: right;
}
#titleLinks ul.quicklinks a {
	width: auto; margin-right: 8px; padding-bottom: 1px;
	background-image: url(../images/arrowongrn_link.gif);
	background-position: right 3px;
	display: block;
}
#titleLinks ul.quicklinks a:hover { background-image: url(../images/arrowongrn_visited.gif); }
#titleLinks ul.quicklinks li { margin-bottom: 2px; margin-top: 0; padding: 0; }


#typeArea { padding-top: 0px; }
#mainColumn { width: 670px; padding-top: 10px; margin-bottom: 10px; }
#rhColumn {
	width: 250px; height: 178px;
	border: 0; padding: 0; margin: 0;
	background-image: url(../images/mainImgs_f03.jpg);
	background-position: -40px -7px;
	display: block;
}

.newsStory {
	width: 206px; padding-right: 0px;
	float: left; clear: none;
}

div.newsSpc {
	border-right: 1px solid #86B300;
	padding-right: 10px;
	margin-right: 10px;
}

.newsStory h2 { height: 38px; display: block; }
.newsStory p {
	height: 95px;
	display: block;
	margin-bottom: 0px;
}
.newsStory p.newsLink { margin-bottom: 0px; height: 1em; }
.newsStory p.newsLink a { margin-bottom: 0px; background-position: right 2px; }
.storyText {font-family:Arial, Helvetica, sans-serif; font-size:9pt;} 