/* Homepage specific styles */


body {background: #fff url(images/bkg.jpg) 0 0 repeat-x;}

/* Background Image for the hp
----------------------------------*/
#topBkg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1044px;
	height: 307px;
	margin-left: -522px;
	z-index: 1;
}


/* Content 
----------------------------------*/
ul { list-style: none; }

#content {
	background: #fff url(images/side_shadow.gif) 0 0 no-repeat;
	float: left;
	width: 757px;
	padding: 9px 9px 20px 9px;
}

#content h2 {	
	color: #4e070e; 
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0 0 6px 0;
}

#motion {
	float: left;
	width: 480px;
	height: 160px;
	margin: 0 0 0 9px;
}

#pgsep {
	width: 723px;
	margin: 9px auto 10px auto;
}


/* Highlights
------------------------------------*/
#highlights {
	background: url(images/bkg_highlights.jpg) 0 0 no-repeat;
	width: 212px;
	height: 248px;
	float: left;
	padding: 0 25px 0 12px;
	color: #fff;
}

#highlights p {
	margin: 2px 0 10px 0;
	line-height: 1.2;
	font-size: 1.1em;
}

#highlights h3 {
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
}

#highlights a:link, #highlights a:visited{ color:#fff; text-decoration:none;}
#highlights a:hover, #highlights a:active{ color:#fff; text-decoration:underline;}

#testimonial {
	background: url(images/testimonial_img_bkg.gif) 0 0 no-repeat;
	width: 74px;
	height: 73px;
	float: left;
	margin: 0 10px 0 0;
}

#testimonial img {
	border: 1px solid #b39954;
	margin: 6px 0 0 7px;
}


/* Column 1
------------------------------------*/
#col1 {
	width: 240px;
	float: right;
	padding-left: 5px;
}

#col1 ul { float: left;}

#col1 li {
	float: left;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 7px 0;
	width: 223px;
	text-transform: uppercase;
}

#col1 li a {
	font-weight: bold;
	text-transform: none;
	margin: -14px 0 0 50px;
	display: block;
}

#col1 li.last { border-bottom: 0; }
#col1 li.last a { margin: 0; }

#col1 li.hidden {
	float: left;
	margin: 0 0 7px 0;
	border-bottom: 0;
	padding: 0 0 7px 0;
	width: 223px;
	text-transform: uppercase;
}

/* Column 2
------------------------------------*/
#col2 { margin-left: 10px; width:490px;float:left;}

/*Sermon Series */
#seriesbox {
	width: 484px;
	background: url(images/ss_box_top.gif) 0 0 no-repeat;
	padding: 10px 0;
	margin-bottom: 15px;
	float: left;
}

#sermon {
	background: #f3f3f3;
	width: 462px;
	padding: 0 10px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	float: left;
}

#bottomborder { 
	background: url(images/ss_box_bottom.gif) 0 0 no-repeat;
	width: 484px;
	padding-top: 10px;
	float: left;
}

#sermonpic {
	border: 1px solid #ede6c4;
	background: #fff;
	padding: 5px;
	float: left;
	margin: 0 10px 0 0;
}

#sermonexcerpt { float: left; width: 280px; }

#sermon h4 { font-size: 1.1em; }
#sermon p { margin: 5px 0 8px 0; }

.audiopop {
	height: 18px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(images/btn_listen.gif) 0 0 no-repeat; width: 63px;
}

.audiopop:hover { background-position: 0 -18px; }

/* Service Times */
#services {
	width: 210px;
	margin-bottom: 15px;
	float: left;
	padding: 0 20px 0 10px;
}

#services ul { border-bottom: 1px solid #e9e9e9; margin-bottom: 10px;}
#services li { font-weight: bold; margin: 0 0 10px 0;}
#services li a { display: block; font-weight: normal;} 

/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
	width: 400px;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

