* {
   margin: 0;
   padding: 0;
}

body{
   background: #F5F2E5 url(/images/bg_body.gif) repeat-x center top;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size: 62.5%;
}

hr{
   display: none;
}

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

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

a{
   overflow: hidden;
}

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

#header{
   width: 700px;
   margin: 0 auto;
}

#header h1{
   position: absolute;
   text-indent: -9999px;
}

#header #flash-header{
   display: block;
}

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

#nav{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 700px;
   margin-left: 90px;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   list-style: none;
}

#nav li{
   float: left;
   font-size: 1.2em;
   border-left: 1px solid #FFFFFF;
   font-weight: bold;
   text-transform: uppercase;
   line-height: 1;
}

#nav li#nav_home{
   border: 0;
}

#nav li a{
   display: block;
   width: 123px;
   padding: 11px 0 10px 16px;
   background: #BDB59E url(/images/bg_nav_li_a.gif) repeat-x;
   color: #5E453F;
   text-decoration: none;
}

#nav li#nav_home a{
   width: 124px;
}

#nav li a:hover{
   color: #C57A15;
}

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

#nav li li{
   border: 0;
   font-size: .9167em;
   text-transform: none;
}

#nav li ul ul{
   margin: -19px 0 0 139px;
}

#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;
   display: block;
}

#nav li li li{
   font-size: 1em;
}

#nav li li a{
   width: 107px;
   padding: 4px 16px;
   background: #BAB29B;
   color: #FFF;
}

#nav li li a:hover{
   background: #6483C9;
   color: #FFF;
}

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

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

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

#content-wrap{
   float: left;
   background: url(/images/bg_content-wrap.gif) no-repeat;
}

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

#content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 462px;
   margin: 2px 0 10px 109px;
   padding: 191px 31px 0;
   background: url() no-repeat;
}

body#home #content{
   width: 550px;
   margin: 0 0 0 90px;
   padding: 0;
}

#content h3{
   margin-bottom: .25em;
   color: #BAB29B;
   font-size: 2.4em;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}
   
#content h4{
   color: #5E453F;
   font-size: 1.8em;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content h5,
#content h6{
   margin-bottom: .25em;
   color: #C57A15;
   font-size: 1.4em;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content p,
#content ul,
#content ol,
#content td{
   margin-bottom: 1em;
   color: #666;
   font-size: 1.1em;
   line-height: 1.5;
}

#content p.date{
   color: #5E453F;
   font-size: 1em;
}

#content ul,
#content ol{
   margin-left: 30px;
}

#content ul{
   margin-left: 13px;
   list-style: none;
}

#content ul li{
   padding-left: 16px;
   background: url(/images/bg_content_li.gif) no-repeat left center;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #C57A15;
   font-weight: bold;
   text-decoration: none;
}

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

#content img{
   /*float: left;*/
   margin: 0 10px 5px 0;
}

#content img#mcms_stats{
   display: none;
}

#content #text{
   clear: both;
}

#content #home-boxes{
   margin-left: 11px;
}

#content .home-box{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 132px;
   height: 215px;
   margin-left: 15px;
   padding: 8px 14px;
   background: url(/images/bg_home-box.gif) no-repeat;
}

#content .home-box h3{
   margin-bottom: .25em;
   font-size: 1.4em;
   text-transform: none;
}

#content .home-box ul#quicklinks{
   margin: 0;
   list-style: none;
   font-size: 1.6em;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1.15;
}

#content .home-box ul#quicklinks li{
   padding: 0;
   background: none;
   font-weight: bold;
}

#content .home-box ul#quicklinks li#ql_location-map{
   margin: 2px 0 1px;
   text-align: right;
}

#content .home-box ul#quicklinks a{
   display: block;
   color: #FFF;
   text-decoration: none;
}

#content .home-box ul#quicklinks li#ql_service-times a{
   width: 55px;
   height: 50px;
   padding: 10px 66px 0 8px;
   background: url(/images/bg_quicklinks_service-times.gif) no-repeat;
}

#content .home-box ul#quicklinks li#ql_location-map a{
   width: 61px;
   height: 51px;
   padding: 10px 10px 0 63px;
   background: url(/images/bg_quicklinks_location-map.gif) no-repeat;
}

#content .home-box ul#quicklinks li#ql_sermon-audio a{
   width: 54px;
   height: 54px;
   padding: 10px 66px 0 8px;
   background: url(/images/bg_quicklinks_sermon-audio.gif) no-repeat;
}

#content iframe{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 160px;
   height: 231px;
   margin-left: 15px;
   border: 0;
}

#content #frontBox{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 160px;
   height: 231px;
   margin-left: 15px;
   border: 0;
}

#calendar iframe{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 530px;
   height: 600px;
   margin-left: -35px;
   border: 0;
}

#content .sermongroup{
   background: #C6BEA9;
   margin-bottom: 18px;
}

#content .sermongroup h4{
   padding: 4px 24px 5px;
   color: #302320;
   background: #F5F2E5 url(/images/bg_sermongroup_h4.gif) no-repeat 298px 18px;
   text-transform: uppercase;
}

#content .sermonbox{
   position: relative;
   margin: 0 12px 0 24px;
   padding: 10px 0;
   border-bottom: 1px solid #F5F2E5;
}

#content .sermonbox h5{
   margin-bottom: 0;
   font-size: 1.3em;
   font-weight: normal;
}

#content .sermonbox h5 a{
   color: #5E453F;
   text-decoration: none;
}

#content .sermonbox h5 a:hover{
   background: #999;
}

#content .sermonbox h5 span{
   color: #F5F2E5;
   font-size: .7692em;
   font-weight: bold;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#content .sermonbox p{
   margin: 0;
   color: #C57A15;
}

#content .sermonbox ul{
   position: absolute;
   top: 12px;
   left: 278px;
   margin: 0;
   list-style: none;
}

#content .sermonbox ul li{
   position: absolute;
   padding: 0;
   background: none;
   text-indent: -9999px;
}

#content .sermonbox ul li.sb_video{
   left: 0;
}

#content .sermonbox ul li.sb_audio{
   left: 43px;
}

#content .sermonbox ul li.sb_download{
   left: 83px;
}

#content .sermonbox ul li.sb_notes{
   left: 129px;
}

#content .sermonbox ul li a{
   display: block;
   width: 25px;
   height: 25px;
   background-repeat: no-repeat;
}

#content .sermonbox ul li.sb_video a{
   background-image: url(/images/sb_video.gif);
}

#content .sermonbox ul li.sb_audio a{
   background-image: url(/images/sb_audio.gif);
}

#content .sermonbox ul li.sb_download a{
   background-image: url(/images/sb_download.gif);
}

#content .sermonbox ul li.sb_notes a{
   background-image: url(/images/sb_notes.gif);
}

#content p#filter{
   margin-bottom: 36px;
}

#content p#filter strong{
   text-transform: uppercase;
   font-weight: normal;
}

#content p#filter select{
   width: 175px;
   margin: 0 5px;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#content #sermon-header{
   position: relative;
   height: 40px;
   margin: 0 10px 16px 0;
   padding: 8px 11px;
   border-bottom: 1px solid #5E453F;
   background: #BAB29B;
}

#content #sermon-header p{
   color: #F5F2E5;
   font-size: 1em;
}

#content #sermon-header h3{
   margin-bottom: 0;
   color: #5E453F;
   font-size: 1.3em;
}

#content #sermon-header ul{
   position: absolute;
   top: -5px;
   right: 5px;
   /*width: 220px;*/
   height: 62px;
   margin: 0;
   list-style: none;
   font-size: 1em;
   font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#content #sermon-header li{
   float: left;
   padding: 0;
   background: none;
   text-align: center;
}

#content #sermon-header li a{
   display:block;
   padding: 8px 6px 30px 7px;
   background-repeat: no-repeat;
   background-position: center bottom;
   color: #5E453F;
   text-decoration: none;
}

#content #sermon-header li#mb_video a{
   background-image: url(/images/mb_video.gif);
}

#content #sermon-header li#mb_download a{
   background-image: url(/images/mb_download.gif);
}

#content #sermon-header li#mb_notes a{
   background-image: url(/images/mb_notes.gif);
}

#content #sermon-header li#mb_audio a{
   background-image: url(/images/mb_audio.gif);
}

#content #sermon-header li#mb_podcast a{
   background-image: url(/images/mb_podcast.gif);
}

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #FFF;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
   font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#content table.calendar caption{
   padding-bottom: .4em;
   color: #5E453F;
   font-size: 1.8em;
   font-weight: bold;
}

#content table.calendar caption span{
   color: #C57A15;
   font-size: .6667em;
   font-weight: bold;
}

#content table.calendar th{
   padding: 3px 0;
   border-bottom: 1px solid #FFF;
   background: #9B8E6E;
   color: #FFF;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #FFF;
   border-left: 0;
   border-top: 0;
   background: #F5F2E2;
   color: #403339;
   font-size: 1.1em;
   vertical-align: top;
}

#content table.calendar td a{
   color: #403339;
   font-weight: normal;
}

#content table.calendar td.empty{
   background: #CDC5A2;
}

#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 */
   float: right;
   width: 208px;
   margin: 7px 31px 0 0;
   background: url(/images/bg_sidebar.gif) no-repeat left bottom;
}

#sidebar #sidebar-inner{
   padding: 23px 23px 12px 23px;
   background: url(/images/bg_sidebar-inner.gif) no-repeat;
   min-height:390px;
}

#sidebar #sidebar-inner img{
	width:160px;
}

#sidebar img{
   display: block;
   margin-bottom: 11px;
   border: 1px solid #5E453F;
}

#search{
   display: inline; /* IE6 double margin float bug hack */
   clear: right;
   float: right;
   width: 125px;
   margin: 9px 105px 0 0;
   padding-bottom: 23px;
   background: url(/images/bg_search.gif) no-repeat right bottom;
   text-align: right;
}

#search fieldset{
   border: 0;
}

#search fieldset input{
   margin-bottom: 5px;
   font-size: 1em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#search fieldset input#search_text{
   width: 117px;
   padding: 3px;
   border: 1px solid #666;
}

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

#footer{
   clear: both;
   padding: 29px 112px 60px;
   background: url(/images/bg_footer.gif) no-repeat center top;
}


#footer p{
   float: left;
   text-indent: -9999px;
}

#footer p.powered{
   float: right;
}

#footer p.powered a{
   display: block;
   width: 17px;
   height: 17px;
}

/* =Members Only Navigation
---------------------------------------------------------------------
*/

#MembersOnlyNav{
	background: #bab29b;
	padding: 5px 0px 5px 0px;
	width: 480px;
	text-align: center;
}

#MembersOnlyNav p{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

#MembersOnlyNav a{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

#MembersOnlyNav a:hover{
	color: #C57A15;
   text-decoration: underline;
}

/* =Photo Gallery
---------------------------------------------------------------------
*/
#gallery {
	clear:both;
	float:left;
	height: 100px;
	width: 300px;
}

#gallery hr{
	display: block; 
	clear: left; 
	margin: -0.66em 0;
  	visibility: hidden;
	width: 150px;
}

#gallery img{
	float:left;
	margin:0 15px 0 0;
}

#gallery2 {
	float:left;
	height: 250px;
	width: 200px;
	margin: 0px 0px 5px 0px;
	}
	
#gallery2 img{
	max-height: 225px;
}

#gallery3 img{
	float:left;
	max-width:485px;
	width:auto !important;
	width:480px;
}