* { padding: 0; margin: 0; }
html { min-height: 100%; width: 100%; height: 100%; font-family: Arial, sans-serif; font-size: 14px; -webkit-text-size-adjust: 100%; color: #494948; }
body { height: 100%; width: 100%; position: relative; }
#mapcontainer { width: 100%; height: 100%; top: 114px; position: absolute; }
#header { height: 118px; position: absolute; left: 0px; top: 0px; width: 100%; z-index: 9998; }
#header #logo { width: 111px; height: 73px; float: left; margin-top: 19px; margin-left: 10px; background: transparent url('../img/logo.jpg') 0 0 no-repeat; display: block; text-indent: -9999px; }
.button { font-size: 14px; font-weight: bold; padding: 0px 5px; text-transform: uppercase; margin-top: 10px; background-color: #f37d25; color: #ffffff; display: block; height: 20px; line-height: 20px; text-decoration: none; float: right; }
.button:hover { background-color: #e36404; }
#header .button, #frame .button { margin-top: 20px; height: 45px; line-height: 45px; padding: 0px 20px; }
#frame > p { text-align: center; }
#frame > p img { display: inline-block; }
#social { float: right; margin-right: 20px; margin-top: 47px; overflow: hidden; }
#social > div { float: left; }
#mapcontainer {position: fixed !important; height: auto !important; top: 0; bottom: 0; left: 0; right: 0;}
#close { position: absolute; top: 5px; right: 5px; display: block; width: 10px; height: 10px; background: transparent url('http://maps.gstatic.com/mapfiles/mv/imgs8.png') -28px -44px no-repeat; /*width: 12px; height: 12px; background: transparent url('../img/close.png') 0 0 no-repeat;*/ text-indent: -9999px; }
h1,h2, h3 { font-size: 18px; color: #006c8f; }
#moreinfo { width: 500px; max-width: 500px; min-width: 500px; }
#moreinfo h1 { font-size: 24px; }
#moreinfo img { border: none; float: left; margin-right: 20px; display: inline; }
#moreinfo hr { background: transparent; color: transparent; border-bottom: 1px dotted #494948; margin-bottom: 10px; margin-top: 10px; }
#moreinfo h2, #moreinfo strong { font-weight: bold; }
.frame, #frame {
	position: fixed; 
	top: 100px; 
	left: 100px; 
	background: #fff; 
	padding: 20px;
	border-radius: 10px;
	z-index: 9998;
}
img { display: block; }
span.clear { display: block; float: none; clear: both; }
#maplogo { width: 114px; height: 72px; background: transparent url('../img/maplogo.png') 0 0 no-repeat; position: absolute; top: 10px; right: 10px; z-index: 9999; }

#in_app { width: 90%; padding: 5%; font-family: Arial; color: #8a8a8d; padding-bottom: 60px; position: relative; }
#in_app p { margin-bottom: 15px; }
#in_app h1 { color: #f18000; font-weight: bold; font-size: 20px; padding-bottom: 15px; }
#in_app label { display: block; margin-bottom: 5px; }
#in_app input[type=text], #in_app textarea { box-shadow: inset 0 0 3px 3px #ededed; border-radius: 1px; display: block; border: 1px #e2e1e1 solid; height: 23px; width: 96%; padding-left: 2%; padding-right: 2%; }
#in_app input, #in_app textarea { margin-bottom: 10px; }
#in_app textarea { overflow: auto; resize: none; height: 100px; }
#in_app a.appbutton { background-color: #f18000; height: 50px; line-height: 50px; color: #ffffff; font-size: 20px; display: block; text-align: center; text-decoration: none; }
#in_app p.error, #in_app p.success { margin-bottom: 10px; color: #ff0000; }
#in_app p.success { color: #f18000; }

p.doneimage { height: auto; position: relative; width: auto; }
.doneoverlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; background: green; opacity: 0.5; }
.donetick { position: absolute; z-index: 3; height: 100px; width: 100px; background: #fff url('../img/checkmark.png') center center no-repeat; border-radius: 50px; left: 50%; top: 50%; margin-left: -50px; margin-top: -50px; }

@media screen and (max-width: 320px) 
{
	#moreinfo { width: 280px; max-width: 280px; min-width: 280px; }
}

@media screen and (max-width: 240px) 
{
	#moreinfo { width: 200px; max-width: 200px; min-width: 200px; }
}

@media screen and (max-width: 480px) 
{
	#moreinfo { width: 380px; max-width: 380px; min-width: 380px; }
}

@media screen and (max-width: 640px) 
{
	#header .button { font-size: 12px; padding: 0px 10px; margin-top: 15px; }
	#header #logo { margin-left: 5px; margin-top: 1px; }
	#header { height: 79px; background-position: 0 bottom; }
	#mapcontainer { top: 75px; }
	#moreinfo { width: 380px; max-width: 380px; min-width: 380px; }
	/*.infowindow img { display: none; }*/
}

@media screen and (max-width: 799px) 
{
	#header .frame, #frame { left: 10px; top: 30px; }
	#maplogo { width: 57px; height: 36px; background-image: url('../img/maplogo_small.png'); }
	#social { margin-top: 30px; margin-right: 40px; }
	#gplus { display: none; }
}

@media screen and (min-width: 980px)
{
	#header > div { position: relative; width: 980px; margin: 0px auto; }
}

/* FANCYBOX */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 3004;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3000;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 9999;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 3002;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 3001;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 3003;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/fancybox/blank.gif');
	z-index: 3002;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 3002;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 2901;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 3002;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat;
}