@charset "utf-8";
#main_body #welcome_message   {
	height: 274px;
	width: 441px;
	position: absolute;
	left: 14px;
	top: 11px;
	background: url(../images/page_building/index/welcome_message.png);
	padding-top: 10px;
	padding-left: 10px;
}

#main_body #welcome_message #church {
	background: url(../images/images/placeholder.png);
	height: 149px;
	width: 227px;
}
#main_body #welcome_message p {
	color: #666;
	height: 30px;
	width: 420px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-style: italic;
	position: relative;
	top: 5px;
}

/* CSS Document */


#main_body #schedule {
	position: absolute;
	background: url(../images/page_building/schedule.png);
	height: 285px;
	width: 457px;
	left: 10px;
	top: 305px;
}
#main_body #schedule #schedule_container {
	height: 200px;
	width: 380px;
	position: relative;
	top: 65px;
	left: 35px;
}
#main_body #schedule #schedule_container .schedule_items {
	height: 15pt;
	width: 100%;
	margin-bottom: 10px;
	background: #dee6ff;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#main_body #schedule #schedule_container .schedule_items_alt {
	height: 15pt;
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ededed;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#main_body #schedule #schedule_container p  {
	float: left;
	width: 50%;
	font: bold 10pt Tahoma, Geneva, sans-serif;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	color: #666;
	position: relative;
	left: -1px;
	top: 1px;
}
.times   {
	text-align: center;
}
#schedule #schedule_text {
	position: absolute;
	width: 253px;
	font-size: 21px;
	left: 26px;
	top: 21px;
	background-color: #FFF;
	color: #A0A5A8;
	height: 29px;
}


#main_body #listen_now_container {
	background: url(../images/page_building/index/messages_listen_now.png);
	height: 109px;
	width: 386px;
	position: absolute;
	left: 480px;
	top: 11px;
}
#main_body #listen_now_container #button {
	background: url(../images/page_building/index/listen_now_button.png);
	height: 29px;
	width: 108px;
	top: 70px;
	position: relative;
	left: 270px;
	display: block;
}
#main_body #listen_now_container #button a {
	
	display: block;
	text-align: left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#main_body #listen_now_container h2 {
	position: absolute;
	top: 12px;
	height: 31px;
	font: italic 20px Tahoma, Geneva, sans-serif;
	color: #478FB8;
	text-transform: capitalize;
	left: 8px;
	width: 350px;
}
#main_body #listen_now_container #message_h3 {
	position: absolute;
	top: 57px;
	width: 250px;
	left: 8px;
	font: italic 14px Tahoma, Geneva, sans-serif;
}
#main_body #upcomming_events_container {
	position: absolute;
	height: auto;
	width: 380px;
	left: 480px;
	top: 143px;
}
#main_body #upcomming_events_container #upcomming_top {
	background: url(../images/page_building/index/upcomming_events_top.png);
	height: 18px;
	width: 386px;
}
#main_body #upcomming_events_container #upcomming_body {
	background: url(../images/page_building/index/upcomming_events_main.png) repeat-y center top;
	width: 386px;
	height: 540px;
}

#main_body #upcomming_events_container #upcomming_bottom {
	background: url(../images/page_building/index/upcomming_events_bottom.png) no-repeat center top;
	height: 26px;
	width: 386px;
}
#upcomming_events_container #upcomming_body .event {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
#upcomming_body .event .content {
	float: left;
	width: 280px;
	position: relative;
	top: 5px;
	height: 70px;
	left: 10px;
}

#upcomming_body .event .content p .header {
	font-size: 15px;
	font-weight: 500;
	color: #1d7aac;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	position: absolute;
	top: -2px;
	width: 266px;
	font-style: italic;
	text-decoration: none;
}

#upcomming_body .event .content p {
	font-size: 12px;
	margin-top: 5px;
}
