﻿/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* +++++ 12 Tribes Header +++++ */
.headIsrael {
	position: relative;
	width: 550px;
	height: 50px;
	z-index: 8;
	top: -110px;
	left: 20px;
	
	
}

.headisraelText {
	font-family: coppergtb;
	font-size: 40px;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 2px;
}

.headRevelation {
	position: relative;
	width: 490px;
	height: 40px;
	z-index: 28;
	z-index: 6;
	top: -100px;
	left: 198px;
}

.headrevText {
	font-family: Arial;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 6.5px;
}


.headStudy {
	position: relative;
	width: 100px;
	height: 60px;
	z-index: 28;
	z-index: 4;
	top: -187px;
	left: 845px;
}

.headstudyText {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 3.5px;
	line-height: 115%;
}


.headBible {
	position: relative;
	width: 100px;
	height: 30px;
	z-index: 28;
	z-index: 2;
	top: -190px;
	left: 845px;
}

.headbibleText {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 120%;
	letter-spacing: 3px;
}


/* +++++ The Web Page +++++ */
:root {
	--box-shadow: 5px 6px 8px #686464;
}


/* +++++ Double underline +++++ */
.doubleunderline {
    text-decoration:underline;
    border-bottom: 2px solid #000;
}

.doubleunderline-red {
    text-decoration:underline;
    border-bottom: 2px solid red;
}

/* +++++ Center text +++++ */
.text-center {
	text-align: center;
}

/* +++++ Whole webpage automatically centered +++++ */
.thepageBody {
	position: relative;
	padding: 0px; 
	margin: 0px; 
	height: fit-content; 
	background-color: #000000;
	background-image: url('images/bluegb.jpg'); 
	background-attachment: fixed;	

}

body {
      margin: 0;               /* Remove default margin */
      height: 100vh;           /* Full screen height */
      display: flex;           /* Enable flexbox */
      justify-content: center; /* Center horizontally */
      align-items: center;     /* Center vertically */
      background: #f5f5f5;     /* Light background */
}

/* +++++ Page central +++++ */
.pageCentral {
	border: thin #E7E7E7 solid;
	margin-right: auto; 
	margin-left: auto; 
	background-color: #E7E7E7; 
	top: 10px; 
	height: fit-content; 
	padding-bottom: 90px;
	width: 966px; 
	background-image: url('images/greybg.jpg');
	border: #C0C0C0;
	position: relative;
	z-index: 1;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.pageOuterRing {
	background-color: #FFFFFF;
	border: 8px solid #92C100;
	height: fit-content;
	padding-bottom: 400px;
	top: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
	z-index: 1;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* +++++ Default Font +++++ */

@font-face {
	src: url(fonts/coppergtb.ttf);
	font-family: coppergtb;
}


p {
font-family: Verdana;
font-size: 14.8px;
line-height: 1.6;
}

.underline {
	text-decoration: underline;
}


.paragraphindent {
	margin-left:50px; 
	margin-right:30px;
}

p:hover {
	background-color: #E4EFF8;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px solid;
}

h1 {
	font-family: Verdana;
	font-size: 14.8px;
	line-height: 1.6;
}

h2 {
	font-family: Verdana;
	font-size: 14.8px;
	line-height: 1.6;
}

h3 {
	font-family: Verdana;
	font-size: 14.8px;
	line-height: 1.7;
    font-weight: normal;
}


.reportTitle {
	font-family: coppergtb, Arial;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px #686464;
}

.homeTitle {
	font-family: coppergtb, Arial;
	font-size: 27.5px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px #686464;
}


.preludeTitle {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #464646;
	text-align: center;
	letter-spacing: 2px;
}


/* +++++ Revelation Chapters 1-22 Title +++++ */
.revChpsTitle {
	position: absolute;
	width: 464px;
	height: 37px;
	z-index: 12;
	top: 64px;
	left: 183px;
	
}


/* +++++ Green and Red Font Color +++++ */
.redText {
	color: #D00A0A;
}
.greenText {
	color: #097209;
}



/* +++++ Church Title Text +++++ */
.churchTitle {
	font-size: large;
	color: #000080;
	text-align: left;
}



/* +++++ Seal Title Text +++++ */
.sealTitle {
	font-size: large;
	color: #000080;
	text-align: left;
	text-transform: uppercase;
}

.sealTitle2 {
	font-size: large;
	color: #3F3F3F;
	text-align: left;
	text-transform: uppercase;
}

.sealTitle3 {
	font-size: large;
	color: #800000;
	text-align: left;
}

.sealTitle4 {
	font-size: large;
	color: #000000;
	text-align: left;
}

.popupTitle {
	font-size: 18.5px;
	color: #000080;
	text-align: left;
	text-transform: capitalize;
}

.titleFormat {
	font-size: large;
	color: #000000;
	text-transform: capitalize;
}


/* +++++ Top Link +++++ */
.topCenter {
	position: relative;
	font-weight: bold;
	text-align: center;
	width: 100%;
}



/* +++++ Scripture Text +++++ */
.scripture-text {
	font-size: large;
	text-align: center;
}

.scripture-text01 {
	font-size: large;
	text-align: left;
}

.scripture-text02 {
	font-size: large;
	text-align: left;
	text-indent: 105px;
}

.scripture-text03 {
	
	font-weight: normal;
	text-align: center;
}



/* +++++ Message Title Text +++++ */
.messageText {
	font-size: large;
	color: #FFFFFF;
}

/* +++++ Home Page Report Guide +++++ */
.homemessageDiv {
	position: absolute;
	width: 520px;
	height: 29px;
	z-index: 4;
	background-color: #000000;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	padding-top: 2px;
	left: 0px;
	top: 0px;
	font-size: 16.5px;
	color: #FFFFFF;
	font-family: Verdana;
	padding-top: 9px;
}

.homemessageBody {
	position: relative;
	width: 520px;
	height: fit-content;
	padding-bottom: 64px;
	border: 1px #808080 solid;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #E7E7E7;
	box-shadow:var(--box-shadow);
	margin-left: auto;
	margin-right: auto;

}

.homemessageText {
	position: relative;
	width: 480px;
	height: fit-content;
	top: 55px;
	margin-left: auto;
	margin-right: auto;
}


/* +++++ Message Title Div +++++ */
.messageDiv {
	position: absolute;
	width: 700px;
	height: 29px;
	z-index: 4;
	background-color: #000000;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	padding-top: 2px;
	left: 0px;
	top: 0px;
	font-size: 17px;
	color: #FFFFFF;
	font-family: Verdana;
	padding-top: 9px;
}

.themessageBody {
	position: relative;
	width: 700px;
	height: fit-content;
	padding-bottom: 64px;
	border: 1px #808080 solid;
	left: 12.5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #E7E7E7;
	box-shadow:var(--box-shadow);
}

.themessageText {
	position: relative;
	width: 650px;
	height: fit-content;
	top: 34px;
	margin-left: auto;
	margin-right: auto;
}

.mr1Text {
	position: relative;
	width: 510px;
	height: fit-content;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
}


.messageDiv2 {
	position: absolute;
	width: 540px;
	height: 29px;
	z-index: 4;
	background-color: #000000;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	padding-top: 2px;
	left: 0px;
	top: 0px;
	font-size: 17px;
	color: #FFFFFF;
	font-family: Verdana;
	padding-top: 9px;
}

.themessageText2 {
	position: relative;
	width: 490px;
	height: fit-content;
	top: 56px;
	margin-left: auto;
	margin-right: auto;
}

.themessageBody2 {
	position: absolute;
	width: 540px;
	height: fit-content;
	padding-bottom: 54px;
	top: 123px;
	border: 1px #808080 solid;
	left: 225px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #E7E7E7;
	box-shadow:var(--box-shadow);
}


/* +++++ Hyperlink Text +++++ */
.blueText {
	color: #0000FF;
}


/* +++++ Home Header +++++ */
.homeHeader {
	position: relative;
	height: 100px;
	z-index: 2;
	left: auto;
	top: 0px;
	right: auto;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.homeBrowsers {
	position: absolute;
	width: 945px;
	height: 58px;
	z-index: 3;
	left: 10px;
	top: 1370px;
}
.homeBrowsersAlign {
	vertical-align: middle;
}
.homeBrowsersFont {
	font-family: Verdana;
	font-size: small;
}



/* +++++ Top Navigation Glossy Main Menu +++++ */
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 auto 0 auto;
	background: url(images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color: #000080;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 16px;
/*Padding to accomodate left tab image. Do not change*/	
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 14px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}



/*+++++++ Vertical Menu +++++*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
	border: 1px solid black;
	border-bottom-width: 0;
	width: 166px;
	
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
	display: block;
	padding: 1px 0;
	padding-left: 9px;
	width: 151px; /*185px minus all left/right paddings and margins*/;
	text-decoration: none;
	color: white;
	background-color: #2175bc;
	border-bottom: 1px solid #90bade;
	border-left: 7px solid #1958b7;
	
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}


.vertmenu {
	position: absolute;
	width: 200px;
	height: 10px;
	z-index: 1;
	top: 28px;
	left: 745px;
}
  

/* +++++ Remove border from all hyperlink images +++++*/
img {
	border-style: none;
	vertical-align: middle;
}

/* +++++ Hyperlink Settings +++++ */
a:link {
	color: #0000FF;
	text-decoration: none;
	font-family: Verdana;
}
a:visited {
	text-decoration: none;
	font-family: Verdana;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}


/* ----->>> global settings needed for thickbox <<<-----*/
*{padding: 0; margin: 0;}


/* ----->>> thickbox specific link and font settings <<<-----*/
#TB_window {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----->>> thickbox settings <<<-----*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#707070;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #BF0000;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




/* +++++ Floating Menu +++++ */

div.cssFloatMenu {
	margin: 0;
	background: #E1E1E1;
	border: 1px #808080 solid;
	position: fixed;
	top: 250px;
	left: auto;
	width: 150px;
	right: 15px;
	line-height: 1.3;
}


div.cssFloatMenu a, div.cssFloatMenu em
{ display: block; margin: 0 8px }
div.cssFloatMenu a, div.cssFloatMenu em { border-top: 2px groove #003366}
div.cssFloatMenu a:first-child { border-top: none }
div.cssFloatMenu em { color: #003366}
div.cssFloatMenu em:first-child { border-top: none }
 
div.cssFloatMenu a:link {
	text-decoration: none;
	color: #800000;
	font-size: 14px;
}
div.cssFloatMenu a:visited { text-decoration: none; color: #0000FF }
div.cssFloatMenu a:hover { background: #003366; color: white }

 
<style type="text/css">

 
div.cssFloatMenu {
    margin: 0;
    position: absolute;
    top: expression(80+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
    bottom: auto;
    left: auto;
    width: 170px;
    right: 20px;
}

/* +++++ Maximum screen width display floating menu +++++ */
@media screen and (max-width: 1079px) {
		.cssFloatMenu {
		display: none;
		}
	}

/* +++++ Updated Report +++++ */

.reportUpdated {
	position: absolute;
	width: 170px;
	height: 40px;
	top: 65px;
	left: 665px;
	text-align: center;
}

/* +++++ Whole webpage automatically centered +++++ */
body {
      margin: 0;               /* Remove default margin */
      height: 100vh;           /* Full screen height */
      display: flex;           /* Enable flexbox */
      justify-content: center; /* Center horizontally */
      align-items: center;     /* Center vertically */
      background: #f5f5f5;     /* Light background */
}

.container {
      width: 80%;              /* Page width */
      max-width: 800px;        /* Prevent being too wide */
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      text-align: center;
}


</style>