body {
	margin: 0px 0px 20px 0px;	
	font-family: Arial, "Helvetica Neue", sans-serif;
    background: #eeeeee top left no-repeat scroll;
}
#wrap_all {
    margin: 0px auto;
    width: 930px;
    max-width: 90%;
	background: #fff;
}
#header {
    position: relative; 
    width: 100%;
    background: transparent;
}
.logo a {
    position: relative;
    display: block;
    height: 100%;
}
.logo img {
	margin: 10px 0 0 50px;
    height: 67px;
    width: 200px;
}
.nav_bar {
    padding: 1px 0px;
    height: 50px;
    margin-top: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #e1e1e1;
}
.nav_bar ul {
    padding-left: 50px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.nav_bar ul li {
    display: inline;
    padding-left: 13px;
    padding-right: 13px;	
}
.nav_bar ul li.active{
    display: inline; 
    padding-bottom: 14px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
	border-bottom-color: #00708f;	
}
.nav_bar a {
    color: #919191;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.nav_bar ul li.active a { color: #666666; }
.nav_bar a:hover { color: #666666; }
.separator {
    color: rgb(225,225,225);
    padding: 0px !important;
    font-size: 16px;
    font-weight: 100;
}
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #006ebb;
	text-align: center;
	padding: 10px 0;
	display: none;
}
input[type=checkbox]:checked ~ .nav_bar { display: block; }

@media screen and (max-width : 1024px){
	body { background: none; }
	#wrap_all { margin: 0; max-width: 100% !important; }
	.logo { height: auto; width: auto; }
	.logo img { margin: 10px 0 0 20px; }
	.nav_bar { position: static; display: none; height: auto !important; margin-top: 0 !important; }
	.nav_bar ul {
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.nav_bar li {
		margin-bottom: 1px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.nav_bar ul li.active {
		display: block; 
		padding-bottom: 0;
		border-color: #e1e1e1;
	}
	.nav_bar ul li { 
		display: block;  
		padding: 0;
		background: none;
		}
	.nav_bar ul li a { background: none; display: block; }	
	.nav_bar ul li.separator { display: none !important; }	
	.nav_bar li, .nav_bar li a {
		width: 100%;
		text-align: left; 		
		color: #666666;
		border-color: #e1e1e1;		
	}
	.nav_bar li a { 
		padding: 15px 30px;     
		font-weight: normal;
		font-size: 12px;
	}
	.nav_bar li:hover { 
		text-align: left; 
		margin-bottom: 1px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	    color: #000;
		width: 100%;    
		background: none;
	}
	.nav_bar li a:hover {     
		text-align: left;
		color: #919191; 
	}
	.nav_bar li a.active { background: none; color: #666666; text-align: left; }
	.nav_bar li > a:before {     
		content: "\25BA";
		position: absolute;
		margin-top: 3px;
		margin-left: -10px;
		font-family: 'Arial';
		font-size: 7px;
	}
	.show-menu { display:block; text-align: left; padding-left: 20px; }
}