.front_header{ font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-style: normal; font-size: 14px; border-bottom: 1px solid #989898; background-color: #a6c307; padding: 30px 0 30px 0;}
.front_header .header-container{ padding: 5px 0 5px 0; background-color: white; min-height: 20px;}
.front_header .logo{ padding: 10px; text-align: left;}
.front_header .logo img{ max-height: 50px; cursor: pointer;}
.front_header .top-slogan{ text-align: right; font-size: 20px; font-weight: 300; font-style: italic; color: #777;}
.front_header #top-menu{ display: inline-block;}
.front_header #top-menu li { display: inline-block; padding: 10px;}
.front_header #top-menu li a{ text-decoration: none; color: #515151; font-weight: 300; font-size: 1.4em;}
.front_header #top-menu li a:hover, .front_header #top-menu li a.active { text-decoration: underline; color: #868e96;}

.front_title{
	font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-style: normal; font-size: 14px;
	color: #777;
	padding: 0 20px 4px 4px;
	border-bottom: 2px solid #777;
	margin-bottom: 15px;
	font-size: 1.2em;
	display: inline-block;
}

h6{
	color: #4c5156;
}

.front_link_1{
	color:#5c5c5c;
	text-decoration: none;
}
.front_link_1:hover{
	color:#9d9d9d;
	text-decoration: none;
}

#search {max-width: 600px; margin: auto auto;}
#search input, #search button{ line-height: 30px;}
#search input{ border-color: #868e96;}

.serarch_result li  {
	margin: 0;
}
.serarch_result li p{
	margin-bottom: 0px;
}
.serarch_result li div {
	color: #868e96;
	padding-left: 15px;
	margin-left: 30px;
	border-left: 5px solid silver;
	margin-bottom: 20px;
}

.helptitle{ text-align: center; font-size: 36px; font-weight: 300; margin-bottom: 15px; font-style: italic; color: #777; }

.front_container{
	padding: 30px 30px 150px 30px;
	min-height: 400px;
	background-color: white;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.40);
}

