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

body {
	margin:0 0 20px 0;
	background:url('/images/bg.jpg');
	font:10px/1.4 "Museo Sans", verdana, arial, helvetica, sans-serif;
}
#wrapper {
	min-width:750px;
	max-width:960px;
	margin:0 auto;
	position:relative;
}
#topBanner {
	background:#060;
	color:white;
	margin:0;
	padding:10px;
	font-size: 1.5em;
}
	#topBanner h2, #topBanner a {
		color:white;
	}
#header {
	height:146px;
	position:relative;
}
#contactBlock {
	position:relative;
	top:-146px;
	margin-bottom:-146px;
	right:10px;
	text-align:right;
	padding:0 10px;
	overflow:hidden;
}
#toggleIcons {
	display:none;
}
#logo {
	padding:0;
}
#nav {
	border-top:1px solid white;
	border-bottom:1px solid white;
	height:40px;
	padding:0;
	position:relative;
	background:#ddd;
}
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav ul li {
		float:left;
		position:relative;
		list-style-type:none;
		margin:0;
		padding:0;
	}
	#nav ul li a, #switchStyle a {
		height:20px;
		display:block;
		padding:10px;
		margin:0;
		color:#1c324e;
		text-decoration:none;
		text-transform:uppercase;
	}
		#nav ul li a:hover, #switchStyle a:hover {
			color:#777;
		}
		#nav ul li a.current {
			position:relative;
			top:-1px;
			padding:11px 10px 11px 10px;
			background:url('/images/foot.png') no-repeat bottom center;
			cursor:default;
		}
	#switchStyle {
		float:right;
		background:#ddd;
	}
		#switchStyle .hr_on {
			background: #efe;
			padding:5px;
			border-radius:5px;
			color:green;
		}
		#switchStyle .hr_off {
			background: #fee;
			padding:5px;
			border-radius:5px;
			color:red;
		}

#content {
	overflow:auto;
	margin-top:-4px;
	padding:10px;
	background:white;
}
#footer {
	clear:both;
	padding:8px 40px 8px 10px;
	position:relative;
	border-radius:0 0 5px 5px;
}
	div.privacy_link {
		position:absolute;
		bottom:0px;
		right:40px;
	}
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;
}
/* Allows for lists to flow around floated elements */
#content ul {
	display:inline-block;
	list-style:disc;
}
#content ol {
	list-style:decimal;
}
#content ol, #content ul {
	padding-left:40px;
}
#content ol li, #content ul li {
	margin-bottom:0.8em;
}
.hookline {
	clear:right;	
	float:right;
	text-align:left;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
	width:350px;
	font-style:oblique;
	color:#a20;
	border-left:2px solid #a20;
}
.contactMapWrap {
	max-width:452px;
	float:left;
	margin:0 10px 10px 0;
}
.contactMap {
	position:relative;
	border:1px solid #777;
	max-height:400px;
}
.contactMapText {
	position:relative;
	color:#1c324e;
}