@CHARSET "UTF-8";

* {
  margin: 0;
  padding: 0;
  }
  
img {
  border: 0;
  }
  
ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  }


body { 
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  background-color: black;
  text-align: center;
  color : white;
  }
  
a {
  color:white;
  text-decoration: underline;
  outline: none;
  }
a:hover {
  color: #ff8903;
  }
  
h1 ,h2, h2 {
	font-family: Trebuchet MS;
	}
  
h1 {
  font-size: 48px;
  font-weight: normal;
  }

h2 {
  font-size: 26px;
  font-weight: bold;
  }

h3 {
	font-size: 18px;
  font-weight: normal;
	}



.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.end {
	clear:both;
}


.vertical-align {
  display: table;
  position: static; 
  }

.vertical-align .container {
  display: table-cell;
  vertical-align: middle;
  position: static;
  text-align:center; 
  }

.vertical-align .container .aligned {
  top:auto;
  left:auto;
  margin:0 auto; 
  }
  
  
.left-column {
	float: left;
	width: 770px;
}

.right-column {
	float: right;
	width: 200px;
	padding: 95px 0 0 0;
}

.left {
	float: left;
}

.right {
	float: right;
}
	

#map {
	height: 500px;
	widows: 500px;
	}


	div.video {
	background: url(/assets/img/video-bg.jpg) 0 0 repeat;
	width: 770px;
	padding: 0;
	text-align: center;
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: -10px;
	}
	 div.video object {
	 vertical-align: middle;
	 }