/*
   FORMATTING STYLEs
*/

body {
   margin: 0; padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 1.5em;
   background-image: url(/assets/images/global/BackgroundTexture.jpg);
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}

div {
   margin: 0; padding: 0;
}

h1, h2, h3, h4 {
   color: #146f38;
   margin-bottom: 0px;
   padding-bottom: 10px;
}
p {
   margin-top: 0;
}

/*
   LAYOUT STYLES
*/

.hide {
   display: none;
}

body {
   background-color: #d0b255;
   text-align: center;
}

#worship_times {
   margin: 0px; padding: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: right;
   width: 958px;
   height: 45px;
   background: url('/assets/images/global/top-worship-time-bg.png') repeat-y scroll top center;
   position: relative;
}

.worship_times_text {
	font-weight: bold;
	line-height:40px;
	color: #152a04;
	padding-right: 30px;
}

#top_nav {
	z-index:4;
	width:904px;
	height:39px;
	position:absolute;
	margin-left: 24px;
	margin-top:317px;
}

#top_nav ul, #top_nav li, #top_nav a {
	list-style: none;
	margin: 0; padding: 0;
	padding-top:14px;
	display: inline;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
}
#top_nav a {
	color: #442109;
	width:181px;
	height:25px;
	display: block;
	float: left;
	background: url('/assets/images/global/tab-inactive.png') repeat-y scroll top center

}
#top_nav a:hover {
	color: #718f5b;
}
#top_nav a.first {
	width:180px;
	height:25px;
	background: url('/assets/images/global/tab-inactive-first.png') repeat-y scroll top center;
}

#bottom_search {
	width:958px;
	height:73px;
	text-align:left;
	background: url('/assets/images/global/bottom_search-bg.png') repeat-y scroll top center;
}

#address_container {
	width:682px;
	float:left;
	margin-left:24px;
	padding-top:10px;
	color:#ffebb6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#address_container a {
	color:#202c16;
	text-decoration:none;
}

#address_container a:hover {
	color:#202c16;
	text-decoration:underline;
}

#search_container {
	width:221px;
	float:left;
	padding-top:10px;
	text-align:right;
	color:#ffebb6;
}
#search_container input {
   border: 0px;
   height:14px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   color:#666666;
}
.search_text {
	color:#202c16;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}