body{
	background-image: URL("images/aspen walpaper fixed.png");
	background-attachment: fixed;
	background-color: #57606a;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
	color: #4b5c66;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

a {
     -webkit-transition: color 0.3s ease-in; /* Safari */
    transition: color 0.3s ease-in;
    text-decoration: none;
    color: #055468;
    font-weight: bold;
}

h2 {
    margin: 0;
}

p:first-of-type {
    margin-top: 0;
}

a:hover {
    color: #03519b;
}

.imageWrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 340px;
}

.imageWrapper .slider {
    float: left;
}

.sliderWrap {
    float: right;
}

.slider, .bx-viewport, .sliderWrap {
    width: 500px;
    height: 340px !important;
    position: relative;
}

.logo {
    position: absolute;
    left: 5%;
    top: 110px;
    width: 300px;
}


.church {
    position: absolute;
    left: 5%;
    top: 200px;
    width: 300px;
}

/*
 * Navigation
 */
nav {
    position: relative;
    background: #03519b;
    text-align: right;
    z-index: 1;
}

nav ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}

nav ul li {
    float: left;
    text-align: center;
}

nav ul li a {
    display: inline-block;
    padding: 16px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

nav ul li a:hover {
    color: #EDAE00;
}

.active {
    color: #EDAE00;
}

.navFeature {
    position: absolute;
    left: 0;
    top: 0;
}

/*
 * Stripe
 */

.stripe {
    background: #FFDB00;
    text-align: right;
}

.stripe p {
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    color: #fff;
}

/*
 * Content
 */

.content {
    padding: 50px;
    background-color: #fff;
}

/*
 * Footer
 */

footer .wrapper{
    background: #7FCDF1;
    margin-bottom: 60px;
    text-align: right;
}

footer p {
    display: inline-block;
    padding: 17px 20px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

footer .navFeature {
    top: 0;
}



table
{
border-collapse:collapse;
}

th,td
{
    padding: 10px;
    border: none;
    vertical-align: top;
    border: 1px solid #ddd;
}


.videoWrap {
    overflow: hidden;
}

.videoWrap .video {
    width: 395px;
    height: 222px;
    float: left;
    margin: 0 5px 10px 0;
}

.videoWrap .video:nth-of-type(2n) {
    margin: 0 0 0 5px;
    float: right;
}

.videoWrap .video:nth-of-type(2n + 1) {
    clear: both;
}


/*
div#pagecontainer{
	background-color: White;
	width:900px;
	position:relative;
}

div#pagecontainer-shadow
{
	width:900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;

#shadow code

margin: 40px;
background-color: rgb(68,68,68); /* Needed for IEs */
/*
-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
zoom: 1;

}

.videoWrap