* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/background-page.jpg) repeat-x fixed;
	color: #5b5b60;
}

h1, h2, h3, p, li, select, a {
	font-family: 'Droid Sans', sans-serif;
}

h1 {
	padding-bottom: 24px;
	font-size: 18px;
	font-weight: normal;
	color: #007c96;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}

h3 {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: normal;
}

h2, h3, a {
	color: #007c96;
}

p, li,
#content > h2,
#content .cite h2,
#job_preview {
	font-size: 12px;
	line-height: 17px;
}

input[type=image] {
	cursor: pointer;
}

select {
	font-size: 11px;
}

ul, li {
	list-style-type: none;
}

img {
	display: block;
	border: 0 none;
}

a {
	text-decoration: none;
}

a:hover,
#footer a:hover {
	text-decoration: underline;
}

iframe {
	border: 0 none;
}

.error {
	font-weight: bold;
	color: #990000;
}

.clear {
	clear: both ! important;
	float: none ! important;
	font-size: 0;
	line-height: 0;
}

.next {
	text-align: right;
}

.back a,
.next a {
	padding: 2px 0;
	background: url(../images/sprite-arrows.gif) no-repeat;
	font-weight: bold;
}

.back a:hover,
.next a:hover {
	text-decoration: underline;
}

.back a {
	padding-left: 20px;
	background-position: 0 -15px;
}

.next a {
	padding-right: 20px;
	background-position: right 1px;
}

#content .next a {
	background-position: right -46px;
}


#page {
	width: 960px;
	margin: 0 auto;
}

#banner {
	width: 919px;
	height: 122px;
	padding: 30px 0 20px 41px;
	background-repeat: no-repeat;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

#main {
	float: left;
	width: 700px;
	padding-right: 19px;
	border-right: 1px solid #ffffff;
}

/** Navigation **/

#navigation {
	width: 710px; /* 10 additional Pixels to 'bugfix' zoom in FireFox */
	padding-bottom: 20px;
}

#navigation ul {
	width: 710px; /* 10 additional Pixels to 'bugfix' zoom in FireFox */
	height: 26px;
}

#navigation .hover,
#login.hover {
	background-repeat: no-repeat;
	background-position: bottom;
}

#login.hover {
	background-image: url(../images/background-login-corners.gif);
}

#navigation .hover {
	background-image: url(../images/background-navigation-corners.gif);
}

#navigation .top {
	float: left;
	width: 232px;
	border-left: 1px solid #a4a4a5;
	border-right: 1px solid #5d5d5f;
}

#navigation .first {
	border-left: 0 none;
}

#navigation .last {
	border-right: 0 none;
}

#navigation a,
#login a {
	color: #ffffff;
}

.top > a {
	display: block;
	width: 232px;
	height: 14px;
	padding: 6px 0;
	background: url(../images/background-sprite-navigation.gif) repeat-x;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #6a6a6c -1px -1px 1px;
	-moz-text-shadow: #6a6a6c -1px -1px 1px;
	-webkit-text-shadow: #6a6a6c -1px -1px 1px;
}

#login a {
	text-transform: none;
}

.top > a:hover,
.top > a.active {
	background-position: 0 -26px;
	text-decoration: none;
}

#navigation .first a {
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

#navigation .last a {
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

/* Navigation / Login box */

#login .login_box,
#navigation .box {
	display: none;
	position: absolute;
	width: 668px;
	height: 137px;
	overflow: hidden;
	padding: 6px 16px 0;
	background: url(../images/background-sprite-navigation.gif) repeat-x 0 -52px;
}

#login .login_box {
	width: 188px;
}

#login input {
	width: 150px;
	background-color: #ffffff;
}

#login p {
	padding-bottom: 2px;
}

#login .submit {
	padding-top: 4px;
}

#login .button {
	color: #5b5b60;
}

#navigation .box ul {
	float: left;
	width: 200px;
	padding: 4px 34px 0 0;
}

#navigation .box li {
	width: 200px;
	padding-bottom: 7px;
}

#navigation .active,
#navigation .text a {
	font-weight: bold;
}

#navigation .text {
	float: left;
	width: 434px;
}

#navigation .text,
#login .login_box {
	color: #ffffff;
}

#navigation .text p {
	line-height: 19px;
}

#navigation .text .navigation_text {
	display: none;
}

/* Content */

#content,
#side .box,
#start_overview li,
#list_team li,
#team_box,
#content .list_references li {
	padding: 10px;
	background-color: #ffffff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content {
	width: 630px;
	padding: 34px;
	overflow: hidden;
	border: 1px solid #eaeaea;
}

#content .images {
	float: left;
	width: 140px;
}

#content .images ul,
#content .images li {
	background: none;
	padding: 0;
}

#content .images_horizontal {
	width: 645px;
}

#content .images_horizontal li {
	float: left;
	width: 114px;
	padding: 0 15px 15px 0;
}

#content h2,
#content img,
#content p,
#content ul {
	padding-bottom: 15px;
}

#content > h2 {
	color: #5b5b60;
	text-transform: none;
}

#content ul {
	clear: both;
}

#content li {
	padding: 0 0 3px 11px;
	background: url(../images/sprite-arrows.gif) no-repeat 0 -47px;
}

/* Job preview */

.preview,
.preview_active {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	cursor: pointer;
	border: 0 none;
	background: transparent url(../images/sprite-preview.gif);
	vertical-align: bottom;
}

.preview_active {
	background-position: 0 -16px;
}

#job_preview {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: auto;
	width: 270px;
	height: 270px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #007c96;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* Job search */

#list_job_search .box {
	float: left;
	width: 210px;
}

#list_job_search .global {
	color: #007c96;
}

#list_job_search .nationwide {
	color: #008000;
}

/* Page browser */

#jobs_paginated .loading {
	background: url(../images/ajax-loader.gif) no-repeat center center;
}

#jobs_paginated .loading li {
	display: none;
}

#page_browser {
	text-align: center;
}

#page_browser span {
	display: none;
}

#page_browser li {
	display: inline-block;
	padding: 0;
	background-image: none;
	color: #007C96;
	
	/* IE7 hack */
	*display: inline;
	zoom: 1;
}

#page_browser a {
	padding: 2px;
}

#page_browser .spacer {
	padding: 0 2px;
}

#page_browser .current {
	padding: 0 2px;
	font-weight: bold;
}

#page_browser .inactive {
	padding: 0 2px;
	color: #ccc;
}

#page_browser .current a,
#page_browser .inactive a {
	display: none;
}

#page_browser .current span,
#page_browser .inactive span {
	display: inline;
}

/* List: References */

#content .list_references {
	width: 657px;
}

#content .list_references li {
	float: left;
	width: 170px;
	margin: 0 27px 20px 0;
	background-image: none;
	border: 1px solid #007c96;
}

#content .list_references p {
	height: 45px;
}

#content .list_references img {
	margin: 0 auto;
	padding-bottom: 0;
}

/* List: Team */

#list_team {
	width: 660px;
}

#list_team li {
	float: left;
	overflow: hidden;
	width: 180px;
	margin: 0 30px 18px 0;
	padding: 4px;
	background-image: none;
}

#list_team li,
#team_box {
	border: 1px solid #007c96;
}

#list_team img {
	float: left;
	padding-right: 8px;
}

#list_team .text {
	padding: 0;
	height: 60px;
}

#list_team .next {
	text-align: left;
	padding: 0;
}

#team_box {
	display: none;
	position: absolute;
	width: 240px;
}

#team_box p {
	padding: 0;
}

#team_box img {
	float: left;
	padding-right: 10px;
}

/* Cite */

#content .cite {
	margin-bottom: 14px;
	border: 1px solid #a5d5e1;
	font-style: italic;
	color: #007c96;
}

#content .cite,
#content .cite_box {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content .cite_box {
	padding: 10px;
	background-color: #e4f4f8;	
	border: 1px solid #ffffff;
}

#content .cite img {
	float: right;
	padding: 2px 0 0 10px;
}

#content .cite h2,
#content .cite p {
	padding-bottom: 0;
	line-height: 16px;
	text-transform: none;
}

/* Content list (2 columns) */

#content .list {
	width: 630px;
}

#content .list > li {
	float: left;
	width: 490px;
	padding-left: 0;
	background: none;
}

#content .list .label {
	clear: both;
	width: 120px;
	padding-right: 20px;
	font-weight: bold;
	color: #007c96;
}

#content .list .mandatory {
	color: #990000;
}

#content .list .ending {
	margin-bottom: 24px;
	border-bottom: 1px solid #007c96;
}

#content .form > li {
	width: 430px;
	padding-bottom: 12px;
}

#content #form li {
	height: 24px;
}

#content .form .spacing {
	padding-bottom: 36px;
}

#content .form .label {
	width: 180px;
}

#content .form select,
#content .form input {
	width: 185px;
}

#content .form textarea {
	width: 430px;
}

/* Profile */

#form_position .position_sub {
	display: none;
	padding-left: 24px;
}

#list_profile_navigation {
	height: 25px;
	padding-bottom: 24px;
}

#list_profile_navigation li {
	float: left;
	padding: 0;
	background-image: none;
	border: 1px solid #007c96;
	text-align: center;
}

#list_profile_navigation a {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
}

#list_profile_navigation .active a,
#list_profile_navigation a:hover {
	background-color: #007c96;
	color: #ffffff;
}

#form_language,
#select_language_wrapper {
	display: none;
}

.manipulation {
	float: right;
	width: 20px;
	height: 16px;
}

.label .manipulation {
	float: left;
	width: 48px;
}

.manipulation a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	background: url(../images/sprite-manipulation.png) no-repeat;
}

.manipulation .edit {
	background-position: 0 0;
}

.manipulation .save {
	background-position: 0 -17px;
}

.manipulation .delete {
	background-position: 0 -34px;
}

#content .list_files li {
	clear: both;
	padding-bottom: 0;
}

.delete_file {
	float: right;
	padding-left: 20px;
}

#form_delete p {
	padding-bottom: 0;
}

/** Footer **/

#footer {
	margin-top: 60px;
	padding-top: 6px;
	border-top: 1px solid #dedfe0;
}

#footer p {
	color: #636367;
}

#footer a {
	color: #636367;
}

#footer_links {
	float: right;
	text-align: right;
	width: 150px;
}

#footer_service {
	clear: both;
	padding-top: 2px;
	text-align: right;
}

#service_language,
#service_suggest,
#service_print {
	padding-left: 16px;
	background: url(../images/sprite-service-symbols.gif) no-repeat;
}

#service_symbols {
	float: left;
	width: 140px;
	padding: 0 10px 3px 0;
}

#service_symbols a {
	display: none;
}

#service_suggest {
	background-position: 0 -11px;
}

#service_print {
	background-position: 0 -26px;
}


/** Side **/

#side {
	float: right;
	width: 220px;
}

#login {
	margin-bottom: 20px;
}

#login a {
	width: 220px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#side .box {
	margin-bottom: 20px;
	padding: 8px;
	border: 2px solid #ffffff;
}

#side .box a {
	margin-left: 6px;
}

#side .box p.small_link {
	text-align: right;
}

#side .box img {
	float: right;
	padding-left: 10px;
}

#side .box_app {
	background-color: #e4f4f8;
}

#side .box_app h3 {
	color: #5b5b60;
}


#side .box_services {
	height: 48px;
}


#side .box_services a {
	margin-left: 0;
}

/* Service links and social plugins */

#service_links {
	float: left;
	width: 164px;
	overflow: hidden;
}

#service_links li,
#service_links a,
#service_facebook,
#service_facebook a {
	width: 23px;
	height: 24px;
}

#service_links li,
#service_facebook {
	float: left;
	padding: 0 4px 4px 0;
}

#service_links a,
#service_facebook a {
	display: block;
	background: url(../images/sprite-service-links.png) no-repeat;
}

#service_xing a {
	background-position: 0 -24px;
}

#service_linkedin a {
	background-position: 0 -48px;
}

#service_rss a {
	background-position: 0 -72px;
}

#service_twitter a {
	background-position: 0 -96px;
}

#service_google_plus a {
	background-position: 0 -120px;
}

#facebook_container {
	clear: both;
}

#facebook_container p,
#facebook_container iframe {
	float: left;
}

#facebook_container iframe {
	width: 173px;
	height: 21px;
	margin-top: 3px;
}

.social {
	float: left;
}

#social_google {
	float: left;
	overflow: hidden;
	width: 72px;
	padding-left: 15px;
}

#social_facebook {
	clear: both;
	padding-top: 3px;
}

#social_facebook iframe {
	overflow: hidden;
	width: 200px;
	height: 28px;
}

/* Job detail page (bottom) */

#registration_social {
	clear: both;
}

#registration_social p {
	float: left;
	width: 200px;
}

#registration_facebook iframe {
	width: 324px;
	height: 30px;
}