﻿body {
	background-color: white;
	margin: 20px auto 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
img {
	border: 0px;
}
a:link {
	color: #0816A3;
	text-decoration: none;
}
#variable {
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#1d5d81,endColorStr=#1cc1e1);
	font-family: "Arial";
	color: white;
	background-image: url('/images/HeaderBkgd.jpg');
	background-repeat: repeat-x;
}
.menubutton {
	color: #FFFFFF;
	background-color: #1D5D81;
	font-weight: bold;
	font-family: "Arial Narrow", Tahoma, sans-serif;
	padding: 0px 3px 0px 3px;
}
.menubutton:hover, .menubutton:active {
	color: #000000;
	background-color: #1CC1E1;
	font-weight: bold;
	font-family: "Arial Narrow", Tahoma, sans-serif;
}
#menutext {
	font-family: "Arial";
	font-size: 12px;
	text-decoration: none;
	width: 18%;
}
.bw {
	font-family: Arial,Verdana,Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #1D5D81;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}
.subheader {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	background-color: #1D5D81;
}
.centered {
	text-align: center;
}
.button {
	background-color: #1D5D81;
	color: white;
}
.navbutton1 {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	background-color: #1D5D81;
	color: #FFFFFF;
	width: 55px;
	height: 20px;
	vertical-align: middle;
}
/* ---- Default Fonts and Background Styles ---- */
.INDEED .layout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: white;
}
/* ---- Default Link Styles ---- */
.INDEED .layout a, .INDEED .layout a:link {
	color: navy;
}
.INDEED .layout a:visited {
	color: purple;
}
.INDEED .layout a:hover {
	color: navy;
}
.INDEED .layout a:active {
	color: red;
}
/* ---- What/Where input labels ---- */
.INDEED .jobSearchForm label {
	color: #f60;
}
/* ---- Search Title ---- */
#jobSearch .searchResultsHeader .searchResultsTitle {
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
#jobSearch .searchResultsHeader .searchResultsTitle em {
	font-style: normal;
}
/* ---- Search Title - Amount Jobs Found ---- */
#jobSearch .searchResultsHeader .searchResultsTitle .amount {
	color: dark-grey;
}
/* ---- Job Title for View Job, Preview Job ---- */
.INDEED .job .jobTitle {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* --- Post Job Title --- */
#postJob #postJobForm h1 {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
}

