.clearfix {
      clear: both;
}

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

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	background-image: url("../img/bg.jpg");
	background-repeat: repeat-x;
	background-color: #a7c1c2;
	font-size: 12px;
	font-family: Verdana;
}

.wrapper {
	margin: auto;
	width: 1100px;
}

.header {
	background-image: url("../img/header.jpg");
	width: 1100px;
	height: 334px;
}

#logo {
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	padding: 254px 0 0 22px;
	width: 544px;
}

.page {
	background-repeat: repeat-x;
	background-position: bottom;
	width: 1100px;
	min-height: 370px;
	background-color: #d7ebe2;
	color:#000;
}

.navigation {
	width: 193px;
	float: left;
	color: #000;
	background-color: #fff;
	margin: 15px 17px 25px 15px;
}

.navi_head {
	background-color: #285A11;
	width: 173px;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 10px 10px;
}

.navi_cont {
	min-height: 150px;
}

.content {
	float:left;
	width: 862px;
	min-height: 150px;
	background-color: #fff;
	margin-top: 15px;
	padding-bottom: 10px;
}

.cont_head {
	width: 837px;
	background-color: #285A11;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 10px 15px;
}

.cont {
	width: 832px;
	min-height: 150px;
	padding: 0 15px 10px 15px;
}

.footer {
	background-image: url("../img/footer.png");
	width: 1100px;
	height: 119px;
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation li {
	list-style: none;
	background-color: #d0e2d6;
	line-height: 20px;
	border-bottom: 1px solid white;
	padding: 3px 8px 3px 10px;
}

.navigation a {
	color:#285A11 ;
	text-decoration: underline;
}

.navigation a:hover {
	text-decoration: none;
	color: #000;
}

.navigation li.active a {
      color: #000000;
}

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

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #000 !important;
	font-size: 11pt;
	background: none !important;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.menu_separator {
	list-style-type: none;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	background: none !important;
}
