body, p, li, td, th, a {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    text-align: left;
	font-size:11px;
	line-height:16px;
	color:#000;
}

a:hover {
	color:#ff5800;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", "Geneva", Helvetica, sans-serif;
    font-weight:600;
	display:block;
}

p {
    line-height:145%;
    margin: 5px 0;
}

a {
  outline: none;
  -moz-outline-style: none;
}


address {
	font-style:normal;
}

h1 {
	margin: 18px 0 6px 0;
}
h2 {
	margin: 12px 0 6px 0;
}

h3, h4 {
	margin:10px 0 5px 0;
}

h1 {
    color:#ff5800;
    font-weight:100;
    font-size: 180%;
	white-space:nowrap;
}

h2 {
    color:#003975;
    font-weight:600;
    text-transform: uppercase;
    font-size: 140%;
}

h3 {
    color:#003975;
    font-weight:600;
    font-size: 120%;
}

h4 {
    color:#003975;
    font-weight:100;
    font-size: 120%;
}



/* Header*/
#tools-menu li a {
    font-family: "Lucida Grande", "Geneva", Helvetica, sans-serif;
    display: inline-block;
    padding: 2px 4px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size:90%;
}
#tools-menu li a.highlight {
    color: #000;
    text-transform: none;
    background-color: #ff5800;
    
}
#tools-menu li a.highlight strong {
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase;
}
#tools-menu li a:hover.highlight {
    text-decoration: none !important;
    background-color: #003975;
	color:#ff5800;
}

#tools-menu li a:hover {
    text-decoration:underline;
}

#main-menu li a {
	font-family: "Lucida Grande", "Geneva", Helvetica, sans-serif;
    display: inline-block;
    padding-top: 4px;
    color: #fff;
    font-size:110%;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: bold;
    

}
#main-menu li a:hover, #main-menu li a.selected {
    border-top: 2px solid #fff;
    padding-top: 2px;
}
#main-menu .bigmenu h5 {
    font-family: "Lucida Grande", "Geneva", Helvetica, sans-serif;
    color: #013976;
    font-size:100%;
}
#main-menu .bigmenu  a {
	padding:5px 0 0 0;
	border:none;
}
#main-menu .bigmenu  a:hover {
	color:#ff5800;
	padding:5px 0 0 0;
	border:none;
}
#main-menu .bigmenu h5 a {
    font-family: "Lucida Grande", "Geneva", Helvetica, sans-serif;
    text-decoration:none;
    color: #013976;
}
#main-menu .bigmenu li a {
    font-size:100%;
    text-decoration:none;
	text-transform:none;
	font-weight:100;
	color: #000;
}

/* Content element */
#tabs .nav a {
    font-family: "Lucida Grande", "Geneva", Helvetica, sans-serif;
    color: #003975;
    font-size:120%;
    font-weight:normal;
	text-decoration:none;
}


#tabs .nav .current a {
    font-family: "Lucida Grande", "Geneva", Helvetica, sans-serif;
    color: #ff5800;
    font-size:130%;
    font-weight:bold;
    text-decoration:none;
}


/* Footer */
#footer a {
    text-decoration: none;
    font-size: 85%;
}


/* Class */
.infobox h5 {
    font-size: 120%;
    line-height:95%;
    text-transform: uppercase;
	margin:10px 0 3px 0;
}
.infobox a {
    color:#ff5800;
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
	font-stretch:condensed;
	text-decoration:none;
}
a.show-more {
	color:#003975;
	font-size:110%;
	margin:-5px 0 0 0;
	display:block;
}

/* Carrer specific class */
.job-list .departement {
	margin:0;
	color:#999;
	font-size:80%;
}
.job-list .salary {
	margin:0;
	color:#999;
	font-size:80%;
}

.job-list .job-item {
	margin:0 0 30px 0;
}

.job-list .job-item h3 {
	background-color:#003975;
	color:#fff;
	padding:5px 3px;
	margin:0 0 5px 0;
	font-weight:600;
}
.job-list .job-item .apply {
	margin:20px 0 0 0;
}

.job-list .job-item .apply a {
	background-color:#ddd;
	color:#333;
	border:1px solid #aaa;
	padding:5px;
	font-weight:100;
	text-decoration:none;
}
.job-list .job-item .apply a:hover {
	background-color:#eee;
	color:#111;
	border:1px solid #ccc;
}
