﻿*{
	margin : 0; 
	border : 0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px;
}

.headerimage{
	position: relative; 
	height:530px; 
	left: 0px; 
	top: 0px;
}

.featureslocation{
	position: relative; 
	float: inherit; 
	margin-top: -385px; 
	margin-bottom: auto; 
	margin-right: auto; 
	margin-left: auto; 
	clear: none; 
	width:1000px;
}

#footer {
	position: absolute; 
	text-align:center; 
	font-size: 10px; 
	width: 1000px; 
	clear: both;
}

.headertitle{
	display: flex; 
	justify-content: left;
}

.footermenu{
	position: relative;  
	margin-right: auto; 
	margin-left: auto; 
	clear: none; 
	height: 160px; 
	width:1000px; 
	padding: 5px 0px 5px 5px; 
	border: 1px solid white; 
	border-radius: 5px;
	background: rgba( 38, 38, 38, 0.5);
}

.col{
	padding:0em; 
	display:table-cell; 
	font-size: small; 
	font-weight: none; 
	color: #ffcc33; 
	width: 10%;
}

a.footeritem:link{
	text-decoration: none; 
	color: #ffffff; 
	font-size: x-small;
}

a.footeritem:visited {
	text-decoration: none; 
	color: red; 
	font-size: x-small;
}

a.footeritem:hover {
	text-decoration: underline; 
	color: #ffcc33; 
	font-size: x-small;
}

a.footeritem:active {
	font-size: x-small;
} 

.maplocation{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	position: relative; 
	float: inherit; 
	margin-bottom: auto; 
	margin-right: auto; 
	margin-left: auto; 
	clear: none; 
	width:1000px;
	padding: 20px 10px 0px 10px;
}

.tags{
	 font-size: x-small;
	 color: gray;
}

.p {padding: 15px 15px 15px 15px;
}
	
.blended_grid{
	display : block;
	width : 1000px;
	overflow : auto;
	margin : 50px auto 0 auto;
}

.pageColumnLeft{
	float : left;
	clear : none;
	height : 1250px;
	width : 200px;
}

.pageColumnMid{
	float : left;
	clear : none;
	height : 1250px;
	width : 400px;
}

.pageColumnRight{
	float : left;
	clear : none;
	height : 1250px;
	width : 400px;
}

/* This code is generated by: https://webdesign-assistant.com */
.butn{
    text-decoration: none;
    font-variant: smallcaps;
    font-size: 12.2px;
    color: #FFFFFF;
    font-family: arial;
    background: linear-gradient(to bottom, #5A86FF, #335AD0);
    border: solid #7CAFFF 1px;
    border-radius: 5px;
    padding:7.2px;
    text-shadow: 0px 1px 2px #000000;
    box-shadow: 0px 1px 5px #0D2444;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.butn:hover{
    opacity: 0.9;
    background: linear-gradient(to bottom, #5A86FF, #335AD0);
    box-shadow: 0px 1px 2px #000000;
}.input {
	border: 1px solid black;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline-color: black;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #000000;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid black;
}
.fbspacer {
	height: 25px;
}