.mobhidden {
	display: none;
}

.mobonly {
display: inline !important;
}


div.logo {

	width: 356px;
	margin-left: auto;
	margin-right: auto;
}

img.logo {
	position: static;
left: auto;
}

/* mobile navigation*/
	#nav-wrap {
		position: relative;
	}

	/* menu icon */
	#menu-icon {
		color: #000;
		width: 100%;
      padding-top: 14px;
      padding-bottom: 14px;
      text-align: center;
      letter-spacing: 0.05em;
		cursor: pointer;
		display: block; /* show menu icon */


  margin-top: 20px;
  margin-bottom: 20px;
  
  
    background: #237725; /* Old browsers */


  background-origin:  padding-box;
  color: white;
  font-size:  22px;
  font-weight: bold;

  line-height:  22px;
  vertical-align: baseline;
  
  
	}
	#menu-icon:hover {

	}
	#menu-icon.active {

	}
	
	/* main nav */
	#nav {
		clear: both;
		position: absolute;
		top: 50px;
  right: 0px;
		width: 100%;
		z-index: 10000;
		padding: 5px;
		background: #00537b;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
  
  


  background-origin:  padding-box;
  color: white;
  font-size:  22px;
  font-weight: bold;
  height:  auto;
  line-height:  22px;
  vertical-align: baseline;
  
  
  
  
	}


	#nav li {
		clear: both;
		float: none;
  margin-left:  35px;

	}
	#nav a, 
	#nav ul a {



  background-origin:  padding-box;
  color: white;
  font-size:  22px;
  font-weight: bold;
  height:  auto;
  line-height:  32px;
  vertical-align: baseline;
  
  text-decoration: none;
	}

	
	/* dropdown */
	#nav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
    list-style-type: none !important;
  margin-left:  -20px;
	}

	#nav ul li {
		margin: 3px 0 3px 25px;
    list-style-type: none;
	}


div.slideshow {
width: auto;
top: 10px;
}

div.content {
		top: 10px;
		padding-bottom: 15px;
}

div.contentwrapper {
	width: 100%;
}

div.contentwrapper div {
	padding: 10px;
}

div.yellowstripe {
background-color: #f2bf35;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 10px;
}


footer {
		background: #014b0c url(../images/footerbgtop.jpg) repeat-x;
		width: 100%;
		position: relative;
		top: 0px;
		height: 300px;

		padding-bottom: 30px;
		padding-top: 120px;
}

.leftfooter {
	text-align: center;
	width: 100%;
	margin-left: 0%;
	float: none;
	color: white;
	line-height: 0.7em;
	letter-spacing: 0.1em;
}

.midfooter {
	text-align: center;
	width: 100%;
float: none;
	clear: none;
	color: white;
		letter-spacing: 0.1em;
			margin-top: 20px;


}

.rightfooter {
	text-align: center;
	width: 100%;
	float: none;
	margin-top: 20px;
	margin-right: 00%;
	color: white;

}


img.textimage {
	width: 99% !important;
}

div.sidebar {
	background-color: #f1be35;
	height: 400px;
	float: none;
	width: 100%;
	margin-top: 4px;
	padding-top: 40px;
	margin-right: 20px;
	margin-bottom: -20px;
	display: none;
	
}
