

#openingphot	{
	margin-top: -40px;
	min-height:640px;
    width:100%;
    min-width:100%;
    background-position:left top;
    background-image:url(images/homemain1200v1.jpg);
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
	
}

	#splashcontent	{
	position: relative;
	max-width: 800px;
	height:auto;
	background-color: transparent;	
	margin: 40px auto;
		position: absolute;
        bottom: 30%;
        right: 40%;
        width: auto;
        height: auto;
	}

@media screen and (max-width:500px) {  


#openingphot	{
	margin-top: -40px;
	min-height:480px;
    width: 100%;
    min-width:100%;
    background-position:left top;
    background-image:url(images/homemain640v1.jpg);
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

	
}

	#splashcontent	{
	position: relative;
	max-width: 480px;
	height:auto;
	background-color: transparent;	
	margin: 30px;
		position: absolute;
        bottom: 40%;
        right: -10%;
        width: 400px;
        height: auto;
	}
}



#socmedia	{
	position:relative;
	width: 100%;
	min-height: 40px;
	overflow:hidden;
	border-bottom: #CCC 1px solid;
}

	#smcontent	{
		max-width: 960px;
		height: auto;
		margin: 12px auto;
	}

#basiccontent	{
	position:relative;
	width: 100%;
	height: auto;
	overflow:hidden;
	border-bottom: #ccc 1px solid;
}	

#bdy1content	{
		max-width: 760px;
		height: auto;
		margin: 12px auto;
		overflow:hidden;
		border: none;
		
	}

		#blktop		{
			float: left;
			width: 340px;
			background-color: transparent;
			margin: .5em;
			padding: .5em;
	
		}
		

		#blkspan		{
			float: none;
			max-width: 580px;
			background-color: transparent;
			margin: .5em auto;
			padding: .5em;
		}


#footer	{
	position: relative;
	width: 100%;
	padding: 1.2em 0;
	overflow:hidden;	
	margin: 0 auto;
	min-height: 160px;
	background-color: #d7d7d7;
	border-top: dodgerblue solid 2px;
}


	#footerblock	{
		position:relative;
		max-width: 480px;
		margin: 0 auto;
		text-align:left;
	}






