html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow:hidden;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.bg_landscape{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.bg_landscape img{
	display: block;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.bg_portrait{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: -1;
}

.bg_portrait img{
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.container{
	position: absolute;
	overflow:hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.title{
	position: absolute;
	top:0;
	right: 0;
	max-height: 19%;
	padding: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin: 0;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	background: rgba(255,255,255,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);   /* IE6 & 7 */
      zoom: 1;
	line-height: 0.8em;
}

.subtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: grey;
	font-style: italic;
	font-size: 0.5em;
}

.menu{
	position: absolute;
	top: 20%;
	left: 3%;
	margin: 0;
	padding: 15px;
	min-width: 15%;
	max-width: 20%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	background: rgba(255,255,255,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);   /* IE6 & 7 */
      zoom: 1;
	z-index: 101;
}

.page{
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.content{
	overflow: auto;
	overflow-x: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	z-index: 101;
	top: 20%;
	left: 25%;
	width: 60%;
	height: 60%;
	margin: 0;
	padding: 15px;
	background: rgba(255,255,255,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);   /* IE6 & 7 */
      zoom: 1;
}

.content h2{
	position: relative;
	margin-top: 0;
}

a{
	cursor: default;
	text-decoration: none;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

a:link{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover{
	cursor: pointer;
	color: grey;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.copyright a:hover{
	cursor: pointer;
}
a:visited{
	color: black;
}

a:active{
	color: grey;
}

.copyright{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin:0;
	padding: 0.2em;
	text-align: center;
	z-index: 101;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	background: rgba(255,255,255,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);   /* IE6 & 7 */
      zoom: 1;
}

.copyright a{
	color: black;
}

.copyright img{
	display: inline-block;
	vertical-align: middle;
	height: 1.5em;
	width: auto;
}

.contact{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-bottom: 1em;
}

    #container{position:relative;width:90%;height:70%;margin:auto;padding:1px;}
    #container #map{width:100%;height:100%;margin:auto;}
    #container #panel{width:100%;margin:auto;background:white;}