* {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	color: black;
	line-height: 1.333;
	background-color: white;
	overflow: scroll;
}

body.progress, body.progress * {
	cursor: progress !important;
}

a {
	text-decoration: underline;
}

#latestjobs a {
	text-decoration: none;
}

#contentleft a {
	text-decoration: underline;
}

#jobTable {
	border-spacing: 10px;
	border-collapse: separate;
}

#jobTable th {
	font-weight: bold;
	text-align: left;
	color: silver;
}

#jobTable td {
	text-wrap:normal;


}

p, div, a, li {
	font-size: 14px;
	font-family: 'Lato', sans-serif; 
	font-weight: 400;
	color: rgb(27, 27, 27);
	line-height: 1.333;
}

p {
	margin-top: 20px;
}

h1 {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #640e0d;
	line-height: 1;
}

h2 {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #640e0d;
	line-height: 1;
}

h3 {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #640e0d;
	line-height: 1;
}

h1.main {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 26px;
	text-transform: uppercase;
	background-image: url(images/h1_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 32px;
	color: black;
}

hr.main {
	width: 648px;
	height: 4px;
	background-image: url(images/hr_bg.png);
	background-repeat: repeat-x;
	border: none;
	margin-top: 10px;
	margin-left: 0px;

	/*border: 6px dotted #c6bd98;*/
}

a.readmore {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #640e0d;
	background-image: url(images/nuoli.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 3px;
	padding-left: 33px;
	display: inline-block;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 20px 5px 20px 0px;
}

b, strong {
	font-weight: bold;
}

input[type=text], select {
	border: 1px solid silver;
	border-radius: 5px;
}

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

#content ul {
	margin: 10px;
	list-style-type: disc;
}

#content li {
	margin-left: 10px;
}

#content ol {
	margin: 10px;
	list-style-type: decimal;
}

.nobreak {
	white-space: nowrap;
}

#header1 {
	position: relative;
	width: 1000px;
	height: 71px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header2 {
	position: relative;
	width: 1000px;
	height: 283px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#headerpic {
	position: absolute;
	top: 0px;
	left: 0px;
/*
	width: 440px;
	height: 300px;
*/
	width: 424px;
	height: 283px;
	margin-right: 50px;
}

#headerpic img {
	width: 424px;
	height: 283px;
}

#jobsearch {
	position: absolute;
	top: 6px;
	left: 455px;
	width: 270px;
	height: 270px;
	background-color: #c6bd98;
	border-radius: 8px;
}
/*
        "<h1 id=\"jobsearchheading\" class=\"main\">Job Search</h1>\n".
        inputTextfield("freetext", array("placeholder" => "Free text ")). "<br>\n".
        inputSelect("country_id", $arr_countryId, array("choosetext" => "-- Select Country --" )). "<br>\n".
        inputSelect("jobcat_id", $arr_jobCatId, array("choosetext" => "-- Select Category --", "onchange" => "jobcatChange(this);")) ."<br>\n".
        "<div id=\"jobsearchspeciality\">Select category first</div><br>\n".
        "<input id=\"jobsearchbutton\" title=\"Search Jobs\" value=\"\" type=\"submit\" onclick=\"submitHTML(this.form); return false;\" />\n";
*/
#jobsearch select, #jobsearch input[type=text] {
	margin: 0px;
	font-size: 16px;
	width: 230px;
	border-radius: 5px;
}

#jobsearch #jobsearchheading {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 230px;
	margin-top: 10px;
}

#jobsearch #freetext {
	position: absolute;
	left: 20px;
	top: 60px;
	width: 230px;
	padding: 3px;
}

#jobsearch #country_id {
	position: absolute;
	left: 20px;
	top: 100px;
	width: 230px;
}

#jobsearch #jobcat_id {
	position: absolute;
	left: 20px;
	top: 135px;
	width: 230px;
}

#jobsearch #jobsearchspeciality {
	position: absolute;
	left: 20px;
	top: 170px;
	height: 40px;
	width: 230px;
}

#jobsearchbutton {
	position: absolute;
	top: 210px;
	left: 20px;
	width: 170px;
	height: 45px;
	background: url('images/btn_searchjobs.png');
	border-radius: 6px;
	border: 1px solid #bbbbbb;
	cursor: pointer;
}


#sitenavi {
	position: absolute;
	top: 6px;
	left: 750px;
	width: 240px;
	height: 270px;
}

#navi {
	width: 1000px;
	height: 35px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#socialdiv1 {
	position: absolute;
	top: 20px;
	right: 200px;
	height: 50px;
}

#socialdiv2 {
	display: none;
	position: absolute;
	top: 6px;
	left: 285px;
	width: 105px;
	height: 270px;
}

#sitesearch {
	position: absolute;
	top: 20px;
	right: 0px;
	padding: 0px;
}

#sitesearchtext {
	position: relative;
	top: -4px;
	width: 150px;
}

#sitesearchbutton {
	position: relative;
	top: 0px;
	width: 30px;
	height: 20px;
	border: none;
	margin: 0px 0px 0px 5px;
	background: url('images/btn_search.png');
}

#topnavibutton {
	position: absolute;
	top: 20px;
	right: 0px;
	display: none; 
}

.newsListTable td { padding: 10px 10px 30px 10px; vertical-align: top; }



div.newsItem {
	margin: 10px 10px 30px 0px;
}

#fullnavirow {
	width: 1000px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

ul.fullnavi {
	display: none;
}

div.navitoggle {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}

#fullnavicontent a {
	display: inline-block;
	margin: 10px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

#fullnavicontent a:hover {
	text-decoration: underline;
}

#fullnavicontent > ul.fullnavi > li {
	text-indent: 5px;
	background-color: #3493c9;
	border-top: 1px solid #3083b7;
}

#fullnavicontent > ul.fullnavi > li.haschildren {
	cursor: pointer;
}

#fullnavicontent > ul.fullnavi > li > ul.fullnavi > li {
	text-indent: 10px;
	background-color: #4a9dd1;
	border-top: 1px solid #3083b7;
}

#fullnavicontent > ul.fullnavi > li > ul.fullnavi > li > ul.fullnavi > li {
	text-indent: 15px;
	background-color: #5ea8d7;
	border-top: 1px solid #3083b7;
}

#fullnavicontent > ul.fullnavi > li > ul.fullnavi > li > ul.fullnavi > li > ul.fullnavi > li {
	text-indent: 20px;
	background-color: #79b9e0;
	border-top: 1px solid #3083b7;
}

nav {
	margin: 0px auto; 
	text-align: left;
    width: 100%;
	z-index: 100;
}

nav ul ul {
	display: none;
	z-index: 100;
	border: 1px solid #b3a675;
}

nav ul li:hover > ul {
	display: block;
	z-index: 100;
}

nav ul {
	z-index: 100;
	background: #C6BD98; 
	list-style: none;
	position: relative;
}
nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
	border-left: 0px solid black;
	border-right: 0px solid black;
	max-width: 200px;
}

nav ul li:hover {
	background: #b3a675;
	color: white;
}

nav ul li:hover a {
	color: black; 
}

/* top level link */
nav ul li a {
	display: block; padding: 5px 10px;
	color: black; 
	text-decoration: none;
/*
	font-weight: bold;
	font-size: 13px;
*/
}
	
nav ul ul {
	background: #C6BD98; 
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 90%;
}

/* submenu item */
nav ul ul li {
	float: none; 
	/*border-top: 1px solid #6b727c;*/
	border-bottom: 1px solid #575f6a; 
	position: relative;
	width: 150px;
}

nav ul ul li:last-child {
	border-bottom: none;
}

nav ul ul li a {
	padding: 5px 10px;
	color: black;
}	

/* mouse over */
nav ul ul li a:hover {
	background: #b3a675;
	color: white;
}
	
nav ul ul ul {
	position: absolute; left: 100%; top: -1;
}

ul.joblist li {
	list-style-image: url("images/profcobullet.png");
	margin: 0px 20px 10px 10px;
}

table.form {
/*	width: 100%;*/
}

table.form .maxwidth {
	width: 100%;
}

table.form td, table.form th {
	padding: 3px;
	vertical-align: top;
	text-align: left;
}

table.form th {
	font-weight: bold;
}

.red { color: red; }
.maroon { color: maroon; }

#contentmain {
	width: 1000px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 630px;
	float: left;
	margin-right: 50px;
	margin-left: 5px;
}

#testimonial {
	margin-top: 50px;
}

#testimonialimage {
	float: left;
}

#testimonialquote {
	position: relative;
	width: 400px;
	background-color: #f7f4ea;
	border-radius: 8px;
	padding: 10px;
	margin: 20px;
	float: right;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	color: black;
}

#testimonial_side {
	position: absolute;
	top: 30px;
	left: -12px;
}

#twitter {
	width: 300px;
	float: right;
}

#latestjobs {
	width: 300px;
	float: right;
	margin-top: 0px;
}

#footermain {
	width: 100%;
	margin-top: 30px;
	height: 250px;
	background-color: #857a4f;
}

#footercontent {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
}

#footercontent a {
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

#footer1 {
	position: absolute;
	left: 30px;
	top: 20px;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 300;
}

#footer3 {
	position: absolute;
	left: 220px;
	top: 20px;
	color: white;
	background-image: url(images/nuoli.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

#footer4 {
	position: absolute;
	left: 460px;
	top: 20px;
	color: white;
	background-image: url(images/nuoli.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

#footer2 {
	position: absolute;
	left: 690px;
	top: 20px;
	color: white;
	background-image: url(images/nuoli.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

#grayout {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 998;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: black;
	display: none;
}

#popup {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	min-height: 300px;
	max-height: 80%;
	padding: 0px;
	background-color: white;
    border-radius: 6px;
	border: 1px solid #333333;
	z-index: 999;
	overflow: auto;
	display: none;
	-moz-box-shadow: 2px 2px 4px 0px black;
	-webkit-box-shadow: 2px 2px 4px 0px black;
	box-shadow: 2px 2px 4px 0px black;
}

#calendar {
	margin-bottom: 0px;
}

#calendar table {
    margin-left: auto;
    margin-right: auto;
}

#calendar a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}

#calendar td {
    text-align: center;
    vertical-align: middle;
    color: #666666;
    font-size: 14px;
	padding: 3px 5px 3px 5px;
}

#calendar thead td {
    width: 23px;
    font-weight: bold;
}

#calendar tbody td {
    height: 8px;
}

#calendar .events {
    text-align: center;
	background: url("images/events.png");
	background-position: 5px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#calendar .today {
    font-weight: bold;
}

#calendar .weekend {
    color: #999999;
}

#calDetails {
	background-color: #710800;
	color: white;
	border-radius: 8px;
	width: 300px;
	padding: 10px;
	display: none;
	-moz-box-shadow: 2px 2px 6px 0px black;
	-webkit-box-shadow: 2px 2px 6px 0px black;
	box-shadow: 2px 2px 6px 0px black;
}

#registerLink {
	position: absolute;
	top: 210px;
	left: 30px;
}

#registerLink img {
	border-radius: 6px;
	border: 1px solid #bbbbbb;
}

@media all and (max-width: 999px) {

	#navi { 
		display: none; 
	}

	#sitesearch {
		right: 50px;
	}

	#topnavibutton {
		display: block;
	}

	hr.main {
		width: 420px;
	}

	#header1, #fullnavirow {
		width: 640px;
	}

	#header2 {
		width: 640px;
	}

	#socialdiv1 {
		display: none;
	}

	#socialdiv2 {
		display: block;
	}


	#headerpic {
		display: none;
	}

	#jobsearch {
		left: 0px;
		width: 270px;
	}

	#sitenavi {
		left: 400px;
		width: 240px;
	}

	#navi {
		width: 640px;
	}

	#contentmain {
		width: 640px;
	}

	#content {
		width: 420px;
		margin-right: 20px;
	}

	#content img {
		max-width: 400px;
	}

	#testimonialquote {
		width: 350px;
	}

	#twitter {
		width: 200px;
	}

	#latestjobs {
		width: 180px;
	}

	#footermain {
		height: 380px;
	}

	#footercontent {
		width: 640px;
	}

	#footer1 {
		left: 70px;
		top: 20px;
	}

	#footer2 {
		left: 320px;
		top: 20px;
	}

	#footer3 {
		left: 70px;
		top: 160px;
	}

	#footer4 {
		left: 320px;
		top: 160px;
	}

	#popup {
		width: 630px;
	}
}

@media all and (min-width: 1000px) {

	body.mobile p, 
	body.mobile div, 
	body.mobile a, 
	body.mobile li, 
	body.mobile td {
		font-size: 18px;
	}

	body.mobile #sitesearch {
		right: 70px;
	}

	body.mobile #topnavibutton, body.mobile #topnavibutton img {
		display: block;
		width: 55px;
	}

	body.mobile #socialdiv1 {
		display: none;
	}

    body.mobile #headerpic {
		display: none;
	}


	body.mobile #jobsearch {
		left: 0px;
	}

	body.mobile #socialdiv2 {
		display: block;
		left: 305px;
		width: 320px;
	}

	body.mobile #socialdiv2 a {
		margin: 0px 25px 25px 0px;
		display: inline-block;
	}

	body.mobile #socialdiv2 img {
		width: 75px;
	}

	body.mobile #sitenavi {
		width: 365px;
		left: 625px;
	}

	body.mobile #navi { 
		display: none; 
	}

	body.mobile #content img {
		width: 180px;
	}

	body.mobile #footercontent a {
		font-size: 14px;
	}
}
