@charset "utf-8";


body {
	text-align:center;
	background-color: #222531;
	margin:0 auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.imgborderalign {
	border: 1px solid #000;
	margin-left: 85px;
	margin-right: 50px;
}

.imgsch {
	border: 1px solid #000;
	background-color:#FFF;
	margin-right:85px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity:0.65;
}

.imgcenter { display: block; margin-left: auto; margin-right: auto; }

.staff {
	padding:10px;
}

.centered {
	text-align:center;
	margin-left: 85px;
	margin-top: -5px;
}

.center {
	position:relative;
	text-align:center;
	margin-left: 5%;
	margin-right: 5%;
}

.centerText {
	text-align:center;
}

.blue {
	color: #98cef8;
	text-decoration: underline;
}

.boldedText {
	font-weight: bolder;	
}

.verses {
	color: #CCCCCC;
	font-weight: normal;
}

.quote {
	color: #CCCCFF;
	font-style: italic;
	font-family: Tahoma, Geneva, sans-serif;	/* font-weight: bold; */
}

.msOpacity {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

#header {
	position:absolute;
	width:100%;
	height:175px;
	left: 0px;
	top: 0px;
	background: url(images/headBG.jpg) no-repeat;
	text-align:center;
	z-index:10;
}

#water {
	position:absolute;
	width:100%;
	height:749px;
	top:220px;
	left:0;
	background: url(images/waterbg.jpg) no-repeat;
	text-align:center;
	z-index:6;
}

#pattern {
	top: 220px;
	left: 0px;
	height: 168px;
	width: 100%;
	position:absolute;
	background: url(images/pattern.png) repeat-x;
	z-index:7;
}

#blackbox {
	position:absolute;
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	min-height:100%;
	text-align:center;
	top:220px;
	background-color:#000000;
	opacity:0.85;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index:8;
}


#subwrapper {
	position:relative;
	text-align:center;
	top:0px;
	width:990px;
	left:50%;
	margin-left: -495px;
	height:100%;
	z-index:9;
	background: url(images/whiteBG.jpg) repeat;
	opacity:1.0;
}

#banner {
	
	position:absolute;
	margin-left:-39px;
	width:1048px;
	height:122px;
	top: 28px;
	background: url(images/whiteBanner.png) no-repeat;
	text-align:center;
	z-index:20;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#content {
	position:relative;
	text-align: left;
	width: 970px;
	height:100%;
	font-size: 16px;
	color: #000;
	z-index:10;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 5px;
	padding-top: 25px;
	padding-left:5px;
}

#intro {
	position:relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#577c94;
	height:218px;
	margin-left: 7%;
	margin-right: 43%;
	width: 48%;
	text-align: center;
	border-width: 3px;
	border-style: solid;
	border-color: #444444;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity:0.9;
	z-index: 15;
	color: #FFF;	
}

.blueContent {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#284053;
	height:100%;
	margin-left: 4%;
	margin-right: 6%;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	width: 90%;
	border-width: 3px;
	border-style: solid;
	border-color: #000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity:0.8;
	z-index: 15;
	color: #FFF;	
}

.tabledeco {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 auto;
	position:relative;
	height:100%;
	width:96%;
	margin-left: 2%;
	margin-right: 2%;
	border-width: 1px;
	border-style:double;
	border-color: #000;
	color:#FFFFFF;
	font-size: 14px;
}

#tr1 {
	background-color:#284053;
	
}

#tr2 {
	background-color:#152E40;
	
}

#contact {
	
	position:relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#BBBBBB;
	height: 200px;
	margin-left: 25%;
	margin-right: 25%;
	width: 50%;
	text-align: center;
	border-width: 3px;
	border-style: solid;
	border-color: #888888;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity:0.9;
	z-index: 15;
	
}

#footer {

	display:inline;
	background-color:#000000;
	height: 30px;
	width: 100%;
	text-align: center;
	left:0px;
	bottom: 0px;
	position:fixed;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	opacity:0.9;
	z-index: 15;
	
}

#footer img {
	padding-top:5px;
	border:none;
}

#footer a {
	color: #3C9;
	text-decoration: none;
}

#footer a:visited {
	color: #3C9;
	text-decoration: none;	
}

#map {
	padding-left:145px;
	padding-right:145px;
	text-align:center;
	margin:0 auto;	
	position:relative;
	top:-50px;
}

.title {
	margin-top:3;
	position:relative;
	top:-55px;
	text-align:center;
	font-size: 42px;
	color: #009;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

nav {
	
	position:absolute;
	width:100%;
	height:48px;
	background-color:#000;
	left: 0px;
	top: 175px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	z-index:15;
}

nav ul ul {
	display:none;
	padding-left:7px;
	padding-right:7px;
}

nav ul li:hover > ul {
	display: block;
}


nav ul {
	background: #000000;
	padding-top:10px;
	border-radius: 0px;  
	list-style: none;
	position: relative;
	display: inline-table;
	margin:0 auto;
}

nav ul:after {
		content: ""; clear: both; display: block;
}

nav ul li {
		float: left;
		padding-left:10px;
		padding-right:10px;
		
}

nav ul li:hover {
		color: #6699CC;	
}

nav ul li:hover a {
	color: #6699CC;
	padding: 20px 20px;
}
		
nav ul li a {
		display:table-row;
		padding-top: 20px;
		padding-bottom: 10px;
		color: #FFFFFF; 
		text-decoration: none;
}
			
		
nav ul ul {
		background: #000000;
		border-radius: 0px; 
		padding: 0;
		position: absolute; 
		top: 100%;
}

nav ul ul li {
		float: none;
		padding-top: 5px;
		padding-bottom: 5px;
}

nav ul ul li a {
		padding: 10px 20px;
		color: #fff;
}	

nav ul ul li a:hover {
		background-color: #336699;
}
		
nav ul ul ul {
		position: absolute; left: 100%; top:0;
}

header, nav, section, article, aside, footer, hgroup { 
   display: block;
}