input, select, textarea	{font-family: tahoma; font-size: 10px; color: #333333; }
form		{ margin: 0px; }
a		{ font-weight: normal; text-decoration: none;}
a:hover	{ text-decoration: underline;}
.left	{
	float:left;
	}
.right	{
	float:right;
	}

.bold {
	font-weight: bold;
}
.small_text {
	font-size: 10px;
}
.center {
	text-align: center;
}
tr.heading {
	background: #E6E7E8;
}
.darkgrey_text {
	color: #333333;
}
.bg_white {
	background: white;
}
.bg_grey {
	background: #E6E7E8;
}
.font_arial {
	font-family: Arial, sans-serif;
}
.font_verdana {
	font-family: Verdana, sans-serif;
}

.home_wrapper {
	padding: 3px;
}
table.home_search {
	width: 100%;
}
.home_search td {
	padding: 3px;
}
.home_search_fields {
	width: 100%;
	font-family: Verdana, sans-serif;
}
.home_search_fields td {
	padding: 5px;
}
.home_search_fields label {
	font-weight: bold;
}
.home_search_fields input[type=text] {
	width: 300px;
}
.home_search_fields #zip {
	width: 100px;
}
.categories_search_link {
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
.logo_grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px;
	margin-top: 10px;
}
.categories .logo_grid {
	margin: 25px 0 10px;
}

.categories	{
	background-image:url("images/bg_categories.jpg");
	background-repeat:repeat-x;
	min-height:240px;
	border-width:2px;
	border-style:solid;
	border-color:#D1D2D4;
	padding:4px;
}
.featured	{
	background-image:url("images/bg_featured.jpg");
	background-repeat:repeat-x;
	height:244px;
	border-width:2px;
	border-style:solid;
	border-color:#D1D2D4;
	padding:4px;
}
td.selected	{
	background-image:url("images/bg_selected.gif");
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#00139F;
	width:180px;
	height:31px;
	text-align:center;
}
td.unselected	{
	background-image:url("images/bg_unselected.gif");
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#00139F;
	width:180px;
	height:31px;
	text-align:center;
}
a.unselected	{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#00139F;
}

table.job_list {
	width: 99%;
	border-collapse: collapse;
	border: 0px solid #F8F8F8;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	color: #333333;
}
.job_list tr {
	background: #E6E7E8;
}
.job_list td {
	padding: 3px;
}
.job_list a {
	color: #333333;
}
.job_list_count {
	height: 26px;
}
.job_list .job_row {
	background: white;
}
.job_row .small_text {
	font-family: Verdana, sans-serif;
}
.job_list_pages {
	width: 95%;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	color: #333333;
}
.job_list_pages td {
	padding: 1px;
}
.page_numbers {
	text-align: right;
}
.job_list .no_results {
	font-family: Verdana, sans-serif;
	background: white;
}

table#job_content {
	width: 100%;
	border-collapse: collapse;
	font-family: Verdana, sans-serif;
}
#job_content td {
	padding: 0px;
	vertical-align: top;
}
.job_content_right {
	width: 196px;
}
table#job_post, table#job_not_available {
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #F8F8F8;
	margin: 0 auto;
}
#job_post tr.heading, #job_not_available tr.heading {
	height: 26px;
	font-family: Arial, sans-serif;
	color: #333333;
}
#job_post td, #job_not_available td, #job_links td {
	padding: 3px;
}
#job_post h1 {
	font-weight: 900;
}
#job_post h1 span {
	font-size: 16px;
}
#job_details {
	width: 235.6px;
	vertical-align: top;
	background: #E6E7E8;
}
#job_details table td {
	padding: 1px;
}
.job_description {
	color: #333;
	font-weight: 700;
	margin: 19.92px 0;
}
#job_links {
	margin-top: 12px;
	border-collapse: collapse;
}
#job_links a:hover {
	text-decoration: none;
}

table.apply_content {
	width: 100%;
	border-collapse: collapse;
	font-family: Verdana, sans-serif;
}
.apply_content tr.heading {
	height: 26px;
	font-family: Arial, sans-serif;
	color: #333333;
	font-weight: bold;
}
.apply_content .empty_row {
	height: 2px;
}
.apply_content td {
	padding: 3px;
}
.apply_side {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #333333;
	background: #E6E7E8;
	vertical-align: top;
}
.apply_section {
	width: 95%;
	background: white;
}
.apply_fields {
	width: 100%;
	font-size: 10px;
	color: #333333;
}
.apply_fields td {
	padding: 1px;
}
.apply_fields td:last-child {
	width: 75%;
}
.apply_fields label {
	font-weight: bold;
}
.apply_fields input[type=text], .apply_fields input[type=email] {
	width: 300px;
	max-width: 100%;
}
.apply_info {
	color: #888888;
}
#attachment1 {
	width: 100%;
	height: 216px;
	min-height: 100px;
	resize: vertical;
}
