BODY {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0b1660;
}
* {
	margin:0;
	padding:0;
}
p {
	display:block;
	margin-top:10px;
}
hr {
		color:#FFF;
		border-bottom:1px solid #0b1660;
	}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0b1660;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0b1660;
	border:1px solid #1a5c9b;
	background:#FFF;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:400px;
	height:50px;
	color:#0b1660;
	padding:2px;
}
input.button {
	border:1px solid #1a5c9b;
	width:auto;
	background:#c1d1e0;
	padding:2px;
	font-weight:bold;
	cursor:pointer;
	margin-top:10px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0b1660;
	padding:2px;
}
a {
	color:#ff6600;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#container {
	width:892px;
	margin:auto;
	position:relative;
}
/* =header */
#header {
	height:107px;
}
	#header h1 {
		display:block;
		float:left;
		width:200px;
		height:107px;
		background:url(../../images/logo.gif);
		text-indent:-3000px;
	}
	#header h1 a  {
		display:block;
		width:200px;
		height:107px;
	}
/* =topNav */
#topNav {
	float:right;
	margin-top:52px;
	color:#266db1;
}
	#topNav li {
		list-style:none;
		float:right;
		margin-right:15px;
	}
	#topNav li span {
		margin-left:15px;
	}
	#topNav li a {
		color:#266db1;
		font-weight:normal;
		text-decoration:none;
	}
	#topNav li a:hover {
		text-decoration:underline;
	}
	#topNav li a.sendCV {
		background:#ff6600;
		display:block;
		padding:4px;
		color:#FFF;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
	}
	#topNav li a.sendCV:hover {
		text-decoration:none;
		background:#0b1660;
	}
/* =homeWrapper */
#homeWrapper {
	position:relative;
	background:url(../../images/homeVisual.gif) no-repeat;
	width:892px;
	min-height:620px;
	height:auto !important;
	height:620px;
}
	/* =buttons */
	#homeWrapper a.vast{
		position:absolute;
		left:78px;
		top:150px;
		background:url(../../images/btnVast.gif);
		display:block;
		width:197px;
		height:85px;
		text-indent:-3000px;
	}
	#homeWrapper a.vast:hover{
		background:url(../../images/btnVastOver.gif);
	}
	#homeWrapper a.contract{
		background:url(../../images/btnContract.gif);
		position:absolute;
		left:282px;
		top:150px;
		display:block;
		width:197px;
		height:85px;
		text-indent:-3000px;
	}
	#homeWrapper a.contract:hover{
		background:url(../../images/btnContractOver.gif);
	}
	/* =search */
	#search {
		position:absolute;
		left:576px;
		top:61px;
		background:url(../../images/bgSearch.gif) no-repeat;
		width:268px;
		padding-bottom:60px;
	}
	#search h3 {
		margin:10px 0 0 20px;
	}
	#search form {
		padding:20px;
		padding-top:5px;
	}
	#search form input {
		border:1px solid #1a5c9b;
		width:200px;
		background:#FFF;
		padding:2px;
	}
	#search form label {
		display:block;
	}
	#search form input.other {
		border:0;
		vertical-align:middle; 
		background:none;
		width:auto;
		margin-right:3px;
	}
	#search form input.button {
		border:1px solid #1a5c9b;
		width:auto;
		background:#c1d1e0;
		padding:2px;
		font-weight:bold;
		cursor:pointer;
		margin-top:10px;
	}
/* =address */
#addressTxt {
	width:228px;
	padding-left:20px;
}
/* =introText */
#introTxt {
	position:absolute;
	top:230px;
	width:530px;
	left:0;
}
#introTxt img {
	float:left;
}
/* =currentJobs */
#currentJobs {
	position:absolute;
	top:460px;
	width:530px;
	left:0;
}
#currentJobs #jobs {
	margin-left:33px;
	padding:10px;
}
#currentJobs #jobs li {
	list-style:square;
}
/* =contentWrapper */ 
#contentWrapper {
	position:relative;
	background:url(../../images/contentVisual.gif) no-repeat;
	width:892px;
	min-height:620px;
	height:auto !important;
	height:620px;
}
	#content {
		text-align:justify;
		margin-top:200px;
		float:left;
		width:560px;
	}
	#content a.sendCV {
		background:#ff6600;
		display:block;
		padding:4px;
		width:145px;
		color:#FFF;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
	}
	#content a.sendCV:hover {
		text-decoration:none;
		background:#0b1660;
	}
	#content ul {
		margin-left:33px;
		padding:10px;
	}
	#content ul li {
		list-style:square;
	}
	#content input {
		width:200px;
	}
	#content input.button {
		width:auto;
		float:left;
		margin-right:10px;
	}
	#content input.other {
		border:0;
		vertical-align:middle; 
		background:none;
		width:auto;
		margin-right:3px;
	}
	#content #text {
		float:left;
	}
	#content #contentRight {
		float:right;
		width:150px;
		display:block;
		margin-left:10px;
		background:#ff6701;
	}
	#content #contentRight a {
		color:#FFF;
	}
	#content #contentRight hr {
		color:#ff6701;
		border-bottom:1px solid #FFFFFF;
	}
	#content #contentRight span {
		padding:10px;
		display:block;
	}
	#content #contentRight h4 {
		display:block;
		width:150px;
		line-height:30px;
		color:#FFF;
		font-size:12px;
		text-align:center;
		background:#074e93;
	}
	/* =buttons */
	#content a.org{
		background:url(../../images/btnOrg.gif);
		display:block;
		width:195px;
		height:84px;
		text-indent:-3000px;
	}
	#content a.org:hover{
		background:url(../../images/btnOrgOver.gif);
	}
	#content a.end{
		background:url(../../images/btnEnd.gif);
		display:block;
		width:195px;
		height:84px;
		text-indent:-3000px;
	}
	#content a.end:hover{
		background:url(../../images/btnEndOver.gif);
	}
/* =footer*/
#footer {
	clear:both;
	margin:auto;
	margin-top:20px;
	width:892px;
	height:40px;
	line-height:40px;
	border-top:1px solid #c2d1df;
	color:#074e93;
}