*{
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	font: 14px/20px Arial, San-Serif;
	background-image: url("img/bg1.jpg");
	opacity:0.90;
	width:100%;
	height: auto;
}

/* anker text setup*/
a {
	color: #ddd;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ffffcc;
	text-decoration: underline;
}
/* anker text setup*/

/*------Top of page--------*/
img {
	float: left;
	width: 250px;
	height: auto;
	padding: 0.8% 1%;
}
header {
	background: #cc9900;
	width: 100%;
	height: 86px;
	/*position: fixed;*/
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.70;
	font-size: 200%;
}
#topNav {
	float: right;
	padding: 22px 20px 20px 0;
	list-style: none;
}
#topNav li {
	display: inline-block;
	float: left;
	padding: 10px;
}

/* hamburger icon shown on tablet and phone */
#menu-icon {
	/*display: hidden;*/
	background-image: url(img/icon.png) no-repeat center;
	width: 2px;
	height: 2px;
}
.selected-home {
	color: #fff;
	text-decoration: underline;
}
a:hover#menu-icon {
	border-radius: 4px 4px 0 0;
}
/* hamburger icon shown on tablet and phone */


