* {
   margin: 0;
   padding: 0;
}

body{
   background: url(/images/bg_body.jpg);
   font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   font-size: 62.5%;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   width: 785px;
   margin: 22px auto;
   background: url(/images/bg_container.gif) no-repeat;
}

a{
   overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   z-index: 999;
   float: left;
   width: 362px;
}

body#home #header{
   width: 785px;
   height: 35px;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 499px;
   height: 96px;
   margin: 34px 0 0 25px;
   background: url(/images/bg_h1.jpg) no-repeat;
   text-indent: -9999px;
}

body#home #header h1,
body#home #header h1 a{
   display: none;
   /*width: 362px;*/
}

#header h1 a{
   display: block;
   width: 499px;
   height: 96px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   position: absolute;
   top: 4px;
   left: 41px;
   z-index: 999;
   width: 700px;
   list-style: none;
}

#nav li{
   float: left;
   font-size: 1.2em;
   font-weight: bold;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: lowercase;
}

#nav li a{
   display: block;
   padding: 4px 10px;
   color: #1D1001;
   text-decoration: none;
}

#nav li a:hover{
   color: #754000;
   background: #D5CC8B;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 150px;
   padding-top: 4px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 1em;
   text-transform: none;
}

#nav li ul ul{
   margin: -22px 0 0 150px;
}

#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: 1em;
}

#nav li li a{
   width: 130px;
   padding: 5px 10px;
   background: #685C2C;
   color: #E5DEAE;
}

#nav li li a:hover{
   background: #A59C5E;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   float: left;
   width: 785px;
   background: url(/images/bg_container-inner.gif) repeat-y;
}

body#home #container-inner{
   background: url(/images/bg_container-inner_home.gif) repeat-y;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   position: relative;
   float: left;
}

body#home #content-wrap{
   float: left;
   width: 785px;
   background: url(/images/bg_content_home.gif) no-repeat 23px 458px;
}

#content-wrap h1{
   display: inline; /* IE6 double margin float bug hack */
   /*position: absolute;
   bottom: 0;
   left: 24px;*/
   float: left;
   width: 362px;
   height: 96px;
   margin: 5px 0 0 25px;
   background: url(/images/bg_h1.jpg) no-repeat;
   text-indent: -9999px;
}

#content-wrap h1 a{
   display: block;
   width: 362px;
   height: 96px;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 472px;
   margin: 0 0 0 25px;
   padding: 24px 15px 10px 12px;
   background: url(/images/bg_content.gif) no-repeat;
}

body#home #content{
   width: 739px;
   margin: 0;
   padding: 0 23px 0px 23px;
   background: none;
   /*background: url(/images/bg_content_home.gif) no-repeat 23px 458px;*/
}

#content h3{
   margin-bottom: .5em;
   padding-bottom: .3em;
   background: url(/images/bg_h3.gif) repeat-x left bottom;
   color: #D8CC9D;
   font-size: 1.8em;
   font-weight: bold;
}

#content h4,
#content h5,
#content h6{
   
}

#content p,
#content ul,
#content ol,
#content td{
   margin-bottom: 1em;
   color: #DED098;
   font-size: 1.3em;
   line-height: 1.5;
}

#content ul,
#content ol{
   margin-left: 3em;
}

body#home #content ul,
body#home #content ol{
   margin-left: 1.5em;
   font-size: 1.3em;
   line-height: 1.75;
}

#content ul{
   list-style-image: url(/images/li_home.gif);
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content a{
   color: #B3AA69;
}

#content a:hover{
   text-decoration: none;
}

#content img#mcms_stats{
   display: none;
}

#content #text{
   clear: both;
}

#content .sermonbox{
   margin-bottom: 20px;
}

#content .sermonbox h4{
   margin-bottom: 5px; font-size:1.3em;
}

#content .sermonbox p{
   padding: 0;
   margin: 0;
}

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

#content #mediabox{
   float: right;
   width: 125px;
   padding: 5px 5px 0;
   border: 1px dashed #46391F;
   font-size: 1.1em;
   list-style: none;
}

#content #mediabox li{
   margin-bottom: 5px;
   font-weight: bold;
}

#content #mediabox li a{
   display: block;
   height: 16px;
   padding-left: 20px;
   background-repeat: no-repeat;
}

#content #mediabox li#mb_print a{
   background-image: url(/images/mb_print.gif);
}

#content #mediabox li#mb_video a{
   background-image: url(/images/mb_video.gif);
}

#content #mediabox li#mb_download a{
   background-image: url(/images/mb_download.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(/images/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a{
   background-image: url(/images/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(/images/mb_podcast.gif);
}

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #472B0E;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: .4em;
   color: #D8CC9D;
   font-size: 1.3em;
   font-weight: bold;
}

#content table.calendar caption span{
   color: #9A4F01;
}

#content table.calendar th{
   padding: 2px 0;
   border-bottom: 1px solid #0C0601;
   background: #472B0E;
   color: #FAFAFD;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #472B0E;
   border-left: 0;
   border-top: 0;
   background: #000;
   color: #FAFAFD;
   vertical-align: top;
}

#content table.calendar td ul{
   margin: .5em 0 0 0;
   font-size: 100%;
   list-style: none;
   line-height: 1.2;
}

#content table.calendar td li{
   margin-bottom: .5em;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   display: inline; /* IE6 double margin float bug hack */
   position: relative;
   z-index: 5;
   float: right;
   width: 235px;
   margin-top: -96px;
   margin-right: 21px;
   padding-top: 219px;
   background: url(/images/sub_header.jpg) no-repeat;
}

body#home #sidebar{
   width: 370px;
   padding-top: 346px;
   background: url(/images/home_header.jpg) no-repeat;
}

#sidebar h3{
   margin-right: 3px;
   padding: 10px 15px 5px;
   border-bottom: 3px solid #553504;
   background: url(/images/bg_sidebar_h3.gif) repeat-x;
   color: #D8CC9D;
   font-size: 1.6em;
   font-weight: normal;
   text-transform: lowercase;
}

#sidebar h4{
   margin-right: 3px;
   padding: 10px 15px 5px;
   color: #D8CC9D;
   font-size: 1.2em;
   font-weight: bold;
   text-transform: lowercase;
}

#sidebar .event{
   margin-right: 3px;
   padding: 7px 15px;
   border-bottom: 1px solid #301D03;
   background: #3C2708;
}

#sidebar .event h4{
   color: #C3B86D;
   padding-bottom: 3px;
   font-size: 1.1em;
   text-transform: uppercase;
}

#sidebar .event p{
   display: inline;
   color: #E9E4C4;
   font-size: 1.1em;
}

#sidebar .event a{
   color: #E9E4C4;
}

#sidebar .event a:hover{
   text-decoration:none;
}

#sidebar #service-times{
   margin: 0 3px;
   padding: 15px 18px 10px;
   background: #311C03 url(/images/bg_service-times.jpg) repeat-x;
}

#sidebar #service-times p{
   margin-bottom: .25em;
   color: #EDE6BB;
   font-size: 1.1em;
}

#sidebar #service-times p#directions{
   /*padding: 4px 0;
   background: url(/images/bg_service-times_p.gif) no-repeat center center;
   font-weight: bold;
   text-transform: lowercase;
   text-align: center;*/
}

#sidebar #service-times a{
   display: block;
   width: 164px;
   height: 17px;
   padding: 2px 0 0 25px;
   background: url(/images/bg_service-times_p.gif) no-repeat left center;
   color: #CDC383;
   font-weight: bold;
   text-decoration: none;
   text-transform: lowercase;
}

/* =Sidebar-Newsletter
---------------------------------------------------------------------
*/

#sidebar .sidebar-box-newsletter h3{
   color: #C3B86D;
   padding-bottom: 3px;
   font-size: 1em;
   text-transform: uppercase;
}

#sidebar .sidebar-box-newsletter{
   padding: 15px;
   border-top: 5px solid #282415;
}


#sidebar .sidebar-box-newsletter h3{
   margin-bottom: .75em;
   color: #701E01;
   font-size: 1.6em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: lowercase;
}


#sidebar .sidebar-box-newsletter h4{
   margin-right: 3px;
   padding: 10px 15px 5px;
   color: #D8CC9D;
   font-size: 1.2em;
   font-weight: bold;
   text-transform: lowercase;
}

#sidebar .sidebar-box-newsletter p{
   margin-bottom: 1em;
   color: #F2F2D2;
   font-size: 1.2em;
}

#sidebar .sidebar-box-newsletter p.byline{
   font-size: 1.1em;
}

#sidebar form#newsletter fieldset{
   border: 0;
}

#sidebar form#newsletter input#newsletter_text{
   width: 150px;
   margin-right: 5px;
   vertical-align: top;
}

#sidebar form#newsletter input#newsletter_submit{
   vertical-align: top;
}

/* =Quicklinks
---------------------------------------------------------------------
*/

#quicklinks{
   display: inline; /* IE6 double margin float bug hack */
   clear: right;
   float: right;
   width: 223px;
   margin: 0 22px 0 0;
   padding: 15px 5px 5px;
   background: url(/images/bg_quicklinks.jpg) repeat-x;
}

#quicklinks ul{
   list-style: none;
}

#quicklinks li{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 0 13px 5px;
   text-transform: lowercase;
}

#quicklinks li#quicklink1{
   background: url(/media/quicklink1.jpg) no-repeat center top;
}

#quicklinks li#quicklink2{
   background: url(/media/quicklink2.jpg) no-repeat center top;
}

#quicklinks li#quicklink3{
   background: url(/media/quicklink3.jpg) no-repeat center top;
}

#quicklinks li#quicklink4{
   background: url(/media/quicklink4.jpg) no-repeat center top;
}

#quicklinks a{
   display: block;
   width: 85px;
   padding: 73px 0 1px;
   background: url(/images/bg_quicklinks_a.gif) repeat-x left bottom;
   color: #B9AF6E;
   text-decoration: none;
   text-align: center;
}

#quicklinks img{
   display: block;
   border: 0;
}

body#home #quicklinks{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   /*position: absolute;
   bottom: 0;
   right: 2px;*/
   width: 355px;
   height: 85px;
   margin-left: 10px;
   padding-top: 10px;
   background: #030303 url(/images/bg_quicklinks_home.jpg) repeat-x left -3px;
}

body#home #quicklinks ul{
   float: left;
   height: 90px;
   background: url(/images/bg_quicklinks_ul.gif) repeat-x left bottom;
}

body#home #quicklinks li{
   margin: 0 2px 0 1px;
}

body#home #quicklinks a{
   padding: 75px 0 3px;
   background: none;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   padding: 25px;
   background: url(/images/bg_footer.gif) no-repeat;
}

#footer p{
   float: left;
   color: #C1B879;
}

#footer p.powered{
   float: right;
}

#footer a{
   color: #C1B879;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash #content h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 19px;
}