#page{
	/*padding-bottom: 290px;*/
}
#header-container{
	height: 160px;
	background: white;
	color: #00237d;
}


a{
	text-decoration: none;
}


h1{
	font-size: 48px;
	font-weight: 300;
	color: #d00000;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	line-height: 100%;
}
h2{
	font-size: 28px;
	font-weight: 300;
	color: #00237d;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	line-height: 100%;

}
h2 strong{
	font-weight: 700;
}

.disp_content_text p{
	font-size: 18px;
	color: #00237d;
}
	
	
	
#footer{
	border-top: 1px solid #ebebeb;
	color: #00237d;
	padding-top: 20px;
	font-size: 15px;
	padding-bottom: 40px;
    background-color: white;
}

#footer a{
	text-decoration: none;
	color: #00237d;
}

#footer .pncustommenumenu{
	list-style: none;
	font-size: 15px;
	padding: 0;
	margin: 0;
}
#footer #footer-container .inl-blk{
	margin-right: 35px !important;
}
#footer #footer-container p{
	padding: 0;
	margin: 0;
}
#footer .blocklets{
	margin-bottom: 15px !important;
}

.pncustommenumenu>li {
    position: relative;
}

.pncustommenumenu>li ul {
    position: absolute;
    top: 25px;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    display: none;
    z-index: 1000;
    padding-left: 0px;
    border: 1px solid #00237D;
    border-radius: 0px 0px 5px 5px;
    margin-right: -800px;
}

.pncustommenumenu>li ul li {
    display: block;
    margin: 0;
    padding: 3px 7px;
}

.pncustommenumenu>li ul li:not(:last-child) {
    border-bottom: 1px solid #00237d;
}

.pncustommenumenu>li:hover ul {
    display: grid;
}

