#mst {display:none;}

* {box-sizing: border-box;}

body {
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#ececec url('../images/main/background.jpg') repeat-x right top;
	margin: 0;
	padding: 0;
	color: #000;
}


.EditBody {
	background-color: white;
	background-image: none;	
}
/* ~~ Element/tag selectors ~~ */
.horiznav ul, .horiznav ol, .horiznav dl,
.vertnav ul, .vertnav ol, .vertnav dl { 
	padding: 0;
	margin: 0;
}

td {	font-face: Verdana, Arial, Helvetica, sans-serif;}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
}

h1 {
	font-family: 'Spinnaker', sans-serif;
	font-size: 1.7em;
	font-weight: 400;
	color: #1567b3;
}
h3 {
	font-family: 'Spinnaker', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #1567b3;
}
a img { 
	border: none;
}
/* ~~ Styling for site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #6cbbd9;
}
a:visited {
	color: #36a6d1;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.pagetitle {
	font-family: 'Spinnaker', sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	color: #1567b3;
}


/*==============================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
 
/* .clearfix {
	display: inline-block;
} */
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*===============================*/

.container {
	width: 975px;
	margin: 0 auto; 
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	background:#1d3a76;
}

.header {
	height:150px;
	margin: 0 auto; 
	padding: 0px;
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#fff url('../images/main/header.jpg');
	background-repeat:no-repeat;
/* 	position: relative;
	clear: both;
	text-align: center; */
}

.content {
	padding: 10px 0px 0px 0px;
	width: 975px;
	min-height: 500px;
	float: left;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.contenthome {
	padding: 10px 0px 0px 0px;
	width: 975px;
	min-height: 350px;
	float: left;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

table {
	border-collapse: collapse;
}
.content>table, .content>form>table {
	margin: 0 50px;
}

table p {
	padding-left: 0;
	padding-right: 0;

}


table#churches {
	font-size: 80%;
	border-collapse: separate;
}
table#churches tr:nth-child(odd) {
    background-color: #faf0c5;
}
table#churches tr:nth-child(even) {
    background-color: #eee;
}

.content ul, .content ol, .EditBody UL, .EditBody OL { 
	padding: 0px 50px 10px 50px;
	margin-left: 20px;
}
.panels { margin: 20px 50px 10px 50px;}
.homepanel {display: inline; }
.rightpad {padding-right: 8px;}
/* ====== Breadcrumbs App ===== */
.BreadCrumbs {
	font-size: 0.85em;
	margin: 0 0 1em 50px;
}
.BreadCrumbs H5 {
	font-size: 1em;
	display: inline;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
}
/* ============================ */


ul#sitemap li.SiteMapItem + ul{
	padding-left: 20px;
}

ul#sitemap {
	list-style-type: square;
}

.navsep {
	margin: 10px 0 ;
	width: 198px;
	border: 1px solid #45543d;
	height: 0px;

}

#tab-wrapper {
	margin-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
}

#caltab {
	font-size: 0.85em;
}
.cal_listhdr {
	font-weight: bold;
}

#search {
	padding: 0 0 0 1px;
}
#searchForm {
	vertical-align: top;
	margin: 0 0 10px 0;
	text-align: left;
	
}

.searchbox {
	font-size: 1.0em;
	padding: 0 2px;
	height: 18px;
	line-height: 20px;
	width: 168px;
	background-image: url(../Images/main/searchbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	border: solid 1px #cccccc;
	display: inline;
	vertical-align: middle;

}

#searchBtn{
	border: 0;
	padding: 0px ;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;

	
}

.label {
	text-align: right;
	padding-right: 2em;
	font-weight: bold;
}

/* ~~ top horizontal nav ~~ */
/* Some stylesheet reset */


.horiznav, .horiznav ul {
	margin-top: -40px;
	padding: 0;
	list-style: none;
	line-height:1;
}
.horiznav {
	height: 40px;
}
/* The main container */
.horiznav ul {
	display: block;
	position: relative;
	height: 52px;
	font-family: 'Montserrat', 'sans-serif';
	letter-spacing: 0.06em;
	font-weight: 400;
	color: #fff;
}
.horiznav>ul>li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
/* The main navigation links */
.horiznav ul>li>a {
	display: block;
	padding: 13px 12px;
	font-family: 'Montserrat', 'sans-serif';
	letter-spacing: 0.03em;
	font-weight: 400;
	font-size: 1.12em;
	text-decoration: none;
	color: #fff;

}
/* The hover state of the navigation links */
.horiznav ul>li>a:hover, .horiznav ul>li:hover>a {
	color: #6cbbd9;

}
.horiznav ul>.dropdown>a {

}

.horiznav ul ul {
	position: relative;
	position: absolute;
	left: -9999px;
	display: block;
	width: 180px;
}
/* Level 1 submenus */
.horiznav ul>li>ul {
	padding-top: 0px;
	z-index: 999;
	border-top: 0px solid #c9c9c9;
	top: 80px;
}
/* Making the level 1 submenu to appear on hover */
.horiznav ul>li:hover>ul {
	left: 15px;
}
/* Level 2+ submenus */
.horiznav ul ul ul {
	left: -9999px;
	top: 2px;
	width: auto;
	z-index: 999;
}
/* Making the level 2+ submenu to appear on hover */
.horiznav ul ul>li:hover>ul {
	left: 175px;
	margin-top: 0px;
}
/* The submenu link containers */
.horiznav ul ul li {
	position: relative;
	display: block;
}
/* Expanding the list elements which contain the links */
.horiznav ul li:hover>ul>li {
	height: auto;
}
.horiznav ul ul li:hover>ul>li:first-child {
	height: auto;
}
/* The links of the submenus */
.horiznav ul ul li a {
	display: block;
	width: 180px;
	padding: 6px 15px 6px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	font-size: 12px;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	background: #fff;
}
/* The hover state of the links */
.horiznav ul ul li>a:hover, .horiznav ul ul li:hover>a {
	background: #e9e9e9;
	color: #4f4f4f;
}
.horiznav ul ul ul>li:first-child>a {
	border-top: 1px solid #c1c1c1;
}
.horiznav ul ul>li:last-child>a {
	border-bottom: 1px solid #c1c1c1;
}

.horiznav ul ul>.dropdown:hover>a:after, .horiznav ul ul>.dropdown>a:hover:after {
	border-color: #a1a1a1;
}




/* ~~ footer ~~ */
footer {
	padding: 4px;
	background:#1769b3;
	font: 80%/1.6 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #fff;
	text-align:center;
	clear: both;
}
footer p {
	margin-top: 20px;
	margin-top: 20px;
}



.column {
	float: left;
	width: 450px;
	height:350px;
	background:url("../images/main/newsbox.png");
	background-repeat:no-repeat;
	margin-left:26px;
	margin-top:10px;
}

.column p{
	font: 100%/1.25 Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 12px;
}
.column h6{
	font-family: 'Spinnaker', sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	color: #fff;
	margin-top:0.01em;
	margin-bottom:0em;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 14px;
	background-color: #1769b3;
}

.columnA {
	float: left;
	width: 450px;
	height:350px;
	background-color: #1769b3
	background-repeat:no-repeat;
	margin-left:26px;
	margin-top:10px;
}
.columnA p{
	font: 100%/1.25 Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 12px;
}
.columnA h6{
	font-family: 'Spinnaker', sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	color: #fff;
	margin-top:0.01em;
	margin-bottom:0em;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 14px;
	background-color: #1769b3;
}
/*----------- Nav Links in Content -----------*/

div.contentinside ul.sf-menu {
	float: none;
	margin: 0 0 0 15px;
	padding: 1em 0 0 0;
}

div.contentinside ul.sf-menu  li {
	float: none;
	margin: 0 0 1.5em 0;
	font-size: 0.9em;
	font-weight: bold;	
}
div.contentinside ul.sf-menu a {
	display: inline;
}

.news {
	font-size: 8pt;
	margin-left: 12px;
	margin-right: 12px;
}

.news .NewsPubDate {
	font-size: 90%;
}
.column .news p {
	padding-left: 0;
	padding-right: 0;
}

.calendar {
	padding: 0;
	margin: 1em 30px;

}
td.eventdates {
	padding: 10px;
	background-color: #d0e7f7;
}
a.cal1, a.cal2 {
	display: block;
	font-size: 80%;
	line-height: 1.2em;
	margin-bottom: 5px;
}

a.cal2{
	color: #d39e56;
}

.cal {
	font-size: 8pt;
	margin-left: 12px;
	margin-right: 12px;
}
.columnA .cal p {
	padding-left: 0;
	padding-right: 0;
}
.columnA .cal>p {
	margin-top: 0px;
}

.cal_listhdr {
	font-weight: bold;	
}
.cal_listhdr {
	display: block;
	font-weight: bold;
}
.cal_listitem {
	display: block;	
}
.searchsocial {
	margin-bottom: 15px; 
	margin-left:20px;
	}

#rss {
	float: right;
	clear: right;
	margin: -2em 0 0 1em;
	display: inline;
	border: none;
}

.column #rss, .columnA #rss{
	float: right;
	clear: right;
	margin: -2.75em 0em 1em 0em;
}	





.cycle-slideshow, .cycle-slideshow * {
    -moz-box-sizing: border-box;
}
.cycle-slideshow {
    background: url("http://malsup.github.com/images/spinner.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    margin: 10px auto;
    max-width: 975px;
    min-width: 332px;
    padding: 0;
    position: relative;
	float: left;
	text-align: center;
    width: 100%;
}
.cycle-slideshow img {
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.cycle-slideshow img:first-child {
    position: static;
    z-index: 100;
}


/* ======================================= */

#vendors .cycle-slideshow, #vendors .cycle-slideshow * {
    -moz-box-sizing: border-box;
}
#vendors .cycle-slideshow {
    background: url("http://malsup.github.com/images/spinner.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    margin: 10px auto;
    max-width: 975px;
    min-width: 332px;
    padding: 0;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    height:50px;

}
#vendors .cycle-slideshow .vendorgroup{
    left: 0;
    top: 0;
    padding: 0;
    position: absolute;
    display: block;
    max-width: 975px;
    min-width: 332px;
    height: 50px;
    width: 100%;
    padding: 0;
}
#vendors .cycle-slideshow .vendorgroup a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    width: 825px;
    height: 50px;
    float: left;
}
#vendors .cycle-slideshow .vendorgroup img {
    display: block;
    padding: 0;
    width: 825px;
    height: 50px;
}
#vendors .cycle-slideshow span:first-child {
    position: static;
    z-index: 100;
}
.cycle-pager {
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
    z-index: 500;
}
.cycle-pager span {
    color: #DDDDDD;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 50px;
    height: 16px;
    width: 16px;
}
.cycle-pager span.cycle-pager-active {
    color: #D69746;
}
.cycle-pager > * {
    cursor: pointer;
}
.cycle-caption {
    bottom: 15px;
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    z-index: 700;
}
.cycle-overlay {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    font-family: tahoma,arial;
    opacity: 0.5;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 600;
}
.cycle-prev, .cycle-next {
    cursor: pointer;
    height: 100%;
    /* opacity: 0; */
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 800;
}
.cycle-prev {
    background: url('../images/main/arrow-prev.png') no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    left: -134px;
}
.cycle-next {
    background: url('../images/main/arrow-next.png') no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    right: -134px;
}
.cycle-prev:hover, .cycle-next:hover {
    opacity: 0.7;
}
.disabled {
    opacity: 0.5;
}
.cycle-paused:after {
    background: none repeat scroll 0 0 #000000;
    border-radius: 10px;
    color: #FFFFFF;
    content: "Paused";
    opacity: 0.5;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 500;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
.cycle-slideshow {
    width: 200px;
}
.cycle-overlay {
    padding: 4px;
}
.cycle-caption {
    bottom: 4px;
    right: 4px;
}
}

#pager {
	padding: 5px 15px;
	background-color: transparent;
	text-align: center;
}
#pager span {
	padding: 0 5px 0 5px;
}
#pager input.prev {
	width: auto;
	margin-right: 10px;
}
#pager input.next {
	width: auto;
	margin-left: 10px;
}
#pager input {
	font-size: 10pt;
	width: 50px;
	border: 1px solid #999;
	text-align: center;
}
#pager select {
	font-size: 10pt;
}

#pager img {
	vertical-align: middle;
}

#doclibwrapper {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
}


#doclibwrapper>* {
	text-align: left;
}

#doclibwrapper #pager {
	text-align: center;
	padding-top: 10px;
}
#doclibwrapper #pager form .pagedisplay, #doclibwrapper #pager form .pagesize {
	vertical-align: top;
}
#doclibwrapper #pager form .pagedisplay {
	width: 150px;
}

/* For the details, see:
   http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
    /*border:1px solid #ccc;
    font-size:18px;
    padding:4px;
    text-align:center;
    width:194px;

    -moz-box-shadow:0 0 10px #eee inset;
    -webkit-box-shadow:0 0 10px #eee inset;*/
}

.tablesorter-default {
	width: 96%;
	font: 12px/18px Arial, Sans-serif;
	color: #333;
	background-color: #fff;
	border-spacing: 0;
	margin: 0 15px;
	text-align: left;
}

/* header */
.tablesorter-default th,
.tablesorter-default thead td {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-collapse: collapse;
	border-bottom: #ccc 2px solid;
	padding: 0;
}
.tablesorter-default tfoot th,
.tablesorter-default tfoot td {
	border: 0;
}
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
													 
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 4px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	/*border-bottom: #000 2px solid;*/
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	/*border-bottom: #000 2px solid;*/
}
.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}

/* tfoot */
.tablesorter-default tfoot .tablesorter-headerSortUp,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc {
	/*border-bottom: #000 2px solid;*/
}

/* tbody */
.tablesorter-default td {
	background-color: #fff;
	border-bottom: #ccc 1px solid;
	padding: 4px;
	vertical-align: top;
}

/* hovered row colors */
.tablesorter-default tbody > tr.hover > td,
.tablesorter-default tbody > tr:hover > td,
.tablesorter-default tbody > tr.even:hover > td,
.tablesorter-default tbody > tr.odd:hover > td {
	background-color: #fff;
	color: #000;
}

/* table processing indicator */
.tablesorter-default .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/* background-image: url(../images/loading.gif) !important; */
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}

/* Zebra Widget - row alternating colors */
.tablesorter-default tr.odd > td {
	background-color: #dfdfdf;
}
.tablesorter-default tr.even > td {
	background-color: #efefef;
}

/* Column Widget - column sort colors */
.tablesorter-default tr.odd td.primary {
	background-color: #bfbfbf;
}
.tablesorter-default td.primary,
.tablesorter-default tr.even td.primary {
	background-color: #d9d9d9;
}
.tablesorter-default tr.odd td.secondary {
	background-color: #d9d9d9;
							  
}
.tablesorter-default td.secondary,
.tablesorter-default tr.even td.secondary {
	background-color: #e6e6e6;
}
.tablesorter-default tr.odd td.tertiary {
	background-color: #e6e6e6;
			 
						
							  
}
.tablesorter-default td.tertiary,
.tablesorter-default tr.even td.tertiary {
	background-color: #f2f2f2;
}

