/* ------------- home  ------------- */
#photofeature{
	height: 225px;
	margin-top: -5px;
}
#home_news{
	float: left;
	top: 20px;
	left: 38px;
	position: relative
}
#home_events{
	top: 20px;
	left: 50px;
	position: relative;
}
#home_news,
#home_events{
	display: block;
	height: 220px;
	width: 415px;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	padding: 10px;
}
#home_news h2,
#home_events h2{
	float: left;
	font-size: 12pt;
}
#home_news img,
#home_events img{
	padding: 0 5px 0 5px;
}
dl{
	clear: both;
}
#home_news dt,
#home_events dt{
	float: left;
	margin-right: 40px;
}
#home_news dt,
#home_events dt,
#home_news dd,
#home_events dd{
	padding: 5px 0 5px 0;
}
#home_news a,
#home_events a{
	color: black;
}
a.more{
	float: right;
	padding-right: 20px;
	font-size: 8pt;
}
#home_drawer{
	clear: both;
	margin-top: 40px;
	background: #efefde;
	padding: 10px 20px 10px 38px;
	height: 180px;
}
#home_drawer h2{
	color: #9d3b3b;
	font: 18pt Garamond, Times, Palatino, serif;
}
#home_welcome{
	width: 430px;
	float: left;
}
#home_welcome p{
	margin-bottom: 10px;
}
#home_drawer img{
	float: left;
	display: block;
	position: relative;
	top: 50px;
	left: 20px;
}
#mass_schedule{
	width: 220px;
	float: right;
}
#mass_schedule dt{
	font-weight: bold;
}
#mass_schedule dd{
	padding-bottom: 10px;
}
#mass_schedule a{
	font-size: 80%;
	color: #000088;
}
