/* STEALING GRAPHICS FOR HEADER -- via deploy-time pass of buildutils/python/process_vhosts.py
/* url(/graphics/headers/HIimagebar.png);*/
/* url(/graphics/headers/HIlogoheader.png);*/
/* url(/graphics/images/ID_searchglass.png);*/
/* url(/graphics/headers/HPP-Banner-New-Look-1211x191.png);*/

body {
	margin: 0;
	font: normal 14px/18px "Karla", Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000033;
	background-color: #FFF;
	}

a, a:visited, a:active  {
	color: #0267ad;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #444;
    text-decoration: none;
	background-color: inherit;
    }

#mastertable {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font: normal 14px/18px "Karla", Arial, Geneva, Helvetica, sans-serif;
	text-align: left;
	color: #000033;
	}

#toptable {
	width:98%;
	max-width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top:12px;
	}

#reducetable {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	}

.languageLinkPadding {
	}

.index_nav_buttons a,.index_nav_buttons a:visited,.index_nav_buttons a:active,.index_nav_buttons a:hover {
	color: #FFF;
	background:#0267ad;
    font-size: 18px;
    display: block;
    width:45%;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    margin:15px 0px;
    padding:8px;
	}

.flexHead {
	display:flex;
	flex-wrap:wrap;
}
.flexHead > div:first-child {
	flex-basis:200px;
	align-self:flex-end;
}
.flexHead > div:first-child img {
	width:92%;
	max-width:max-content;
	margin:0 4%;
}
.flexHead > div {
	flex: 1 1 auto;
}
.flexNav {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-end;
	min-width:70%;
}
.flexNav > div {
	flex:0 1 auto;
}

.frontLayout {
	display:flex;
	flex-wrap:wrap;
}

.frontLayout > div {
	flex: 1 1 315px;
}
.sponsorBar {
	clear:both;
}
.sponsorBar > div:first-child {
	color:#058e7e;
	width:10%;
	float:left;
	padding-top:40px;
}
.sponsorBar > div:first-child > img {
	width:100%;
	height:auto;
}
.sponsorBar > div:last-child {
	width:90%;
	float:right;
}
.HIBar {
	height:1px;
	margin-left:-15px;
}

.footBlock > span {
	display:block;
}

.footFlex {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.footFlex > div {
	background:#038084 url(/graphics/images/ID_footer_bg.png) repeat-x top;
	min-height:140px;
	flex:1 1 200px;
	text-align:center;
    margin-top: 10px;
    padding: 0 10px 10px 10px;}

.footFlex a {
	color:white;
	background:inherit;
	text-decoration:none;
    display: block;
    max-width: 210px;
    margin: 0 auto;
}

.footFlex .footTitle {
	font-size:115%;
	padding-bottom:10px;
	text-transform:uppercase;
}

h1 {
	font-size: 20px;
	}

.paintTitle {
	color: #4A1126;
	border-bottom: solid 1px #4A1126;
	background-color: inherit;
	}

.paintTitle2 {
	color: #4A1126;
	border-bottom: solid 1px #4A1126;
	background-color: inherit;
	}

.paintTitleH2 {
	color: #4A1126;
	border-bottom: solid 1px #4A1126;
	font-size: 16px;
	background-color: inherit;
	}

@media all and (max-width:658px) {
	.index_nav_buttons a,.index_nav_buttons a:visited,.index_nav_buttons a:active,.index_nav_buttons a:hover {
		float:none !important;
		margin:16px auto;
	}
	.frontLayout > div:first-child,
	.sponsorBar > div:first-child {
		display:none;
	}
	.sponsorBar > div:last-child {
		width:100%;
	}
}