﻿body {
  font-family: Arial, Helvetica, sans-serif;
  background: url('../img/bg.jpg');
  padding: 0px;
  margin: 0px;
}
#wrapper {
  position: relative;
  width: 980px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}
#flag {
  position: absolute;
  display: block;
<!--  background: url('../img/flag2.png'); -->
  z-index: 1;
  left: -65px;
  top: -15px;
  width: 643px;
  height: 390px;
}
#content {
  position: relative;
  z-index: 10;
  width: 978px;
  background: rgba(0,0,0,0.75);
  border: 1px solid rgba(0,0,0,0.75);
  border-radius-bottom-left: 5px; 
  border-radius-bottom-right: 5px; 
}
#navigation {
  position: relative;
  z-index: 11;
  background: url('../img/nav-bg.jpg');
  width: 980px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 980px;
}
  #navigation li {
	display: inline-block;
	color: rgb(200,200,200);
	width: 110px;
	height: 35px;
	line-height: 35px;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0px;
	font-size: 15px;
  }
  #navigation li ul {
	display: none;
	text-align: left;
	width: 150px;
  }
  #navigation li:hover > ul {
	background: rgb(18,18,19);
	display: block;
	text-align: left;
	position: absolute;
	top: 35px;
	z-index: 50;
  }
  #navigation li > ul a {
	background-image: none;
  }
  #navigation li > ul a:hover {
	color: rgb(255,255,255);
	background: rgb(18,18,19);
	background-image: none;
  }
  #navigation a {
	display: block;
	color: rgb(200,200,200);
	background: rgb(21,21,21) url('../img/nav-bg.png');
	text-decoration: none;
  }
  #navigation a:hover {
	background: rgb(200,200,200) url('../img/nav-bg.png'); 
  }
#greeting {
  background: url('../img/greeting.jpg');
  width: 910px;
  height: 382px;
  margin: auto;
}
#greeting h2 {
  color: rgb(0,0,0);
  text-align: center;
  text-shadow: 2px 2px rgb(200,200,200);
}
#greeting p {
  clear: both;
  float: right;
  display: block;
  font-weight: bold;
  text-align: right;
  width: 500px;
  margin-right: 20px;
}
#footer {
  margin-top: 15px;
  width: ;
}
#copyright {
  float: left;
}

.title {
  position: relative;
  z-index: 10;
  color: rgb(255,255,255);
  width: 100%;
  margin: 5px auto;
  text-align: center;
  text-shadow: 3px 3px rgb(10,10,10);
  font-size: 50px;
}
.sub-title {
  position: relative;
  z-index: 10;
  color: rgb(255,255,255);
  width: 100%;
  margin: 5px auto;
  text-align: center;
  text-shadow: 3px 3px rgb(10,10,10);
  font-size: 40px;
}
#tiles {
  width: 910px;
  height: 300px;
  margin: 20px auto;
}
  .tile {
	display: inline-block;
	background: rgb(200,200,200);
	width: 210px;
	height: 300px;
	margin: 5px;
	vertical-align: top;
	text-align: center;
	border: 1px solid rgb(250,250,250);
	border-radius: 5px;
  }
  .tile h4 {
	width: 190px;
	text-align: center;
	margin: 5px auto;
	border-bottom: 2px dashed rgb(20,20,20);
  }
  .tile ul {
	list-style: none;
	margin: 10px 0px;
	padding: 10px;
	text-align: left;
  }
	.tile li {
	  margin: 0px;
	  padding-right: 10px;
	}
	.tile h5 {
	  text-align: center;
	  margin: 5px auto;
	}
.section {
  clear: both;
  background: rgb(200,200,200);
  width: 910px;
  margin: 20px auto;
  padding: 20px 0px;
  border: 1px solid rgb(250,250,250);
  border-radius: 5px;
}
  .section p {
	text-indent: 20px;
	padding: 0px 15px;
  }
  .section h1 {
	margin-left: 25px;
  text-align: center;
  }
  .section .closing {
	text-align: right;
	padding: 0px 100px;
  }
  .section img {
    margin-top: 10px;
  }
.down {
  padding: 0;
  margin: 5px;
}
.totop {
  float: right;
}
.spacer {
  clear: both;
}
.left {
  float: left;
}
.mail-icon {
  float: left;
  padding-top: 20px;
}
.mail {
  width: 700px;
  float: right;
}
.dollar-icon {
  float: left;
  padding-top: 20px;
}
.commissary {
  width: 700px;
  float: right;
}
  .commissary ul {
    list-style: none;
  }
.directions {
  float: left;
}
.directions ul {
  list-style: none;
}
.map {
  float: right;
  padding: 15px;
  border: none;
}