﻿*{
	padding: 0;
	margin: 0;
	border: 0;
}

body{
font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style-type:circle;
		font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 50px;

}
.p {
	
	padding: 15px 15px 15px 15px;
		font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;

	}.featureslocation{
	position: relative;	
	float: inherit;
	margin-top: -385px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;	
	clear: none;
	width:980px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #3ea82e;
	border-radius: 10px;
	background: rgba(2, 2, 2, 0.5);	
}
.stitched {
   padding: 20px;
   margin: 10px;
   background: rgb(213,213,218);
background: linear-gradient(90deg, rgba(213,213,218,1) 0%, rgba(9,9,121,1) 13%, rgba(0,212,255,1) 100%);

   color: #fff;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #black;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #ff0030, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   text-shadow: -1px -1px #aa3030;
       font-family: Arial, Helvetica, sans-serif;

}
.elements{
  display: flex;
  justify-content: center; 
}
 

.blended_grid{
	display: block;
	width: 1002px;
	overflow: auto;
	margin: 100px auto 0 auto;
}

.ContentColumnLeft{
	background-color: rgba(0, 0, 0, 0);
	float: left;
	clear: none;
	height: 2100px;
	width: 180px;
}

.ContentColumnMid{
	background-color: rgba(0, 0, 0, 0);
	float: left;
	clear: none;
	height: 2100px;
	width: 401px;
	padding: 0px 5px 5px 5px; 
}

.ContentImages{
	background-color: rgba(0, 0, 0, 0);
	float: left;
	clear: none;
	height: 1900px;
	width: 802px;
	padding: 0px 5px 5px 5px; 
}


.ContentColumnRight{
	background-color: rgba(0, 0, 0, 0);
	float: left;
	clear: none;
	height: 2100px;
	width: 401px;
}
#bottomfooter{ 
    height: 128px; 
    position: fixed; 
    bottom:0%;
    width:100%; 
	display: block;
	background-image: url('../images/bottom_footer.png');
}

.grid{
  display: table;
  width: 100%;
  border-spacing:0em;
}

.col{
    padding:0em;
    width:10%;
    display:table-cell;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

.item {
	font-size: xx-small;
}

.footermenu
{
	position: relative;
	float: inherit;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;	
	clear: none;
	height: 93px;
	width:1000px;
	padding: 10px 0px 10px 10px;
	border: 1px solid #3ea82e;
    border-radius: 5px;
    background: rgba( 38, 38, 38, 0.5);	
}

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

}

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

}

a.footeritem:hover {
	text-decoration: underline; 
	font-size: x-small;

}

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

} 

.butn {
  background: #fb0102;
  background-image: -webkit-linear-gradient(top, #fb0102, #000081);
  background-image: -moz-linear-gradient(top, #fb0102, #000081);
  background-image: -ms-linear-gradient(top, #fb0102, #000081);
  background-image: -o-linear-gradient(top, #fb0102, #000081);
  background-image: linear-gradient(to bottom, #fb0102, #000081);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 15px 5px 15px;
  border: solid #000000 1px;
  text-decoration: none;
}

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

.spacer {
padding-bottom: 25px;
}
.tags{
	font-size: 12px;
	color:gray;
	 padding: 10px 20px 0px 20px;
	
	
}

.img-left-bdr {
float:left; 
margin-right:12px; 
margin-bottom:4px; 
margin-top:5px; 
padding:2px; 
border:#CCC 1px solid;
}

	.tags{
	 font-size: x-small;
	 color: gray;
}
.maplocation
{
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: inherit;
	margin-top: 5px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;	
	clear: none;
	width:980px;
	padding: 10px 0px 10px 10px;
	border: 1px solid black;
    border-radius: 5px;

}