/*-  Layout
-------------------------------------------------*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #020f18;
	margin-left: 0px;
}

* {
	margin:0;
	padding:20;
}

img {border: 0;}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	background-image:url(img/bgslice.png);
	background-repeat: no-repeat;
	width: 1046px;
	padding-top: 102px;
}

#logo {
	background-image:url(img/logo1.png);
	width:408px;
	height:314px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
#logoContent {
	background-image:url(img/logo2.png);
	width:235px;
	height:169px;
	position:absolute;
	left:175px;
	top:0px;
	z-index:1;
}

#wrap {
	background-image:url(img/slice.png);
	background-repeat: repeat-y;
	width: 1046px;
	margin-top: 10px;
	margin-right: 86px;
	padding-bottom: 20px;
}

#mainContent {
	margin-top: 147px;
	padding-left: 285px;
	padding-right: 86px;
}

#footer {
	background-image: url(img/footer.png);
	width: 1046px;
	padding-left: 510px;
	background-repeat: no-repeat;
	padding-top: 10px;
}

/*-  text
-------------------------------------------------*/
h1 {
	font-size: 16px;
	color: #154063;
	padding-bottom: 15px;
}
h2 {
	font-size: 11px;
	color: #154063;
}

p {
	font-size: 11px;
	color: #fff;
	line-height: 1.5em;
}

ol {
	font-size: 10px;
	color: #fff;
	line-height: 1.3em;
}

#indexText {
	padding-left: 285px;
	padding-right: 86px;
	padding-top: 165px;
	padding-bottom: 0px;
}

#contentText {
	padding-left: 285px;
	padding-right: 86px;
	padding-top: 30px;
}

#address {
	font-size: 9px;
	color: #154063;
	padding-left: 395px;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 3px;
}

#scripture {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #154063;
	padding-top: 10px;
	text-align: right;
	padding-right: 86px;
}

/*-  Features 
-------------------------------------------------*/

#ad {

}

#features li {
	list-style-type: none;
	float: left;
	margin-right: 80px;
	width: 171px;
}

#features li.last {
	margin-right: 0px;
}

#features dt,
#features p {
	line-height: 1.25;
}

#features dt {
	font-size: 10px;
	font-weight: bold;
}

#features img {
	border: none;
	display: block;
	margin-bottom: 10px;
}

/*-  Navigation
-------------------------------------------------*/

#topNavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:10px;
	text-align: right;
	padding-right: 86px;
}

#topNavigation ul li {
	font-size: 10px;
	border: none;
	display: inline;
}
#footerNavigation ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	display: inline;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
}

a:link, a:visited { color: #1b5484; text-decoration: none;}
a:hover{ color: #768996; text-decoration: none;}
a:active { color: #94abbc; text-decoration: none;}
a:hover { text-decoration: none;}

/*-  Photo Images
-------------------------------------------------*/

img.floatRight {
	float: right;
	padding: 30px 86px 5px 20px;
}

.imgBorder {
border: 1px solid #fff;
}
	

/*-  Tables 
-------------------------------------------------*/

td {
font-size:10px;
color:#FFF;
line-height: 1.3em;
}
