body {
	background:#FFFFFF;
	overflow:hidden;
	font-family:'Arial', sans-serif;
	color:#333;
	font-size:13px;
	line-height: 16px;
}

#content_close {
	display: block;
	width: 9px;
	height: 9px;
	position:absolute;
	top:7px;
	right:7px;
	background-image: url(../img/bn_close.gif);
	cursor:pointer;
}

.fp_overlay{
	display: none;
}

span.navigation{
	font-family: 'Arial', sans-serif;
	position:relative;
	font-size:17px;
	float:left;
	overflow:hidden; 
	display: block;
}
span.navigation a{
	color: #6978A6;
	text-transform:uppercase;
	text-decoration:none;
	margin-left: 10px;
	/*text-shadow:0px 0px 0px #000;*/
}
span.navigation a:hover{
	color: #FFFFFF;
}

a {
	color: #6879A5;
	text-decoration:none;
}

a:hover {
	color: #121A46;
}

a.nav_home {
	color: #FFFFFF;
	text-decoration:none;
}

a.nav_home:hover {
	color: #FEFEFE;
}

ul { list-style: disc outside url(../img/bullet.gif); margin-left: 15px}


.title-bg {
	min-width: 700px;
	width:100%;
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
	background: #efefef url(../img/bg_menu_v2.jpg) repeat-x fixed 0px 0px;
	display:inline;
	z-index:10;
  	opacity:0.3;
  	filter:alpha(opacity=30); /* For IE8 and earlier */
	-moz-box-shadow: 0px 3px 2px #000;
	-webkit-box-shadow: 0px 3px 2px #000;
	box-shadow: 0px 3px 2px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.header {
	min-width: 960px;
	height: 50px;
	border: 0px solid green;
	z-index:11;
}

.title {
	color: #FFF;
	min-width: 700px;
	width:auto;
	height:25px;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:20px;
	display: inline;
	z-index:12;
	padding-top: 25px;
	border: 0px solid yellow;
	float:left;
}


.desc {
	position:fixed;
	top:20px;
	right:50px;
	margin-left: 800px;
	z-index:3;
}

h1 {
	font-family: 'Arial', sans-serif;
	text-transform:uppercase;
	font-size:17px;
	font-weight: 700;
	float: left;
	margin-right: 15px;
}

h1 span {
	font-family: 'Arial', sans-serif;
	text-transform:uppercase;
	font-size:17px;
	font-weight: 400;
}


p {
	padding-top: 10px;
}


.clr_float {
	clear: both;
}


.fp_thumbtoggle{
	display: none;
}


#outer_container{
	display: none;
}

.content {
	width: 350px;
	padding: 15px;

    background: #ebebeb;
    
    -moz-box-shadow: 2px 2px 3px #111;
    -webkit-box-shadow: 2px 2px 3px #111;
    box-shadow: 2px 2px 3px #111;
    
	top:75px;
	left:25px;
	position: fixed;
	opacity: 0.85;
	z-index:15;
	color: #333;
	display: none;
}

#map_canvas {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4b/Open_street_map_central_london.svg);
    height: 100vh!important;
}