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

body {
	background: #000000 url(../img/bodybg.jpg) repeat-x;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

a {
	color:#213313;
	text-decoration: underline;
}

a:hover {
	color:#000;	
}

#container {
	position: relative;
	background: url(../img/glow.jpg) no-repeat;
	background-position: 50% 0;
	padding-bottom: 20px;
	overflow: hidden;
}

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

#top #countdown {
	position: absolute;
	width: 250px;
	height: 80px;
	overflow: hidden;
	left: 400px;
	top: 25px;
	text-align: center;
}

#top #countdown p {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 0px 0;
	line-height: 15px;
	margin: 0;
}

#top img#service-times {
	position: absolute;
	right: 0;
	top: 12px;
}

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

#middle {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

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

#left.subpage {
	width: 	246px;
}

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

#header {
	position: relative;
	width: 700px;
	background: #fff;
	padding: 7px;
	border-bottom: 1px solid #aaa;
}

#page {
	position: relative;
	padding: 15px 25px 20px 25px;
	background: #fff url(../img/pagebg.gif) repeat-x;
	background-position: 0 -1px;
	border-top: 1px solid #eee;
}

#page h2.pagetitle {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #bbb;
}

.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);
}

#welcomeupdates {
	position: relative;
	width: 700px;
	height: 30px;
	margin: -6px 0 0 0;
	overflow: hidden;
}

#welcomeupdates a.update:link, #welcomeupdates a.update:visited, #welcomeupdates a.update:active, #welcomeupdates a.update:hover {
	position: relative;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	width: 210px;
	height: 18px;
	padding-top: 12px;
	padding-right: 8px;
	background: url(../img/welcomeupdatebg.png) no-repeat right bottom;
	margin-left: 15px;
}

#welcomeupdates a.update:hover span.thetitle {
	text-decoration: underline;	
}

#welcomeupdates a#calendar {
	padding-left: 95px;	
}

#welcomeupdates a#message {
	padding-left: 110px;	
}

#welcomeupdates img.welcomeicon {
	position: absolute;
	top: 0;
	left: 0;
}

#welcomeupdates span.date {
	font-size: 10px;
	color: #666;
	float: right;
	line-height: 15px;
	text-align: right;
}


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

#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: relative;
	clear: both;
	padding: 8px 0 8px 0;
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
	color: #fff;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

.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-chat a { background-image: url('../img/livebtn-chat.png'); }
	#livemenu li#nav-outline a { background-image: url('../img/livebtn-outline.png'); }
	#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;
	height: 420px;
	padding: 10px 20px 10px 20px;
	background: #fff ;
	overflow: hidden;
}

	#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;
	}
	
	h3.black {
		font-size: 16px;
		display: block;
		background: #000;
		color: #fff;
		padding: 5px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	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 {
		
	}


#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;
}

