@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Light.ttf") format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
	color: black;
	background-color: #fff;
}

input, button, a {
	transition-property: background-color, color, border-color;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 20px;
	font-weight: 400;
}

div.container {
	margin: auto;
	color: black;
	background-color: white;
}

div.top {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	height: 95px;
	padding-top: 20px;
}

div.test {
	position: absolute;
	top: 0px;
	right: 4px;
	font-weight: bold;
	color: red;
}

div.tint {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
}

div.logo {
	width: 360px;
	height: 60px;
	background: url("../pics/brokerlink2.png") no-repeat;
	background-size: 360px 60px;
	margin: auto;
}


div.menu {
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
div.menu a {
	display: inline-block;
	padding: 15px;
	text-decoration: none;
}
div.menu a:hover,
div.menu a.active {
	background-color: #f7f6f1;
	color: #333;
}

.processing-textarea {
	width: 100%;
    height: 50px;
}

div.appName {
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 200%;
	line-height: 2em;
	margin: 0;
	padding: 0;
	text-align: center;	
}

hr {
	margin: 0 auto;
	padding: 0;
	max-width: 100px;
	color: #555;
	border: 2px solid #555;
}

div.page {
	padding: 20px;
}
.search-field {
	width: 150px;
	margin: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 15px;
	text-align: center;
}

div.footer {
	color: #fff;
    background-color: #1b276e;
	padding: 20px 100px;
	font-size: 15px;
}

div.footer p {
	line-height: 1.5em;
	width: 400px;
}

div.footer a,
div.footer a:hover {
	color: #fff;
	text-decoration: none;
}

table.form th {
	font-weight: bold;
}

table.results thead,
table.results thead a {
	background-color: #a5a6a5;
	color: black;
	font-weight: bold;
}
#fileUploadContainer {
    min-height: 200px;
    border: 2px dashed #bbb;
    padding: 0 5px 0 5px;
}
#fileUploadContainer a {
	margin-left: 5px;	
}

button {
    border: 0;
    color: white;
    background-color: white;
    color: #555;
    padding: 5px 8px;
    font-weight: bold;
    font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #555;
}
