/**/
body {
    margin: 0;
        background-image: url('/images/bg.jpg');
	  background-position: center;
	  background-repeat: repeat-x;
	  background-color: #41607F;
	  font-family: "Arial", Helvetica, Sans-Serif;
}

.container {
    position: absolute;
    width: 960px;
	  height: 100vh;
}

	
p {
	font-family: "Arial", Helvetica, Sans-serif;
	font-size: 10 pt;
	font-color: #cdcdcd;

}

.content {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	background-color:#ffffff;
	position: inherit;
	
}

.header {
	width: 100%;
	height: 251px;
 	background-image:url('/images/header.jpg');
 	background-repeat: no-repeat;
	background-position: center;
	background-size: 960px 252px;
}

.map {
	width: 100%;
	height: 349px;
	background-color: #f4f3ec;
	background-image: url('/images/dullesmarketsquare_map.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	z-index: 2;
	-moz-box-shadow: 0 0 5px 0px #000;
	-webkit-box-shadow: 0 0 5px 0px #000;
	box-shadow: 0 0 5px 0 #000;

}



.store {
	width: 100%;
	height: 200px;
	z-index: -1;
	position:inherit;
	padding-bottom: 30px; 
}


.store h3{
	display: block;
    	font-size: 19px;
	color: #c60000;
   	margin-top: 5px;
   	margin-bottom: 5px;
   	margin-left: 0;
    	margin-right: 0;
   	font-weight: bold;
}

.store h4{
	display: block;
    	font-size: 16px;
	color: #000;
   	margin-top: 5px;
   	margin-bottom: 5px;
   	margin-left: 0;
    	margin-right: 0;
   	font-weight: bold;
}


.footer {
	width: 960px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	position: relative;
	bottom: 0px;
	background: #161616;
	margin: 0 auto;
}
.footer p {
	color: #fff;
}

ul li a:link {
    
	font-color: #c60000;
       text-decoration: none;
}


ul li a:visited {
    
	color: # 83C0FF;
	test-decoration: none;
}


ul li a:hover {
    
	color: # 405F7F;
	text-decoration: underline;
}




ul li a:active {
    text-decoration: underline;
}