@charset "utf-8";
body, html{
	position:absolute;
	background:white;
	width:100%;
	height: 100%;
	margin: 0; 
	padding: 0;
	background-color: #F6F7F9;
	background-image:url(../images/bkgdGradient-light.png);
	background-size:100% 100%;
	overflow:hidden;
	font-size:0;
}

body.smallScreen, html.smallScreen{
	overflow:hidden;
}

p{
	font-family: 'NovecentowideNormalRegular';
	font-size: 20px;
	font-weight:400;
	text-align:center;
	text-shadow:none;
}

.smallScreen p{
	text-shadow:0px 4px 6px black;
}

.menuButton{
	cursor:pointer;
}

.smallScreen .menuButton{
	display:block;
	width:100%;
	margin:0;
}

.smallScreen .menuButton.halfButton{
	display:inline-block;
	width:49.5%;
	margin:0;
	vertical-align:top;
}

#photoButton{
	display:none;
}

.smallScreen #photoButton{
	display:inline-block;
	border-right:1px dotted white;
}

p.black{
	color:#011727;
	font-size: 25px;
	text-decoration:none;
	text-shadow:none
}

a{
	color:#000000;
	text-decoration:none;
}

#navDiv{
	position:absolute;
	top:0;
	left:5%;
	width:22%;
	max-width:300px;
	height:100%;
	z-index:100;
	/*box-shadow:10px 0px 10px rgba(0,0,0,0.75);*/
	background-image:none;
	background-color: #F6F7F9;
	color:#2f4659;
	border-left:2px solid #011727;
	border-right:2px solid #011727;
}

.smallScreen #navDiv{
	left:0%;
	width:100%;
	max-width:none;
	color:white;
	background-color:#011727;
	background-image:url(../images/bkgdGradient.png);
	background-size:100% 100%;
	border:none;
}
		
#logoImg{
	position:relative;
	width:100%;
	height:auto;
	left:0%;
	margin-left:0px;
	margin-top:0;
	margin-bottom:5%;
}

.smallScreen #logoImg{
	position:relative;
	width:85%;
	height:auto;
	left:0%;
	margin-left:7.5%;
	margin-top:12%;
	margin-bottom:0;
}

.dividerLineWidth{
	position:relative;
	border-top:2px dotted #3e4e5a;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

.smallScreen .dividerLineWidth{
	position:relative;
	border-top:0px solid #F6F7F9;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

.dividerLineHeight{
	position:relative;
	border-left:2px dotted #3e4e5a;
	width:0px;
	left:50%;
	top:5%;
	height:90%;
	display:inline-block;
	vertical-align:top;
}

#photoButtonDiv{
	position:absolute;
	background:#F6F7F9;
	right:5%;
	bottom:0;
	width:90px;
	height:45px;
	z-index:9;
	border-top:2px solid #011727;
	border-left:2px solid #011727;
	border-right:2px solid #011727;
	font-size:0;
}

.smallScreen #photoButtonDiv{
	display:none;
}

.photoArrow{
	position:relative;
	display:inline-block;
	width:auto;
	height:100%;
	cursor:pointer;
}

#leftPhotoArrow{
	border-right:1px dotted #011727;
}

#sizeWarningDiv{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:150;
	max-width:none;
	color:white;
	background-color:#011727;
	background-image:url(../images/bkgdGradient.png);
	background-size:100% 100%;
	border:none;
}

#sizeWarningDiv #warningLogoImg{
	position:absolute;
	display:inline-block;
	width:auto;
	height:100%;
}

#sizeWarningDiv p{
	position:absolute;
	left:50%;
	width:45%;
}

.contentDiv{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.contentDiv.resizable{
	width:520px;
	height:100%;
	left:25%;
	top:0;
	border-right:2px solid #011727;
}

.smallScreen .contentDiv.resizable{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
}

.contentDiv.resizable#mapDiv{
	width:100%;
	background:#f0ede5;
	z-index:50;
}

.smallScreen .contentDiv.resizable#mapDiv{
	width:100%;
	background:#f0ede5;
	z-index:50;
}

#panelContainerHolder{
	position:absolute;
	z-index:20;
	display:block;
	height:100%;
	overflow:hidden;
}

.bkgdBlind{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	background:url(../images/transBkgd.png);
}

.smallScreen .bkgdBlind{
	display:none;
}

.smallScreen #panelContainerHolder{
	height:100%;
	left:0;
}

.closePanelButton{
	display:block;
	position:absolute;
	top:0;
	bottom:auto;
	right:0;
	left:auto;
	height:35px;
	width:100%;
	/*background:#3e4e5a;
	background:#F6F7F9;*/
	background-image:url(../images/closePanelAnchor2.png);
	background-repeat:no-repeat;
	background-position:right center;
	border:none;
	/*border:1px solid black;*/
	z-index:100;
	color:none;
	cursor:pointer;
}

#photoDiv .closePanelButton{
	display:none;
}

.smallScreen #photoDiv .closePanelButton{
	display:block;
}

.smallScreen .closePanelButton{
	display:block;
	position:absolute;
	width:100%;
	height:7%;
	max-height:50px;
	top:auto;
	bottom:0;
	left:0;
	right:auto;
	margin-top:0px;
	background-image:url(../images/woodBkgd.png);
	background-repeat:repeat;

	/*background-size:100% 100%;*/
	color:white;
	z-index:100;
	/*border-radius: 0px 50px 50px 0px;*/
	border-top:1px solid black;
	border-left:none;
}

.smallScreen .closePanelButton p{
	color:white;
	display:inline-block;
}

.closePanelButton p{
	margin:0;
	padding:0;
	width:100%;
	display:none;
}

#mapCanvasDiv{
	position:absolute;
	left:0px;
	width:100%;
	height:100%;
	z-index:50;
	top:0px;
}

#infoDiv{
	z-index:40;
	background-image:url(../images/patternBkgd-white.jpg);
}

#infoHolderDiv{
	position:relative;
	width:100%;
	margin-top:25px;
	margin-bottom:35px;
}

#photoDiv{
	z-index:0;
	background-image:url(../images/patternBkgd-white.jpg);
	overflow:hidden;
}

#photoViewer{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.smallScreen #photoViewer{
	overflow:auto;
}

.photoViewerHolder{
	position:relative;
	width:100000px;
	height:100%;
	top:0;
	left:0;
}

.smallScreen .photoViewerHolder{
	width:100%;
}

.photoHolder{
	position:absolute;
	display:inline-block;
	height:100%;
	overflow:hidden;
	border: 0;
}

.smallScreen .photoHolder{
	border-top:2px solid black;
	position:relative;
}

.photoImg{
	position:absolute;
	width:auto;
	height:100%;
}

.photoImg.stretchWidth{
	width:100%;
	height:auto;
}

.photoImg.stretchHeight{
	width:auto;
	height:100%;
}

#socialDiv{
	background:#e8e8e8;
	background-image:url(../images/bkgdGradient-light.png);
	background-size:100% 100%;
	z-index:20;
}

#fullscreenButton{
	position:absolute;
	top:10px;
	left:10px;
	width:25px;
	height:25px;
	z-index:30;
}

#fullscreenButtonImg{
	position:absolute;
	width:100%;
	height:auto;
}

.noSelect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.socialDivButton{
	position:absolute;
	width:100%;
	bottom:0;
}

.socialButton{
	position:relative;
	display:inline-block;
	width:7.5%;
	height:7.5%;
	z-index:100;
	top:0;
	left:50%;
	margin-top:15px;
	background-size:contain;
	cursor:pointer;
}

.socialButton#twitterButton{
	margin-left:-9.25%;
}

.socialButton#facebookButton{
	margin-left:2%;
}

.socialContainerHolder{
	position:absolute;
	height:100%;
	overflow:hidden;
	z-index:10;
}

.socialContainer{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:35px;
}

.smallScreen .socialContainer{
	top:0px;
}

#twitterContainer{
	z-index:10;
}

#facebookContainer{
	z-index:20;
}

.socialSwitchButton{
	position:absolute;
	width:40px;
	height:40px;
	z-index:100;
	bottom:5px;
	right:5px;
	background-size:contain;
}

.socialSwitchButton#facebookSwitchButton, .socialButton#facebookButton{
	background-image:url(../images/facebookLogo.png);
	background-size:100% 100%;
}

.socialSwitchButton#twitterSwitchButton, .socialButton#twitterButton{
	background-image:url(../images/twitterLogo.png);
	background-size:100% 100%;
}

@font-face {
	font-family: 'NovecentowideNormalRegular';
	src: url('../fonts/Novecentowide-Normal-webfont.eot');
	src: url('../fonts/Novecentowide-Normal-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Novecentowide-Normal-webfont.woff') format('woff'),
		 url('../fonts/Novecentowide-Normal-webfont.ttf') format('truetype'),
		 url('../fonts/Novecentowide-Normal-webfont.svg#NovecentowideNormalRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

