body {
	font: 90%/160% Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 auto;
}
p {
	margin: 2px 0 8px;
}
a {
	color: #69C;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
h1, h2, h3 {
	color: #000;
	line-height: 100%;
	margin: 5px 0;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
#narrow {
  float: left;
  width: 160px;
}
#wide {
  float:right;
  width: calc(100% - 170px);
  min-width:300px;
  padding-left:4px;
}

.btn {
	display:inline-block;
	font-size:16px;
	width:180px;
	padding:0; margin:0; 
	background-color:#EEE; 
	border:1px solid #999;
	border-radius:4px;
	text-decoration:none; 
	text-align:center;
	margin-bottom:6px;
	line-height:20px;
}
.btn b {
	font-size:20px; 
}
.btn:hover {
	background-color:#FC0;
	color:#000;
}

.button1 a {
	background-color:#EEE; display:inline-block; width:76px; margin:4px; padding:4px; border:1px solid #CCC; border-radius:4px; white-space:nowrap; text-decoration:none;
}
.button1 a:hover {
	background-color:#FC0;
}
.button1 a b{
	font-size:16px;
}
.button2 a {
	background-color:#EEE; display:inline-block; margin:10px; font-size:24px; padding:5px; border:1px solid #CCC; border-radius:4px; white-space:nowrap; text-decoration:none;
}
.button2 a:hover {
	background-color:#FC0;
}
.button2 a em{
	font-size:14px;
}

.divcol {
	background-color:#CFC; border-top:2px solid #669; border-bottom:1px solid #669;
}
.divcolnavig {
	background-color:#EEE; border-bottom:1px solid #DDD; line-height:14px; font-size:12px;
}
.divwidth {
	max-width:1000px; margin:auto;
}
.col_50 {
  width:48%;
  min-width:310px;
  margin:0;
  padding-left:2px;
  float:left;
}

/* nav */
.nav {
	margin: 5px 0 0 0;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 5px 5px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	*display:inline; /* ie7 */
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
	background-color:#CCC;
	transition: 0.4s ease background; border-radius: 2px; background-color: #f4f4f4;
}
.nav a:hover {
	color: #000;
	background-color:#FC9;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 2px;
}
.mobile {
	display:none;
}
.nav .mobile { display:none;}

/* right nav */
.nav.right ul {
	text-align: right;
}

/* center nav */
.nav.center ul {
	text-align: center;
}
.osmap {
	height:415px;
}
@media screen and (max-width: 600px) {
.osmap {
	height:280px;
}
	#narrow {
	  float:none;
	  width:auto;
	}
	#wide {
	  float:none;
	  width:auto;
	}
	.nav {
		position: relative;
		min-height: 40px;
		z-index:1000;
	}	
	.nav ul {
		width: 180px;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		border: solid 1px #aaa;
		background: #fff url(/images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
	}
	.nav .mobile { display:block;}
	.mobile {
		display:block;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(/images/icon-check.png) no-repeat 10px 7px;
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
}