.desktop-only {
	display:none !important;
}

body {
	-webkit-text-size-adjust:none;
	font-family:"HelveticaNeue-Light", Helvetica, Arial, Verdana, sans-serif;
	line-height:1.4em;
	padding:0;
	margin:0;
	background:#333;
	position:relative;
}
#topBanner {
	background:#060;
	color:white;
	margin:0;
	padding:10px;
	font-size: 1em;
}
	#topBanner h2, #topBanner a {
		color:white;
	}
#header {
	display:block;
	position:relative;
	height:80px;
	background:#1c324e;
	color:white;
	border-bottom:1px solid white;
}
#logo {
	height:60px;
	margin:0;
	padding:10px 0;
}
	#logo a img {
		padding:0;
		height:60px;
	}
#toggleIcons {
	position:absolute;
	top:0;
	right:0;
	height:80px;
	width:100px;
}
a#toggleMenu {
	position:absolute;
	text-align:center;
	top:0;
	right:0;
	height:80px;
	width:40px;
	padding:5px;
	background:url('/images/menu.png') no-repeat center center;
	cursor:pointer;
	color:white;
	text-indent:-9999px;
}
a#toggleContacts {
	position:absolute;
	text-align:center;
	top:0;
	right:50px;
	height:80px;
	width:40px;
	padding:5px;
	background:url('/images/contacts.png') no-repeat center center;
	cursor:pointer;
	color:white;
	text-indent:-9999px;
}
#contactBlock {
	width:100%;
	overflow:auto;
	position:relative;
	background:#ddd;
	text-align:right;
	color:#1c324e;
	border-bottom:1px solid white;
}
	#contactBlock div {
		padding:10px;
	}
#nav {
	position:relative;
	background:#ddd;
}
#nav h3 {
	display:none;
}
#nav ul {
	margin:0!important;
	padding:0;
	list-style:none;
	overflow:auto;
	border-bottom:1px solid white;
}
#nav li {
	margin:0!important;
}
#nav li a {
	padding:10px 0;
	margin:0;
	display:block;
	width:50%;
	float:left;
	color:#1c324e;
	text-align:left;
	text-indent:10px;
	text-decoration:none;
	text-transform:uppercase;
}
	#nav li a:hover {
		color:#777;
	}
	#nav li#nav-home {
		display:none;
	}
#content {
	overflow:auto;
	padding:10px;
	margin-top:-4px;
	background:white;
}
#footer {
	background:#1c324e;
	color:white;
	padding:10px;
}
	#footer a {
		color:white;
	}
h2 {
	font-size:1.8em;
	text-align:left;
	font-weight:normal;
	color:#1c324e;
	line-height:1em;
}
h3 {
	font-size:1.5em;
	font-weight:normal;
	color:#1c324e;
	line-height:1em;
}
input {
	-webkit-appearance:none;
	font-size:16px; /* stops zooming on iOS devices */
}
.hookline {
	clear:right;	
	float:right;
	text-align:left;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
	width:50%;
	font-style:oblique;
	color:#a20;
	border-left:2px solid #a20;
}
.acrobat {
	color:#555;
}
table {
	clear:both;
}
.areaImg {
	max-width:100%;
}
.contactMap {
	position:relative;
	padding-bottom:75%; // This is the aspect ratio
	height:0;
	overflow:hidden;
	border:1px solid #777;
}
.contactMap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}
.contactMapText {
	text-align:center;
	margin-bottom:15px;
	color:#1c324e;
}