﻿/* LAYOUT */
div#layout
{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display:inline;
	width: 670px;
}
div#local
{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display:inline;
	width: 120px;
}
.CareerRowHeader
{
	vertical-align: top;
	width: 102px;
}

/*FONTS - DESIGN*/
.CareerRowHeader
{
	background-color: #000066;
	color: #ffffff;
	font-weight: bold;
}
.paddedTable
{
	border-collapse: separate;
}
.paddedTable td
{
	padding: 5px;
	margin: 5px;
}
.rightCell
{
	border-bottom: solid 1px #8d8368;
}
.rightCell ul
{
	margin-left: 15px;
}
div#applyNow
{	
	text-align: center;
	margin-top: 20px;
}
div#applyNow a:link, div#applyNow a:visited, div#applyNow a:hover
{
	font-weight: bold;
	font-size: 2;
}