header{
  padding: 0px 0;
  height: 145px;
  background: none;
}
body{
  background-color: #2D2D2C;
  background-image: url(/images/css/12-body-bg.jpg);
  color: #ccc;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  line-height: 22px;
  border-top-width: 0px;
  border-top-color: #555555;
  border-top-style: solid;
  background-repeat: repeat;
}
body header .wrapper{
}
#content .wrapper{
}
body .wrapper,
.solink span{
  width: 911px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
a{
  color: #0568bd;
  font-weight: normal;
  text-decoration: none;
}
a:hover{
  color: #0568bd;
  font-weight: normal;
  text-decoration: none;
}
section h1{
  color: #0568bd;
  font-size: 32px;
  line-height: 36px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
section h2{
  color: #0568bd;
  font-size: 28px;
  line-height: 32px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
section h3, .frame_standard h3{
  color: #0568bd;
  font-size: 24px;
  line-height: 28px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
section h4{
  color: #0568bd;
  font-size: 20px;
  line-height: 20px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
section h5{
  color: #0568bd;
  font-size: 18px;
  line-height: 18px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}
section h6{
  color: #0568bd;
  font-size: 15px;
  line-height: 15px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6{
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
}
aside nav h2{
  color: #FFF;
  background-color: #0568bd;
  font-size: 25px;
  line-height: 25px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
}
#content .wrapper article.wide h1#pageName,
#content .wrapper article h1#pageName{
  color: #0568bd;
  font-size: 36px;
  line-height: 40px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  background: none;
  padding: 0px 0 0 10px;
  clear: both;
}
.wrapper .page-image img{
  border-color: #fff;
  border-width: 11px;
  border-style: solid;
  margin: 0 0 20px;
  padding: 0;
}
aside .image img{
  border-color: #fff;
  border-width: 11px;
  border-style: solid;
  margin: 10px 0 0;
  padding: 0;
}
aside span.image{
}
.wrapper aside{
  float: right;
  width: 285px;
}
#content{
  background: none;
  margin: 0px 10px 10px 0;
}
.wrapper article.wide{
  float: left;
  width: 600px;
}
article, article.wide{
  background: none;
  padding: 0px;
  border-color: none;
  border-width: 0px;
  border-style: solid;
  border-top: none;
  border-bottom: none;
  margin: 10px 0;
}
article h1{
  text-shadow: none;
  letter-spacing: 0px;
  text-transform: none;
  display: block;
}
#content .wrapper article h1#pageName{
  background: #fff;
  padding: 9px 0 0 12px;
}
article section{
  background: #fff;
  margin: 0 0 15px 0;
  padding: 10px 13px 12px;
  width: 885px;
  color: #333;
}
article.wide section{
  background: none;
  padding: 0px 0 0 10px;
  border: none;
  margin: 15px 0;
  width: 94%;
  color: #ccc;
}
#fullscreen{
  background-image: url(/images/css/bgblack.png);
  background-position: top left;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
}
#announcement  {
  background: #222;
  border: 5px solid #555;
  margin: 150px auto;
  padding: 10px;
  position: relative;
  width: 300px;
}
#announcement h1{
}
p{
  margin: 0 0 15px;
}
article{
}
nav.main{
}
nav.main ul{
  float: left;
  margin: 0;
  padding: 0 0px 3px 0;
  width: auto;
}
nav.main ul li.parent{
}
nav.main li a{
  color: #aaa;
  font-size: 19px;
  line-height: 50px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 0 3px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}
nav.main li a:hover,
nav.main li.hover a
{
  font-size: 19px;
  line-height: 50px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 0 3px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
  background: #008772;
}
nav.main li:hover a{
  color: #fff;
  background: #0568bd;
}
nav.main ul li.selected a{
  color: #ffffff;
}
nav.main li ul,
nav.main li.hover ul,
nav.main li:hover ul{
  background-color: #008772;
  background-image: url(/);
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  width: 150px;
  margin: 0 0 0 3px;
  border-top-width: 0px;
  border-top-style: solid;
}
nav.main li li{
}
nav.main li:hover li a{
  background-color: #0568bd;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-family: arial;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
  text-transform: none;
}
nav.main li li a:hover{
  background-color: #222;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  font-family: arial;
  font-weight: normal;
  text-decoration: none;
}
nav.main li.nav-0 a{
}
nav.main li.nav-1 a{
}
nav.main li.nav-2 a{
}
nav.main li.nav-3 a{
}
nav.main li.nav-4 a{
}
nav.main li.nav-5 a{
}
nav.main li.nav-6 a{
}
nav.main li.nav-7 a{
}
header h1 a{
  background-image: url(/uploads/logo-hand.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  height: 80px;
  width: 380px;
  margin: 10px 0 5px;
}
header h1 span.title{
  font-size: 37px;
  line-height: 37px;
  float: left;
}
header h1 a span.tagline{
  float: left;
  margin: 2px 0 0 105px;
}
header h1 a span{
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 37px;
  margin: 10px 0 0 105px;
}
header .search{
  background-image: url(/);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 25px;
  float: right;
  padding: 21px 0 0;
  width: 190px;
}
header .search input{
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  height: 23px;
  line-height: auto;
  margin: -5px 0 0;
  padding: 0 10px;
  width: 140px;
  border-radius: 0;
}
header .search input.go{
  background: #0568bd;
  color: #FFFFFF;
  font-size: 12px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  line-height: 17px;
  margin: 0;
  padding: 3px ;
  width: 30px;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}
#countdown{
  float: right;
  margin: 15px 0 0;
  width: 355px;
  display: none;
}
#countdown h2{
  color: #008772;
  float: left;
  font-size: 16px;
  margin: 0 10px 0 0;
  padding: 10px 0;
}
#countdown ul li{
  background: #EEEEEE;
  color: #333333;
  font-size: 18px;
  margin: 0 2px;
  padding: 5px 7px 3px;
  text-align: center;
  width: 28px;
}
#countdown ul li.sep{
  display: none;
}
#countdown ul li span{
  color: #333333;
  display: block;
  font-size: 10px;
  margin: 0 auto 0;
  padding: 0;
  width: 25px;
}
#countdown a.liveshow h2{
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
}
nav.utility{
  float: right;
  margin: 16px 15px 0 0;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  display: block;
}
nav.utility li {
  border-left: 1px solid #666;
  float: left;
}
nav.utility a{
  color: #0568bd;
  font-size: 16px;
}
nav.utility a:hover{
  color: #ffffff;
}
nav.main ul.social{
  float: right;
  display: none;
}
nav.main ul.social li{
}
nav.main ul.social li a{
  margin: 0px;
  padding: 5px;
}
#social1{
  display: block;
}
#social2{
  display: block;
}
#social3{
  display: block;
}
#social4{
  display: none;
}
#social5{
  display: none;
}
#features{
  height: 310px;
  width: 890px;
  border-color: #ffffff;
  border-width: 0px;
  border-style: solid;
  margin: 0;
  background: #fff;
  display: block;
  padding: 11px 11px 0 11px;
  overflow: hidden;
}
#features>ul:first-child, 
#features>ul:first-child li,
#features>ul:first-child li a,
#features>ul:first-child li img, #features>ul.main, #features>ul.main li, #features>ul.main li a, #features>ul.main li img
{
  height: 310px;
  width: 890px;
}
#features ul> li div.panel{
  background-image: url(/images/css/panel-bg.png);
  background-position: top left;
  background-repeat: repeat;
  display: block;
  padding: 10px;
  position: absolute;
  width: 100%;
  top: 217px;
  box-sizing: border-box;
}
#features>ul>li div h2{
  color: #008772;
  font-size: 14px;
  line-height: 14px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}
#features>ul li div p{
  color: #FFFFFF;
  font-size: 11px;
  margin: 5px 10px 0px 0;
  line-height: 14px;
}
#features ul.main li a.more-link{
  color: #FFFFFF;
  font-size: 10px;
  display: none;
  position: absolute;
  bottom: 15px;
  right: -45px;
  text-transform: uppercase;
  width: 100px;
  height: 18px;
}
#features>ul:first-child{
  display: block;
}
#features .pnControl a{
  font-size: 0;
  height: 72px;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: none;
  width: 45px;
  z-index: 1000;
}
#features .pnControl a.prev{
  background-image: url(/images/css/arrows.png);
  background-repeat: no-repeat;
  background-position: top left;
  top: 125px;
  left: 30px;
}
#features .pnControl a.next{
  background-image: url(/images/css/arrows.png);
  background-repeat: no-repeat;
  background-position: top right;
  top: 125px;
  left: 835px;
}
.features .pbControl {
  color: #FFFFFF;
  background-color: #000000;
  background-image: url(/);
  background-repeat: no-repeat;
  background-position: top left;
  display: none;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 30px;
  z-index: 1000;
}
#features .pbControl.pause{
  background-color: #000000;
  background-image: url(/);
  background-repeat: no-repeat;
  background-position: top left;
}
.features ul.count{
  display: none;
  margin: -23px 0 0 15px;
  position: relative;
  z-index: 9;
}
.features ul.count li{
  float: left;
  font-size: 0px;
}
.features ul.count li a{
  background: #fff;
  margin: 0 10px 0 0;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.features ul.count li.shown a{
  background: #ccc;
}
.countOf{
  display: none;
}
.sermons{
  background: #000;
  height: auto;
  padding: 12px;
  float: left;
  width: 890px;
  margin: 15px 0 -10px;
}
.sermons article{
  margin: 2px 0 0;
}
.sermons h2{
  background: none;
  text-transform: uppercase;
  color: #0568bd;
  padding: 0 10px 0 0;
  margin: 2px 10px 0 0;
  float: left;
  font-size: 24px;
  border-right: 1px solid #eaeaea;
}
.sermons article h3{
  text-transform: none;
  color: #eaeaea;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 16px;
}
.sermons article span{
  color: #eaeaea;
  margin: 0 10px 0 0;
  float: left;
  font-size: 16px;
  border-left: 1px solid #eaeaea;
  padding: 0 0 0 10px;
  line-height: 22px;
  font-weight: normal;
  font-family: Trebuchet MS, helvetica, sans-serif;
}
.sermons article span.recent_speaker{
}
.sermons article a{
  background: #0568bd;
  margin: -6px 2px 0 12px;
  padding: 5px 10px;
  color: #fff;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Trebuchet MS, helvetica, sans-serif;
}
.sermons article img{
  display: none;
}
.welcome{
  height: 180px;
  background: #444;
  padding: 15px;
}
.welcome h2{
  text-transform: none;
  color: #008772;
  margin: 0 0 10px;
}
.welcome p {
  color : #aaa;
}
#features>ul>li iframe{
  max-height: 100%;
}
.mejs-container.vimeo .mejs-controls{
  display: none!important;
}
.panel-overlay{
  position: absolute;
  padding: 10px;
  background: rgba(0,0,0,0.65);
}
#spotlight{
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  padding: 11px 0px;
  background: #fff;
}
#spotlight ul{
  display: block;
  height: auto;
  width: auto;
}
#spotlight ul li{
  background: none;
  float: left;
  height: 136px;
  margin: 0 0 0 11px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 290px;
  list-style: none;
}
 .home-left .welcome h3 { font-size: 34px; color: #211426; font-family: 'futura_ltcn_btlight'; padding: 9px 15px 4px; border:1px red solid; }
#spotlight ul li img{
  display: block;
  height: 136px;
  width: 289px;
}
#spotlight ul li div{
  margin: -135px 0 0;
}
#spotlight ul li div h2{
  font-size: 28px;
  line-height: 28px;
  margin: 11px 0;
  padding: 0 60px 0 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 2px 1px 4px #000000;
}
#spotlight ul li div p {
  color: #fff;
  font-size: 0px;
  line-height: 0px;
  margin: 0;
  padding: 0;
}
#spotlight span.more{
  background: url("/images/css/arrow-small.gif") no-repeat scroll left center transparent;
  text-transform: lowercase;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  display: none;
  padding: 5px 10px 5px 20px;
  border: none;
  width: auto;
}
@media (max-width: 729px) and (min-width: 320px) {  #content .wrapper article h1#pageName, #content .wrapper article.wide h1#pageName{
  font-weight: bold;
}
}
.marquee{
  font-size: 21px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  list-style: none;
  margin: 20px 0;
  padding: 0;
  float: none;
}
.marquee li span{
  background-image: url(/images/css/arrow-large.gif);
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  color: #008772;
  padding: 10px 0 10px 40px;
  text-transform: none;
  background-color: transparent;
}
.marquee li a{
  background-image: url(/images/css/arrow-large.gif);
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  color: #3a6faa;
  padding: 10px 0 10px 40px;
  text-transform: none;
  background-color: transparent;
}
.marquee li a:hover{
  background-image: url(/images/css/arrow-large.gif);
  background-position: center left;
  background-repeat: no-repeat;
  color: #008772;
  display: block;
  padding: 10px 0 10px 40px;
  text-decoration: none;
}
.marquee li{
  background: url(/images/css/dottedline.gif) repeat-x bottom left;
  padding: 0 0 5px;
  display: block;
  margin: 0px;
}
.marquee li h3,
aside .marquee li h3{
}
.marquee li a span{
}
aside .marquee{
}
aside .marquee a span{
  display: none;
}
aside .marquee li{
}
aside .marquee span span{
  display: none;
}
aside nav{
  margin: 10px 0 12px 0px;
  background: #1e1e1e;
  border: none;
}
aside nav ul{
}
aside nav ul li a{
  color: #ffffff;
  padding: 3px 20px;
}
aside nav ul li a:hover, 
aside nav ul li a.cluster_parent_open:hover{
  color: #aaa;
  padding: 3px 20px;
}
aside nav ul li a.cluster_parent{
  background-image: url(/images/css/cluster-closed.png);
  background-position: 3px 7px;
  background-repeat: no-repeat;
}
aside nav ul li a.cluster_parent_open{
  background-image: url(/images/css/cluster-open.png);
  background-color: #333;
  background-position: 3px 7px;
  background-repeat: no-repeat;
  padding: 3px 20px;
}
aside nav ul li ul{
}
aside nav ul li li a{
  color: #ffffff;
  background: #333;
  padding: 3px 20px;
}
aside nav ul li li a:hover,
aside nav ul li a.cluster_parent_open:hover{
  color: #aaa;
  padding: 3px 20px;
}
aside nav ul.group-links{
  background: #ffffff;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  margin: 10px 0;
}
aside nav ul.group-links li{
  background: url(/images/css/dottedline.gif) repeat-x scroll bottom left;
}
aside nav ul.group-links li a{
  background-image: url(/);
  color: #79a7d9;
  padding: 10px 0 10px 7px;
}
aside nav ul.group-links li a:hover{
  background-image: url(/);
  color: #79a7d9;
  padding: 10px 0 10px 7px;
}
.calendarHeadline{
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  display: none;
}
.headerTabOn{
  border: #ddd 1px solid;
  border-bottom: none;
  background: #ddd;
  color: #0568bd;
  font-size: 24px;
  font-weight: normal;
}
#calendarTabs .headerTabOff{
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: inherit;
}
#calendarTabs .headerTabOff a{
  color: #0568bd;
}
#calendarTabs .agendaOptions{
  background: #ddd;
  border: #ddd 1px solid;
}
#calendarTabs .agendaOptions .optionLabelUpdate{
  background: #0568bd;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#calendarTabs .agendaOptions .optionLabelUpdateOff{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#calendarTabs .agendaOptions .optionLabelUpdateOff a{
  color: #0568bd;
}
#rightSide.rightSide, .floatOptions{
  background: #0568bd;
}
#rightSide.rightSide #filterTitle.filterTitle,
.floatOptions #filterTitle.filterTitle{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
.calUpdate, .calCancel{
  background: #ddd;
  color: #008772;
  font-size: 9px;
}
#rightSide.rightSide .subGroup a{
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
#rightSide.rightSide .subGroup .selectAll a{
  color: #FFFFFF;
  font-size: 8px;
  font-weight: normal;
}
#rightSide.rightSide .subGroupOptions .optionLabels{
  color: #FFFFFF;
  font-size: 9px;
}
#eventContainer .dateHeader{
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}
#eventContainer .eventModule .eventTitle a{
  font-size: 18px;
  color: #0568bd;
}
#eventContainer .eventModule .eventText{
  color: #000000;
  font-size: 13px;
  line-height: 18px;
}
#content .currentWeek a{
  color: #0568bd;
}
.weekCell{
}
.selectedWeek{
  font-size: 13px;
  color: #0568bd;
  font-weight: bold;
}
.weekPicker{
  background: #eaeaea;
  border: #3e6faa solid 1px;
}
.weekPicker a.previousArrow,
#calendarTabs .weekPicker a.previousArrow:hover{
  background: url(/soImages/calendarWeekArrow20Left.png);
}
.weekPicker a.nextArrow,
#calendarTabs .weekPicker a.nextArrow:hover{
  background: url(/soImages/calendarWeekArrow20Right.png);
}
table tr td.topBlue{
  background: #ddd;
  color: #000;
  font-size: 11px;
}
table tr td.leftBlue{
  background: #ddd;
  color: #000;
  font-size: 11px;
}
#dayMulti0, #dayMulti1, #dayMulti2, #dayMulti3, #dayMulti4, #dayMulti5, #dayMulti6{
  border-bottom: #c0d2e4 solid 4px;
}
.weekEventContainer{
  background: #eee;
}
#content_text a.weekExpand,
#content_text a.weekExpand:hover{
  background: url(/soImages/calendarWeekExpand20.png) no-repeat;
}
#content_text a.weekContract, #content_text a.weekContract:hover{
  background: url(/soImages/calendarWeekContract20.png) no-repeat;
}
#calendarContent #eventHead.dayHeader{
  color: #0568bd;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 0;
}
#calendarContent #eventDateTime.eventDateTime{
  font-size: 12px;
  color: #000000;
}
#eventOptions .eventButtons{
  background: #0568bd;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 11px 0;
  margin: 5px 5px 0 0;
  float: left;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  line-height: 20px;
  height: 24px;
}
#eventChatter.eventChatter{
  color: #000000;
  font-size: 12px;
}
#rightEventContent img{
  border: none;
  background: none;
}
#eventDetails .eventDetailText{
  font-size: 12px;
  color: #000000;
}
.eventLinks{
  border-bottom: #0568bd solid 2px;
}
#calendarContent a:hover, #calendarUpdateContent a:hover,
#calendarTabs a:hover{
  background: none;
  text-decoration: underline;
  color: inherit;
}
.dayCellBlank{
  background: #eee;
}
.dayCell{
  background: #fff;
}
.dayCellHighlight{
  background: #f7f7c9;
}
.dayCell, .dayCellBlank, .dayCellHighlight{
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}
.moreEvents{
  background: #c0d2e4 url(/soImages/calendarArrowDown.png) no-repeat center 0px;
}
.eventContainerExpanded{
  background: #eee;
}
.lessEvents{
  background: #c0d2e4 url(/soImages/calendarArrowUp.png) no-repeat center top;
}
.multiWeekArrowLeft,
.multiDayArrowLeft{
  background-image: url(/soImages/calendarArrowLeft20.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
.multiWeekArrowRight, .multiDayArrowRight{
  background-image: url(/soImages/calendarArrowRight20.png);
  background-repeat: no-repeat;
}
.weekEventMultiStart,
.monthEventMultiStart,
.weekEventMultiBoth,
.monthEventMultiBoth,
.monthEventMultiEnd, .weekEventMultiEnd,
.monthEventMulti,
.weekEventMulti{
  background-color: #ccc;
}
.hideTime{
  display: block;
}
.monthEventMulti.span1, .monthEventMultiStart.span1, .monthEventMultiEnd.span1, .monthEventMultiBoth.span1{
}
.monthEventMulti.span2, .monthEventMultiStart.span2, .monthEventMultiEnd.span2, .monthEventMultiBoth.span2{
}
.monthEventMulti.span3, .monthEventMultiStart.span3, .monthEventMultiEnd.span3, .monthEventMultiBoth.span3{
}
.monthEventMulti.span4, .monthEventMultiStart.span4, .monthEventMultiEnd.span4, .monthEventMultiBoth.span4{
}
.monthEventMulti.span5, .monthEventMultiStart.span5, .monthEventMultiEnd.span5, .monthEventMultiBoth.span5{
}
.monthEventMulti.span6, .monthEventMultiStart.span6, .monthEventMultiEnd.span6, .monthEventMultiBoth.span6{
}
.monthEventMulti.span7, .monthEventMultiStart.span7, .monthEventMultiEnd.span7, .monthEventMultiBoth.span7{
}
.eventsShown{
}
.weekEventMulti.span1, .weekEventMultiStart.span1, .weekEventMultiEnd.span1, .weekEventMultiBoth.span1{
}
.weekEventMulti.span2, .weekEventMultiStart.span2, .weekEventMultiEnd.span2, .weekEventMultiBoth.span2{
}
.weekEventMulti.span3, .weekEventMultiStart.span3, .weekEventMultiEnd.span3, .weekEventMultiBoth.span3{
}
.weekEventMulti.span4, .weekEventMultiStart.span4, .weekEventMultiEnd.span4, .weekEventMultiBoth.span4{
}
.weekEventMulti.span5, .weekEventMultiStart.span5, .weekEventMultiEnd.span5, .weekEventMultiBoth.span5{
}
.weekEventMulti.span6, .weekEventMultiStart.span6, .weekEventMultiEnd.span6, .weekEventMultiBoth.span6{
}
.weekEventMulti.span7, .weekEventMultiStart.span7, .weekEventMultiEnd.span7, .weekEventMultiBoth.span7{
}
#content .singleEvent a {
  color: #3A6FAA;
}
.monthEventMultiStart a, .monthEventMultiEnd a, .monthEventMultiBoth a, .monthEventMulti a{
  color: #3A6FAA;
}
#content .singleEvent a:hover{
  color: #3A6FAA;
}
#content .monthEventMultiStart a:hover, #content .monthEventMultiEnd a:hover, #content .monthEventMultiBoth a:hover, #content .monthEventMulti a:hover{
  color: #3A6FAA;
}
#eventOptions #donateButton{
  padding: 0px;
}
.formButton, .printbutton{
  background: #0568bd;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 24px;
  line-height: 20px;
  margin: -44px 11px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 102px;
  float: right;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  letter-spacing: 0px;
}
.formButton:hover, .printbutton:hover{
}
#archives{
}
#content #archivesTabs ul.tabs-nav li a{
  background-image: url(../images/css/tabsSprite.png);
  background-color: #555555;
  background-repeat: repeat-x;
  border-radious: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  font-size: 12px;
  display: block;
  height: 14px;
  width: auto;
  margin: 0 0 0 2px;
  padding: 9px 16px 9px 11px;
}
#content #archivesTabs ul.tabs-nav li a:hover{
  background-color: #0568bd;
  color: #FFFFFF;
}
#content #archivesTabs ul.tabs-nav li.tabs-selected a,
#content #archivesTabs ul.tabs-nav li.selected a{
  background-color: #0568bd;
  color: #ffffff;
}
#archivesResults .tabs-container ul li a{
  color: #008772;
  background-color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}
#archivesResults .tabs-container ul li a:hover{
  color: #777;
  background-color: #EFEFEF;
  text-decoration: none;
}
#archivesResults .tabs-container ul li.selected a{
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
#archivesSearch h2{
}
#archivesResults, 
#archivesSearchMessage, 
#content #archivesTabs #archivesResults .tabs-container ul{
  background: #ddd;
}
.sermonDetails, .seriesListing{
}
#archives #archivesListing tr th{
  color: #000;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
}
#archivesListing table .image{
  padding: 10px;
  width: 125px;
}
#archivesListing table .date {
  width: 10%;
}
#archivesListing table .title {
  font-size: 12px;
  font-weight: normal;
  width: 35%;
}
#archivesListing table .title p{
  font-size: 12px;
  font-weight: normal;
}
#archivesListing table .speaker{
  width: 15%;
}
#archivesListing talbe .speaker{
  width: 15%;
}
#archives #programTitle{
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.seriesListing .seriesList tr{
  color: #000;
}
#archives .sermonPlayer h3, #archives .seriesPlayer h3{
  background-color: #008772;
}
#archives ul{
  border-bottom: 1px solid #79A7D9;
}
#archives ul li{
  float: right;
}
#archives .sermonDetails ul{
  margin: 5px 0 10px -6px;
}
#archives .sermonDetails .attachments li {
  margin: 5px 0 0 5px;
  float: left;
}
.sermonDetails .seriesSpeaker{
}
#dsq-content,
a.dsq-brlink{
  padding: 0 20px;
}
#staff{
}
#directory #staff-photos{
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #333;
  border-left: none;
  float: left;
  padding: 5px;
  width: 101%;
  background: #222;
  height: 245px;
  overflow-y: auto;
}
#directory #staff-photos h2{
  color: #0568bd;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
#staff-photos .group li{
  float: left;
  margin: 2px;
}
#staff-photos .group li a{
  background-color: #E1E1E1;
  border-color: #D1D1D1;
  border-style: solid;
  padding: 2px;
  margin: 2px;
  float: left;
  border-width: 1px;
}
#staff-photos .group li a:hover{
  background-color: #E1E1E1;
  border-color: #D1D1D1;
}
#directory #staff-current{
  background-color: transparent;
  background-image: url(/);
  background-repeat: no-repeat;
  background-position: top left;
  clear: both;
  float: right;
  height: 475px;
  width: 580px;
  overflow: auto;
  margin: 10px -16px 0 0;
}
#staff-current .staff-member{
  color: #aaa;
  width: 548px;
}
.info-image{
  display: block;
  float: left;
  width: 220px;
}
#staff-current .staff-member img{
  background-color: #E1E1E1;
  border-color: #D1D1D1;
  border-size: 1px;
  border-style: solid;
  float: left;
  margin: 0 0px 15px 6px;
  padding: 3px;
}
#staff-current .staff-member .staff-member-info{
  float: right;
  width: 323px;
}
.info-image .sociallink{
  display: block;
  float: left;
  padding: 5px 5px 0 0;
}
#staff-current .staff-member .staff-member-info h1{
  color: #0568bd;
  border-bottom-color: #CCCCCC;
  border-bottom-size: 1px;
  border--bottom-style: solid;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  margin-top: -5px;
}
#staff-current .staff-member .staff-member-info h2{
  color: #0568bd;
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
#staff-current .staff-member .email{
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
#staff-current .staff-member .link{
  background-color: #222;
  color: #999;
  font-size: 11px;
  padding: 5px 10px 5px 10px;
}
#staff-current .staff-member .link:hover{
  background: #79a7d9;
}
#staff-current .associate {
  background-color: #EEEEEE;
  float: right;
  padding: 5px 5px 0;
  width: 250px;
  clear: both;
}
#staff-current .associate img{
  float: left;
  margin: 0 6px 0 0;
}
#staff-current .associate .name {
  color: #555555;
  font-size: 15px;
}
#staff-current .associate .title{
  color: #555555;
  font-size: 12px;
  font-style: italic;
}
#staff-current .associate .email{
  font-size: 12px;
  font-style: normal;
  margin: 4px 0 0;
  padding: 5px 0;
}
form{
}
form dl dd input, 
form dl dd textarea{
  border: 1px solid #CCCCCC;
  color: #777777;
  font-size: 14px;
  font-weight: normal;
  margin: 0 3px;
  padding: 8px;
  width: 200px;
}
form dl dt{
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 155px;
}
form dl{
  float: left;
  margin: 5px 0;
  padding: 5px 0;
  width: 100%;
}
#feedbackForm dl dt.required{
  background: url(/standardStyles/required.gif) no-repeat scroll top left;
}
input.checkbox,
input.radiobutton{
  border: none;
  padding: 0px;
}
#standard_register #personal_info,
#standard_profile #personal_info{
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  float: left;
  width: 450px;
}
#standard_register #email_subscriptions,
#standard_profile #email_subscriptions{
  float: right;
  width: 435px;
}
#submit input, 
a.button, #donations .formButton,
input#btnViewGroups, 
input#btnViewAll,
input#btnSubmit,
td.groupRegister .open a{
  border: none;
  background: #0568bd;
  color: #fff;
  font-size: 12px;
  margin: 0 5px 0 0;
  padding: 3px 5px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
#feedbackForm form  dl dt{
  font-size: 12px;
  line-height: 14px;
  width: 175px;
}
#volunteer_criteria,
#volunteer_results_exact td,
#volunteer_results tr,
#volunteer_detail dl{
}
#volunteer_results_close .alt, #volunteer_results .alt, 
#volunteer_results_close .over,
#volunteer_results_exact .over, 
#volunteer_results .over{
}
#volunteer_detail form{
}
#volunteer_detail form h2{
}
form#frmCart,
table.cartgrid{
  background: #fff;
  padding: 10px;
  color: #555;
}
#feedbackForm dl dd select{
  -webkit-border-radius: none;
}
#feedbackForm input.radiobutton, #feedbackForm input.checkbox{
}
form #submit{
  width: auto;
}
#standard_my #my_left{
  float: left;
  width: 430px;
}
#standard_my #my_right{
  float: right;
  width: 400px;
}
#standard_my dl{
  float: left;
  margin: 3px 0;
  padding: 2px 0;
  width: 350px;
}
#standard_my dl dt{
  color: #777777;
  font-size: 14px;
  font-weight: bold;
  width: 75px;
}
#searchResults{
  float: left;
  width: 400px;
  margin: 10px 0;
}
#searchAgain{
  float: right;
  width: 450px;
  background: #353535;
  margin: 10px 0;
}
#SearchResultsFound ul,
ul.include,
ul.fromSites{
  list-style-type: none;
  padding: 0px;
}
#SearchResultsFound p.organization{
  margin: 0px;
}
#searchAgainKeyword{
  padding: 0 20px;
}
ul.include, 
ul.fromSites{
  float: left;
  width: 190px;
  margin: 0 0 25px;
}
#searchAgain ul li{
  clear: both;
}
#Form1 label{
  float: left;
  margin: 0 5px 21px 0;
}
#searchAgainMedia{
  padding: 1px 20px;
  background: #444;
  float: left;
  width: 410px;
}
#searchAgainMedia ul{
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
  float: left;
  width: 160px;
  line-height: 20px;
}
#searchAgainMedia ul li a,
#searchAgainMedia ul li a:hover{
  color: #ccc;
  text-decoration: underline;
  font-weight: normal;
}
#searchAgainMedia ul li a:hover{
  color: #008772;
}
#searchPage h3{
  font-size: 19px;
}
.frame_standard hr{
}
aside #campus_news{
  background: #e4e4e4;
  border: 11px solid #fff;
  height: 240px;
  width: 265px;
  margin: 10px 0 24px;
}
#campus_news h3{
  color: #008772;
  font-size: 23px;
  font-weight: normal;
  margin: 0;
  padding: 10px 13px;
}
#campus_news .news .description .title{
  color: #008772;
  font-weight: bold;
  font-size: 15px;
  padding: 0 0 2px;
}
#campus_news .news .description .intro{
  color: #555;
  font-size: 12px;
}
#campus_news .news{
}
#coming_events{
  padding: 18px 0 0 17px;
}
#coming_events h3{
  font-size: 23px;
  color: #008772;
}
aside .event{
}
aside .event .description .title,
section .event .description .title{
  color: #999;
  font-weight: bold;
  font-size: 13px;
}
aside .event .date{
  background: #555;
}
aside .event .date .month,
aside .event .date .day{
}
aside .event .description .intro,
section .event .description .intro{
  color: #fff;
  font-size: 12px;
}
aside .link a,
section #coming_events .link a{
  color: #008772;
  font-size: 14px;
  font-weight: normal;
}
aside .event .description,
section .event .description{
}
aside .link{
}
section .event .date{
  float: float;
  width: 5-px;
  text-align: center;
}
section .event{
  margin: 0 0 15px;
}
#quote{
  display: block;
  font-size: 17px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: normal;
  line-height: 24px;
  padding: 15px 10px 5px;
}
#quote span{
  color: #0568bd;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  display: block;
}
footer{
  background: #111;
  border-top: none;
}
footer p{
  color: #777;
  float: left;
  width: auto;
  text-align: left;
  font-size: 12px;
  margin: 0 0 30px;
}
footer a{
  color: #0568bd;
  padding: 0 0 0 8px;
}
footer a:hover{
  color: #ffffff;
}
footer nav ul{
  list-style-type: none;
}
footer nav li{
  display: inline;
}
.solink span{
  color: #ffffff;
  display: block;
  font-size: 11px;
}
.solink span a,.solink span a:hover{
  color: #EEEEEE;
  text-decoration: none;
}
footer .solink{
  background: #353535;
}
article #breadcrumbs{
  background: none;
  font-size: 12px;
  height: auto;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  position: relative;
  width: auto;
  text-transform: capitalize;
  left: 10px;
}
article.wide #breadcrumbs{
}
#breadcrumbs a{
  font-size: 12px;
  font-weight: normal;
}
#breadcrumbs a:hover{
  text-decoration: none;
}
#breadcrumbs span{
  font-size: 12px;
  text-decoration: none;
}
#recentsermons{
  background: #1E1E1E;
  margin: 20px 0 0;
  padding: 15px 20px;
}
#recentsermons h2:first-child{
  font-size: 1.8em;
  margin: 0 0 10px;
  color: #fff;
}
#recentsermons h2{
  margin: 0 0 8px;
}
#recentsermons img{
  margin: 8px 0;
  display: none;
}
#recentsermons a{
  text-transform: uppercase;
  margin: 0 8px 0 0;
}
#standard_groupContacts .contact-entry{
  padding: 10px;
  overflow: auto;
  clear: both;
  display: block;
  background-color: #efefef;
  margin-bottom: 20px;
}
#standard_groupContacts .contact-entry h3{
  font-size: 20px;
  color: #3E6FAA;
}
#bw-widget.bw-widget-square{
  width: 283px !important;
  background: #fff !important;
  margin: 10px 10px 10px 3px;
  height: 262px !important;
  text-align: center;
}
a.bw-widget-title{
  padding: 20px 0 10px !important;
}
#bw-widget.bw-widget-square .bw-widget-btn-search{
  position: relative !important;
  left: auto !important;
  background: #008772 !important;
  letter-spacing: -1px;
}
#bw-widget form{
}
#bw-widget.bw-widget-square a.bw-widget-title{
}
#bw-widget div, #bw-widget span, #bw-widget h1, #bw-widget h2, #bw-widget h3, #bw-widget h4, #bw-widget h5, #bw-widget h6, #bw-widget p, #bw-widget a, #bw-widget ul, #bw-widget li, #bw-widget form, #bw-widget label{
}
#bw-widget.bw-widget-square .bw-widget-input-frame input{
}
#bw-widget.bw-widget-square .bw-widget-change-version{
}
#bw-widget .bw-widget-btn-search{
}
#bw-widget.bw-widget-square .bw-widget-add p a {
}
#bw-widget.bw-widget-square{
  background: #f1f1f1 !important;
  width: 284px !important;
}
#facebook{
  margin: 10px 0;
  float: left;
}
nav#thumbs img{
  width: 111px;
  float: left;
}
#facebook ul{
}
nav#thumbs li{
  float: left;
  width: 111px;
  list-style-type: none;
  margin: 0 4px 10px;
  height: 100px;
  overflow-y: hidden;
}
#facebook div.name{
  color: #333;
  font-size: 23px;
  text-transform: uppercase;
  border-bottom: 2px solid #B9240D;
  margin: 0 0 -10px;
  padding: 0 0 10px;
  font-family: 'FuturaBkBtBook', Arial;
}
aside nav#thumbs ul li, 
aside nav#thumbs ul li a, 
aside nav#thumbs ul li a:hover{
  padding: 0;
}
#facebook h2#galleryName,
aside #facebook nav h2#galleryName{
  border: none;
  font-size: 18px;
  padding: 10px 0 5px;
  font-size: 0;
  line-height: 13px;
}
#facebook h2#galleryName a,
aside #facebook nav h2#galleryName a{
  font-size: 18px;
}
section #facebook div.name{
  display: none;
}
section #facebook ul{
  float: left;
  background: #eaeaea;
  padding: 17px;
}
section #facebook nav#thumbs li{
  height: 74px;
  overflow: hidden;
  border: 3px solid #bbb;
}
