@charset "utf-8";
/* CSS Document */


/*Desktop View*/
@media (min-width: 950px)
{
	


#wrapper {
	height: 950px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	height: 105px;
	width: 1050px;
	
	
}
.logo {
	background-image: url(../images/logo-desktop-slice-bg.jpg);
	height: 105px;
	width: 145px;
	float: left;
}
.logo-image {
	background-image: url(../images/main-logo-slice-desktop.jpg);
	height: 86px;
	width: 129px;
	margin-left: 10px;
	margin-top: 10px;
}
.navigaton {
	background-image: url(../images/index-page-nav-desktop-bg.jpg);
	height: 105px;
	width: 905px;
	float: left;
}
.navigaton-bar {
	height: 35px;
	width: 880px;
	margin-top: 55px;
}
.navigaton-bar ul {
	margin-left: 7px;
	height: 30px;
	width: 840px;
	float: left;
}
.navigaton-bar ul li {
	list-style-type: none;
	height: 30px;
	width: 110px;
	float: left;
}
.navigaton-bar ul li a {
	color: #FFF;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#section {
	background-image: url(../images/about-page-body-pix-desktop-bg.jpg);
	height: 808px;
	width: 1050px;
	margin-top: 1px;
}

#showcase {
	background-color: #CCC;
	height: 757px;
	width: 934px;
	margin-top: 25px;
	float: left;
	margin-left: 60px;
}
.image-container {
	height: 575px;
	width: 704px;
	margin-top: 40px;
	float: left;
	margin-left: 100px;
}

.slide_img{
	position: absolute;
	width: 638px;
	height: 481px;
}

.slide_img img{
	width: 638px;
	height: 481px;
}
.image-container #one a {
	background-image: url(../images/website-launch-button.jpg);
	height: 19px;
	width: 138px;
	float: left;
	text-align: center;
	margin-left: 260px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.image-container #two a {
	background-image: url(../images/website-launch-button.jpg);
	height: 19px;
	width: 138px;
	float: left;
	text-align: center;
	margin-left: 260px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.image-container #three a {
	background-image: url(../images/website-launch-button.jpg);
	height: 19px;
	width: 138px;
	float: left;
	text-align: center;
	margin-left: 260px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.image-container #three img {
	background-image: url(../images/union_bethel_slice.jpg);
	height: 474px;
	width: 431px;
	margin-left: 105px;
}





#i1, #i2, #i3{
	display: none;
}



.nav{
	width: 100%;
	height: 11px;
	bottom: 12%;
	text-align: center;
	z-index: 99;
	margin-top: 555px;
	margin-left: -27px;
}

.dots{
	top: -5px;
	width: 18px;
	height: 18px;
	margin: 0 4px;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	background: rgba(0,0,0,.6);
}

.slide_img{
	z-index: -1;
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three{

	z-index: 9;
}
	
#i1:checked ~ .nav #dot1,	
#i2:checked ~ .nav #dot2,	
#i3:checked ~ .nav #dot3{
	background: #fff;
}
#footer {
	background-image: url(../images/footer-desktop-bg.jpg);
	height: 35px;
	width: 1050px;
	float: left;
	margin-top: 27px;
	
}
#footer p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	margin-top: 6px;
}
