/* CSS Document */

#menu_expander{display: none;}
@media screen and (min-width: 1004px) {
	#nav{display: block !important;}
}

/*stacked menu*/
@media screen and (max-width: 1003px) {
#menu_expander{
	top:4px;
	display: block;
	position: absolute;
	right:10px;
	color:#000;
	border:1px solid #fff;
	padding:4px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:#BDA466;
}
#main_body_left, #main_body_middle,  #main_body_right{
	float:none;
	width:98%;
	padding: 1% 1%;
	background: none;
	text-align: center;
	min-height: 0;

.ngg-slideshow, .ngg-slideshow img{
  max-width:100%;
  height: auto;
}
#nav {
	display: none;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
	width: 100%;
}
#nav li{
	display: block;
	margin: 1px;
	cursor: pointer;
	padding: 9px 2px 9px 7px;
	float:none;
}
#nav ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;
	left:auto !important;
	
}

#nav a {
	text-decoration: none;
	color:#fff;
}
}