/* 0F5089 - dark blue */
/* 00b4ef - light blue */ 

body {
	color: #0F5089;
	background: #10558c url(/img/water_lush.jpg) top left repeat-x;
}

h1 {
	font-size: 1.5em;
	color: #0F5089;
}

h2 {
	font-size: 1.3em;
	color: #00b4ef;
}

h3 {
	font-size: 1.2em;
	color: #00b4ef;
}

h4 {
	font-size: 1.3em;
	color: #00b4ef;
}

a:link, a:visited {
	color: #00b4ef;
}



div#main900 {
	background: #fff;
	border-left: 1px solid #0F5089;
	border-right: 1px solid #0F5089;
	border-bottom: 1px solid #0F5089;
}

div#header {
	height: 126px;
	background: url(/img/header_bg.png) repeat-x;
}

img#logo {
	margin: 0 0 0 15px;
	float: left;
}

/*
img#leaderboard {
	float: right;
	margin: 15px 15px 0 0;
	visibility: hidden;
}
*/

div#leaderboard {
	display: block;
	float: right;
	margin: 15px 15px 0 0;
	padding: 0;
	width: 468px;
	height: 60px;
}

#leaderboard img {
	margin: 0;
	padding: 0;
	width: 468px;
	height: 60px;
	top: 0;
	left: 0;
	overflow: hidden;
}


form#search-form {
	margin: 10px 25px 0 0;
	padding: 0;
	float: right;
	font-size: 1.3em;
}

form#search-form label {
	float: left;
	color: #fff;
	margin-right: 5px;
	padding-top: 5px;
	font-style: italic;
	font-weight: bold;
}

form#search-form input#search {
	margin: 0 5px 0 0;
	padding: 2px;
	float: left;
}

form#search-form input#search-button {
	margin: 0;
	padding: 0;
	height: 24px;
}


div#navigation {
	margin: 0 0 15px;
	background: #10558C;
	float: left;
	width: 100%;
}

ul#navigation-list {
	margin: 0 0 0 15px;
	padding: 0;
	height: 25px;
	list-style-type: none;
}

ul#navigation-list li {
	margin: 0 3px 0 0;
	padding: 0;
	background: #00b4ef;
	height: 25px;
	float: left;
}

ul#navigation-list li a:link, ul#navigation-list li a:visited {
	margin: 0;
	padding: 5px 7px 0;
	color: #ffffff;
	font-size: 1.1em;
	text-decoration: none;
	float: left;
	display: block;
	height: 21px;
	font-weight: bold;
}

ul#navigation-list li a:hover, ul#navigation-list li a:active {
	text-decoration: none;
	background: #178BD3;
}

ul#navigation-list li a.selected {
	background: #fff;
	color: #0F5089;
}



ol.main-sponsored-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.main-sponsored-list li.company {
	margin: 0;
	padding: 15px 0 5px;
	border-bottom: 1px solid #dedede;
	float: left;
}

div.sponsored-logo {
	clear: left;
	width: 150px;
	height: 85px;
	float: left;
	text-align: center;
}

div.sponsored-logo div {
	width: 150px;
	height: 85px;
	vertical-align: middle;
	display: table-cell;
}

ol.latest-sponsored-list {
	float: left;
	width: 750px;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

ol.latest-sponsored-list li {
	float: left;
	background: url(/img/nice_light_grey_bg.jpg) center repeat-x;
	padding: 6px 5px 3px;
	border: 1px solid #a2aab2;
	width: 720px;
}

ol.latest-sponsored-list li a {
}

ol.latest-sponsored-list dl {
	margin: 0;
	padding: 0;
	float: left;
}

ol.latest-sponsored-list dl dt {
	margin: 3px 0 3px;
	padding: 0;
	float: left;
	width: 70px;
}

ol.latest-sponsored-list dl dt.position {
	width: 55px;
}

ol.latest-sponsored-list dl dt.ref {
	width: 49px;
}

ol.latest-sponsored-list dl dt.location {
	width: 55px;
}

ol.latest-sponsored-list dl dt.date {
	width: 45px;
}


ol.latest-sponsored-list dl dd {
	margin: 3px 45px 3px 0;
	padding: 0;
	font-weight: bold;
	width: 80px;
	float: left;
}

ol.latest-sponsored-list dl dd.position {
	width: 140px;
}

ol.latest-sponsored-list dl dd.ref {
	width: 41px;
}

ol.latest-sponsored-list dl dd.location {
	width: 120px;
}

ol.latest-sponsored-list dl dd.date {
	width: 48px;
	margin-right: 5px;
}



div#latest-all-container {
	/*border-top: 1px solid #dedede;*/
	padding-top: 10px;
}

ol.latest-all-list {
	margin: 0;
	padding: 0;
	color: #0F5089;
	font-size: 1.2em;
}

ol.latest-all-list li {
	margin: 0 15px 15px 15px;
	padding: 5px 5px 2px;
	border: 1px solid #a2aab2;
	background: url(/img/nice_light_blue_bg.jpg) center repeat-x;
	float: left;
	width: 857px;
}

ol.latest-all-list dl {
	margin: 0;
	padding: 0;
	float: left;
}

ol.latest-all-list dl dt {
	margin: 0 0 3px;
	padding: 0;
	float: left;
	width: 75px;
}

ol.latest-all-list dl dt.position {
	width: 55px;
}

ol.latest-all-list dl dt.company {
	width: 60px;
}

ol.latest-all-list dl dt.ref {
	width: 49px;
}

ol.latest-all-list dl dt.location {
	width: 55px;
}

ol.latest-all-list dl dt.date {
	width: 45px;
}


ol.latest-all-list dl dd {
	margin: 0 25px 3px 0;
	padding: 0;
	font-weight: bold;
	float: left;
}

ol.latest-all-list dl dd.position {
	width: 120px;
}

ol.latest-all-list dl dd.company {
	width: 120px;
}

ol.latest-all-list dl dd.ref {
	width: 41px;
}

ol.latest-all-list dl dd.location {
	width: 120px;
}

ol.latest-all-list dl dd.date {
	width: 48px;
	margin-right: 5px;
}


p#view-all-vacancies {
	text-align: right;
	margin-right: 15px;
}


div#footer {
	margin: 0 0 10px;
	padding: 15px 0 5px;
	text-align: center;
	border-top: 1px solid #dedede;
}	

div#footer p {
	margin: 0;
	padding: 0;
}





.center {
	text-align: center;
}

.right {
	text-align: right;
}
