﻿*{
	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;
}

.butn {
   background: #D69339;
   background-image: -webkit-linear-gradient(top, #D69339, #936528);
   background-image: -moz-linear-gradient(top, #D69339, #936528);
   background-image: -ms-linear-gradient(top, #D69339, #936528);
   background-image: -o-linear-gradient(top, #D69339, #936528);
   background-image: linear-gradient(to bottom, #D69339, #936528);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 14px;
   font-weight: 100;
   padding: 5px;
   hover-border-color: #000000;
   box-shadow: 1px 1px 6px 0px #000000;
   -webkit-box-shadow: 1px 1px 6px 0px #000000;
   -moz-box-shadow: 1px 1px 6px 0px #000000;
   text-shadow: 1px 1px 20px #000000;
   border: solid #000000 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
}

.butn:hover {
   background: #936528;
   background-image: -webkit-linear-gradient(top, #936528, #D69339);
   background-image: -moz-linear-gradient(top, #936528, #D69339);
   background-image: -ms-linear-gradient(top, #936528, #D69339);
   background-image: -o-linear-gradient(top, #936528, #D69339);
   background-image: linear-gradient(to bottom, #936528, #D69339);
   text-decoration: none;
}

.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:focus { 
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #3ad000;
    -moz-box-shadow: 0px 0px 8px #3ad000;
    -webkit-box-shadow: 0px 0px 8px #3ad000;
}

.fbspacer {
	height: 25px;
}