.clearfix {
      clear: both;
}

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

a {
	color: #4276B0;
    text-decoration: underline;
}

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

body {
	background-image: url("../img/bg.gif");
	background-repeat: repeat-x;
	background-color: #8fbdd5;
	color: #383838;
    font: 12px Verdana;
}

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

.header {
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	width: 1076px;
	height: 509px;
}

#logo {
	color: #FFFFFF;
    font-family: arial;
    font-size: 26px;
    font-weight: bold;
	text-align: right;
	height: 35px;
	width: 1025px;
	padding: 135px 50px 0 25px;
}

.page {
	background-image: url("../img/page.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 1076px;
	min-height: 370px;
	padding-bottom: 15px;
}

.navigation {
	width: 235px;
	min-height: 220px;
	float:left;
	color:#fff;
	background-image: url("../img/navi.jpg");
	margin-top: -250px;
	margin-bottom: 25px;
}

.navi_head {
	width: 175px;
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
	padding: 19px 20px 17px 38px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.navi_cont {
	width: 225px;
	min-height: 200px;
}

.navi_footer {
	width: 235px;
	height: 23px;
	background-image: url("../img/navi_footer.jpg");
}

.content {
	float:left;
	width: 790px;
	min-height: 300px;
}

.cont_head {
	width: 745px;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    padding: 20px 10px 0 19px;
}

.cont {
	margin-top:25px;
	margin-left: 10px;
	width: 760px;
	min-height: 300px;
}

.cont_text {
	padding-left: 10px;
}

.footer {
	background-image: url("../img/footer.jpg");
	width: 1076px;
	height: 101px;
}

.navi_cont > ul > li > a {
	color: #4276B0;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}

.navi_cont > ul > li > a:hover {
	color: #4276B0;
    text-decoration: none !important;
}

.navi_cont > ul > li.active, .navi_cont > ul > li.active > a {
      color: #000;
}

.navi_cont > ul > li {
	color: #4276B0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navi_cont > ul {
	padding-left: 40px;
}

.submenu_item {
	margin-left: 18px;
}

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

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

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