.clearfix {
	clear:				both;
}

html {
	background-color: 	#284f5e;
}

html, body {
	height:				100%;
	margin:				0;
}

body {
	font-size:			15px;
	font-family:		Tahoma;
}

a {
	color:				#92a311;
	text-decoration:	underline;
}

a:hover {
	text-decoration:	none;
}

div.wrapper {
	margin:				auto;
	width:				1060px;
	background-color:	#fff;
}

div.header {
	height: 			125px;
	font-size: 			25px;
	background-image: 	url("../img/header.jpg");
	background-repeat: 	no-repeat;
	padding: 			30px 30px 0 30px;
}

div#header_top {
	background-image:	url("../img/header_top.png");
	height:				3px;
	background-repeat:	no-repeat;
}

div#header_bottom {
	background-image:	url("../img/header_bottom.png");
	background-repeat:	no-repeat;
	height:				3px;
}

div#header_mid {
	background-image:	url("../img/header_mid.png");
	background-repeat:	repeat-y;
}

div#logo {
	color:				#fff;
	padding: 			10px 10px 10px 15px;
}

div.page {
	background-color:	#f5f5e9;
	border-left: 		1px solid #424242;
	border-right: 		1px solid #424242;
}

div.navigation {
	float:				left;
	width:				260px;
	font-size: 			18px;
	font-weight: 		bold;
	margin-right: 		5px;
	margin-left: 		9px;
	margin-bottom: 		80px;
}

div.navigation ul {
	padding-left:		0;
	border-top:			1px solid #a0a077;
	border-bottom:		1px solid #a0a077;
	margin-top: 		0;
}

div.navi_head {
	background-color: 	#F6D543;
	margin-top:			31px;
	min-height:             18px;
	padding:			8px 15px 8px 15px;
	color:				#fff;
	word-wrap: 			break-word;
	border-top:			1px solid #a0a077;
	border-left: 		1px solid #a0a077;
	border-right: 		1px solid #a0a077;
	background-image: linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -o-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -moz-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -webkit-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -ms-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, #F6D543),
		color-stop(0.55, #EFC426),
		color-stop(0.78, #EDBC1D)
	);
}

h2.content_headline {
	color:				#4d97bd;
	border-bottom:		1px solid #c1c1c1;
	margin:				44px 20px 9px 23px;
	padding-bottom:        6px;
}

div.navi_content {
	min-height:			150px;
}

div.navi_content li {
	list-style:			none;
	margin-left:		0;
	overflow:			hidden;
	padding: 			5px 0 5px 0;
	border-left:		1px solid #a0a077;
	border-right:		1px solid #a0a077;
	background-image: linear-gradient(bottom, #F8F8F8 8%, #FBFBFB 54%, #FFFFFF 77%);
	background-image: -o-linear-gradient(bottom, #F8F8F8 8%, #FBFBFB 54%, #FFFFFF 77%);
	background-image: -moz-linear-gradient(bottom, #F8F8F8 8%, #FBFBFB 54%, #FFFFFF 77%);
	background-image: -webkit-linear-gradient(bottom, #F8F8F8 8%, #FBFBFB 54%, #FFFFFF 77%);
	background-image: -ms-linear-gradient(bottom, #F8F8F8 8%, #FBFBFB 54%, #FFFFFF 77%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.08, #F8F8F8),
		color-stop(0.54, #FBFBFB),
		color-stop(0.77, #FFFFFF)
	);
}

.submenu_item {
	margin-left: 		15px;
	padding-left: 	15px !important;
}

.menu_heading {
	font-size: 			16px;
	font-weight: 		bold;
	background: 		#F6D543 !important;
	padding: 			10px 10px 10px 30px !important;
	color:                  #fff;

	background-image: linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -o-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -moz-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -webkit-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -ms-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, #F6D543),
		color-stop(0.55, #EFC426),
		color-stop(0.78, #EDBC1D)
	);
}

.navigation .menu_separator:hover{
	background:			none !important;
}

div.navi_head_icon {
	background: 		url("../img/navi_head_icon.png") no-repeat;
	width: 				30px;
	height: 			28px;
	float: 				left;
	background-position: 0px 1px;
}

div.navi_content a {
	font-size:			14px;
	color:				#878787;
	display: 			block;
	word-wrap: 			break-word;
	text-decoration: 	none;
	margin-bottom: 		5px;
	padding-top:            3px;
	padding-left: 		30px;
	padding-right: 		30px;
	line-height: 		20px;
	font-weight: 		normal;
	background: 		url("../img/arrow.png") no-repeat 5% 60%;
}

div.navi_content li:hover,
div.navi_content ul li.active {
	background: 		#F6D543 !important;

	background-image: linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -o-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -moz-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -webkit-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);
	background-image: -ms-linear-gradient(bottom, #F6D543 10%, #EFC426 55%, #EDBC1D 78%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, #F6D543),
		color-stop(0.55, #EFC426),
		color-stop(0.78, #EDBC1D)
	);
}

div.navi_content a:hover,
div.navi_content ul li.active a {
	color:				#fff;
	background: 		url("../img/arrow_hover.png") no-repeat 5% 60%;
}

.submenu_item + .menu_heading {
      font-size:              15px;
      padding-left:           46px !important;
}

div.content {
	float:				left;
	width:				754px;
	margin-bottom: 		30px;
}

div.article {
	min-height:			150px;
	margin-bottom: 		10px;
	padding-left: 		20px;
	padding-right: 		20px;
	padding-bottom:		10px;
}

div#footer {
	background:			url("../img/footer.png") no-repeat;
	height:				256px;
}
