/* RESET STYLES */

html,body,div,h1,h2,h3,h4,h5,h6,p,img,
dl,dt,dd,ol,ul,li,table,caption,tbody,
tfoot,thead,tr,th,td,form,fieldset,
embed,object,applet {
  margin: 0;
  padding: 0;
  border: 0;
}

/* BASICS */

html, body {
  background-color:#daeef8;
}

body {
  font-family:arial,sans-serif;
  font-size:13px;
  color:#3b3803;
  background-image:url(images/bg_fade.jpg); 
  background-repeat:repeat-x;
}

#header {
  height: 118px;
  position:relative;
  z-index:100;
  min-width:576px;
  padding:0 10px;
  border-bottom:0px solid blue;
}

#headerLeft{
  padding: 25px 0 0;
  text-align: center;
  
}

#creed {
	padding-left: 50px

}

#headerLeft img{
 height:54px;
 width:272px;
  
}

#headerRight {
  position:absolute;
  right:0;
  top:0;
  text-align:right;
}
/* Tabs in the header */
#header ul {
  list-style: none;
  margin: 7px 0 0;  
  padding: 0;
  height: 29px;
}

#header li {
  float: left;
  margin: 0px 2px 0px 0px;
  padding:0;
}

#header li a {
  text-decoration: none;
  display: block;
  background-image: url(images/bg_images_sprite.png);
  background-position: 0 -58px;
  background-repeat: no-repeat;
  color: #666;
  font-size: 13px;
  font-weight: bold;
  width: 94px;
  height: 29px;
  text-align: center;
  margin: 0px;
}

#header li a:hover {
  background-image: url(images/bg_images_sprite.png);
  background-position: 0 -29px;
  background-repeat: no-repeat;
}

#header li a span {
  position:relative;
  top:7px;
}

#header li a span+span {
  display:none;
}

/* TAB HIGHLIGHTING */
.home #home-link a,
.vision #vision-link a,
.beliefs #beliefs-link a,
.governance #governance-link a,
.sundays #sundays-link a,
.smallgroups #smallgroups-link a,
.ministry #ministry-link a,
.events #events-link a,
.contact #contact-link a {
  background-image: url(images/bg_images_sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  cursor:default;
}

.home #home-link a:hover,
.vision #vision-link a:hover,
.beliefs #beliefs-link a:hover,
.governance #governance-link a:hover,
.sundays #sundays-link a:hover,
.smallgroups #smallgroups-link a:hover,
.ministry #ministry-link a:hover,
.events #events-link a:hover,
.contact #contact-link a:hover {
  background-image: url(images/bg_images_sprite.png);
  background-position: 0 0;
}

#headerLinks {
  margin:10px 10px 0 0;
  height:13px;
  font-size: 11px;
  vertical-align: top;
}

#headerLinks a {
  color: #7FA9B5;
}

#headerLinks img {
  vertical-align:middle;
}

#bodyText {
	font-size: 16px;
	font-weight: normal;
	padding:40px;
	line-height:1.5em;
}

#bodycontact {
	text-align: center;
	padding: 80px;
	font-weight: bold;
	line-height:1.8em;
  
  }