#content_wrapper {
	position:relative;
	padding-top:5px;
	padding-bottom:5px;
}
#content_left_wrapper {
	float:left;	
	width:650px;
}
#content_left {
	position:relative;
	z-index:8;
}
#video_holder {
	height:360px;
	width:650px;
	background-color:#000000;
	position:absolute;
	z-index:9;
	overflow:hidden;
}
#stop_button {
	position:absolute;
	width:40px;
	height:40px;
	left:600px;
	top:10px;
	background-color:#000000;
	z-index:14;
	background-image:url('/images/static/button-close.jpg');
}
#moogaloop_holder {
	position:absolute;
}
#video_list {
	height:360px;
	width:650px;
	background-color:#7f7f7f;
	z-index:13;
}
#video_spacer {
	height:360px;
	background-color:#ffffff;
	z-index:9;
}
#content_left_spacer {
	height:5px;
	overflow:hidden;
}
#sermon_details {
	background-color:#dddddd;
	padding:5px solid #000000;
}
#sermon_details div.sermon_detail {
	color: #7f7f7f;
	font-weight:bold;
	font-size:15px;
	float:left;
	width:324px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:2px solid #afafaf;
	text-align:center;
}
#sermon_topic {
	border-right:2px solid #afafaf;
}
#sermon_details div span.detail {
	color: #3f3f3f;
	font-family: Arial;
}
#content_right_wrapper {
	position:absolute;
	left:660px;
	top:5px;
	background-color:#dddddd;
	height:396px;
	width:320px;
}
#content_right {
	padding:10px;
}
#content_right_wrapper p{
	font-size:12px;	
}
#content_right_wrapper h1{
	font-size:13px;
	font-family: Century Gothic, Arial Narrow, Lucida Grande, Verdana, Arial, Sans Serif;
	font-weight:bold;
	color:#7f7f7f;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
}
#content_right_wrapper h2 {
	font-size:12px;
}

#twitter_updates_wrapper, #service_timing_wrapper {
	position:absolute;
	width:300px;
}
#twitter_updates_head, #service_timing_head {
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	mouse:pointer;
}
#service_timing_head {
	left:150px;
}



/* ===================================================
TWITTER UPDATES 
=================================================== */
#twitter_updates_head.active, #service_timing_head.active {
	background-color:#ffffff;
}
#twitter_updates.inactive, #service_timing.inactive {
	display:none;
}
#twitter_updates, #service_timing {
	font-size:12px;
	background-color:#ffffff;
	padding-bottom: 10px;
	height:240px;
	width:300px;
	position:absolute;
	top:35px;
}
#service_timing td, #service_timing th {
	font-size:11px;
	text-align:left;
}
#service_timing h2 {
	font-size:15px;
	padding:0;
	margin:0;
}
#twitter_updates .twtr-tweet {
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	line-height:17px;
	background-image:url('/images/static/twitter-bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-bottom:1px dotted #cfcfcf;
}
#twitter_updates .twtr-tweet-link{
	color:#afafaf;
	font-size:10px;
}
#twitter_updates .receive_from {
	text-align:right;
	margin-top:10px;
	font-size:12px;
	line-height:16px;
}


/* ===================================================
PREVIOUS SERVICES
=================================================== */
#content_archive {
	position:absolute;
	left:20px;
	top:300px;
}
#archive_links .archive{
	line-height:25px;
	font-family:Arial;
	font-size:13px;
	clear:both;
	color: #7f7f7f;
}
#archive_links .archive .description {
	width:160px;
	float:left;
	color:#00007f
}

/* ===================================================
SPOTLIGHTS -> ANNOUNCEMENTS
=================================================== */
#spotlights_wrapper {
	clear:both;
	position:relative;
	padding-top:10px;
	overflow:visible;
}
#spotlights {
	height:160px;
	width:980px;
}
#spotlights a {
	color:#ffffff;
}
#spotlights .spotlight, #spotlights .spacer {
	float:left;
	overflow:visible;
}
#spotlights .spotlight{
	float:left;
	width:320px;
	height:160px;
	background-color:#3f3f3f;
	position:relative;
}
#spotlights .spacer {
	width:10px;
}
.spotlight .backg{
	position:absolute;
	border:0;
	width:320px;
	height:160px;
}
.spotlight .backg-shadow{
	position:absolute;
	border:0;
	background-image:url('/images/static/spotlight-backg-shadow.gif');
	width:327px;
	height:169px;
}
.spotlight .text{
	position:absolute;
	top:110px;
	left:10px;
}
.spotlight .text table {
	width:300px;
	height:45px;
	color:#ffffff;
	font-size:1px;
}
.spotlight .text .label {
	font-size:10px;
	line-height:10px;
}
.spotlight .text .detail {
	font-size:14px;
	line-height:14px;
}
.spotlight .text .click-here {
	color:#ffff7f
}