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

body{
font-family: Arial, Helvetica, sans-serif;
}

.p{
  margin: 0px 5px 10px 5px;
    text-align: justify;
  text-justify: inter-word;
}
.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: 2px solid red;
	border-radius: 10px;
	background: rgba(2, 2, 2, 0.5);	
}

.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 black;
    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;
}