/******************************************

grey: #7E7E7E;		-> #6a6a68
orange: #FF7900;	-> #f78b1a
beige: #EDE8C4;		-> #fff9d7

******************************************/

/*--ESSENTIAL-------------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	color: #6a6a68;
}

img {
	border: none;
}

.break12 {
	height: 12px;
	overflow: hidden;
}

.insideTopBreak {
	height: 30px;
	overflow: hidden;
}


h1, h2, h3, h4, h5 {
	color: #f78b1a;
}

h1 {
	margin: 0 0 0.5em 0;
	_margin: 0 0 5px 0;
	font-size: 1.3em;
}

h2 {
	margin: 0 0 0.4em 0;
	font-size: 1.2em;
}

h3 {
	margin: 0 0 0.3em 0;
	font-size: 1.1em;
}

h4 {
	margin: 0 0 0.2em 0;
	font-size: 1em;
}

h5 {
	margin: 0 0 0.1em 0;
	font-size: 0.9em;
}

a img {
	border: none;
}

a {
	color: #f78b1a;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #f78b1a;
}

a:active {
	color: #f78b1a;
}

hr {
	color: #f2d9bc;
	border: 0 none;
	border-top: 1px solid #f2d9bc;
	height: 1px;
	margin: 0 0 1em 0;
}

p {
	margin: 0 0 1.2em 0;
	font-size: 1em;
}

b.hof {
	color: #f78b1a;
}

.clear {
	clear: both;
	overflow: hidden;
}

ul, ol {
	padding-left: 20px;
	margin-bottom: 15px;
}

#text ul li, #text ol li{
	margin-bottom: 10px;
}

table {
	width: 100%;
	
}

table tr td {
	padding: 2px 0 2px 2px;
}

table tr.dark td {
	background: #fff9d7;
}

form {
	padding: 0;
	margin: 0;
}

.jobs tr td {
	vertical-align: top;
	padding: 3px 10px 3px 3px;
}

#preJobs {
	_height: 500px;
	min-height: 500px;
}

form input {
	border: 1px #6a6a68 solid;
}

form textarea {
	border: 1px #6a6a68 solid;
}

.moreInfo {
	cursor: pointer; 
/*	text-decoration: underline; */
}

/*--CONTAINERS------------------------------------------------------*/

#main {
	width: 912px;
	margin: 20px 0 20px 22px; 
}

#leftPart {
	width: 138px;
	float: left;
}

#rightPart {
	width: 744px;
	padding: 0 0 0 20px;
	float: right;
}

#top {
	width: 744px;
	height: 20px;
	border-bottom: 1px #6a6a68 solid;
	position: relative;
}

/*--MAIN-MENU-------------------------------------------------------*/

ul#mainMenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#mainMenu li {
	margin: 0 30px 0 0;
	padding: 0;
	display: block;
	float: left;
}

ul#mainMenu li a {
	line-height: 22px;
	font-size: 15px;
	font-weight: bold;
	display: block;
	float: left;
	color: #6a6a68;
	text-decoration: none;
}

ul#mainMenu li a:hover {
	color: #000000;
}

ul#mainMenu li a.active {
	color: #f78b1a;
}

#lang {
	position: absolute;
	right: 0;
	top: 25px;
}

#lang a {
	color: #6a6a68 !important;
	text-decoration: none;
	font-weight: bold;
}

/*--LEFT-MENU-------------------------------------------------------*/

ul#leftMenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#leftMenu li {
	margin: 0;
	padding: 0;
	border-top: 2px #ffffff solid;
}

ul#leftMenu li a {
	width: 148px;
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	background: #6a6a68;
	color: #ffffff;
	text-indent: 8px;
	text-decoration: none;
}

ul#leftMenu li a:hover {
	background: #000000;
}

ul#leftMenu li a.active {
	background: #f78b1a;
}

/*--TEXT------------------------------------------------------------*/

#text {
	width: 550px;
	padding: 0 0 20px 0;
	float: left;
}

/*--RIGHT-PANEL-----------------------------------------------------*/

#rightPanel {
	width: 184px;
	float: right;
}

.jump {
	margin-top: 80px;
}

#rightPanel h2 {
	width: 184px;
	line-height: 40px;
	font-size: 13px;
	display: block;
	background: #6a6a68;
	color: #ffffff;
	text-indent: 8px;
	text-decoration: none;
	margin: 0;
}

ul#premiumJobs {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#premiumJobs li {
	border-bottom: 1px #6a6a68 solid;
	font-size: 11px;
	background: #fff9d7;
}

ul#premiumJobs li a {
	height: 28px;
	padding: 4px 0 3px 4px;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

/*--FOOTER----------------------------------------------------------*/

#footer {
	margin: 12px 0 0 0;
	width: 100%;
	border-top: 1px #6a6a68 solid;
	padding-top: 4px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#footer ul li {
	float: left;
	display: block;
	padding: 0;
	margin-right: 45px;
}

#footer ul li a {
	float: left;
	display: block;
	color: #6a6a68;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

/*--SERVICES--------------------------------------------------------*/

ul.services {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.services li {
	margin: 0 0 15px 0;
	padding: 0;
}

ul.services li a {
	color: #6a6a68;
	font-weight: bold;
}

ul.services li a:hover {
	color: #000000;
	text-decoration: underline;
}


/*--FILTER----------------------------------------------------------*/
#filter {
	position: relative;
	height: 52px;
	_height: 56px;
}

#filter table {
	width: 744px;
	position: absolute;
	border-bottom: 1px #000000 solid;	
}

#filter table tr th {
	text-align: left;
	color: #000000;
	padding-bottom: 3px;
}

#filter table tr th.inText {
	text-align: right;
	padding-right: 140px;
}

#filter table tr td {
	width: auto;
	padding: 0 0 6px 0;
}

#filter table tr td select {
	width: 130px;
	background: #fff9d7;
	border: none;
}

#filter table tr td input {
	width: 118px;
	background: #FFFFFF;
	border: 1px #000000 solid;
}

#filter table tr td input.buttonSearch {
	width: 60px;
	_width: 58px;
	height: 20px;
	background: #000000;
	font-size: 12px;
	color: #ffffff;
}

.hr {
	width: 100%;
	margin: 5px 0 7px 0;
	height: 1px;
	background: #000000;
	overflow: hidden;
}

.navigation-bar {
	margin-top: 15px;
}

.navigation-bar .arrow {
	width: 20px;
	padding: 0 5px 0 5px;
	background: #fff9d7;
	text-align: center;
}

.navigation-bar .arrow a {
	text-decoration: none;
	font-weight: bold;
}

/*--BUTTONS------------------------------------------------------------------*/

.button {
	width: auto;
	margin-right: 5px;
	display: block;
	padding: 5px 8px 5px 8px;
	background: #fff9d7;
	color: #f78b1a;
	float: left;
	text-decoration: none;
	font-weight: bold;
	border: none;
	font-size: 12px;
}

.noBor {
	border: none !important;
}


div.boxfloat {
	color: #F78B1A;
	background-color: #FFF9D7;
	border: 1px solid #F78B1A;
	padding: 2px;
	width: 15em;
}
