﻿#heroBoxContainer{
	width:680px;
	height:409px;
	
	background-color:#000000;
}

#heroBox{
	width:680px;
	height:409px;
	position:relative;
	top:45px;
	float:right;
	margin-right:45px;
}

#slides{
	height:375px;
	background-color:000000;
}

#heroBox #slides div{
	width:680px;
	height:375px;
	background-color:#CCCCCC;
}

#heroBox #hbButtons{
	width:680px;
	height:55px;
	background-image:url(images/hbNavBack.png);
	background-color:#2F3235;
	background-repeat:no-repeat;
	z-index:5;
}

#heroBox #hbButtons #hbBtnFiller{
	width:580px;
	background-image:none;
}

#heroBox #hbButtons div{
	height:34px;
	width:20px;
	background-image:url(images/hbNavGrayBtn.png);
	background-repeat:no-repeat;
	border:0px;
	float:left;
}

#slides img{
	margin:0 px;
	border:0 px;
	z-index:1;
}

#hbSlide1{
	background-image:url(images/hero_box_slides/slide1.jpg);
	
}

#hbSlide2{
	background-image:url(images/hero_box_slides/slide2.jpg);
	display:none;
}

#hbSlide3{
	background-image:url(images/hero_box_slides/slide3.jpg);
	display:none;
}

#hbSlide4{
	background-image:url(images/hero_box_slides/slide4.jpg);
	display:none;
}

#hbSlide5{
	background-image:url(images/hero_box_slides/slide5.jpg);
	display:none;
}

#lowerContent{	
	width:922px;
	height:215px;
	margin-top:20px;
	margin-left:45px;
	background-color:#262626;
	float:left;
	z-index:4;
}

#lowerContent div{
	float:left;
	text-align:center;
	height:100%;
	width:306px;
}

#newToGN{
	background-image:url(images/newToGN.png);
}

#newToGN div{
	height:17px;
}

#whoAreWe{
	margin-top:75px;
}

#bullets{
	background-image:url(images/bullets.png);
}

#bullets div{
	height:75px;
}

#bullet1{
	margin-top:40px;
}

#socialNetworking{
	background-image:url(images/socialNetworking.png);
}

#socialNetworking div{
	height:58px;
}

#facebook{
	margin-top:25px;
}

#leftContent{
	margin-top:45px;
	margin-left:45px;
	float:left;

}

#pastorsMessage{
	height:200px;
	width:220px;
	background-image:url(images/pastorMessage.jpg);
}

#podcasts{
	margin-top:10px;
	height:200px;
	width:220px;
	background-image:url(images/podcasts.jpg);
}

#acrdnContainer{
	height:600px;
}

#accordion{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-bottom:20px;
	padding: 50px 0;
}

#accordion div{	
	color:#999999;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 12px;
}

#accordion h3{
	font-size:14px;
}

#accordion img{
	float:left;
	border:none;
	margin-right:10px;
}

#accordion ul{
	list-style:none;

}

#accordion li{
	margin-bottom:40px;
}
#accordion a {
color: #fff;
text-decoration: none;
}
#accordion a:hover {
color: #ccc;
text-decoration: underline;
}

#underConstruction{
	background-image:url(images/underConstruction.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:270px;
	height:74px;
}

.eventContainer{
	width: 565px;
	height: 100px;
	background-color:#3c3f42;
	left: 22%;
	position:relative;
	background-image:url(images/date.png);
	background-repeat:no-repeat;
	padding-top:10x;
}

.eventContainer div{
	position:relative;
	margin-left:45px;
}

.dateContainer{
	height: 73px;
	width: 82px;
	top:5px;
	left:35px;
	background-image:url(images/date.png);
}

.dateDay{
	top:39px;
	left:43px;
	color:#FFFFFF;
	font-size:22px;
	width:10px;
}

.dateMonth{
	top: 42px;
	left: 45px;
	font-size:11px;
	width:10px;
}

.eventText{
	color:#E1E1E1;
	font-size:15px;
	left:90px;
	width:430px;
	word-wrap: break-word;
}

#calendarImage{
	left: 22%;
	position:relative;
}



/* CONTACT */


#contact-box {
width: 450px;
height: auto;
margin:	0 auto;
}

#contact-box img {
max-width: 450px;
}
.contact-content {
border-left: 1px solid #666;
padding-left: 10px;
}
.contact-content p {
color: #c9c8c8;
letter-spacing: 1px;
line-height: 22px;
}
.contact-content span {
color: white;
letter-spacing: normal;	
font-weight: bold;
}

.contact-content a {
text-decoration: none;
color: #ccc;
}
.contact-content a:hover {
color: #fff;
text-decoration: underline;
}
