﻿.masterHeader {
	background-repeat: repeat;
	width: 1072px;
	height: 111px;
	margin: 0 auto;
}

.masterHeader a img {
	float: left;
	margin: 0px 0 0 0;
}

.masterNav {
	background-color: #f2f2f2;
	width: 1088px;
	min-height: 40px;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.masterLinks {
	float: left;
	color: white;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	max-width: 1075px;
	position: relative;
}

.masterLinks a:link {
	color: #000000;
	padding: 10px 15px 10px 15px;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.masterLinks a:visited {
	color: #000000;
	text-decoration: none;
}

.masterLinks a:active {
	color: #000000;
	text-decoration: none;
}

.masterLinks a:hover {
	background-color: #273691;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.masterSearch {
	float: right;
	color: black;
	width: 220px;
}

.masterSearch input.button-search {
	width: 50px;
	font-weight: bold;
	background-color: #1F1F58;
	margin: 0px 5px 0px 5px;
	color: #fff;
	font-family: Arial;
	height: 22px;
	border: 0px solid #000;
	text-align: center;
}