/* notes

Seamab screen.css (c) Dan Champion 2007

font-size:0.750em; 12px
font-size:0.814em; 13px
font-size:0.875em; 14px;
font-size:0.938em; 15px;
font-size:1em; 16px;
font-size:1.064em; 17px;
font-size:1.125em; 18px
font-size:1.250em; 20px

*/

/* utility styles */
.hide {
	position: absolute;
	left: -9999px;
	text-align: left;
}
.print_only {
	display: none;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.quarters div {
	float: left;
	width: 25%;
}
.clearfix:after  {
	content: "."; 
	display: block; 
	height: 0; 
	clear: left; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */
/* elemental */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
h2 {
	margin: 1em 0 0.8em;
	font-size: 1.375em;
	font-weight: bold;
}
p {
	font-size:0.814em;
	line-height: 1.25em;
	margin: 1em 0;
}
strong {
	font-weight: bold;
}
/* classes */
.feature_image img {
	border: 1px solid #ccc;
	max-width: 100%;
	padding: 4px;
	width: 47.5em;
}
.side_image {
	float: right;
	margin-left: 1em;
}
.side_image img {
	border: 1px solid #ccc;
	padding: 4px;
	width: 15em;
}
.contact {
	font-weight: bold;
	margin-left: 24px;
}
img.map {
	border: 1px solid #ddd;
	margin-bottom: 12px;
	margin-top: 8px;
	padding: 2px;
}

/* layout */
#header {
	background-color: #4382c0;
	color: #fff;
	padding-top: 1em;
}
#header a {
	color: #fff;
}
#header p {
	font-size: 0.875em;
	margin: 0;
}
#content, #header-inner, #footer {
	margin: 0 auto;
	max-width: 90%;
	width: 48em;
}
#header-inner {
	background: #4382c0 url(../images/house_header.gif) 0% 0% no-repeat;
	width: 48em;
}
#header-inner h1, #header-inner p {
	margin-left: 140px;
}
#content {
	margin-top: 1.5em;
}
#content ul {
	font-size:0.814em;
	line-height: 1.4em;
	margin: 1em;
}
#content ul ul {
	font-size: 1em;
}
#content ul li {
	background: url(../images/sub-nav_bullet.gif) 0% 0% no-repeat;
	padding-bottom: 0.4em;
	padding-left: 20px;
}
#content a, #footer a {
	color: #2e5c8b;
}
#content a:hover, #content a:focus, #footer a:hover, #footer a:focus {
	background-color: #2e5c8b;
	color: #fff;
}

/* top-nav tabs */
#header ul {
	font-size:0.875em;
	margin-top: 16px;
	padding-top: 1.2em;
}
#header ul:after {
	display: block;
	clear: both;
	content: " ";
}
#header ul li {
	background-color: #2e5c8b;
	float: left;
	margin: 3px 1px 0;
	padding: 4px 6px;
}
#header ul li a {
	color: #ccc;
	padding: 4px;
	text-decoration: none;
}
#header ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#header ul li#current a:hover {
	color: #000;
	text-decoration: none;
}
#header ul li#current {
	background-color: #fff;
	color: #000;
}
#header ul li#current a {
	color: #000;
}

/* sub-navigation */
#sub-nav {
	border: 1px solid #ddd;
	float: right;
	margin: 2em 0 1em 2em;
	padding: 4px;
}
#sub-nav h3 {
	background-color: #4382c0;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0.4em 1em;
}
#sub-nav ul {
	line-height: 1em;
}
#sub-nav ul li {
	background: url(../images/sub-nav_bullet.gif) 0% top no-repeat;
	padding-bottom: 0.4em;
	padding-left: 20px;
}
#sub-nav ul li#current_sub {
	background-image: url(../images/sub-nav_current_bullet.gif);
}
/* senior management team */
#smt img {
	border: 1px solid #ccc;
	padding: 4px;
	width: 10.64em;
}
#smt div {
	text-align: center;
}
#smt p span {
	display: block;
	font-size: 85%;
}
/* map info */
#mapinfo {
	border: 1px solid #ddd;
	float: right;
	margin-bottom: 2em;
	margin-left: 1em;
	padding: 2px;
	width: 10em;
}
#mapinfo div {
	border: 1px solid #ddd;
	padding: 0 1em;
}
#mapinfo div:hover {
	background-color: #D3E1FA;
}
#mapinfo a {
	color: #000;
	display: block;
}
#mapinfo a:hover {
	background-color: transparent;
	color: #000;
}
/* footer */
#footer {
	border-top: 2px dotted #ccc;
	color: #666;
	margin-top: 4em;
	padding-top: 1em;
	width: 48em;
}
#footer p {
	font-size: 0.625em;
	margin-left: 220px;
}
/* Vacancy table */
table#vacancies {
	margin-bottom: 24px;
}
form.cform table#vacancies {
	margin-bottom: 8px;
}
table#vacancies, table.prevrecs, table.preview {
	border-collapse: collapse;
	font-size: 0.8em;
	width:  95%;
}
table.preview td {
	line-height: 1.4em;
}
table.preview td.label {
	font-weight: bold;
	padding: 3px 12px;
	width: 25%;
}
table#vacancies thead th, table.prevrecs thead th {
	background-color: #93d4fe;
	font-weight: bold;
}
table#vacancies td, table#vacancies th, table.prevrecs td, table.prevrecs th {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 6px;
}
table#vacancies tr.odd td {
	background-color: #eee;
}
table#vacancies tr.new td {
	background-color: #d6feb4;
}
table#vacancies tr.past td {
	color: #777;
}
table#vacancies tbody tr:hover td {
	background-color: #dbedfe;
}