body{font-family: Arial,Helvetica,Utkal,sans-serif;width:100%;margin:0 0 0 0;
     font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.3;background-color:#dddddd;}
@media screen and (max-width: 800px) {
    body {
        width:960px;background-color:#fff;
    }
}
a{text-decoration:none;color:#1AA8FB;}
a:visted{color:#1AA8FB;}
a:hover{text-decoration:underline;}

input,select{color: #13618D;
				border: 1px solid #C0C0C0;border-radius: 5px;}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }

.j_clear{clear:both;}

/*  Header  */

#headerContainer{background-color:#ffffff;width:100%;}
	#header{width:900px; margin:auto;background-color:#fff;}
		.j_topLeft{float:left;font-size:230%;font-weight:bold;color:#333333;font-style:italic;margin-top:10px;}
		.j_topRight{float:right;font-size:120%;font-weight:bold;color:#000000;
					border-radius:20px;border:3px solid blue;margin:10px 60px 0 0;
					background-color:#fff;padding:6px;}
		.j_bottomLeft{float:left;clear:left;font-size:120%;font-weight:bold;color:#080;
					border-radius:20px;border:3px solid blue;margin:30px 0px 10px 40px;
					background-color:#fff;padding:6px;}
		.j_bottomRight{float:right;margin:10px 20px 20px 0;clear:right;width:625px;}
			.j_bottomRight .j_quote{float:right;font-style: italic;font-weight:bold;font-size:120%;
									margin:0 0 10px 0;color:#000;}
			.j_bottomRight .j_attribution{float:right;clear:right;color:#000000;}

/*  Menu  */
.j_mainMenuWrapper{background-color:#222222;height:38px;margin:0 0 0px 0;
				  background: -webkit-linear-gradient(#000000, #222222); /* For Safari 5.1 to 6.0 */
				  background: -o-linear-gradient(#000000, #222222); /* For Opera 11.1 to 12.0 */
				  background: -moz-linear-gradient(#000000, #222222); /* For Firefox 3.6 to 15 */
				  background: linear-gradient(#000000, #777777); /* Standard syntax */
				  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#444444');
				  zoom: 1;width:100%;
				 }
				  				  
.j_mainMenu {margin: 5px 0 5px 0;margin:auto;width:940px;}

.j_mainMenu a{text-decoration:none;display:block;padding: 10px 20px;
				color:#ffffff;}

.j_mainMenu ul {
  text-align: left;
  display: inline;
  margin: 0;
  
  padding: 9px 4px 10px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.j_mainMenu ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  /*margin-right: -4px;*/
  position: relative;
  background-color:#222222;
  border-right:1px solid #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.j_mainMenu ul li:last-child{border:0px solid red;}
.j_mainMenu ul li:hover {
  background: #555;
  color: #fff;
}
.j_mainMenu ul li ul {
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.j_mainMenu ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.j_mainMenu ul li ul li:hover { background: #666; }
.j_mainMenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


#c_mainContainer{clear:both;margin:auto;width:935px;
					background-color:#fff;padding:0 0 10px 0;}

	/*  Left Column  */
	
	#j_leftColumn{float:left;width:205px; margin:15px 0 0 9px;}
	
	/*  Main Column  */
	#j_midColumn{float:left;width:500px;color:#555;font-size:13px;
					margin:15px 0 0 20px;}
	
	
	/*  Right Column  */
	#j_rightColumn{float:right;}
	/* Footer      */
	#j_footer{clear:both;width:935px;background-color:#fff;
			  padding:00px 0px;margin-left:auto;margin-right:auto;font-family: "Gill Sans W01 Book",Arial,sans-serif;}
		#j_footer_spacer{background-color:#bbf;margin:0 0 10px 0;padding:50px 100px;
							border-top:10px solid #006;border-bottom:10px solid #006;}
			#j_footer_spacer .j_verse{font-size:17px;line-height: 27px;text-align:center;
										color:#000;font-weight:bold;}
			#j_footer_spacer .j_citation{clear:both;float:right;margin-top:20px;color:#000;}
		.j_footer_column{float:left;border:0px solid red;margin:0 0 0 80px;}
		.j_footer_title{font-weight:bold;font-size:110%;}
			.j_footer_column ul{list-style-type:none;margin:0;padding:0;}
				 .j_footer_column ul li{margin:0;padding:0;}
				  	.j_footer_column ul li a{color:#000055;}
				  	
		#j_login {clear:both;margin: 0 0 0 80px;}		  	
		
		#j_footer_column1{}
		#j_footer_column2{}
		#j_footer_column3{}
		#j_footer_column4{}
		#j_biblePermissions{clear:both;width:800px;float:left;margin:30px 0 30px 80px;font-size:70%;}
		#j_biblePermissions a{color:#000;}
		#j_biblePermissions a:hover{text-decoration:none;}	
