body {
	font-family: "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0 0 0 0;
	background-color: #323a42;
}

a,
a:visited {
	text-decoration: none;
	color: #4b739c;
	transition: 0.17s;
	-webkit-transition: 0.17s;
	-moz-transition: 0.17s;
	-o-transition: 0.17s;
	-ms-transition: 0.17s;
}

ul#topnav li a:hover,
#mainwrap a:hover,
#bottomwrap a:hover {
	transition: 0.17s;
	-webkit-transition: 0.17s;
	-moz-transition: 0.17s;
	-o-transition: 0.17s;
	-ms-transition: 0.17s;
	opacity: 0.5;
}

a.btn,
.comment a.btn {
	color: inherit;
	transition: inherit;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	-ms-transition: inherit;	
}

#mainwrap a.btn:hover,
#bottomwrap a.btn:hover {
	opacity: 1.0;
}

img {
	display: block;
}

a img {
	border: none;
}

h1 {
	font-size: 40px;
	line-height: 42px;
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 20px 0px;
	border-bottom: 5px solid #ece8e4;
}

h3 {
	font-size: 16px;
	margin: 10px 0 5px 0;
	color: #323a42;
}

p,
ul,
ol {
	font-size: 14px;
	line-height: 18px;
}

p.pager {
	font-size: 12px;
	margin: 20px 0px 10px 0px;
}

p.pager .button {
	margin-left: 10px;
}

p.pager.bottom {
	clear: left;
	padding-top: 15px;
}

#bottom h3 {
	color: white;
}

#headwrap,
#mainwrap,
#bottomwrap {
	float: left;
	width: 100%;
}

#headwrap,
#bottomwrap {
	background-color: #323a42;
}

#mainwrap {
	background-color: #ece8e4;
}

#headwrap {
	background-image: url(../img/base/header-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid white;
}

#bottomwrap {
	background-image: url(../img/base/secondary-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#header,
#main,
#bottom {
	position: relative;
	width: 1060px;
	margin: 0px auto;
}

#header,
#bottom {
	color: white;
}

#header a,
#header a:visited,
#footer a,
#footer a:visited {
	color: #c3e3e1;
}

#header {
	padding: 15px 0 25px 0;
}

#footer,
#switcher {
	width: 739px;
	line-height: 16px;
}

#switcher {
	margin-bottom: 20px;
}

.footer-col {
	position: relative;
	float: left;
	width: 233px;
	margin: 20px 20px 15px 0px;
}

.footer-col.last {
	margin: 20px 0px 15px 0px;
}

.footer-col ul {
	float: left;
}

.footer-col ul,
.footer-col li {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 10px 0 0;
	font-size: 11px;
}

.footer-col li strong {
	font-size: 14px;
}

.footer-col h4 {
	margin: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #51575e;
}

#social-footer {
	border-top: 1px solid #51575e;
	border-bottom: 1px solid #51575e;
}

#social-footer,
#footer p {
	position: relative;
	width: 739px;
	float: left;
	font-size: 12px;
}

#social-footer p,
#social-footer img,
#social-footer a.rss,
#social-footer div {
	width: auto;
	float: left;
	margin: 15px 20px 10px 0px;
}

#social-footer p {
	margin: 20px 5px 0px 0px;
}

#social-footer div {
	margin: 15px 0px 10px 0px;
}

#social-footer .gi-logo {
	width: 160px;
	margin-top: 12px;
	margin-right: 10px;
}

#footer a.rss,
#footer a.rss:visited {
	background: #ff9900;
	padding: 5px 6px;
	font-weight: bold;
	color: white;
}

#end {
	position: relative;
	float: left;
	width: 739px;
}

p#copy {
	width: 475px;
}

p#dx {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

#leader {
	margin: 15px 0px 25px 0px;
	margin: 0;
	text-align: center;
}

#ghost_leader_aa {
	margin: 0 auto;
}

#toolbar {
	position: relative;
	margin: 10px 0px;
	float: left;
	width: 739px;
}

#ghost_sky {
    left: -15px;
}

#toolbar,
#rightsocial {
	height: 35px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.75);
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, white, #f2f2f2);
	background-image: -ms-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, white, #f2f2f2);
	background-image: -o-linear-gradient(top, white, #f2f2f2);
	background-image: linear-gradient(top, white, #f2f2f2);
}

#toolbar #search {
	position: absolute;
	top: 4px;
	left: 4px;
}

#search .textinput {
	width: 250px;
}

#search .searchwrap {
	position: absolute;
	top: 1px;
	right: 34px;
}

#search .searchwrap select {
	z-index: 1;
	width: 85px;
	cursor: pointer;
}

.customStyleSelectBox {
/* Styles For Your Select Box */
}

.customStyleSelectBox.changed {
/* You can use this if you want a different style after user has made a selection */
}

/* on the next line we add a down arrow on the right to indicate that it is a select box */
#search .customStyleSelectBoxInner {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	cursor: pointer;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25);
	border-radius: 0px 3px 3px 0px;
	border-left: 1px solid #bfbfbf;
	height: 19px;
	padding: 6px 0px 1px 10px;
	background: url(../img/base/dropdown-bg.png) no-repeat top right;
}

#search.bigsearch .customStyleSelectBoxInner {
	border-radius: 3px 3px 3px 3px;
	border-left: none;
	border: 1px solid #aaa;
}

#toolbar form.login input {
	width: 118px;
}

#toolbar form.login {
	position: absolute;
	top: 4px;
	right: 4px;
	margin: 0 0 0 0;
	padding: 0 0 0 35px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

#toolbar form.login span {
	position: relative;
	float: left;
	padding: 7px 30px 0 0;
}

#toolbar form.login img.settings {
	position: absolute;
	top: 7px;
	right: 10px;
}

#toolbar form.login img.tiny-avatar {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid white;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.25);
}

#logo,
#logo-de {
	display: block;
	margin: 0px auto;
}

#logo {
	width: 375px;
	margin: 20px auto 20px auto;
}

#header #logo-de {
	width: 282px;
	margin: 25px auto 25px auto;
}

#header #logo img,
#header #logo-de img {
	width: 100%;
}


ul#topnav {
	position: relative;
	top: 1px;
	float: left;
	width: 1060px;
	background-color: #f7941d;
	background-image: url(../img/base/topnav-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 16px;
	cursor: auto;
}

ul#topnav li {
	float: left;
}

ul#topnav li a,
ul#topnav li a:visited {
	display: block;
	color: white;
	padding: 5px 10px 6px 10px;
	text-decoration: none;
	border-bottom: 1px solid white;
}

ul#topnav li a:hover {
	background-color: #e47a00;
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid white;
}

ul#topnav li.active a,
ul#topnav li.active a:visited {
	color: #323a42;
	background-image: none;
	background-color: #ece8e4;
	border-bottom: 1px solid #ece8e4;
}

ul#topnav li a:hover {
	opacity: 1.0;
}

ul#topnav li.sponsored {
	float:right;
}

ul#topnav li.sponsored a,
ul#topnav li.sponsored a:visited {
	color: #fff;
	background-image: none;
	background-color: #703485;
	border-bottom: 1px solid #ece8e4;
}

ul#topnav li.jobs {
	background-color: #cb7007;
}

#content {
	position: relative;
	float: left;
	width: 719px;
	min-height: 500px;
	background: white;
	padding: 20px 0px 0px 20px;
}

#right {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	width: 310px;
}

#right h2 {
	font-size: 16px;
	margin: 10px 0 5px 0;
	color: #323a42;
	border-bottom: none;
}

#right h2,
#right h3 {
	float: left;
	background: white;
	padding: 5px 10px 0px 10px;
	margin-bottom: 0;
}

#rightsocial {
	position: relative;
	float: left;
	width: 292px;
	height: 20px;
	padding: 8px;
	margin-top: 10px;
}

#rightsocial strong {
	font-size: 11px;
	float: left;
	margin: 4px 10px 0px 5px;
}

.rightbox {
	float: left;
	width: 310px;
	background: white;
	padding-bottom: 10px;
}

.rightbox p {
	margin: 10px;
	font-size: 12px;
}

.rightbox p a,
.rightbox p a:visited {
	color: #f75515;
}

.rightbox .recruiter-button {
	position: relative;
	width: 141px;
	float: left;
	margin: 10px 0px 0px 10px;
}

.rightbox .recruiter-overlay {
	cursor: pointer;	
	position: absolute;
	width: 141px;
	height: 100px;
	background: url(../img/base/90-trans.png);
	color: white;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.sidebar-mpu,
.sidebar-mpu-low,
#takeover-halfpage {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-left: 5px;
}

.sidebar-mpu,
.sidebar-mpu .mpu {
	width: 100%;
}

#takeover-halfpage {
	padding-top: 33px;
	margin-left: 0px;
}

.recruiter-overlay p {
	font-size: 11px;
	line-height: 14px;
	margin: 5px 8px;
}

#takeover-halfpage a {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

#takeover-halfpage a:hover {
	opacity: 1;
}

p.recruiter-name {
	margin: 0px;
	padding: 4px 8px 4px 8px;
	background: #1d2025;
	font-weight: bold;
	border-bottom: 1px dotted #575d64;
}

.jobsearch {
	padding: 0px;
}

#right .jobsearch form {
	position: relative;
	width: 290px;
	padding: 10px;
	float: left;
	background: #c3e3e1;
	border-top: 1px solid #e1f1f0;
	border-bottom: 1px solid #afccca;
	box-shadow: 0px -1px 0px #afccca;
}

.jobsearch form img {
	position: absolute;
	top: -2px;
	left: 150px;
}

.jobsearch .textinput {
	width: 245px;
}

#jobs-search-preview {
	float: left;
	width: 310px;
	background-image: url(../img/base/3px-shadow.png);
	background-repeat: repeat-x;
	background-position: top;
}

#jobs-search-preview p,
#jobs-search-preview ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#jobs-search-preview p,
#jobs-search-preview ul li {
	list-style: none;
	border-bottom: 1px solid #e8e8e8;
	display: block;
	padding: 7px 10px;
	font-size: 12px;
}

#jobs-search-preview p,
#jobs-search-preview ul li a {
	font-weight: bold;
}

p.jobs-count {
	margin: 10px 0px 10px 10px;
	float: left;
	padding-right: 10px;
	border-right: 1px dotted #dfdfdf;
}

p.jobs-count.last {
	border: none;
}

p.jobs-count a {
	font-weight: bold;
}

p.jobs-count.uk a,
p.jobs-count.uk a:visited {
	color: #6bb3c4;
}

p.jobs-count.us a,
p.jobs-count.us a:visited {
	color: #ff700d;
}

p.jobs-count.row a,
p.jobs-count.row a:visited {
	color: #8068a4;
}

#secondary {
	float: left;
	width: 729px;
	padding: 0 0 10px 10px;
	color: black;
	background: white;
}

#footer {
	float: left;
	width: 739px;
}

.pagetitle {
	float: left;
	width: 739px;
}

.the-shadow-rapper>div>embed ,
.the-shadow-rapper>div>a>img ,
.the-shadow-rapper>a>img {
	/* he has dark rhymes! */
	display: inline-block;
	box-shadow: 1px 1px 12px 3px rgba( 0,0,0,0.5 );
	-moz-box-shadow: 1px 1px 12px 3px rgba( 0,0,0,0.5 );
}

ul.crumb li {
	list-style: none;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

ul.crumb li.list-label {
	font-weight: bold;
	text-transform: none;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 10px;
}

ul.crumb li.list-label {
	text-align: right;
}

ul.crumb li a {
	float: left;
	padding: 6px 10px;
	margin: 0px 2px 2px 0px;
}

ul.crumb li a {
	padding: 6px 15px 6px 10px;
	margin: 0px 0px 2px 0px;
	background-color: transparent;
	background-image: url(../img/directory/crumb-off.png);
	background-repeat: no-repeat;
	background-position: right;
}

ul.crumb li a:hover {
	background-image: url(../img/directory/crumb-on.png);
}


div.static {
	width: 699px;
}

#site_switcher {
	clear: both;
	background: white -7px center url('../img/base/de-alert.png') no-repeat;
	color: black;
	border-top: 1px solid #d2d2d2;
	padding: 12px 10px 12px 20px;
	margin-bottom: 10px;
	width: 710px;
	border-radius: 4px;
	font-size: 14px;	
}

#site_switcher a {
	font-weight: bold;
}

#cookie-policy {
	margin-bottom: 10px;
	overflow: hidden;
}

#cookie-policy div {
	width: 1060px;
	margin: 0 auto;
}

#cookie-policy p {
	float: left;
	width: 320px;
	font-size: 11px;
	line-height: 14px;
	color: #91959a;
}

#cookie-policy p:first-child {
	width: 580px;
	padding-right: 20px;
}

#cookie-policy p:last-child {
	width: 140px;
	text-align: right;
}

a.recruiter_link, a.recruiter_link:visited {
	color: #2d455d;
}
#jobs-search-preview a.recruiter_link {
	font-size: 10px;
	text-transform: uppercase;
}

#latest-comments ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

#latest-comments li {
	margin-bottom: 3px;
	border-bottom: 1px solid #ECE8E4;
	padding: 5px 10px;
	position: relative;
}

#latest-comments p:last-child {
	margin-bottom: 0;
}

#latest-comments li img {
	float: left;
	margin-right: 10px;
	display: inline;
	position: absolute;
	top: 10px;
	left: 10px;
}

#latest-comments li > span {
	margin-left: 35px;
	display: block;
}

#latest-comments li span.ago {
	white-space: nowrap;
	color: #807E7C;
}

div.pull-quote + div.illustration {
	clear: left;
}

#a-list-banner {
	float:left;
	margin-top: 10px;
	padding-bottom: 0px;
	background: inherit;
}

#a-list-banner a {
	display: block;
	margin: 5px 5px 0 5px;
}

#a-list-banner img {
	display: block;
}

div#feature-focus {
    padding-bottom: 20px;
	clear: both;
}

div.focus-bar {
    height: 70px;
    background-color: #927f57;
    color: white;
}

div.focus-bar span.focus-title {
    font-size: 30px;
    line-height: 70px;
    padding-left: 15px;
    font-family: 'Franklin', Helvetica, Arial, sans-serif;
}

div.focus-bar span.focus-association {
    float: right;
    line-height: 90px;
    padding-right: 10px;
    font-size: 12px;
}

span.focus-sponsor {
    float: right;
}
