@charset "UTF-8";
body  {
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #cecece;
	background-image: url(../images/main-BG.jpg);
	background-repeat: repeat-x;
	line-height: 1.5;
}
hr {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 0 0;
	clear:none;
	height:0;
}
a:link {color:#145372;}    /* unvisited link */
a:visited {color:#145372;} /* visited link */
a:hover {color:#333333;}   /* mouse over link */
a:active {color:#333333;}  /* selected link */
h1 {
    font-size: 25px;
}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 19px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}
ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: decimal;
}
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: square;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color:#444444;
}
small {
    font-size: 1.1em;
}
/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(/images/icons/icon_pdf.gif) no-repeat center right;
}
/* all A tags whose HREF attribute ends in .doc */
a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(/images/icons/icon_doc.gif) no-repeat center right;
}
.alpha {
    margin-left: 0;
}
.omega {
    margin-right: 0;
}
.strip {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.margin_auto {
	margin-right: auto;
	margin-left: auto;
}
.margintop_10 {
	margin-top: 10px;
}
.margintop_15 {
	margin-top: 15px;
}
.margintop_20 {
	margin-top: 20px;
}
.marginbot_0 {
	margin-bottom: 0px;
}
.marginbot_10 {
	margin-bottom: 10px;
}
.marginbot_15 {
	margin-bottom: 15px;
}
.marginbot_20 {
	margin-bottom: 20px;
}
.margin_10 {
	margin: 10px 0px;
}
.margin_15 {
	margin: 15px 0px;
}
.margin_20 {
	margin: 20px 0px;
}
.picBorder {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.line {
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	height: 2px;
}
.video_icon {
	background-image: url(../images/icons/video.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	display: inline-block;
	padding-right: 25px;
}
.quick_links_module {
	background-color: #FFFFFF;
	width: 268px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/quick_links_BG.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	min-height:85px;
}
.quick_links_module h5 {
	font-size: 23px;
	line-height: normal;
	margin-bottom: 0px;
	color: #565656;
}
.quick_links_module .line {
	margin-bottom: 5px;
	margin-top: 3px;
}
.quick_links_module p {
	line-height: normal;
	margin-bottom: 7px;
	font-size: 14px;
}
.quick_links_module a {
	text-decoration: none;
}
.side_module {
	background-color: #FFFFFF;
	width: 268px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/content_BG.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	min-height:85px;
}
.side_module h5 {
	font-size: 23px;
	line-height: normal;
	margin-bottom: 0px;
	color: #565656;
}
.side_module .line {
	margin-bottom: 5px;
	margin-top: 3px;
}
.side_module p {
	line-height: normal;
	margin-bottom: 7px;
	font-size: 14px;
}
.side_module a {
	text-decoration: none;
}
.twoColFixRtHdr #header {
	height: 120px;
	background-image: url(../images/maranatha_hdr.jpg);
	width: 960px;
	margin-top: 14px;
	background-repeat: no-repeat;
	background-position: left center;
} 
#branding a {
	display: block;
	height: 120px;
	width: 126px;
	float: left;
}
#branding_name {
	float: left;
	text-align: left;
	margin-top: 29px;
}
#branding    h1    {
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	text-align: left;
	margin-left: 14px;
	margin-bottom: 0px;
	letter-spacing: -1px;
}
#branding_name p {
	font-size: 15px;
	color: #FFFFFF;
	font-style: italic;
	margin-left: 39px;
	line-height: normal;
	margin-top: 0px;
	padding: 0px;
	letter-spacing: -0.5px;
}
.twoColFixRtHdr  nav {
	height: 42px;
	width: 960px;
	padding-top: 4px;
} 

.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px 0px 1px;
} 
#topSection   {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 275px;
	margin-bottom: 15px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
}
.sidebar_hdr {
	background-color: #333333;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	padding-left: 10px;
	height: 21px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #444241;
	padding-top: 5px;
	letter-spacing: 0.05em;
}
.sidebar_hdr p  {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
#player_top p {
	padding: 0px;
	margin: 0px;
}
#sermon_art {
	height: 148px;
	width: 300px;
}
#player_bot {
	background-color: #333333;
	color: #FFFFFF;
	padding-left: 10px;
	height: 58px;
	padding-top: 7px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #444241;
}
#sermon_title {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
}
#player_nav {
	background-color: #185273;
	height: 21px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 7px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #567486;
}
#player_nav ul {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#player_nav li {
	display: inline;
	margin-right: 5px;
	line-height: normal;
}
#player_nav a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}
#player_nav  a:hover {
	color: #CCCCCC;
}
#sermon_speaker {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}
#topContent   {
	float: right;
	margin-right: 20px;
	height: 275px;
	width: 620px;
	background-color: #003366;
} 
#guestCentral {
	height: 82px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/guest_central_bg.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
}
#guestCentral li {
	height: 82px;
	float: left;
	width: 229px;
	background-image: url(../images/guest_central_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
#guestCentral ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/********* KWICKS ***********/
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 230px;
	height: 82px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}
#kwick_1 a {
	background-image: url(../images/guest_central_sprites.png);
	display: block;
	background-position: -10px top;
	width: 508px;
	height: 80px;
	padding-top: 2px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#kwick_2  a {
	background-image: url(../images/guest_central_sprites2.png);
	display: block;
	background-position: -9px top;
	width: 508px;
	height: 80px;
	padding-top: 2px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#kwick_3   a {
	background-image: url(../images/guest_central_sprites3.png);
	display: block;
	background-position: -10px top;
	width: 508px;
	height: 80px;
	padding-top: 2px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#kwick_4   a {
	background-image: url(../images/guest_central_sprites4.png);
	display: block;
	background-position: -10px top;
	width: 508px;
	height: 80px;
	padding-top: 2px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kwick (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kwick (if you set a margin above) */
}
#botSection {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 25px;
}
aside {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
}
#sidebar2 {
	background-color: #EBEBEB;
	background-image: url(../images/times_loc_BG.gif);
	background-repeat: repeat-y;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
#locContent {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
}
#locContent #map {
	height: 65px;
	width: 83px;
	margin-left: 10px;
	border: 5px solid #009999;
	background-image: url(../images/mapIMG.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 1px -2px 7px 2px #000;
	-moz-box-shadow: 1px -2px 7px 2px #000;
	box-shadow: 1px -2px 7px 2px #000; 
}
#locContent #map a {
	display: block;
	height: 65px;
	width: 83px;
	background:none;
}
#sidebar2 h3 {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 5px;
}
#locContent   p {
	font-size: 13px;
	color: #333333;
	line-height: normal;
	margin-bottom: 5px;
}
#timesContent {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ecebeb;
	margin-right: 10px;
	margin-left: 10px;
}
#timesContent  #sunday {
	font-size: 13px;
	color: #FFFFFF;
	line-height: normal;
	margin-bottom: 5px;
	background-color: #669900;
	padding-left: 2px;
	width: 54px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}
#timesContent  #wed {
	font-size: 13px;
	color: #FFFFFF;
	line-height: normal;
	margin-bottom: 5px;
	background-color: #336699;
	padding-left: 3px;
	width: 80px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}
#timesContent   p {
	font-size: 13px;
	color: #333333;
	line-height: normal;
	margin-bottom: 5px;
}
#botHdr {
	float: right;
	margin-right: 20px;
	height: 30px;
	width: 588px;
	border: 1px solid #cccccc;
	line-height: normal;
	background-color: #ebeaea;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
#botHdr h2 {
	margin: 0px;
	color: #444444;
}
.news_item {
	background-image: url(../images/content_BG.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	background-position: left -10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	line-height: 18px;
	background-color: #FFFFFF;
    min-height:98px;
    height:auto !important;
    height:98px; 
}

.view-more {
  font-size: 16px;
  text-decoration: none;
}

.news_item:last-child {
	border-bottom: none;
}
.news_item h3 {
	color: #145372;
	font-size: 20px;
	text-transform: capitalize;
	text-decoration: none;
	margin-bottom: 10px;
}
.news_item a {
	color: #145372;
	text-transform: capitalize;
	text-decoration: none;
}
.news_item small {
	font-size:11px;
	text-align:right;
	display:block;
	clear:left;
}
.news_item .newsDate {
	background-color: #336699;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 0.95em;
	font-style: italic;
	line-height: normal;
	margin-right: 4px;
	padding-top: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 75px;
}
.news_item a:hover {
	color: #333333;
}
.news_Thumb {
	float: left;
	height: 66px;
	width: 66px;
	margin-right: 8px;
	border: 1px solid #f3f1f4;
	padding: 4px;
	background-color: #FFF;
}
#botContent {
	float: right;
	margin-right: 20px;
	width: 618px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	/*padding-bottom: 10px;*/
	background-color: #EBEAEA;
}
#footer_backing {
	background-image: url(../images/footerBG.png);
	background-repeat: repeat-x;
	height: 45px;
	padding-top: 45px;
	min-width:960px;
}
#footer  {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	padding-left: 25px;
	text-align: left;
	color: #FFFFFF;
} 
#footer  span  {
	margin-left: 20px;
}
#footer   span a  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer    span  a:hover  {
	text-decoration: none;
	color: #CCCCCC;
}
#meta_backing {
	background-image: url(../images/meta_backing_bg.jpg);
	background-repeat: repeat-x;
	height: 74px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #575a5b;
	min-width:960px;
}
#meta_info {
	background-image: url(../images/meta_info_BG.jpg);
	height: 73px;
	width: 960px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#meta_info ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#meta_info  li {
	display: inline;
	margin-left: 45px;
	float: left;
	text-indent: -9999px;
}
#meta_info  #mara {
	display: block;
	width: 208px;
	height: 41px;
	margin-top: 15px;
	background-image: url(../images/footer_sprites.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#meta_info   #mara:hover {
	background-image: url(../images/footer_sprites.png);
	background-repeat: no-repeat;
	background-position: left -42px;
}
#meta_info  #mergeYouth {
	display: block;
	width: 111px;
	height: 41px;
	margin-top: 15px;
	background-image: url(../images/footer_sprites.png);
	background-repeat: no-repeat;
	background-position: -208px top;
}
#meta_info   #mergeYouth:hover {
	background-image: url(../images/footer_sprites.png);
	background-repeat: no-repeat;
	background-position: -208px -42px;
}
#meta_info  #maraWor {
	display: block;
	width: 88px;
	height: 41px;
	margin-top: 15px;
	background-image: url(../images/footer_sprites.png);
	background-repeat: no-repeat;
	background-position: -320px top;
}
#meta_info   #maraWor:hover {
	background-image: url(../images/footer_sprites.png);
	background-repeat: no-repeat;
	background-position: -320px -42px;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearlft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearrt { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*********************** Sub page Styles ***************************/
.pageHeader {
	background-color: #113c55;
	height: 35px;
	margin: 0 10px 10px;
	background-image: url(../images/page_Hdr_Bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #113c55;
	padding-left: 15px;
}
.pageHeader h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	font-size: 34px;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.05em;
}
/*********************** Page subMenu Styles ***************************/
.pageMenu {
	height: 65px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/pageMenu_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.pageMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.pageMenu li {
	display: inline;
}
.pageMenu a.first {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px; 
}
.pageMenu a.last {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px; 
}
.pageMenu a {
	background-color: #eeeeed;
	display: block;
	height: 25px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #666666;
	padding-top: 5px;
}
.pageMenu a:hover {
	color: #FFFFFF;
	background-color: #9ac73a;
	background-image: url(../images/pageMenu_bg.gif);
	background-repeat: repeat-x;
}
/*********************** End page subMenu Styles ***************************/
#pageHdr {
	float: right;
	margin-right: 20px;
	height: 30px;
	width: 588px;
	border: 1px solid #cccccc;
	line-height: normal;
	background-color: #ebeaea;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
#pageHdr h2 {
	color: #145372;
	margin: 0px;
	width: 285px;
}
#pageContent_bg {
	float: right;
	margin-right: 20px;
	width: 618px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #ffffff;
	background-image: url(../images/content_BG.gif);
	background-repeat: repeat-x;
	background-position: left -10px;
}
.pageBanner {
	height: 150px;
	width: 598px;
	padding-bottom: 25px;
}
.pageContent {
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 18px;
	min-height: 300px;
	border: 1px solid #ffffff;
}
.pageContent h3 {
	color: #444444;
	font-size: 20px;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 10px;
}
.pageContent .smallerHeading {
	color: #444444;
	text-transform: capitalize;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 15px;
}
.pageContent a,
.staffContent a {
	color: #145372;
	text-decoration: none;
}
.pageContent a:hover,
.staffContent a:hover {
	color: #333333;
}
.pageContent ul {
	margin-left: 25px;
	list-style-image: url(../images/icons/arrow.png);
}
.pageContent li {
	margin-bottom: 5px;
}
.side_module ul {
	margin-left: 8px;
	/* [disabled]list-style-image: url(../images/icons/arrow.png); */
}
.side_module li {
	margin-bottom: 5px;
}
.pageContent blockquote {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 10px;
}
.pageContent blockquote p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.pageContent  blockquote  h3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar2 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 50px;
	margin-left: 0px;
}
#sidebar2 li {
	display: block;
	padding-right: 12px;
	padding-left: 12px;
}
#sidebar2 li:hover {
	background-image: url(../images/sidebar2_hover.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebar2 a {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: 35px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 12px;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.pageContent #map {
	width: 572px;
	border: 3px solid #efefef;
	background-color: #CCC;
	height: 305px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
#map_content {
	background-color: #CCCCCC;
	height: 305px;
}
#small_map_link {
	font-size: 12px;
	font-weight: normal;
}
.staffContent {
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 18px;
	min-height: 300px;
}
.staffContent .pageBanner {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.staffContentRow {
	background-image: url(../images/staffContent_BG.jpg);
	background-repeat: repeat-x;
	background-position: left 14px;
	padding-bottom: 15px;
	line-height: 18px;
	background-color: #FFFFFF;
	height: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 15px;
}
.staffContentRow:last-child {
	border:none;
}
.staffContent .staffPic {
	background-color: #FFF;
	width: 120px;
	float: left;
	height: 160px;
}
.staffContent .StaffLabel {
	float: left;
	width: 159px;
	margin-left: 20px;
}
.staffPicLeft {
	width: 206px;
	float: left;
}
.staffPicLarge {
	height: 244px;
	width: 192px;
	padding: 6px 7px;
	background-image: url(../images/staff/staffPic_Bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
#BioLinks h5 {
	color: #444444;
	margin-bottom: 2px;
}
#BioLinks  p {
	margin-bottom: 0px;
}
#BioLinks   a {
	margin-bottom: 0px;
	font-size: 11px;
	text-transform: lowercase;
}
.StaffRight {
	margin-left: 226px;
}
.StaffRight h1  {
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.StaffRight p span  {
	margin-left: 3px;
}
#contactTop  {
	margin-bottom: 50px;
}
#contactTop h3 {
	color: #4e6e0a;
	margin-bottom: 5px;
}
#contactTop  p {
	color: #444444;
	font-size: 15px;
	line-height: 20px;
}
#contactBottom  h3 {
	color: #4e6e0a;
	margin-bottom: 10px;
}
#contactBottom hr {
	margin-bottom: 10px;
}
#contactBottom   h6 {
	color: #6d6d6d;
}
.form-submit  {
	width: 125px;
	background-color: #0b6191;
	height: 35px;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.05em;
	border: none;
	cursor: pointer;
}
#baptism_player {
	height: 269px;
	width: 480px;
	background-color: #000000;
	border: 1px solid #666666;
	margin: 0 auto 25px;
}
#baptism_player a {
	height: 269px;
	width: 480px;
	background-color: #000000;
	display: block;
	background-image: url(../images/baptismpromo.jpg);
	background-position: 250px;
}
#baptism_player    img {
	margin-top: 95px;
	margin-left: 200px;
}
#baptism_player:hover {
	border: 1px solid #000000;
}
#video_player {
	height: 269px;
	width: 480px;
	background-color: #000000;
	border: 1px solid #666666;
	margin: 0 auto 25px;
}
#video_player a {
	height: 269px;
	width: 480px;
	background-color: #000000;
	display: block;
}
#video_player    img {
	margin-top: 95px;
	margin-left: 200px;
}
#video_player:hover {
	border: 1px solid #000000;
}

a.btn_small {
	background-image: url(../images/btn_bg.jpg);
	height: 25px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 5px; /* FF1-3.6 */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	/* useful if you don't want a bg color from leaking outside the border: */        
    -moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.05em;
}
a:hover.btn_small {
	color: #cae2ef;
}
a.btn_small_cmg, p.btn_small_cmg{
	display:block;
	margin:10px 0 0 3px;
	float:left;
	height:28px;
	padding-left:18px;
	text-decoration:none;
	text-transform:uppercase;
	background-color: transparent;
	background-image: url(../media/player/images/btn_small_cmg_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
}
a:link.btn_small_cmg, a:visited.btn_small_cmg, a:active.btn_small_cmg{color:#333}
a.btn_small_cmg span, p.btn_small_cmg input{
	display:block;
	height:28px;
	line-height:30px;
	padding:0 18px 0 0;
	color:#999;
	letter-spacing: 0.05em;
	background-color: transparent;
	background-image: url(../media/player/images/btn_small_cmg_right.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
a.btn_small_cmg:hover, p.btn_small_cmg:hover{background-position:0 -28px;color:#0386e3}
a.btn_small_cmg:hover span, p.btn_small_cmg:hover input{background-position:100% -28px;color:#20aae5}
p.btn_small_cmg input {
	outline:none;
	border:none;
	text-transform:uppercase;
	font-size:1em;	
}
a.worshipLink {
	color: #C642B4;
}
a.worshipLink:hover {
	color: #da4ac4;
	text-decoration: underline;
}
/*********************** Start Merge ***************************/
.mergeTag {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
.merge_event {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: -9px;
	margin-left: -9px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 137px;
}
.merge_event_TH {
	background-color: #000000;
	float: left;
	height: 135px;
	width: 220px;
	margin-right: 10px;
}
.merge_event_TH a
 {
	height: 135px;
	width: 220px;
	display: block;
}
.merge_event_info {
	float: left;
	width: 368px;
	min-height: 137px;
}
.merge_event_title {
	height: 37px;
	margin-bottom: 20px;
}
.merge_event_body {
}
.merge_event_date {
	background-color: #195171;
	text-align: center;
	height: 34px;
	width: 37px;
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 5px; /* FF1-3.6 */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	/* useful if you don't want a bg color from leaking outside the border: */        
    -moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding-top: 2px;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: repeat-x;
	float: left;
}
.merge_event_month {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}
.merge_event_day {
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: -1;
	font-weight: normal;
}
.merge_event_name  {
	margin-left: 47px;
}
.merge_event_name h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.merge_event_name  p {
	margin: 0px;
	padding: 0px;
}
.merge_event_details {
	margin-right: -9px;
	margin-left: -9px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.merge_event_details h6 {
	color: #333333;
}
.merge_event_details   th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	text-align: left;
}
.merge_event_details  td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	color: #333333;
	padding-top: 10px;
}
.album_row {
	height: 165px;
	margin-bottom: 30px;
	clear: left;
}
.album_item {
	height: 165px;
	width: 126px;
	margin-right: 31px;
	float: left;
}
.album_cover {
	height: 126px;
	width: 126px;
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 5px; /* FF1-3.6 */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	/* useful if you don't want a bg color from leaking outside the border: */        
    -moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-bottom: 10px;
	overflow: hidden;
}
.album_cover a {
	height: 126px;
	width: 126px;
	display: block;
}
p.album_title  {
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: normal;
}
p.album_count    {
	margin: 0px;
	font-size: 11px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: normal;
}
h3.album_title {
	margin: 0px;
	padding: 0px;
}
.photo_row {
	height: 99px;
	margin-bottom: 11px;
	clear: left;
}
.photo_thumb {
	height: 99px;
	width: 142px;
	float: left;
	margin-right:10px;
}
.photo_thumb a {
	height: 99px;
	width: 140px;
	display: block;
	border: 1px solid #FFFFFF;
}
.photo_thumb  a:hover {
	height: 99px;
	width: 140px;
	display: block;
	border: 1px solid #333333;
}
/*********************** End Merge *****************************/
/*********************** Start Resources *****************************/
.links_row {
	background-image: url(../images/content_BG_shadowBot.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	line-height: 18px;
	background-color: #FFFFFF;
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-position: bottom;
}
.links_row h4 {
	margin-bottom:5px;
}
.links_row p {
	margin-bottom:0px;
}
.outreach_row {
	background-image: url(../images/content_BG_shadowBot.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	line-height: 18px;
	background-color: #FFFFFF;
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-position: bottom;
}
.outreach_row:last-child {
	background-image: url(../images/content_BG_shadowBot.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	border: none;
	background-position: bottom;
}
.outreach_row h4 {
	margin-bottom:5px;
}
.outreach_row p {
	margin-bottom:0px;
	font-size:12px;
}
.outreach_row a.outreach_TH  {
	padding: 4px;
	border: 1px solid #666666;
	display: block;
	height: 100px;
	width: 100px;
	float:left;
	margin-right: 10px;
}
.outreach_row .outreach_TH:hover {
	border: 1px solid #333333;
}
.outreach_rotate_right {
    -webkit-box-shadow: 2px 2px 3px 0px #666666;
    -moz-box-shadow: 2px 2px 3px 0px #666666;
    box-shadow: 2px 2px 3px 0px #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;  	    
    -webkit-transform: rotate(3.5deg);  
    -moz-transform: rotate(3.5deg);  
    -ms-transform: rotate(3.5deg);  
    -o-transform: rotate(3.5deg);  
    transform: rotate(3.5deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9981347984218669, M12=-0.06104853953485687, M21=0.06104853953485687, M22=0.9981347984218669, sizingMethod='auto expand');
    zoom: 1; 
}
.outreach_rotate_left {
    -webkit-box-shadow: 2px 2px 3px 0px #666666;
    -moz-box-shadow: 2px 2px 3px 0px #666666;
    box-shadow: 2px 2px 3px 0px #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;  	
    -webkit-transform: rotate(-3.5deg);  /* Saf3.1+, Chrome */
    -moz-transform: rotate(-3.5deg);  /* FF3.5+ */
    -ms-transform: rotate(-3.5deg);  /* IE9 */
    -o-transform: rotate(-3.5deg);  /* Opera 10.5 */
    transform: rotate(-3.5deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */
                     M11=0.9981347984218669, M12=0.06104853953485687, M21=-0.06104853953485687, M22=0.9981347984218669, sizingMethod='auto expand');
    zoom: 1;
}
.outreach_map {
	height: 365px;
}
.globe_Back {
	background-image: url(../resources/images/globe_back.png);
	background-position: left bottom;
	display: block;
	height: 34px;
	width: 45px;
	margin-left:553px;
	text-indent: -9999px;
}
.globe_Back:hover {
	background-position: left top;
}
a.overlay_trigger {
	background-color: #000000;
	display: block;
	height: 200px;
	width: 298px;
	border: 1px solid #666666;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px 0px #666666;
    -moz-box-shadow: 2px 2px 3px 0px #666666;
    box-shadow: 2px 2px 3px 0px #666666;
}
a.overlay_trigger:hover {
	border: 1px solid #ffffff;
}
a.overlay_trigger img {
	display: block;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	width: 60px;
}
/*Video Overlay*/
.overlay {
	padding:40px;
	width:576px;
	display:none;
	background-image:url(../images/overlays/black.png);
}

.overlay .close {
	position:absolute;
	top:2px;
	left:5px; 
	display:block;
	width:35px;
	height:35px;
	cursor:pointer;
}

#player {
	height:450px;
	display:block;
	color: #000000; /* match color of video Overlay*/
}
/*Video Overlay*/
.devotions_date {
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
}
h3.devotions_title {
	text-transform: uppercase;
	color: #000000;
}
.devAuthor {
	color: #666666;
	margin-top:-5px;
	font-style:italic;
}
.devAuthorExcerpt p {
	color: #333333;
	margin-bottom:0px;
	font-style:italic;
}
.devotions_scripture {
	font-size: 16px;
	margin-bottom: 5px;
}
.devotions_scriptureRef {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 30px;
}
.hdr_separator {
	background-image: url(../images/hdr_separator.gif);
	background-repeat: repeat-x;
	height: 32px;
	margin-bottom: 15px;
}
.mwc {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ebebeb;
	padding: 5px;
	-webkit-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 2px 2px 5px #000000;
	box-shadow: 2px 2px 5px #000000;
	font-weight: bold;
}
#next-day {
	background-image: url(../images/arrow_Forward.png);
	display: block;
	height: 14px;
	width: 13px;
	text-indent: -9999px;
	float: left;
	margin-left: 4px;
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 4px;
}
#prev-day {
	background-image: url(../images/arrow_Back.png);
	display: block;
	float: left;
	height: 14px;
	width: 13px;
	margin-right: 4px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-top: 3px;
}
.mwc span {
	font-style: italic;
	font-size:12;
	font-weight: normal;
}
a span.print {
  padding-left: 5px;
}
/* TAG Cloud*/
#htmltagcloud{line-height:2.4em;word-spacing:normal;letter-spacing:normal;text-transform:none;text-align:justify;text-indent:0}#htmltagcloud a:link{text-decoration:none}#htmltagcloud a:visited{text-decoration:none}#htmltagcloud a:hover{
	color:white;
	background-color:#1D5784
}#htmltagcloud a:active{
	color:white;
	background-color:#154265
}.wrd{padding:0;position:relative}.wrd a{text-decoration:none}.tagcloud0{
	font-size:1em;
	color:#36A4FA;
	z-index:10
}.tagcloud0 a{
	color:#36A4FA
}.tagcloud1{
	font-size:1.4em;
	color:#36A4FA;
	z-index:9
}.tagcloud1 a{
	color:#36A4FA
}.tagcloud2{
	font-size:1.8em;
	color:#3196E4;
	z-index:8
}.tagcloud2 a{
	color:#36A4FA
}.tagcloud3{
	font-size:2.2em;
	color:#36A4FA;
	z-index:7
}.tagcloud3 a{
	color:#36A4FA
}.tagcloud4{
	font-size:2.6em;
	color:#3094E1;
	z-index:6
}.tagcloud4 a{
	color:#3094E1
}.tagcloud5{
	font-size:3em;
	color:#3094E1;
	z-index:5
}.tagcloud5 a{
	color:#3094E1
}.tagcloud6{
	font-size:3.3em;
	color:#2578B7;
	z-index:4
}.tagcloud6 a{
	color:#2578B7
}.tagcloud7{
	font-size:3.6em;
	color:#2578B7;
	z-index:3
}.tagcloud7 a{
	color:#2578B7
}.tagcloud8{
	font-size:3.9em;
	color:#1E6295;
	z-index:2
}.tagcloud8 a{
	color:#1E6295
}.tagcloud9{
	font-size:4.2em;
	color:#1E6295;
	z-index:1
}.tagcloud9 a{
	color:#1E6295
}.tagcloud10{
	font-size:4.5em;
	color:#154A70;
	z-index:0
}.tagcloud10 a{
	color:#154A70
}.freq{font-size:10pt !important;color:#bbb}
/* TAG Cloud*/
.search_results {
	width:100%;
	margin:10px 0 0 0;
    padding:0
}
.search_results div{
	padding:10px 8px;
}
.search_results .odd{
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}
.search_results div.alt {background:#f5f5f5}
.search_results p.title {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	font-family: "HelveticaNeueLight", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	margin-bottom: 3px;
}
.search_results small {
	color: #666;
	font-size: 11px;
}

.sermon_pagetitle {
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	width: 385px;
}
.sermon_hdr {
	background-image: url(../images/hdr_separator.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-left: -100px;
}
.sermon_hdr th {
	color: #333333;
	font-weight: bold;
	padding: 7px 0 0 9px;
}
#dataTable  {
	margin-left: -10px;
	width: 618px;
	color:#333333;
	text-align:left;
	margin-bottom:0px;
}
#dataTable td  {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
}
#dataTable tbody tr:first-child {
	background-image: url(../images/content_BG.gif);
	background-repeat: repeat-x;
	background-position: left -80px;
}
#dataTable tr  {
	border-bottom:#CCCCCC 1px solid;
}
#dataTable tbody tr:hover  {
	background-color: #F7F7F7;
}
#dataTable tbody tr:first-child:hover  {
	background-color: transparent;
}
#dataTable tr:last-child  {
	border-bottom:none;
}
#dataTable .title  {
	font-size: 13px;
	font-weight: bold;
}
#dataTable_wrapper {
	min-height:550px;
}
.dataTables_filter {
  background-image: url("../images/bg_search_rcorners.png");
  background-position: 393px 0;
  background-repeat: no-repeat;
  display: inline;
  float: left;
  height: 32px;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  top: -5px;
  width: 598px;
}
.dataTables_filter input {
	border:none;
	left: 425px;
	margin-top: 3px;
	position: absolute;
	width: 154px;
	color:#666;
	-webkit-appearance: none;
	border-radius: 0;
	height: 18px;
	padding: 0px;
}
.dataTables_filter label {
  color: #444444;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 385px;
  position:relative;
  top:5px;
}
.dataTables_paginate {
  margin-right:8px;
}
.paginate_disabled_previous {
  background-image: url(../images/icons/pagination_arrows.png);
  background-position: -25px -0px;
  background-repeat: no-repeat;
}
.paginate_enabled_previous {
	background-image: url(../images/icons/pagination_arrows.png);
	background-position: -25px -25px;
	background-repeat: no-repeat;
}
.paginate_enabled_previous:hover {
	background-image: url(../images/icons/pagination_arrows.png);
	background-position: -25px -25px;
	background-repeat: no-repeat;
}
.paginate_enabled_next {
	background-image: url(../images/icons/pagination_arrows.png);
	background-position: -50px -25px;
	background-repeat: no-repeat;
}
.paginate_enabled_next:hover {
	background-image: url(../images/icons/pagination_arrows.png);
	background-position: -50px -25px;
	background-repeat: no-repeat;
}
.paginate_disabled_next {
  background-image: url(../images/icons/pagination_arrows.png);
  background-position: -50px 0px;
  background-repeat: no-repeat;
}
a.listen {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	padding: 0px 9px;
}
a.listen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #195172), color-stop(1, #0b6291) );
	background:-moz-linear-gradient( center top, #195172 5%, #0b6291 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#195172', endColorstr='#0b6291');
	background-color:#195172;
	color:#ffffff;
	text-shadow:none;
	border:1px solid #195172;
}
a.listen:active {
	position:relative;
	top:1px;
}
.search_bar {
	background-image: url(../images/bg_search_rcorners.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 32px;
	width: 200px;
	margin-bottom: 5px;
}
input#search {
  border: none;
  margin-left: 32px;
  margin-top: 8px;
  width: 154px;
  color:#666666;
  outline:none;
  height: 17px;
  padding:0px;
}
.browse_by a {
	color: #444444;
}
.browse_by a:hover {
	color: #145372;
}
.podcast-instructions ol {
	margin-left:25px;
}

/*TO TOP UI*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("../images/buttons/ui.totop.png") no-repeat left top;
}

#toTopHover {
	background:url("../images/buttons/ui.totop.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
/* custom flowplayer player skin */
.flowplayer { width: 560px; background-color: #222; background-size: cover; max-width: 640px; }
.flowplayer .fp-controls { background-color: rgba(0, 0, 0, 0.4)}
.flowplayer .fp-timeline { background-color: rgba(0, 0, 0, 0.5)}
.flowplayer .fp-progress { background-color: rgba(219, 0, 0, 1)}
.flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 1)}
            

