/********
* footer
********/

footer {
    font-size: 8pt;
    text-align: center;
    padding-top: 25px;

    bbackground-color: #fff0dd; 
    background-color: #1f3f60;
	bbox-shadow: 0px 60px 40px #fff0dd;
	box-shadow: 0px 360px 40px 300px #1f3f60;
}

div.footer-container {
	font-size: 8pt;
	color: #EA880C;
    max-width: 1000px;
    min-height: 140px;
/*     height: 400px; */
    margin: auto;
    text-align: center;
}

footer a,
footer a:hover,
footer a:visited{
	color: #EA880C;
	text-decoration:none;
}

div.footer-head {
	height: 0px;
	border-top: 2px solid #EA880C;
}

div.footerbox {
	width: 100%;
	margin: 10px auto;
	position: relative;
	text-align:center;
/* 	border-bottom: 1px solid #EA880C; */
}

div.footerbox div {
	text-align:center;
  	min-width: 200px;
  	display:inline-block;
	padding: 10px;
	margin: 5px;
 	text-align: left;
  	font-size: 9pt;
	font-weight: bold;
	line-height: 180%;

	bbackground-color: #fff0dd;
	bbackground-color: #274E78;
	background-color: #1f3f60;
	border-bottom: 3px solid #EA880C;
}

