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

a.sidebarHeaderLink{
	width:290px; height:30px; display:block;
}
/* announcements */
.announcementsSideBar{
	padding-bottom:3px;
}
.announcementsSideBar .hd{
	width:298px; height:30px; background:url(images/announcements_hd.png) no-repeat;
}
.announcementsSideBar .bd{
	width:298px; max-height:129px; background:url(images/announcements_bd.png) no-repeat; margin-bottom:10px;
}
.announcementsSideBar .bd .c{
	margin:0 4px;
}
.announcementsSideBar .bd .c ul{
	margin:0; padding:0; 
}
.announcementsSideBar .bd .c ul li{
	list-style-type:none; background:url(images/sidebarItemBg.png) no-repeat; height:20px; overflow:hidden;
}
.announcementsSideBar .bd .c ul li:hover{
	background:url(images/sidebarItemRollOver.png) no-repeat;
}
.announcementsSideBar .bd .c ul li a:link, .announcementsSideBar .bd .c ul li a:visited{
	color:#fff; text-decoration:none; padding-left:20px; position:relative; top:3px;
}
.announcementsSideBar .bd .c ul li a:hover{
	color:#ff9900;
}
/* sermons */
.sermonsSideBar{
	padding-bottom:3px;
}
.sermonsSideBar .hd{
	width:298px; height:30px; background:url(images/sermons_hd.png) no-repeat;
}
.sermonsSideBar .bd{
	width:298px; height:129px; background:url(images/sermons_bd.png) no-repeat;
}
.sermonsSideBar .bd .c{
	margin:0 4px; height:120px;
}
.sermonsSideBar .bd .c ul{
	margin:0; padding:0; 
}
.sermonsSideBar .bd .c ul li{
	list-style-type:none; background:url(images/sidebarItemBg.png) no-repeat; height:20px; overflow:hidden;
}
.sermonsSideBar .bd .c ul li:hover{
	background:url(images/sidebarItemRollOver.png) no-repeat;
}
.sermonsSideBar .bd .c ul li a:link, .sermonsSideBar .bd .c ul li a:visited{
	color:#fff; text-decoration:none; padding-left:20px; position:relative; top:3px;
}
.sermonsSideBar .bd .c ul li a:hover{
	color:#ff9900;
}
/* church */
.churchSideBar{
	padding-bottom:3px;
}
.churchSideBar .hd{
	width:298px; height:30px; background:url(images/church_hd.png) no-repeat;
}
.churchSideBar .bd{
	width:298px; height:60px; background:url(images/church_bd.png) no-repeat; margin-bottom:10px;
}
.churchSideBar .bd .c{
	margin:0 4px; height:120px;
}
.churchSideBar .bd .c ul{
	margin:0; padding:0; 
}
.churchSideBar .bd .c ul li{
	list-style-type:none; background:url(images/sidebarItemBg.png) no-repeat; height:20px; overflow:hidden;
}
.churchSideBar .bd .c ul li:hover{
	background:url(images/sidebarItemRollOver.png) no-repeat;
}
.churchSideBar .bd .c ul li a:link, .churchSideBar .bd .c ul li a:visited{
	color:#fff; text-decoration:none; padding-left:20px; position:relative; top:3px;
}
.churchSideBar .bd .c ul li a:hover{
	color:#ff9900;
}
