* {
	margin: 0;
	padding: 0;
}

body {
	background: #282c32;
	text-align: center;
}

.wrapper{
	background: #f3f1e9 url(/img2/body_bg.gif) 0 0 repeat-x;
	text-align: center;
	margin-bottom: 0;
}

.page {
	position: relative;
	width: 833px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	text-align: left;
}


/*------------- SUPER NAV ----------------- */

.hidebox{
	position: relative;
	margin: 0 auto;
	text-align: right;
	background: transparent;
	padding: 10px 0 0 0;
	height: 65px;
	width: 800px;
	display:none;
	left: 10px;
}

.hidebox p{
	font: normal 11px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	margin: 0 5px 0 0;
	padding: 0;
	color: #f8f6f0;
	right: 0;
	top: 8px;
	}

.hidebox p a, .hidebox p a:link, .hidebox p a:visited{
	font: normal 11px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	text-decoration: none;
	margin: 0 auto;
	padding: 0;
	color: #669933;
}

.hidebox p a:hover, .hidebox p a:active{
	text-decoration: underline;
 	color: #ffffff;
 }

.hidebox p span{
		font: bold 12px/22px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
		margin-top: 6px;
		color: #ffffff;}

/*------------- HEADER (LOGO & SEARCH) ----------------- */

.header_main{
	position: relative;
	width: 832px;
	height: 129px;
	margin: 0 auto;
	background: transparent;
	padding: 0;
}


#logo {
  margin: 0 auto;
  width: 208px;
  height: 41px;
  position: relative;
  float: left;
  top:27px;
  left: 23px;
  border: 0;
}

#logo a {
  display: block;
  text-indent: -9999px;
  width: 209px;
  height: 46px;
  background: url(/img2/safmc_logo.gif) no-repeat;
}


a.slick-slidetoggle{
position: relative;
 display: block;
  text-indent: -9999px;
  width: 89px;
  height: 17px;
  background: url(/img2/member_nav.gif) no-repeat;
	margin-top: 3px;
	margin-right: 4px;
	float: right;
	z-index: 300;
}


.header_main .searchbox{
	position: absolute;
 	margin: 46px 0 0 0;
 	width: auto;
 	top: 0px;
 	right: 4px;
 	background: transparent;
}

.header_main input.search{
 	position: relative;
 	float: right;
 	width: 18px;
 	height: 19px;
 	margin: 0 4px 0 8px;
  }

.header_main input.textfield{
 	background: #ffffff;
 	color: #555555;
 	float: right;
 	padding-left: 5px;
 	width: 210px;
 }

/*------------- NAVIGATION ----------------- */

.nav{
	position: absolute;
	height: auto;
	top: 94px;
	left: 23px;
	margin: 0;
	text-align: left;
	background: transparent;
	z-index: 2;
}

.nav ul{
	position: relative;
	font: normal 10px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	margin: 0;
	width: 806px;
	height: 29px;
	padding: 0;
	text-align: left;
	color: #8B8F9D;
	list-style-image: none;
}

.nav ul li{
	position: relative;
	font: normal 10px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
	color: #8B8F9D;
	list-style: none;
	list-style-image: none;
	background: transparent;
	display: inline;
	height: 29px;
	float: left;
}

.nav a{
	position: relative;
	float: right;
	width: auto;
	padding: 29px 0 0 0;
	margin: 0;
	overflow: hidden;
	height: 0px;
	float: left;
}

.nav ul li a:hover{
	background-position: 0 -29px;
}
	
.nav ul li a:active, nav ul li a.selected{
	background-position: 0 -29px;
}

.nav li a.home{
	width: 87px;
	background: url(/img2/home-btn.gif) no-repeat;
	background-position: 0 0;
}
.nav li a.about{
	width: 105px;
	background: url(/img2/about_us-btn.gif) no-repeat;
	background-position: 0 0;
}

	
.nav li a.calendar{
	width: 112px;
	background: url(/img2/calendar-btn.gif) no-repeat;
		background-position: 0 0;
}

.nav li a.media{
	width: 85px;
	background: url(/img2/media-btn.gif) no-repeat;
	background-position: 0 0;
}

.nav li a.family{
	width: 143px;
	background: url(/img2/family-btn.gif) no-repeat;
	background-position: 0 0;
}

.nav li a.outreach{
	width: 161px;
	background: url(/img2/outreach-btn.gif) no-repeat;
	background-position: 0 0;	
}

.nav li a.contact{
	width: 113px;
	background: url(/img2/contact-btn.gif) no-repeat;
	background-position: 0 0;	
}



.home #home a,
.about #about a,
.media #media a,
.calendar #calendar a,
.family #family a,
.outreach #outreach a,
.contact #contact a
{
background-position: 0 -58px;
}



/*------------- CONTENT ----------------- */


.home .content{
	position: relative;
	width: 810px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
	background: #ffffff url(/img2/content-bg.gif) 0 0 repeat-y;
	float: left;
		right: 2px;
}


.content-bottom{
	position: relative;
	text-align: left;
	background: transparent url(/img2/content_bottom-bg.gif) 0 0 no-repeat;
	left: 0;
	bottom: 0;
	width: 810px;
	height: 148px;
	margin: -148px auto 0 auto;
	padding: 0;
	z-index: 100;
	float: left;
}

/*------------- HOME PAGE STYLES ----------------- */

#pastorTabs {
	position: relative;
	background: transparent;
	height: 197px;
	width: 23px;
	top: 28px;
	float: left;
	z-index: 400;
}

#pastorTabs span {
	display: block;
	float: left;
	width: 23px;
	overflow: hidden;
}

#welcomeTab {
	width: 23px;
	height: 92px;
	cursor: pointer !important;
	background: url(/img2/welcome_tab.gif) no-repeat;

}

#blogTab {
	width: 23px;
	height: 102px;
	cursor: pointer !important;
	background: url(/img2/blog_tab.gif) no-repeat;
	background-position: -23px 0;

}


#pastor {
	width: 416px;
	background: transparent url(/img/bg_gradient.gif) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e2e1ca;
	
}

#welcome h1 {
  margin: 0 auto;
  font: normal 22px/26px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
  color: #3088a6;
  width: 247px;
  height: 19px;
  position: relative;
  background: url(/img2/welcome_friends.gif) no-repeat;
  border: 0;
  display: block;
  text-indent: -9999px;
  float: left;
}

#blog h1 {
  margin: 0 auto;
  font: normal 22px/26px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
  color: #3088a6;
  width: 247px;
  height: 19px;
  position: relative;
  background: url(/img2/pastors_blog.gif) no-repeat;
  border: 0;
  display: block;
  text-indent: -9999px;
  float: left;
}


#welcome h1, #blog h1{
	font: normal 22px/26px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #3088a6;
	margin-bottom: 12px;
}

#welcome,
#blog {
	display: block;
	position: relative;
	margin: 6px 0 0 6px;
	width: 304px;
	height: 228px;
}

#welcome {
	background: transparent;
}

#welcome h2 {
	display: none;
}

#welcome p, #blog p {
	font: normal 18px/24px georgia, serif;
	text-align: left;
	color: #677c83;
	float: left;
	clear: left;
}



#welcome p a.read_more, #blog p a.read_more {
 display: block;
  text-indent: -9999px;
  margin: 10px auto 0 auto;
  width: 89px;
  height: 16px;
  position: relative;
  border: 0;
  background: url(/img2/read_more-btn.gif) no-repeat;
}

#blog {
	display: none;
	background: transparent;
}

#blog h2 {
	display: none;
}


.left{
	position: relative;
	width: 304px;
	text-align: left;
	margin: 28px 0 40px 0;
	padding: 0;
	background: transparent;
	float: left;
	left: 20px;
	z-index: 200;
	
}

.news{
	position: relative;
	float: right;
	width: 304px;
	background: transparent;
	margin: 0 0 0 0;
	text-align: left;

}

h2#newsandevents {
  margin: 0 auto;
  font: normal 22px/26px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
  color: #3088a6;
  width: 247px;
  height: 19px;
  position: relative;
  background: url(/img2/newsandevents.gif) no-repeat;
  border: 0;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-top: 10px;
}

a#feed {
  text-indent: -9999px;
  margin: 10px 9px 0 0;
  width: 16px;
  height: 16px;
  position: relative;
  border: 0;
  background: url(/img2/feed_icon.gif) no-repeat;
  float: left;
  clear: left;
}



.news_item{
	position: relative;
	float: left;
	margin: 16px 0 10px 0;
	padding: 0;
	text-align: left;
	
}


.news_item img{
	position: relative;
	float: left;
	border: 3px solid #f3f1e9;
	margin-right: 16px;
	}
	
.news_item a:hover img{
	border: 3px solid #669933;
}

.news_item p{
	font: normal 11px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #555555;
	float: left;
	text-align: left;
	clear: none;
	width: 200px;

}

.news_item h4{
	font: bold 11px/20px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #666666;
	float: left;
	margin: 0;
	text-align: left;
	top: 0;
}

.news_item h4 a, .news_item h4 a:link, .news_item h4 a:visited{
	font: bold 12px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #326ea1;
	text-decoration: underline;
}

.news_item h4 a:hover{
	color: #669933;
	font: bold 12px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	text-decoration: underline;
}

	
.news_item a, .news_item a:link, .news_item a:visited{
	font: bold 12px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #326ea1;
	text-decoration: none;
}

.news_item a:hover{
	font: bold 10px/14px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #111111;
	text-decoration: underline;
}

a#event_calendar {
 display: block;
  text-indent: -9999px;
  margin: 10px 9px 25px 0;
  width: 233px;
  height: 16px;
  position: relative;
  border: 0;
  background: url(/img2/calendar.gif) no-repeat;
  float: left;
}


h3#newsletter {
  margin: 0 auto 10px 0;
  font: normal 14px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
  color: #003366;
  width: 274px;
  height: 9px;
  position: relative;
  background: url(/img2/newsletter.gif) no-repeat;
  border: 0;
  display: block;
  text-indent: -9999px;
  float: left;
}

input.submit{
	position: relative;
	top: 4px;
	left: 6px;
}


.right{
	position: relative;
	width: 442px;
	text-align: left;
	margin: 28px 0 30px 20px;
	padding: 0 0 20px 0;
	background: transparent;
	float: left;
	left: 20px;
	z-index: 200;
}


.slideshow{
	position: relative;
	width: 440px;
	height: 221px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ffffff url(/img2/slideshow-bg.gif) 0 0 no-repeat;
}


.slideshow embed{margin-top: 3px;}


.latest_sermon{
	position: relative;
	height: auto;
	width: 267px;
	text-align: left;
	margin: 20px 10px 20px 0;
	padding: 16px 10px 4px 16px;
	float: left;
	background: transparent;
	border: 4px solid #f3f1e9;
}

h3#latest_sermon {
  margin: 0 auto;
  font: normal 14px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
  color: #003366;
  width: 176px;
  height: 11px;
  position: relative;
  background: url(/img2/latest_sermon.gif) no-repeat;
  border: 0;
  display: block;
  text-indent: -9999px;
  float: left;
}

.right .latest_sermon p{
	font: normal 11px/17px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #777777;
	margin: 2px 0 10px 0;
	float: left;
}
	
a#listen {
 display: block;
  text-indent: -9999px;
  margin: 20px 0 6px 0;
  width: 131px;
  height: 30px;
  position: relative;
  border: 0;
  float: left;
  background: transparent url(/img2/listen-btn.gif) no-repeat;
}

a#download {
 display: block;
  text-indent: -9999px;
  margin:  0 0 6px 0;
  width: 131px;
  height: 30px;
  position: relative;
  border: 0;
  float: left;
  background: transparent url(/img2/download_btn.gif) no-repeat;
}	

a#podcast {
 display: block;
  text-indent: -9999px;
  margin: 0 0 0 0;
  width: 131px;
  height: 30px;
  position: relative;
  border: 0;
  float: left;
  background: transparent url(/img2/podcast-btn.gif) no-repeat;
}		

		
.right h3 {
  margin: 0 auto;
  font: normal 12px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
  color: #003366;
  position: relative;
  background: transparent;
  border: 0;
  float: left;
}


.right p{
	font: normal 11px/18px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #555555;
	margin: 0;
	float: left;
	clear: left;
}


.right p a, .sec_left .right p a:link, .right p a:visited{
	color: #669933;
	text-decoration: underline;
	font-weight: bold;
}


.right p a:hover, .right p a:active{
	color: #000;
	text-decoration: underline;
}


a#details {
 display: block;
  text-indent: -9999px;
  margin: 5px 0 0 0;
  width: 139px;
  height: 16px;
  position: relative;
  border: 0;
  float: left;
  background: transparent url(/img2/details.gif) no-repeat;
}


.location_service{
	position: relative;
	width: 410px;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 16px 0 0 25px;
	background: #fafbfd;
	border: 4px solid #f3f1e9;
	float: left;

}

.location_service h3#location {
  margin: 0 auto 0px 0;
  font: normal 14px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
  color: #003366;
  width: 62px;
  height: 9px;
  position: relative;
  background: url(/img2/location.gif) no-repeat;
  border: 0;
  display: block;
  text-indent: -9999px;
  float: left;
  
}

a#google_map {
 display: block;
  text-indent: -9999px;
  margin: 15px 0 4px 0;
  width: 107px;
  height: 30px;
  position: relative;
  border: 0;
  float: left;
  background: transparent url(/img2/google_map.gif) no-repeat;
}

.location_service h3#sunday {
  margin: 0 auto 0 auto;
  font: normal 14px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
  color: #003366;
  width: 147px;
  height: 9px;
  position: relative;
  background: url(/img2/sunday_worship_times.gif) no-repeat;
  border: 0;
  display: block;
  text-indent: -9999px;
  float: left;
  top: 0;
}


.location{
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	width: 190px;
	background: transparent;
}


.worship{
	position: relative;
	float: left;
		width: 208px;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	background: transparent;
}

.location h2, .worship h2{
	font: bold 11px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #003366;
	margin-bottom: 5px;
	float: left;
}

.location p{
	font: normal 11px/18px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #555555;
	clear: left;
}
	
.location a, .location a:link, .location a:visited, .worship a, .worshipa:link, .worship a:visited{
	font: bold 11px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #3088a6;
	text-decoration: none;
}

.location a:hover, .worship a:hover{
	font: bold 11px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #111111;
	text-decoration: underline;
}

.worship ul{
	font: normal 11px/18px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #666666;
	list-style: none;
	margin: 0;
	clear: left;
}

.home_bottom{
	position: relative;
	margin: 35px 0 10px 0;
	padding: 0;
	background: transparent;
	width: 704px;
	float: left;
}


h2#resource {
  margin: 0 auto;
  font: normal 22px/26px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
  color: #3088a6;
  width: 107px;
  height: 12px;
  position: relative;
  background: url(/img2/resources.gif) no-repeat;
  border: 0;
  display: block;
  text-indent: -9999px;
  float: left;
  margin: 20px 0 0 0;
}


form.pulldown{
	position: relative;
	width:440px;
	margin: 15px 0 15px 0;
	float: left;
}

select.pulldown{
	width:440px;
	float: left;
}

.resources a, .resources a:link, .resources a:visited{
	font: bold 11px/14px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #3088a6;
	text-decoration: none;
}

.resources a:hover{
	font: bold 10px/14px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #111111;
	text-decoration: underline;
}

.resources_object{
	position: relative;
	float: left;
	margin-right: 16px;
}



 object{
	position: relative;
	margin: 0 auto;
	background: #f3f1e9;
	padding: 3px;
	float: left;
	}


.right p.resources_text{
	font: normal 11px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #555555;
	margin: 0;
	float: left;
	width: 320px;
	clear: none;
}


.footer{
	position: relative;
	float: left;
	width:  100%;
	height: auto;
	background: #f3f1e9;
	margin: -5px auto 0 auto;
	padding: 0px 0 20px 0;
	text-align: center;
}

.footer_content {
	position: relative;
	background: transparent;
	width: 810px;
	height: auto;
	text-align: left;
	left: 23px;
	margin: 0 auto;
}

.footer a {
	color: #4ab0e1;
	text-decoration: underline;
}
.footer a:hover {
	 color: #2757AD;
	text-decoration: underline;
}

.footer ul {
	width: 118px;
	margin: 0 15px 0 0;
	margin-top: 5px;
		float: left;
}

.footer ul li ul{
	margin: 0 0 4px 0;
	float: none;
}

.footer ul li{
	font: bold 11px/18px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	list-style: none;
}

.footer_content ul li a, .footer_content ul li a:link, .footer_content  ul li a:visited {
	font: bold 11px/18px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #669933;
	text-decoration: none;
	text-transform: uppercase;
}

.footer_content  ul li a:hover {
	text-decoration: underline;
}

.footer ul li li a, .footer ul li li a:link, .footer ul li li a:visited {
	font: normal 10px/18px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #8d8a76;
	text-decoration: none;
		text-transform: none;
}

.footer ul li li a:hover {
	text-decoration: underline;
}

.footer .address {
	position: relative;
	padding: 0;
	margin: 20px 0 0 0;
	float: left;
	clear: left;
}

.footer .address p{
	font: normal 10px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #8d8a76;
}

.footer .address strong {
	font: bold 11px/18px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
}

.footer a, .footer a:link, .footer a:visited {
	font: normal 10px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #8d8a76;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash  h1.title {
	visibility: hidden;
	font-size: 22px;
  line-height: 24px;
}



.sIFR-hasFlash  h3.title {
	visibility: hidden;
	font-size: 12px;
  line-height: 15px;
  border: 0;
}


.sIFR-hasFlash  h3.special {
	visibility: hidden;
	font-size: 12px;
  line-height: 15px;
  border: 0;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
