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

body {
	background: #000000 url(../img/background.jpg) no-repeat 50% 0;
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
}

p {
	padding: 0 0 15px 0;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 25px;	
}

ul {
	list-style-type: square;	
}

a {
	color:#3399ff;
	text-decoration: none;
}

a:hover {
	color:#d25131;	
	text-decoration: underline;
}

#container {
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

#top {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 90px;
}

#top img#logo {
	position: relative;
	float: left;
	margin-top: 20px;
}

#menu_container {
	background: #b8300e;
	overflow: hidden;
}

#middle {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding-bottom: 115px;
}

#headerimage {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
	width: 898px;
	height: 223px;
	border: 1px solid #999;	
}

#headerimage img {
	
}

#page {
	position: relative;
	width: 860px;
	padding: 20px;
	margin: 0 auto;
		margin-top: 30px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#page.welcome {
	width: 900px;
	padding: 0;
	background: none;
	color: #fff;
}


#left {
	position: relative;
	float: left;
	width: 200px;
	overflow: hidden;
}

#right {
	position: relative;
	float: right;
	width: 640px;
}

#right.fullwidth {
	width: 860px;
	float: none;
}



#page h2.pagetitle {
	position: relative;
	display: block;
	width: 100%;
	color: #d25131;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}

.box {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	background: #000 url(../img/fb_bg.jpg) repeat-x top;
	clear: both;
	padding: 0;
}

.box-top {
	width: 235px;
	height: 13px;
	line-height: 1;
	font-size: 0;
	padding: 0;
	margin: 0;
	background: url(../img/box_top.png);
}

.box-bottom {
	width: 235px;
	height: 13px;
	line-height: 1;
	font-size: 0;
	padding: 0;
	margin: 0;
	background: url(../img/box_bottom.png);
}

#welcome-updates {
	position: relative;
	width: 700px;
	height: 25px;
	margin-bottom: 8px;
	overflow: hidden;
}

#welcome-updates #latest-sermon {
	position: relative;
	float: right;
	height: 25px;
	width: 345px;
	background: url(../img/latest-sermon.png) no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#welcome-updates #latest-update {
	position: relative;
	float: left;
	height: 25px;
	width: 345px;
	background: url(../img/latest-event.png) no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#welcome-updates #latest-update a, #welcome-updates #latest-sermon a {
	position: relative;
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	display: block;
	padding: 3px 10px 3px 85px;
	text-decoration: none;
}

#welcome-updates #latest-sermon a {
	padding: 3px 10px 3px 98px;	
}

#welcome-updates span.date {
	font-size: 9px;
	color: #eee;
	float: right;
	line-height: 15px;
	padding-top: 2px;
	text-align: right;
}


#welcome-flash {
	position: relative;
	width: 700px;
	height: 390px;
	margin-bottom: 20px;
	background-color:#000;
}

#welcome-icons {
	position: relative;
	width: 700px;
	overflow: hidden;
}

#recent-news {
	position: relative;
	clear: both;
	background: #b4c3d3 url(../img/recentnewsbg.gif) repeat-x;
	padding: 15px;
}

#left-column {
	float: left;
}





#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 0 20px 0;
	height: 50px;
	background: #e6e5e3;
	border-top: 2px solid #fff;
}

#footer a {
	color: #666;
	text-decoration: underline;
	font-size: 11px;
}

.question {
	padding: 5px;
	background: #ccc url(../img/graybg.gif) repeat-x;
	background-position: center;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
}

.answer {
	padding: 10px;
	border: 1px solid #ddd;
	display: none;
	position: relative;
}

.img-shadow {
	position: relative;
  float:left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/shadow.gif) no-repeat bottom right;
  margin: 10px 15px 0 10px !important;
  margin: 10px 15px 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

  
.staff {
	position: relative;
	float: left;
	width: 650px;
	padding: 0 0 35px 0;
	clear: left;
}

.staff-image {
	position: absolute;
	top: 0;
	left: 20px;
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-width: 0 1px 1px 0;
	z-index: 100;
}

.staff-image img {
	position: relative;	
}

.staff-top {
	position: relative;
	background:#538e26 url(../img/green.gif) repeat-x;
	padding: 10px 0 10px 175px;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

.staff-top h1 {
	font-size: 26px;
	color: #fff;
	display: block;
	font-weight: normal;
	margin: 0;
}

.staff-top h2, .staff-top p {
	font-size: 11px;
	color: #fff;
	padding: 0 0 0 15px;
	font-weight: normal;
	display: block;
	margin: 0;
}

.staff-bottom {
	position: relative;
	background-color: #d2d2d2;
	padding: 10px 20px 10px 175px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-bottom-radius: 8px;
	z-index: 10;
	zoom:1;
}

.staff-bottom a.read-bio, .staff-bottom .read-bio a {
	position: relative;
	font-size: 11px;	
	color: #000;
	text-decoration: none;
}

.staff-bottom p {
	padding: 0;
	margin: 0;
}

.staff-bottom .staff-bio p {
	padding: 0 0 10px 0;	
}

.staff-bottom .staff-bio {
	position: relative;
	display: none;	
	font-size: 11px;
	line-height: 1.8em;
}

#right #livemenu {
	float: left;
	width: 160px;
}

	#livemenu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#livemenu li {
		margin: 0 0 5px 0;	
	}
	
	#livemenu li a {
		display: block;
		outline: none;
		height: 44px;
		width: 160px;
		background-repeat: no-repeat;
		background-position: 0 0;
		text-indent: -9009px;
	}
	
	#livemenu li.active a { 
		background-position:0 -44px;
	}
	
	#livemenu li#nav-connect a { background-image: url('../img/livebtn-connect.png'); }
	#livemenu li#nav-give a { background-image: url('../img/livebtn-giving.png'); }

#right #livecard {
	float: right;
	width: 415px;
	padding: 10px 20px 10px 20px;
	background: #fff ;
}

	#livecard h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		display: block;
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #ccc;
		text-transform: uppercase;
	}	
	
	#livecard p {
			font-size: 12px;
			line-height: 1.3em;
	}
	
	h2#archived a {
		font-size: 16px;
		background: #000;
		display: block;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		padding: 5px;
		text-align: center;
	}
	
	h2#archived a:hover {
		color:#FC0;	
	}

#livenow a {
	background-color: #000;	
	text-align: center;
	display: block;
	color: #fff;
	padding: 2px 0 12px 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}

#livenow img {
	border: none;
	position: relative;
	top: 10px;
}

#livenow a:hover {
	color:#F00;
}

