.clearfix {
      clear: both;
}

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

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

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

body {
	background-color: #259086;
	color: #333333;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.wrapper {
	margin: auto;
	width: 1100px;
	margin-top: 0;
}

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

#logo {
	color: #fff;
    font-size: 17pt;
    font-weight: bold;
   	width: 1040px;
    text-align: center;
    padding: 25px 15px 15px 48px;
}

.page {
	background-image: url("../img/page.jpg");
	width: 1100px;
	min-height: 370px;
}

.navigation {
	width: 284px;
	min-height: 300px;
	float:left;
}

.navi_head {
	width: 210px;
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
	padding: 10px 10px 10px 46px;
	color: #FFFFFF;
    font-size: 13pt;
    font-weight: bold;
}

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

.cont_head {
	width: 775px;
	color: #333;
    font-size: 13pt;
    font-weight: bold;
    padding: 0 20px 10px 10px;
}

.cont {
	margin-left: 1px;
	width: 796px;
	min-height: 300px;
	margin-top: -5px;
}

.cont_text {
	padding-left: 10px;
	padding-right: 10px;
}

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

.navi_cont > ul > li > a {
	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    min-height: 45px;
    line-height: 38px;
}

.navi_cont > ul > li > a:hover {
	color: #FFFFFF;
    text-decoration: none;
}

.navi_cont > ul > li.active {
      background-image: url(../img/hover.jpg);
}

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

.navi_cont {
	width: 270px;
	margin-top: 0;
}

.navi_cont > ul > li {
	color: #FFFFFF;
	display:block;
	padding: 0 8px 0 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navi_cont > ul > li:hover {
	color: #FFFFFF;
	text-decoration: none !important;
	background-image: url("../img/hover.jpg");
	background-repeat: no-repeat;
}

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

.submenu_item > a {
	padding-left: 10px !important;
}

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

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

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