body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, arial, sans-serif;
  font-size: 10px;
  background: #FCF7ED;
  color: #302110;
}

#container {
  width: 800px;
  
}

#menu {
  width: 184px;
  float: left;  
}

#content {
  width: 615px;
  margin-left: 184px;
  position: relative;
}

* html #menu {
  margin-right: -3px;
}

* html #content {
  margin-left: 0;
}


#menu .top {
  background: #9B6E29;
  border-right: 1px solid black;
  width: 183px;
}

#menu h1 {
  background: url("images/logo.jpg") bottom;
  width: 183px;
  height: 120px;
  padding: 0;
  margin: 0;
  border-right: 1px solid black;
}
#menu h1 span {
  display: none;
}

#link_wrapper {
  background: #DAC326;
  width: 183px;
  overflow: hidden;
  border-right: 1px solid black;
}

ul#links {
  padding: 0;
  margin: 0;
  background: #FCF7ED;
  list-style: none;
  width: 90%;
  float: right;
}

ul#links li {
}

ul#links li a,
ul#sublinks li a
{
  display: block;
  color: #302110;
  text-decoration: none;
  padding: 1em;
  border: none;
  width: 90%;
}

ul#links li a:hover,
ul#sublinks li a:hover
{
  background: #E3E0C8;
}

ul#sublinks {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
  width: 119px;
  border-left: 1px solid black;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 273px;
}

ul#sublinks li a {
  width: 90%;
}

ul#sublinks li#selected a {
  background: #D6D4BA;
}

body#home #links #index a,
body#aboutus #links #about a,
body#audios #links #audio a,
body#first_time_visitors #links #firsttime a,
body#cellgroups #links #cell a,
body#events #links #event a,
body#multi #links #multimedia a
{
  background: #D6D4BA;
}

#location {
  background: url('images/location.jpg') top;
  width: 184px;
  height: 214px;
  border-bottom: 1px solid #FCF7ED;
 
}

#location h2
{
  font-size: 15px;
  color: #2E2D23;
  padding: 0;
  margin: 0;
  margin-top: .5em;
}

div.inner {
  padding: .5em;
}

#headers .top {
  background: #D6D3B9;
}

#content #headers {
  background: #D6D3B9 url('images/menu_bg.jpg') bottom;
  width: 615px;
  height: 91px;
  position: relative;
}

#headers h2 {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  font-size: 23px;
  padding: 10px;
}

#text {
  padding: 10px;
  font-size: 12.5px;
  width: 70%;
}

* html #text {
  width: 340px;
}


#text h3 {
  color: #63A4A2; 
  color: #8d7644; 
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-top: 1.7em;
  margin-bottom: .5em;
  border-bottom: 1px solid #8d7644;
  width: 75%;
}

* html #text h3 {
  width: 90%;
}
#text h3.top {
  margin-top: 1em;
}

#text h4 {
  color: #DAC326;
  font-size: 15px;
  padding: 0;
  margin: 0;
}

#picture {
  float: right;
  width: 238px;
  margin-top: 20px;
  margin-left: 1em;
}

div.top {
  height: 1.5em;
}
div.big_top {
  height: 2em;
}

.frame {
  float: left;
}

.frame img {
  border: 1px solid black;
  background: white;
  padding: .25em;
  margin-right: .5em;

}

.sermon {
  margin: 2em 0;
}

.sermon ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sermon ul li.title {
  font-weight: bold;
  font-style: italic;
}

.sermon ul li.date, 
.sermon ul li.pastor,
.sermon ul li.listennow
{
  font-size: .9em;
}

#footer {
  clear: both;
  padding-top: 1em;
  padding-left: 10px;
  margin-left: 184px;
}

a {
  color: #63A4A2;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a img {
  border: none;
  margin-top: 5px;
}

/* Contact */
label {
  display: block;
  margin-top: 1.5em;
}

textarea {
  width: 25em;
  height: 19em;
}

div#error_msg {
  border: 1px solid black;
  width: 70%;
  padding: 1em;
  font-weight: bold;
}

div#error_msg span {
  color: red;
}

/* site map */
#sitemap #text ul {
  list-style: none;
  line-height: 3em;
  font-weight: bold;
}

#sitemap #text ul li ul {
  font-weight: normal;
  line-height: 2em;
  list-style: disc;
}

#childrens,
#gallery,
#members
{
  display: none;
}

address {
  font-style: normal;
}

a.toggle {
  font-size: .75em;
}

#cellgroups #text p {
  margin-left: 1em;
  font-size: .95em;
}

ul.cell_leaders {
  padding: 0;
  margin: 0;
  margin-left: 1em;
  list-style: none;
}

h4.community_news_header {
  padding: 0;
  margin: 0;
  margin-top: 1em;
}

p.community_news {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
