
div#menuWho a:hover {
  background: url('../images/menu/who-over.gif') no-repeat;
}
#menuWhat a:hover {
	background: url('../images/menu/what-over.gif') no-repeat;
}
#menuCalendar a:hover {
	background: url('../images/menu/calendar-over.gif') no-repeat;
}
#menuResources a:hover {
	background: url('../images/menu/resources-over.gif') no-repeat;
}
#menuContact a:hover {
	background: url('../images/menu/contact-over.gif') no-repeat;
}
div#menuHome a:hover {
	background: url('../images/menu/home-over.gif') no-repeat;
}
.notice {
	margin: 2em 0 0 18em;
	font-weight: bold;
	color: #ff2d40;
}
.title {
	color: rgb(52, 79, 134);
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    text-align: left;
}
#recentSermons {
	float: left;
	padding: 0em 0em 0em 3em;
	width: 310px;
}
#past_sermons {
  padding-bottom: 3em;
}
#pastSermons {
	padding: 0em 0em 0em 3em;
}
#ministryHighlights {
	float: right;
	padding: 0px 0px 0px 10px;
	width: 310px;
}
.ministryImage {
	float: left;
	padding-right: 1em;
}
.ministryTitle {
	padding-top: 0.75em;
	font-weight: bold;
}
.ministryDescription {
	padding-top: 0.25em;
	font-size: 0.95em
}
#contactUsContent {
	padding: 3.5em;
	text-align: center;
	margin-bottom: 25em;
}
#resources_content {
	margin-bottom: 25em;
}
.whoContent {
	padding-left: 2em;
	padding-top: 2em;
	width: 35em;
	float: left;
}
.whoHeading {
    font-size: 1em;
    font-weight: bold;
}
.whoSubHeading {
	padding-top: 1em;
	font-size: 1em;
    font-weight: bold;
	text-decoration: underline;
}
.whoMainPoint {
	padding-top: 1em;
	font-size: .9em;
    font-weight: bold;
}
.whoNote {
	font-size: .90em;
}
.whoProfileImage {
	padding-top: 2em;
	float: left;
}
.whoProfileBio {
	float: left;
	width: 24em;
	background-color: rgb(241, 240, 235);
	padding: 1em;
	margin: 1em;
}
#submenu {
	float: left;
}
#submenuDivider {
	float: left;
	background: url('../images/vertline.gif') repeat-y;
	height: 30em;
	padding-right: 2em;
}
.submenuHeader {
	font-size: 1em;
	padding: 3em 0 0 3em;
	font-weight: bold;
}
.submenuItem {
	list-style-type: none;
	padding-left: 3em;
	margin-top: 1em;
    height: 1em;
}
.submenuItem span a {
	color: rgb(81, 69, 63);
    cursor: auto;
    text-decoration: none;
}
.submenuItem a:hover {
	text-decoration: underline;
}
.sermonEntry {
	padding-bottom: 1em;
}
.sermonAudio {
	float: left;
	padding-right: 1em;
}
.sermonTitle {
	font-weight: bold;
	padding-top: 0.5em;
	margin-left: 3em;
}
.sermonDescription {
	font-size: .95em;
	margin: 0 2em 0 4em;
}
#calendar {
	padding: 1em 1em 1em 2em;
	margin-top: 1em;
}
#calendar_links {
	padding-left: 1em;
}
#map_wrapper {
	padding-bottom: 10em;
}