* {
   margin: 0;
   padding: 0;
}

body{
   background: #D5D9DC;
   font-family: Arial, Helvetica, Verdana, Tahoma, 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{
   position: relative;
   z-index: 999;
   height: 60px;
   padding: 31px 0 0 38px;
   background: url(/images/bg_header.gif) no-repeat;
}

#header h1{
   float: left;
   margin-top: 10px;
   width: 182px;
   height: 41px;
   background: url(/images/bg_h1.gif) no-repeat;
   font-size: 0;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 182px;
   height: 41px;
}

#header h2{
   position: absolute;
   top: 22px;
   right: 43px;
   width: 128px;
   height: 7px;
   background: url(/images/bg_h2.gif) no-repeat;
   font-size: 0;
   text-indent: -9999px;
}

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

#nav{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   margin-right: 27px;
   background: #E2E4E5;
   list-style: none;
}

#nav li{
   float: left;
   font-size: 90%;
   text-transform: uppercase;
}

#nav li a{
   display: block;
   padding: 22px 13px;
   color: #545455;
   text-decoration: none;
}

#nav li a:hover{
   /*background: #68686C;
   color: #E2E4E5;*/
   color: #009;
}

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

#nav li ul ul{
   margin: -30px 0 0 126px;
}

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

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

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

#nav li li a{
   width: 100px;
   padding: 10px 13px;
   background: #E2E4E5;
}

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

#container-inner{
   float: left;
   width: 770px;
   background: url(/images/bg_container-inner.gif) repeat-y;
}

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



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

#content{
   position: relative;
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 453px;
   margin: 18px 50px 0 0;
}

body#home #content{
   float: left;
   width: 467px;
   margin: 18px 0 0 25px;
}

#content h3{
   margin-bottom: 1em;
   padding-bottom: 8px;
   background: url(/images/bg_h3.gif) repeat-x left bottom;
   color: #68686C;
   font-size: 115%;
   text-transform: uppercase;
}

#content p{
   margin-bottom: 1em;
   color: #030303;
   font-size: 90%;
   line-height: 1.4;
}

#content ul,
#content ol{
   margin: 0 0 1em 25px;
}

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

#content a{
   color: #68686C;
   font-weight: bold;
}

#content a:hover{
   background: #ECEBEB;
}

#content #mediabox{
   position: absolute;
   top: 0px;
   right: 0px;
   width: 125px;
   padding: 5px 5px 0;
   border: 1px solid #DEDEDE;
   background: #FFFFFF;
   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 */
}

#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;
}

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

#sidebar{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 205px;
   margin: 2px 0 10px 25px;
   padding: 0 15px 5px 0;
   border: 1px solid #E2E4E5;
   background: url(/images/bg_sidebar.gif) no-repeat left bottom;
}

#sidebar img{
   border: 1px solid #E2E4E5;
}

body#home #sidebar{
   float: right;
   width: 233px;
   margin: 18px 25px 0 0;
   padding: 12px 0 0 0;
   border: 0;
   background: none;
}

body#home #sidebar div{
   margin-bottom: 30px;
   border-top: 1px solid #B4B4B3;
}

#sidebar h3{
   margin: 7px 0 .5em 11px;
   color: #68686C;
   font-size: 115%;
   text-transform: uppercase;
}

#sidebar h3#eletter{
   font-weight: normal;
   text-transform: lowercase;
}

body#home #sidebar h3{
   float: left;
   margin: -.6em 0 .5em;
   padding-right: .5em;
   background: #FFF;
   color: #545455;
   font-weight: normal;
}

body#home #sidebar h4{
   clear: left;
   margin: 10px 0 0 5px;
   color: #545455;
   font-size: 90%;
}

#sidebar p{ 
   margin: 0 0 .3em 20px;
   font-size: 90%;
}

body#home #sidebar p{
   clear: left;
   margin: 0 0 0 5px;
   color: #545455;
}

#sidebar img{
   margin: -1px -16px 0 -1px;
   border-bottom: 1px solid #E2E4E5;
}

#sidebar a{
   color: #4F4E52;
   text-decoration: none;
}

#sidebar a:hover{
   text-decoration: underline;
}

body#home #sidebar #currentseries a{
   display: block;
   width: 227px;
   height: 272px;
   /*background: url(/images/home_series.jpg) no-repeat;*/
   text-indent: -9999px;
}

#sidebar form{
   margin-left: 15px;
   padding: 8px;
   background: #DDDBDB;
}

#sidebar form fieldset{
   border: 0;
}

#sidebar form input#text_eletter{
   width: 70%;
   padding: 2px;
   font-size: 85%;
}

#sidebar form input#submit_eletter{
   color: #68686C;
   background: #DDDBDB;
   border: 0;
   font-size: 90%;
   font-weight: bold;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

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

#footer{
   clear: both;
   padding-bottom: 10px;
   background: url(/images/bg_footer.gif) no-repeat left top
}

#footer p{
   clear: both;
   padding-top: 30px;
   text-align: center;
   font-size: 90%;
}

#footer ul#footer_nav{
   width: 718px;
   margin: 0 auto;
   list-style: none;
}

#footer ul#footer_nav li{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-left: 5px;
   text-transform: uppercase;
   font-weight: bold;
}

#footer ul#footer_nav li#fnav_cafe{
   margin-left: 0;
}

#footer ul#footer_nav li a{
   display: block;
   width: 140px;
   height: 66px;
   padding-bottom: 20px;
   background-repeat: no-repeat;
   background-position: left bottom;
   color: #434242;
   text-decoration: none;
   text-align: center;
}

#footer ul#footer_nav li#fnav_cafe a{
   background-image: url(/mediafiles/home-footer-1.jpg);
}

#footer ul#footer_nav li#fnav_e-invite a{
   width: 139px;
   background-image: url(/mediafiles/home-footer-2.jpg);
}

#footer ul#footer_nav li#fnav_donate a{
   background-image: url(/mediafiles/home-footer-3.jpg);
}

#footer ul#footer_nav li#fnav_directions a{
   width: 139px;
   background-image: url(/mediafiles/home-footer-4.jpg);
}

#footer ul#footer_nav li#fnav_contact-us a{
   background-image: url(/mediafiles/home-footer-5.jpg);
}

#footer a{
color: #434242;
text-decoration: underline;
}

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