@charset "UTF-8";
/* ~~ Palette ~~ 
blue: #036
teal: #066
truck green: #044d17
*/

/* ~~ GLOBAL STYLES ~~ */

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
}
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

body {
	background-color: #036;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
}
#container {
	background-color: #fff;
	margin: 0 auto;
	padding: 1em 1.5em;
}
nav ul {
	list-style: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #036;
	font-style: italic;
	margin-top: .5em;
}
p {
	font-size: .8em;
	margin: 1em 0;
	line-height: 1.5em;
}
table {
	width: 100%;
}
th {
	font-size: .8em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 .5em 0 0;
	text-align: left;
}
td {
	font-size: .8em;
	line-height: 1.5em;
	padding: 0 .5em 0 0;
	text-align: left;
}
#animation {
	margin-top: 1em;
	color: #044d17;
}
footer {
	margin-top: 1em;
	font-size: .7em;
	text-align: center;
}
/* ~~ navigation ~~ */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #036;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #066;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #066;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #066;
	text-decoration: none;
}
/* ~~ misc classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* -------------------------------------------------- */
/* ~~ small screen styles ~~ */
@media only screen and (max-width:715px) {
#container {
	margin: 0 .5em;
	padding-right: 1em;
}
header img {
	width: 100%;
}
.topMenu {
	max-height: 0;
	visibility: hidden;
}
.topMenu.expand {
	max-height: 90em;
	visibility: visible;
}
nav ul {
	padding: 0 0 0 2em;
}
nav ul li {
	font-size: .9em;
}
nav a {
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	display: block;
	margin-bottom: 1px;
	background: #fff;
	padding-left: 1em;
	line-height: 2em;
	cursor: pointer;
}
nav a:hover {
	color: #036;
}
nav a.current {
	color: #036;
}
.border-menu {
  position: relative;
  padding-left: 1em;
  padding-bottom: 1em;
}
.border-menu:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 0.125em;
  border-top: 0.375em double #036;
  border-bottom: 0.15em solid #036;
}
#NYmap img {
	max-width: 90%
}
#animation {
	display: none;
}
#phone {
	font-weight: bold;
}
}

/* ~~ large screen styles ~~ */
@media only screen and (min-width:716px) {
#container {
	width: 680px;
}
nav {
	padding-bottom: 1.5em;
}
nav ul li {
	font-weight: bold;
	font-size: .9em;
}
nav li {
	float: left;
	padding-right: 1.4em;
}
nav li:first-child {
	padding-left: .2em;
}
nav li:last-child {
	padding-right: 0;
}
#phone {
	display: none;
}
}