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

/* ----- HOMEPAGE - Service Times ----- */
#serviceTimes {
	background-color: #ac8f4b;
	width: 240px;
	padding: 0px 0 5px;
}
#serviceTimes div {
	margin: 5px 5px 0;
	border: 1px solid #d0bf98;
	color: #FFFFFF;
	text-align: left;
	background: url(../img/bg_servicetimes.gif) repeat-x bottom;
}
#serviceTimes h3 {
	background: #c6b282;
	margin: 0px;
	padding: 3px 8px;
}
#serviceTimes p {
	margin: 7px 8px 0px;
	padding: 0px;
	line-height: 110%;
}
#serviceTimes p.location {
	color: #47311a;
	font-size: 10px;
	margin-bottom: 5px;
}
#serviceTimes a {
	color: #f9edbf;
}
#serviceTimes a:hover {
	text-decoration: underline;
}
/* ----- HOMEPAGE - Welcome ----- */
#welcome {
	background: url(../img/hd_welcome.gif) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 384px;
	text-indent: -9999px;
}
#welcomeMessage {
	padding: 5px 15px;
	border-left: 1px solid #c2beb2;
}
#welcomeLinks a {
	background: #d6ceb8;
	border: 1px solid #c2beb2;
	border-right: none;
	padding: 10px 10px 10px 15px;
	font: bold 14px Times, "Times New Roman", serif;
	color: #39361a;
	text-decoration: none;
	display: block;
}
#welcomeLinks a span {
	color: #706e4e;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#welcomeLinks a:hover {
	background: #bfb185;
}
#welcomeLinks :hover span {
	color: #5f492c;}
/* ----- HOMEPAGE - Recent Messages ----- */
#recentmessages {
	background: url(../img/hd_recentmessages.gif) no-repeat left top;
	text-indent: -9999px;
	height: 45px;
	width: 216px;
	margin: 0px;
	padding: 0px;
}
#messagesDiv {
	padding: 10px;
}
#messagesDiv ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#messagesDiv li {
	border-bottom: 1px solid #DCD6C5;
	line-height: 110%;
	background: none;
	padding: 5px;
}
#messagesDiv li:hover {
	background: #DCD6C5;
}
#messagesDiv li a {
	color: #39361A;
	text-decoration: none;
	display: block;
	padding-right: 20px;
}
#messagesDiv li:hover > a {
	color: #5f2e06;
}
/* ----- HOMEPAGE - Upcoming Events ----- */
#upcomingevents {
	background: url(../img/hd_upcomingevents.gif) no-repeat left top;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	padding: 0px;
	height: 45px;
	width: 250px;
}
/* ----- HOMEPAGE - 3 Modules ----- */
#threeModules {
	background: #FAF8F3 url(../img/bg_modules.gif) repeat-x left bottom;
	border-left: 1px solid #c2beb2;
	padding: 15px 10px;
	color: #7d7c56;
	line-height: 110%;
}
#threeModules a {
	color: #383519;
	font: italic bold 13px Times, "Times New Roman", serif;
	text-decoration: none;
	padding: 2px 0;
}
#threeModules a:hover { color:#773908; text-decoration: underline; }


.homepageBorderR {
	background: url(../img/bg_pixel.gif) repeat-y right bottom;
}
.homepageBorderL {
	background: url(../img/bg_pixel.gif) repeat-y left bottom;
}