* {
   margin: 0;
   padding: 0;
}

body{
   background: #221B0A url(/images/bg_body.jpg) no-repeat center top;
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   width: 770px;
   margin: 0 auto;
}

a{
   overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header object#flash_header{
   display: block;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 523px;
   height: 27px;
   margin-left: 15px;
   padding-left: 17px;
   background: url(/images/bg_nav.gif) no-repeat;
   list-style: none;
}

#nav li{
   float: left;
   font-size: 85%;
   font-weight: bold;
}

#nav li a{
   display: block;
   color: #E2D6B2;
   padding: 5px 9px 9px;
   text-decoration: none;
}

#nav li a:hover{
   text-decoration: underline;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 144px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 100%;
   font-weight: normal;
}

#nav li ul ul{
   margin: -23px 0 0 144px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul{
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul{
	left: auto;
}

#nav li li li{
   font-size: 100%;
}

#nav li li a{
   width: 128px;
   padding: 6px 8px;
   background: #EBE7CE;
   color: #221B0A;
}

#nav li li a:hover{
   background: #E29E0D url(/images/bg_nav_hover.jpg) no-repeat right top;
   text-decoration: none;
}

#quicklinks{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 181px;
   height: 27px;
   margin-right: 17px;
   padding-right: 17px;
   background: url(/images/bg_nav.gif) no-repeat right top;
   list-style: none;
}

#quicklinks li{
   float: left;
   font-size: 85%;
   /*font-weight: bold;*/
}

#quicklinks li a{
   display: block;
   width: 170px;
   height: 15px;
   margin-top: 4px;
   border-bottom: 1px solid #413926;
   background: #FFF url(/images/bg_quicklinks.gif) no-repeat right top;
   color: #231D11;
   padding: 2px 0 0 5px;
   text-decoration: none;
}

#quicklinks li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 173px;
   border: 1px solid #333;
   border-top: 1px solid #CDCCCC;
   border-left: 1px solid #CDCCCC;
   list-style: none;
   /*line-height: 1;*/
}

#quicklinks li li{
   font-size: 100%;
   font-weight: normal;
}

/*
#quicklinks li ul ul{
   margin: -23px 0 0 144px;
}

#quicklinks li:hover ul ul,
#quicklinks li.sfhover ul ul{
   left: -999em;
}
*/

#quicklinks li:hover ul,
#quicklinks li li:hover ul,
#quicklinks li.sfhover ul,
#quicklinks li li.sfhover ul{
   left: auto;
}

#quicklinks li li li{
   font-size: 100%;
}

#quicklinks li li a{
   width: 157px;
   margin: 0;
   padding: 2px 8px;
   border: 0;
   background: #FFF;
   color: #221B0A;
}

#quicklinks li li a:hover{
   background: #CB7729;
   color: #FFF;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   clear: left;
   width: 768px;
   float: left;
   /*height: 483px;*/
   padding: 30px 0;
   background: #B8B089 url(/images/bg_container-inner.jpg) no-repeat;
}

body#home #container-inner{
   background: #B8B089 url(/images/bg_container-inner_home.jpg) no-repeat;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/



/* =Content
---------------------------------------------------------------------
*/

#content{
   position: relative;
   float: left;
   width: 512px;
   padding: 10px 31px 0;
}

body#home #content{
   width: 542px;
   padding: 0 16px;
   background: none;
}

#content h3{
   margin-bottom: .75em;
   color: #000;
   font-size: 135%;
}

#content h4,
#content h5,
#content h6{
   color: #221B0A;
   font-size: 85%;
}

#content p,
#content ul,
#content ol{
   margin-bottom: 1em;
   color: #221B0A;
   font-size: 85%;
   line-height: 1.45;
}

#content ul,
#content ol{
   margin-left: 3em;
}

#content ul ul,
#content ol ol{
   font-size: 100%;
}

#content ul#byline{
   margin-bottom: 10px;
   font-size: 85%;
   list-style: none;
}

#content a{
   color: #C03300;
}

#content a:hover{
   text-decoration: none;
}

#content object{
   display: block;
}

#content object#flash_home_pics{
   margin-left: 4px;
}

#content object#flash_home_icons{
   margin-top: 15px;
}

#content .sermonbox{
   margin-bottom: 20px;
}

#content .sermonbox h4{
   margin-bottom: 5px;
}

#content .sermonbox p{
   padding: 0;
   margin: 0;
}

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

#content #mediabox{
   position: absolute;
   top: 15px; /* Edit this to place the box */
   right: 0px; /* Edit this to place the box */
   width: 125px; /* This width may need to be edited, depending on the design */
   padding: 5px 5px 0;
   border: 1px solid #666; /* Edit color to something to match site */
   background-color: #D1D0B7;
   list-style: none;
}

#content #mediabox li{
   margin-bottom: 5px;
   font-size: 85%;
   font-weight: bold;
}

#content #mediabox li a{
   display: block;
   height: 16px;
   padding-left: 20px;
   background-repeat: no-repeat;
}

#content #mediabox li#mb_download a{
   background-image: url(/images/mb_download.gif); /* Icon must be created */
}

#content #mediabox li#mb_jukebox a{
   background-image: url(/images/mb_jukebox.gif); /* Icon must be created */
}

#content #mediabox li#mb_podcast a{
   background-image: url(/images/mb_podcast.gif); /* Icon must be created */
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   float: right;
   width: 160px;
   padding: 0 20px 0 0;
}

#sidebar p#service-times{
   width: 152px;
   height: 27px;
   margin: 0 auto 7px;
   background: url(/images/service-times.gif) no-repeat;
   text-indent: -9999px;
}

#sidebar p#service-times a{
   display: block;
   width: 152px;
   height: 27px;
}

#sidebar p#map-directions{
   width: 152px;
   height: 27px;
   margin: 0 auto;
   background: url(/images/map-directions.gif) no-repeat;
   text-indent: -9999px;
}

#sidebar p#map-directions a{
   display: block;
   width: 152px;
   height: 27px;
}

#sidebar img{
   display: block;
   margin: 14px auto 0;
   border: 10px solid #7E7757;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   height: 93px;
   padding: 6px 37px;
   background: url(/images/bg_footer.gif) no-repeat;
}

#footer p{
   color: #352A10;
   font-size: 85%;
   text-align: center;
}

#footer a{
   color: #352A10;
}

#footer #subfooter{
   margin-top: 25px;
}

#footer #subfooter p{
   clear: both;
   color: #927839;
   font-size: 70%;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   text-align: left;
}

#footer #subfooter a{
   color: #927839;
}

#footer form{
   /*float: left;*/
   width: 285px;
   height: 25px;
   margin-bottom: 2px;/**/
}

#footer form input#search_term{
   float: left;
   width: 190px;
   padding: 2px;
   font-size: 85%;/**/
}

#footer form a#search_go{
   display: block;
   /*float: right;*/
   width: 80px;
   height: 18px;
   margin: 2px;
   background: url(/images/bg_search_submit.gif) no-repeat;
   text-indent: -9999px;
}