/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}


/* 
----------------------------------------------------------------------------- 
INLINE
-----------------------------------------------------------------------------*/
html{
}
body{
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:12px;
	background:#f4f4f3;
	padding:20px;
}

a{
	color:#878664;
	text-decoration:underline;
}
a:hover{
}


object{
	outline:none;
}
/* 
----------------------------------------------------------------------------- 
IMPORTED
-----------------------------------------------------------------------------*/

/*   @import url('.css');      */


/* 
----------------------------------------------------------------------------- 
LAYOUT CONTAINERS
-----------------------------------------------------------------------------*/
#omniContainer{
	position:relative;
	width:1000px;
	height:679px;
	margin:0 auto;
	background:url('http://s3.amazonaws.com/assets.needhim.org/assets/16/main_background.gif') no-repeat;
} 

a {
  color: #3db3ef;  
  text-decoration: none;
}

a:hover {
  color: #999999;
  text-decoration: none;
}

a.nav {
  color: #999999;  
}

a.nav:hover {
  color: #000000;
}

#flashContainer{
	left:150px;
	top:90px;
	position:absolute;
	width:700px;
	height:500px;
}

a#nonFlashLink {      
  position: absolute;
  bottom:27px;
  left:29px;  
}

div#bottomLinks {      
  position: absolute;
  bottom:27px;
  left:29px;  
  width: 100%;
} 

#startYourJourney {
  display: none;
  position: absolute;
  top: 69px;
  left: 443px;
  font-size: 12px;
}

#jqmBox{
	background:#fff;
}
#jqmContent{
  width:678px;
  height:496px;
}
#closeButton{
	position:absolute;
	right:13px;
	top:12px;
	cursor:pointer;
	cursor:hand;
        z-index: 9999;
}
#rightShadow{
	position:absolute;
	right:0px;
	top:0px;
}
#bottomShadow{
	position:absolute;
	left:0px;
	bottom:0px;
}


.contentHolder{
	display:none;
}


.horizontalContainer h1{
	font-size:28px;
	padding-bottom:15px;
	padding-top: 33px;
}

.horizontalContainer h2 {
  font-size:18px;
  padding-bottom:7px;
  padding-top: 0px;
  font-style: italic;
}

.horizontalContainer p {
	font-size:14px;
	line-height:18px;
	padding-bottom:15px; 
	/*padding-right:60px;*/
	font-size: 12px;
}
.horizontalContainer .smaller{
	font-size:10px;
	line-height:15px;
}
#videoContainer{
	width:678px;
	height:452px;
	background:black;
}
#videoTitle{
	padding:5px 5px 2px 10px;
	font-weight:bold;
}
#videoDescription{
	padding-left:10px;
	font-size:10px;
}

a#closeWindow {
}


.horizontalContainer{
	position:relative;
	width:100%; /* 638px */
	height:458px; /* 496px */
	overflow:hidden;
}
.horizontalScroller{
	width:5000px;
	position:absolute;
}
.slide{
	float:left;
	width:558px;
	height:380px;
        padding:20px;
        margin: 0 40px 0 40px;
        display: inline;
}
#nextPrevious{
	text-align:center;
	font-size:12px;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
}

.alignRight {
  text-align: right;
  display: block;
}

blockquote {
  padding-left: 20px;
  padding-right: 20px;
  font-color: #999999;
}




/* 
----------------------------------------------------------------------------- 
MISC
-----------------------------------------------------------------------------*/
.clear{
	clear:both;
}

.dashed{
	font-size:1%;
	height:3px;
	background:url('/images/dashed-brown.gif') repeat-x;
}

.alignMiddle{
	text-align:center;
}
.alignRight{
	text-align:right;
}

div.pageBuffer {
  height: 82px;
}

ul#nav1 {
  list-style-type: none;
  margin:0;
  padding: 115px 0 0 55px;
}

ul#nav1 li {
  padding: 2px 0 2px 0;
}



ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 1px;
  padding: 1px;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

li {
  padding: 5px;
}

.slide object {
  margin: 0;
}

.slide ol {
  margin-left: 25px;
}

.slide img {
  float:right;
}


#flashContainer #fileTreeDemo_2 {
  padding-top: 22px;
  padding-left: 90px;
  overflow: auto;
  width: 610px;
  height: 500px;
}
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow{
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -340px;
    width:681px;
    height:500px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#logo {
  display: none;
}

.contentblock {
  vertical-align: top;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 5px;
  border-top-style: none;
}

.scripture {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.3em;
  font-weight: bold;
  font-style: normal;
}


.bodytext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 1.5em;
}

.separationtext1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #FFFF7F; /* secondary_color */
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.separationtext2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000080; /* primary_color */

  text-align: center;
  margin: 0px;
  padding: 0px;
}

.separationtext3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000080; /* primary_color */

  text-align: left;
  margin: 0px;
  padding: 0px;
}

.bridgetext1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #FFFF7F; /* secondary_color */

  text-align: center;
  margin: 0px;
  padding: 0px;
}

.bridgetext2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 17px;
  font-style: italic;
  color: #000080; /* primary_color */
  text-align: right;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
  padding-right: 5px;
}

.bridgetext3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000080; /* primary_color */
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.footertext {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.christtext1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 26px;
  font-style: italic;
  color: #000000;
  text-align: center;
  vertical-align: center;
  margin: 0px;
  padding-right: 18px;
}

.christtext2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  color: #000000;
  text-align: right;
  vertical-align: bottom;
  margin: 0px;
  padding: 0px;
  padding-right: 48px;
  padding-bottom: 28px;
}


.h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #FFFF7F; /* top_margin_color */
  line-height: 1.3em;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

.h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000080; /* primary_color */

  line-height: 1.3em;
}

.h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFF7F; /* secondary_color */
  line-height: 1.3em;
}


#navcontainer {
  margin: 0px 0 0 225px;
  padding: 0;
  height: 40px;
  width: 150px;
}

#navcontainer ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}


#navcontainer ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0 0 5;
  margin: 0;
}


#navcontainer ul li a {
  background: #FFFF7F; /* secondary_color */
  width: 150px;
  height: 40px;
  padding: 0;
  margin: 0 0 0px;
  color: #000080; /* primary_color */
  text-decoration: none;
  display: block;
  text-align: center;
  font: bold 36px Verdana, Arial, Helvetica, sans-serif;
  border: 2px solid #000080; /* primary_color */
}


#navcontainer ul li a:hover {
  color: #FFFF7F; /* secondary_color */
  background: #000080; /* primary_color */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  border: 2px solid #FFFF7F; /* secondary_color */
  margin: 0px;
}

#navcontainer a:active {
  background: #c60;
  color: #fff;
}

#navcontainer li#active a {
  background: #c60;
  border: 1px solid #c60;
  color: #fff;
}

.navlist {
  vertical-align: middle;
}

.spanlink {
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
  color: #000080;
}

.primary_hidelink {
  cursor: text;
  text-decoration: none;
  color: #000080; /* primary_color */
}