body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    height: auto;
}

html, body {
    background: #434663;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

.center-content {
    width: 100%;
    text-align: center;
}


h1 {
    font-family: Arial, sans-serif;
	color: #ededec;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: normal;
    text-decoration: none;
}



@media (min-width: 1141px) {
  /****************************** DESKTOP ******************************/
  body {
  	background-color: #434663;
	width: 1240px;
  	padding: 0px;
  	text-align: left;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  	
  }

  #centered {
  	background-color: #ffffff;
  	position: absolute;
  	width: 1240px;
  	left: 50%;
  	top: -20px;
  	margin-left: -620px;
  	background-repeat: no-repeat;
  	margin-bottom: 20px;
  }

  #container {
  	background: #fff;
	height: 100%;
	width: 1240px;
  	margin: 0;
  }

  div.content {
  	background-color: #ffffff;
  	width: 1240px;
  	margin-left: 0px;
  	margin-right: 0px;
	margin-top: 0px;
  	padding-right: 0px;
  	padding-left: 0px;
  	padding-bottom: 0px;
	height: auto;
  }

  
  div.clear {
        clear:both;
      }

	
img {
    max-width: 100%;
    height: auto;
}

 div.headerbk { 
 	z-index: 1;
  	width: 100%;
  	height: auto;
  	top: 0px;
  	left: 0px;
  	}
	
	
div.title {
	background-color: #555555;
	color: #ededec;
	float: left;
  	width: 100%;
	text-align: center;
  	height: 75px;
	padding: 0px 0px 20px 0px;
	}
	
	
div.searchbk {
	background: url("../images/search-back.gif") no-repeat;
	display: inline-block;
	width: 100%;
	height: 305px;
	}
	
	div.search {
		background-color: #868686 !important;
		float: left;
		width: 400px;
		text-align: center;
  		height: 60px;
		margin: 130px 0px 50px 420px;
		}
	
div.verse {
	background-color: #555555;
	width: 100%;
  	float: left;
	padding: 5px 0px 5px 0px;
  	font-family: Arial, san-serif;
  	color: #ededec;
  	font-size: 14px;
  	line-height: 20px;
	text-align: center;
	}
	
div.description {
	background-color: #d7dda0;
	width: 100%;
  	float: left;
	padding: 100px 0px 100px 0px;
  	font-family: Arial, san-serif;
  	color: #444;
  	font-size: 14px;
  	line-height: 20px;
	text-align: center;
	}

div.footer-back {
	height: 360px;
	width: 100%;
	align: center;
    padding: 0px 0px 0px 0px;
    background: url("../images/footer-back-12.jpg") no-repeat;
	display: inline-block;
  	}

	div.footer-nav {
        width: 100%;
		height: auto;
		padding: 75px 0px 75px 0px;
		font-family: Arial, san-serif;
  		color: #555;
  		font-size: 14px;
  		line-height: 20px;
		float: left;
		text-align: center;
    }
	

.mobile-show {
  display:none;
  visibility: hidden;
}


  a:link {
  text-decoration:none;
  color:#1c70bf;
  }
  a:hover {
  text-decoration:underline;
  color:#1c70bf;
  }
  a:visited {
  text-decoration:none;
  color:#1c70bf;
  }


}





 /***************************      MOBILE BREAK    ******************************/



@media only screen and (min-width: 200px) and (max-width: 1140px) {
  /*** MOBILE ***/
  html, body {
  background-color: #434663 !important;
  	}
  
  
  body {
  	background-color: #fff;
  	width: 100%;
  	padding: 0px;
  	text-align: left;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  }
  
  div.container {
  	width: 320px;
	}
	
  div.content {
          margin-top:0px;
        }
	
img {
    max-width: 100%;
    height: auto;
}
 
div.headerbk { 
  	z-index: 1;
  	width: 100%;
  	height: auto;
  	top: 0px;
  	left: 0px;
  	}
	
div.titlebk {
	background-color: #555555;
	width: 100%;
	height: auto;
	}
div.title {
	background-color: #555555;
	color: #ededec;
	float: left;
  	width: 100%;
	text-align: center;
  	height: auto;
	padding: 0px 0px 0px 0px;
	}
	
div.center {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #555555;
}

div.searchbk {
	background-color: #868686 !important;
	display: inline-block;
	width: 100%;
	min-height: 150px;
	}
	div.search {
		background-color: #868686 !important;
		width: 100%;
		height: auto;
		min-height: 150px;
		float: left;
		margin: 80px 0px 0px 0px;
		text-align: center;
		}

	

div.verse {
	background-color: #555555;
	width: 100%;
	height: auto;
  	float: left;
	padding: 10px 0px 10px 0px;
  	font-family: Arial, san-serif;
  	color: #ededec;
  	font-size: 1em;
  	line-height: 1.3em;
	text-align: center;
	}
	
div.description {
	background-color: #d7dda0;
	width: 100%;
  	float: left;
	padding: 100px 0px 100px 0px;
  	font-family: Arial, san-serif;
  	color: #444;
  	font-size: 1.2em;
  	line-height: 1.3em;
	text-align: center;
	}


	
div.footer-back {
	height: auto;
	width: 100%;
	align: center;
    padding: 0px 0px 0px 0px;
    background: url("../images/footer-back-12b.jpg") no-repeat;
	background-color: #f0e2cd;
	display: inline-block;
  	}

	div.footer-nav {
        width: 100%;
		height: auto;
		padding: 75px 0px 75px 0px;
		font-family: Arial, san-serif;
  		color: #555;
  		font-size: 1em;
  		line-height: 2.2em;
		float: left;
		text-align: center;
    }
	


  div.centered {
  	text-align: center;
	}  
		
 div.indent {
  	padding: 0 0 0 10px;
	}
	  

.desktop-show {
  display:none;
  visibility: hidden;
}	
	



a:link {
  text-decoration:none;
  color:#1c70bf;
  }
  a:hover {
  text-decoration:underline;
  color:#1c70bf;
  }
  a:visited {
  text-decoration:none;
  color:#1c70bf;
  }

}


