* { margin:0; padding:0; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden { display:none; }

@font-face {
    font-family: 'GillSansRegular';
    src: url('/fonts/gill_sans-webfont.eot');
    src: url('/fonts/gill_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gill_sans-webfont.woff') format('woff'),
         url('/fonts/gill_sans-webfont.ttf') format('truetype'),
         url('/fonts/gill_sans-webfont.svg#GillSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a { outline:none; }
a img { border:none; }

.button {
	display:block;
	width:130px;
	height:26px;
	background: url('../img/btn-bg-red-grey.gif') top left no-repeat;
	color:#5D5D5D !important;
	padding:10px 0 0 50px;
	text-decoration:none;
	font-weight:bold;
}
.button:hover { text-decoration:underline; }

body {
	font-size:62.5%;
	font-family:Arial, sans-serif;
	text-align:center;
	background-color:#EAEAEA;
}
#container {
	text-align:left;
	width:940px;
	margin:0 auto;
}
#footer {
	background: url('../img/footer.gif') top left no-repeat;
}
#content {
	padding-bottom:20px;
	padding-top:1px;
}
#content, #header { background-color:#fff; }
#header img.left { margin:20px 0 20px 25px; }
#header div.right { margin:25px 28px 15px 0; }

/* --- Header Search --- */

#header label {
	font-size:1.3em;
	color:#999999;
	width:100px;
}
#header input {
	width:132px;
	border:1px solid #cccccc;
	color:#999999;
	height:13px;
	background: url('../img/header-textbox.jpg') top left no-repeat;
}
#header button {
	width:34px;
	height:23px;
	cursor:pointer;
	background: url('../img/header-button.jpg') top left no-repeat;
	border:none;
	color:#ff0000;
	font-weight:bold;
	margin-left:10px;
	margin-right:5px;
	padding:0;
}

/* --- Top Nav --- */

#nav {
	color:#fff;
	background: #e90000 url('../img/top-nav-bg.jpg') top left repeat-x;
	height:40px;
}
#nav ul {
	margin-left:25px;
	padding-top:5px;
	height:35px;
	font-size:1.3em;
}
#nav li {
	display:inline;
	list-style-type:none;
	float:left;
	position:relative;
}
#nav a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px 20px 9px;
	font-weight:bold;
}

#nav li a.selected { background-color:#fff; }
#nav li a.selected { color:#696969; }

#nav li .leftCorner {
	background: url('../img/top-nav-corner-left.gif') top left no-repeat;
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	top:0;
	left:0;
}
#nav li .rightCorner {
	background: url('../img/top-nav-corner-right.gif') top left no-repeat;
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	top:0;
	right:0;
}

/* --- Home Page --- */
#topBanner{
	height: 80px;
	margin: 20px;
}
#homeLeftContent{
	width: 600px;
	margin: 20px;
}
#homeLeftCol {
	width:180px;
}

#homeMiddleCol {
	width:401px;
}
#homeMiddleCol #flashBanner {	
	width:275px !important;
	float:left;
	margin-top:45px;
}
#homeMiddleCol h1 {
	color:#333333;
	font-size:3em;
	font-weight:normal;
}
#homeMiddleCol p {
	line-height:130%;
	color:#333333;
	margin-bottom:10px;
	font-size:1.3em;
}

#homeQuickLinks { margin-top:20px; }
#homeQuickLinks .link {
	width:270px;
	height:106px;
	position:relative;
	margin-bottom: 10px;
}
#homeQuickLinks .left {
	background: url('../img/home-quicklink-candidatesX270.gif') top left no-repeat;
}
#homeQuickLinks .right {
	background: url('../img/home-quicklink-employersX270.gif') top left no-repeat;
}
#homeQuickLinks .link h2 { display:none; }
#homeQuickLinks .link ul { margin:40px 10px 0 65px; }
#homeQuickLinks .link ul li { margin-bottom:3px; }
#homeQuickLinks .link a {
	font-weight:normal;
	text-decoration:underline;
	color:#000;
	font-size:1.2em;
}
#homeQuickLinks .link a:hover {
	text-decoration:none;
	color:#000;
}
#quote { color:#959595; margin-top:20px; }
#quote h2 {	
	line-height:130%;
	font-style: italic;
	font-size:1.6em;
}
#quote p {
	color:#bb0b00;
	font-size:1.8em;
	margin-top:10px;
}

/* The basicTickerTape styles are required */
#ticker {
	border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: #333333;
    font-family: "Courier New",monospace;
    font-size: 1.2em;
    margin: 5px 25px 0;
    padding: 5px;
}
#tickerSlider { overflow:hidden; width:100%; padding: 2px 0; }
#tickerSlider ul {
	width:500000px;
	list-style-type:none;
	padding-left:250px;
}
#tickerSlider li { float:left; margin-right:10px; }
#ticker a { color:#333; padding-right:10px; }
#ticker a:hover { text-decoration:none; }


#leftCol {
	width:600px;
	margin-left:25px;
}
#leftCol h1 {
	font-family: "GillSansRegular", "Times New Roman", sans-serif;
	margin:30px 0 20px 0;
	color:#333333;
	font-size:4em;
	font-weight:normal;
}
#leftCol p {
	line-height:130%;
	color:#333333;
	margin-bottom:10px;
	font-size:1.3em;
}
#leftCol h6 {
	line-height:130%;
	color:#333333;
	margin-bottom:10px;
	font-size:1em;
}
#leftCol ul h6 {
	font-size:0.8em;
	margin-bottom:0;
}
#leftCol ul {
	line-height:130%;
	color:#333333;
	margin-bottom:10px;
	font-size:1.3em;
	margin-left:35px;
}
#leftCol a {
	position: relative; /* Resetting from #homeQuickLinks */
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#leftCol a:hover {
	text-decoration:underline;
}

#rightCol {
	position: relative; /* Resetting from #homeQuickLinks */
	margin-right:22px;
	width:270px;
}
#rightCol .button {
	margin-bottom:12px;
	font-size:1.3em;
}
#rightCol ul {
	margin-top:1px;
	margin-bottom:20px;
}
#rightNav li {
	list-style-type:none;
	margin-bottom:1px;
	font-size:1.3em;
}
#rightNav li a {
	color:#fff;
	text-decoration:none;
	background:#A7A7A7 url('../img/right-nav-bg-selected.jpg') top left no-repeat;
	display:block;
	padding:8px 0 7px 35px;
}
#rightNav li a.selected,
#rightNav li a:hover {
	background:#e90000 url('../img/right-nav-bg.jpg') top left no-repeat;
}
#rightNav li.last a {
	background:#fff url('../img/right-nav-bg-bottom-selected.jpg') top left no-repeat;
}
#rightNav li.last a.selected,
#rightNav li.last a:hover {
	background:#e90000 url('../img/right-nav-bg-bottom.jpg') top left no-repeat;
}
#bannerContainer{
	min-height: 160px;
	position: relative;
	width: 100%;
}
#flashBanner {
    left: 35px;
    position: absolute;
    top: 56px;
}
.globalLandingPage #flashBanner { position:static !important; }
#flashBanner h1 {
	margin:0 !important;
}


.quickLink {
	background: url('../img/quicklink-bg.jpg') top left no-repeat;
	margin-bottom:10px;
	font-size:1.3em;
	font-weight:bold;
}
.quickLink a {
	display:block;
	height:100%;
	width:220px;
	padding:15px 0 15px 50px;
	text-decoration:none;
	color:#5D5D5D;
}
.quickLink a.download {
	padding-top:10px !important;
}
#footerTop {
	color:#fff;
	font-size:1.3em;
	padding:13px 20px 12px 20px;
}
#footerTop a {
	color:#fff;
	text-decoration:none;
}
#footerTop a:hover { text-decoration:underline; }
#footerTop p.right { width:158px; position:relative; top:-3px; }
/*#footerTop img {
	position:relative;
	top:3px;
	display:inline;
}*/
#twitterLink {
	display:block;
	width:20px;
	height:15px;
	background: url('../img/twitter.png') top left no-repeat;
	cursor:pointer;
	margin-right: 30px;
}
#linkedInLink {
	display:block;
	width:20px;
	height:15px;
	background: url('../img/linkedin.png') top left no-repeat;
	cursor:pointer;
}
#footerLower {
	color:#A0A0A0;
	font-size:1.3em;
	padding:10px 20px 20px 20px;
}
#footerLower ul {
	list-style-type:none;
}
#footerLower ul li {
	display:inline;
	margin-left:5px;
}
#footerLower ul li a {
	color:#A0A0A0;
	text-decoration:none;
}
#footer .whiteDot {
	display:block;
	float:left;
	height:10px;
	width:5px;
	margin:0 5px;
	margin-top:3px;
	background: url('../img/white-dot.gif') top left no-repeat;
}

#footerLower ul, #footerLower p { margin-top:13px; }
#apsco {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #A0A0A0;
}

#latestVacancies {
	margin-top:20px;
	margin-bottom: 10px;
}
#latestVacancies dl {
	background: #EEEEEE url('../img/vacancies-container.jpg') bottom left no-repeat;
	font-size:1.2em;
	padding:20px 0 5px 0;
}
#latestVacancies dt {
	margin: 0 20px 5px 20px;
}
#latestVacancies dt a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#latestVacancies dd {
	color: #666666;
	margin:0 20px 15px 20px;
}
#latestVacancies dd a {
	color:#D11C21;
}
#latestVacancies dd a:hover {
	text-decoration:none;
}

.vacancy {
	margin-bottom:10px;
	margin-left:-25px;
}
.vacancy .inner {
	margin-left:25px;
}
.vacancy p.title {
	font-size:1.8em !important;
	margin-bottom:0px !important;
}
.vacancy p.shortText {
	color:#666666 !important;
}

form ul {
	margin-left:0 !important;
	list-style-type:none;
	width:auto;
}
form ul li {
	margin-bottom:10px;
}
form fieldset {
	border:none;
}
form legend {
	display:none;
}
form label {
	float:left;
	width:125px;
	padding:3px 0;
}
form input,
form textarea {
	width:240px;
	font-family: Arial, sans-serif;
	font-size:12px;
	padding:3px;
	float:left;
}
form button {
	margin-left:125px;
	font-family: Arial, sans-serif;
	font-size:12px;
	padding:2px 15px;
}
form label.error {
	color:red !important;
}
form input.error,
form textarea.error
{
	border:1px solid red !important;
}
#errorMessages {
	border:3px solid #a90013;
	width:352px;
	padding:10px;
	margin-bottom:20px;
	background-color:#BB3343;
	color:#fff;
}
#errorMessages p {
	margin:0px;
	width:100%;
}

#map {
	border:1px solid #000000;
	width:560px;
	height:500px;
}

#candidatesLink,
#employersLink {
	display:block;
	width:97px;
	height:23px;
	position:absolute !important;
	top:9px;
	left:49px;
}

/* --- Global Landing Page --- */

.globalLandingPage {
	position:relative;
	height:415px;
	padding:40px 0 0 0 !important;
}

.globalLandingPage #text {
	width:400px;
	margin-left:25px;
}
.globalLandingPage h1 {
	margin:30px 0 20px 0;
	color:#333333;
	font-size:4em;
	font-weight:normal;
}
.globalLandingPage p {
	line-height:130%;
	color:#333333;
	margin-bottom:10px;
	font-size:1.3em;
}
.globalLandingPage p strong {
	font-weight:normal;
	width:225px;
	display:block;
}
#globalMap {
	width:692px;
	height:296px;
	background: url('../img/global-map.jpg') top left no-repeat;
	position:absolute;
	top:150px;
	left:245px;
}
#globalMap a {
	background: url('../img/red-dot.png') top left no-repeat;
	display:block;
	width:18px;
	height:18px;
	position:absolute;
	cursor: pointer;
}
#globalMap #london { top:66px; left:310px; }
#globalMap #hongkong { top:115px; left:525px; }
#globalMap #singapore { top:164px; left:499px; }

#globalMap p {
	position:absolute;
	width:96px;
	height:23px;
	background: url('../img/home-popup-bg.png') top left no-repeat;
	color:#fff;
	font-weight:bold;
	padding:11px 0 10px 15px;
	display:none;
}
#londonText { left:322px; top:25px; }
#hongkongText { left:540px; top:77px; }
#singaporeText { left:511px; top:123px; }

/* --- Employers Page --- */

#clientTicker {
	width:890px;
	margin-left:25px;
	padding-top:10px;
	font-size:1.3em;
	color:#ff0000;
	position:relative;
}
#clientTicker p { margin-bottom:5px; }
#viewport {
	border-top:1px solid red;
	border-bottom:1px solid red;
	height:60px;
}

#slideshow { overflow:hidden; width:100%; }
#slideshow ul {
	padding-left:225px;
	width:500000px;
	list-style-type:none;
}
#slideshow li { float:left; }


/* --- Tabbed Pages --- */

#tabs {
	list-style-type:none;
	margin:0 !important;
	padding-left:11px;
	background: url('../img/tabs-bg-shadow.jpg') top left no-repeat;
	width:626px;
	position:relative;
	left:-15px;
}
#tabs li {
	float:left;
	margin-right:1px;
}
#tabs a {
	background: url('../img/tab-bg-red.gif') top left no-repeat;
	display:block;
	width:141px;
	color:#fff;
	text-align:center;
	padding:3px 0 4px 0;
}
#tabs a:hover,
#tabs a.tabSelected {
	text-decoration:none;
	background: url('../img/tab-bg-selected.jpg') top left no-repeat;
}

#tabsContent {
	background: url('../img/tab-content-bg.jpg') top left repeat-y;
	width:637px;
	position:relative;
	left:-15px;
}

.tabbedContent {
	margin:0 31px;
}
.tabbedContent h2 {
	font-size:1.8em;
	margin-bottom:10px;
}
.tabbedContent table strong {
	color:#ff0000;
}
.clientMicrosite .tabbedContent h2 {
	color:#f00;
	font-size:1.4em;
}
#clientMicrositeLogo {
	margin:20px 0;
	height:60px;
	display:block;
}
#clientMicrositeApply {
	font-size:1.3em;	
	margin: 124px 0 0 50px;
}

/* --- Search Results Page --- */

.searchResultHightlight {
	color:#f00;
	font-weight:bold;
}
.searchResult {
	border-bottom:1px solid #999999;
	margin-bottom:10px;
	padding-bottom:10px;
}
.searchResult h3 { font-size:1.3em; margin-bottom:10px; }
.searchResult a { color:#f00 !important; }
.searchResult p { margin-bottom:0 !important; }
.searchResult .found { background-color:#B11A1F; color:#fff; }

/* --- Accordion stuff --- */
#accordion {
	margin:20px 0;
}
#accordion .item {
	margin-bottom:10px;
}
#accordion h3 {
	font-size:1.2em;
	cursor:pointer;
	color:#ff0000;
}
#accordion .element {
	display:none;
	width:575px;
	margin-top:10px;
}
#accordion p {
	margin-bottom:0;
}

/* --- Sitemap Page --- */

#sitemap {
	margin-left:0 !important;
	list-style-type:none;
}
#sitemap li {
	margin-top:10px;
}
#sitemap ul {
	list-style-type:none;
	font-size:1em;
	margin-top:10px;
}

/* --- Homepage logos --- */

#headerLogos {
	margin-top: 30px;
	padding: 22px 0 15px;
	border-top: 1px solid  #cccccc;
	border-bottom: 1px solid  #cccccc;
}
#headerLogos table {
	margin-top: 5px;
}
#headerLogos table a{
	display: block;
	margin: 13px 25px 15px 3px;
}


