@import url(reset.css);

BODY{
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #202020;
	line-height: 1.50em;
}
p{
	margin-bottom: 0.9em;
	text-align: justify;
}
p.first{
	text-indent: 1.1em;
}
p.quote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #656363;
	font-size: 1em;
}
p.quote span{
	color: #0086cb;
	font-size: 1.5em;
}
p.quote strong{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 0.9em;
	font-style: normal;
}
p.quote strong.bold{
	font-weight: bold;
}
a, a:visited{
	color: #0086cb;
	text-decoration: none;
}
a:hover, a:active, a:visited:hover{
	text-decoration: underline;
}
#wrapper{
	text-align: center;
}

#container{
	text-align: left;
	width: 1044px;
	margin: 0 auto;
	position: relative;
}
#logo, #logo a{
	float: left;
	display: block;
	width: 271px;
	height: 240px;
	position: absolute;
	left: 0;
	top: 0;
}
#nav{
	position: absolute;
	left: 305px;
	top: 79px;
	width: 606px;
}
#nav li{
	display: block;
	float: left;
	margin-right: 22px;
}
#nav li a{
	display: block;
	float: left;
	height: 13px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}
#nav #hm a{
	width: 37px;
	background-position: left top;
}
#nav #wp a{
	width: 61px;
	background-position: -59px top;
}
#nav #cf a{
	width: 159px;
	background-position: -142px top;
}
#nav #pr a{
	width: 182px;
	background-position: -323px top;
}
#nav #cu{
	margin-right: 0;
}
#nav #cu a{
	width: 79px;
	background-position: -527px top;
}
#nav a:hover{
	border-bottom: 1px solid #00adef;
}

#page-home #nav #hm a,
#page-worship #nav #wp a,
#page-commercial #nav #cf a,
#page-preservation #nav #pr a,
#page-contact #nav #cu a{
	border-bottom: 1px solid #00adef;
}
#footer{
	border-top: 1px solid #00adef;
	text-align: center;
	height: 30px;
	width: 900px;
	margin: 0 auto;
	font-size: 0.75em;
	color: #747474;
	text-transform: uppercase;
	/*background: url(../images/footer.gif) no-repeat center center;*/
}
#footer p{
	position: initial !important;
}

/* homepage */
#page-home #container{
	background: url(../images/home-bg.jpg) no-repeat left top;
}
#page-home #page-body{
	height: 758px;
}
#page-home #main-content{
	position: absolute;
	left: 85px;
	top: 385px;
	width: 266px;
}
#page-home #side-links{
	position: absolute;
	left: 908px;
	top: 589px;
}
#page-home #side-links a{
	display: block;
	width: 107px;
	height: 24px;
	margin-bottom: 8px;
}
#page-home #commercial-flash,
#page-home #worship-flash,
#page-home #preservation-flash{
	position: absolute;
}
#page-home #commercial-flash{
	left: 498px;
	top: 483px;
	width: 272px;
	height: 164px;
}
#page-home #worship-flash{
	left: 377px;
	top: 201px;
	width: 297px;
	height: 191px;
}
#page-home #preservation-flash{
	left: 808px;
	top: 194px;
	width: 158px;
	height: 211px;
}

/* worship page */
#page-worship #logo,
#page-worship #logo a{
	width: 330px;
}
#page-worship #nav{
	left: 369px;
	top: 79px;
}
#page-worship #wrapper{
	background-image: url(../images/worship-bg-left.jpg);
	background-repeat: no-repeat;
	background-position: left 245px;
}
#page-worship #container{
	background: url(../images/worship-bg.jpg) no-repeat left top;
}
#page-worship #page-body{
	height: 969px;
}
#page-worship #main-content{
	position: absolute;
	left: 587px;
	top: 140px;
	width: 360px;
}

/* commercial */
#page-commercial #logo,
#page-commercial #logo a{
	width: 330px;
}
#page-commercial #nav{
	left: 369px;
	top: 79px;
}
#page-commercial #container{
	background: url(../images/commercial-bg.jpg) no-repeat left top;
}
#page-commercial #page-body{
	height: 987px;
}
#page-commercial #main-content{
	position: absolute;
	left: 612px;
	top: 160px;
	width: 330px;
}

/* preservation */
#page-preservation #logo,
#page-preservation #logo a{
	width: 330px;
}
#page-preservation #nav{
	left: 369px;
	top: 79px;
}
#page-preservation #container{
	background: url(../images/preservation-bg.jpg) no-repeat left top;
}
#page-preservation #page-body{
	height: 957px;
}
#page-preservation #main-content{
	position: absolute;
	left: 536px;
	top: 137px;
	width: 410px;
}

/* contact */
#page-contact #container{
	background: url(../images/contact-bg.jpg) no-repeat left top;
}
#page-contact #page-body{
	height: 737px;
}
#page-contact #main-content{
	position: absolute;
	left: 118px;
	top: 280px;
	width: 620px;
}
#page-contact .row{
	padding: 10px 0;
	overflow: hidden;
}
#page-contact .row label{
	display: block;
	width: 131px;
	text-align: right;
	text-transform: uppercase;
	float: left;
	font-size: 1.4em;
}
#page-contact .row label span{
	color: #0093d0;
	font-size: 1.5em;
}
#page-contact .row textarea,
#page-contact .row input{
	float: left;
	margin-left: 10px;
}
#page-contact .row input{
	width: 358px;
}
#page-contact .row textarea{
	width: 465px;
	height: 176px;
}
#page-contact .buttons a{
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
	left: 500px;
}
#page-contact #side-info{
	position: absolute;
	left: 811px;
	top: 560px;
	width: 209px;
	list-style-type: disc;
	color: #0093d0;
}
#page-contact #side-info li{
	padding-bottom: 15px;
	line-height: 1.1em;
}
#page-contact #side-info span{
	color: #747474;
	font-size: 0.9em;
}

.offscreen{
	position: absolute;
	left: -99999em;
}
/* overlay */
.overlay{
	display:none; 
	/* place overlay on top of other elements */ 
	z-index:10000; 
  
	/* styling */ 
	background-color:#333; 

	width: 675px;
	min-height: 100px; 
	border: 3px solid #000; 
	
	/* CSS3 styling for latest browsers */ 
 	-moz-box-shadow: 0 0 90px 5px #000; 
	-webkit-box-shadow: 0 0 90px #000;
}
.overlay .top{
	background: #000;
	text-align: right;
	padding: 4px;
}
.overlay .close,
.overlay .options a{
	color: #0093d0;
	text-transform: uppercase;
	font-size: 0.9em;
	cursor: pointer;
}
.overlay .body{
	padding: 15px;
}
.overlay .options{
	padding: 0 20px 10px;
}
#lowres-player,
#hires-player{
	width: 450px;
	height: 303px;
	margin: 0 auto;
}
#audio{
	width: 650px;
	height: 30px;
}
/* hidden */
#logo a span,
#nav a span,
#page-home #side-links a span,
#page-contact .buttons a span,
#footer p{
	position: absolute;
	left: -9999px;
}

#video-modal {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.75);
	height: 100vh;
	width: 100%;
	display: none;
}
#video-inner {
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top:50%;
	margin-top: -168px;
}
#video-inner span.close-vid {
    position: absolute;
    color: white;
    right: -25px;
    top: -25px;
    font-size: 30px;
    cursor: pointer;
}

