@charset "utf-8";

	/* NAV MENU BAR
--------------------------------------------------------------------------------------------------------*/
#menubar { 
	position:fixed;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	display:block; 
	height:auto;
	padding:0;
	z-index:6000;
	background-color:rgba(11,58,0,0.94);
}

.menufont {
	font-family: 'Oswald', sans-serif;
	letter-spacing:0px;
	font-size:24px; 
	
}

.phonebtn {
	background-image:url(../images/phoneicon.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:25px 25px;
    cursor: none;
}

#menubar ul{
	padding-top:8px;
	padding-bottom:8px;
	}

#menubar ul li {
	display:inline;
	padding-left:20px;
	padding-right:20px;
	line-height:34px;
	}
	
.menufont a{
	
	font-weight:700;
	text-decoration:none; 
	text-transform:uppercase; 
	color:#1A8800;
}

.menufont a:hover, a.current{
	 color:#fff;
}
	
.btnborderleft{
	border-left:1px solid rgba(27,94,4,0.73);
}

.btnborderright{
	
	border-right:2px solid rgba(27,94,4,0.73);
}
	
#topspacer{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:30px;
	display:block;
	margin-bottom:15px;
}


@media screen and (min-width:641px) and (max-width:800px){
#menubar { 
	position:fixed;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	display:block; 
	height:auto;
	padding:0;
	z-index:6000;
	background-color:rgba(11,58,0,0.94);
}

.menufont {
	font-family: 'Oswald', sans-serif;
	letter-spacing:0px;
	font-size:18px; 
	
}

#menubar ul li {
	display:inline;
	padding-left:15px;
	padding-right:15px;
	line-height:30px;
	}
	
.menufont a{
	font-weight:700;
	text-decoration:none; 
	text-transform:uppercase; 
	color:#1A8800;
}
	
.menufont a:hover, a.current{
	 color:#fff;
}
	
}


@media screen and (min-width:401px) and (max-width:640px){
#menubar { 
	position:fixed;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	display:block; 
	height:auto;
	padding:0;
	z-index:6000;
	background-color:rgba(11,58,0,0.94);
}

.btnborderleft{
	border-left:0px solid rgba(27,94,4,0.73);
}

.btnborderright{

	border-right:0px solid rgba(27,94,4,0.73);
}

.phonebtn {
	background-image:url(../images/phoneicon12.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:12px 12px;
    cursor:pointer;
}
.menufont {
	font-family: 'Oswald', sans-serif;
	letter-spacing:0px;
	font-size:16px; 
	
}

#menubar ul li {
	display:inline;
	padding-left:5px;
	padding-right:5px;
	line-height:16px;
	}
	
.menufont a{
	font-weight:400;
	text-decoration:none; 
	text-transform:uppercase; 
	color:#0c5203;
}
	
.menufont a:hover, a.current{
	 color:#fff;
}
	
}




@media screen and (min-width:200px) and (max-width:400px){
#menubar { 
	position:fixed;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	display:block; 
	height:auto;
	padding:0;
	z-index:6000;
	background-color:rgba(11,58,0,0.94);
	margin:0;
	padding:0px;
}

.btnborderleft{
	border-left:0px solid rgba(27,94,4,0.73);
}

.btnborderright{

	border-right:0px solid rgba(27,94,4,0.73);
}

.phonebtn {
	background-image:url(../images/phoneicon12.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:12px 12px;
    cursor:pointer;
}

.menufont {
	font-family: 'Oswald', sans-serif;
	letter-spacing:-.5px;
	font-size:12px; 
	
}

#menubar ul li {
	display:inline;
	margin:0;
	padding-left:2px;
	padding-right:2px;
	line-height:12px;
	}
	
.menufont a{
	font-weight:400;
	text-decoration:none; 
	text-transform:uppercase; 
	color:#0c5203;
}

.menufont a:hover, a.current{
	 color:#fff;
}	
	
}

.centertext {
    text-align: center;
}
