body{
	background: url(../images/bg.png) repeat-x 0 0;
	font-size: 12px;
}

a{
	color: #128cba;
	text-decoration: none;
}

a:hover{
	color: #cc2118;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

dl{
	overflow: hidden;
	margin-bottom: 10px;
}

dl dt, dl dd{
	padding: 1px 0;
}

dl dt{
	float: left;
	clear: left;
	padding: 1px 3px 1px 0;
}

.content h1{
	font-size: 22px;
	padding-left: 30px;
	background: url(../images/main-header-arrow.png) no-repeat left center;
}

.content h2{
	font-size: 19px;
}

.content h3{
	font-size: 16px;
}

.content h4{
	font-size: 13px;
}

.clear{
	clear: both;
}

.blueButton{
	background: #41b4d7 url(../images/header-login-button.png) no-repeat;
	border: 0;
	color: #fff;
	width: 75px;
	height: 20px;
	text-transform: uppercase;
}

.arrowButton{
	display: inline;
	display: inline-block;
	height: 20px;
	width: 85px;
	padding-left: 20px;
	background: url(../images/header-arrow-button.png);
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
}

.greyButton{
	background: #939089 url(../images/side-button.png) no-repeat;
	border: 0;
	color: #fff;
	display: inline;
	display: inline-block;
	width: 86px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

.arrowButton:hover, .greyButton:hover{
	color: #fff;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 940px;
	padding: 362px 20px 0;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 362px;
	background: url(../images/header-bg.png) no-repeat 15px 139px;
}

#logo{
	position: absolute;
	width: 351px;
	height: 80px;
	left: 20px;
	top: 20px;
}

#logo a{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo.jpg) no-repeat;
}

#userLogin{
	display: block;
	position: absolute;
	right: 20px;
	top: 11px;
	width: 219px;
	height: 79px;
	padding: 10px 16px 0;
	text-align: right;
	background: #f5f4ed url(../images/header-login-bg.png) no-repeat;
}

#userLogin label{
	padding: 0 5px 0 0;
}

#userLogin input{
	margin: 0 0 5px 0;
	text-align: left;
	*position: relative;
	*top: 5px;
}

#userLogin input.niceField{
	*top: 0;
	width: 150px;
	height: 14px;
}

#userLogin input.blueButton{
	*top: 0;
	margin: 3px 0 0 7px;
	text-align: center;
}

#menu{
	position: absolute;
	top: 110px;
	left: 20px;
	height: 29px;
	border-right: 1px solid #fff;
	border-left: 1px solid #d9d6cf;
	z-index: 10000
}

#menu li{
	float: left;
	position: relative;
}

#menu li a{
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 20px;
	color: #3e3e3e;
	border-left: 1px solid #fff;
	border-right: 1px solid #d9d6cf;
	text-align: center;
	text-decoration: none;
}

#menu li:hover a, #menu li a:hover{
	color: #128cba;
}

#menu li ul{
	position: absolute;
	display: none;
	width: 120px;
	margin: 0;
	left: -1px;
	top: 29px;
	background: #f0ebe1;
	border: solid #d8d3cc;
	border-width: 0 1px 1px 1px;
}


#menu li:hover ul{
	display: block;
}

#menu li ul li, #menu li ul li a{
	float: none;
	background: none;
}

#menu li ul li{
	height: auto;
}

#menu li ul li a{
	text-align: left;
	height: auto;
	border-right: 0;
	border-top: 1px solid #d8d3cc;
	border-bottom: 1px solid #fff;
	display: block;
	line-height: 1.2em;
	padding: 4px 0 3px 5px;
	font-size: 11px;
}

#menu li ul li a:hover{
	background: #fff;	
}

#searchForm{
	display: block;
	width: 230px;
	position: absolute;
	right: 20px;
	top: 113px;
}

#searchField{
	width: 145px;
	position: absolute;
	right: 40px;
	border: 1px solid #ccc;
	top: 2px;
	padding: 0;
	height: 16px;
}

#searchSubmit{
	position: absolute;
	top: 2px;
	right: 0;
	width: 36px;
	height: 18px;
	border: 0;
	background: url(../images/header-search-go.png) no-repeat;
}

#searchForm label{
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
}

#headerJobSection, #headerVacancySection{
	position: absolute;
	top: 167px;
	width: 193px;
	padding: 0 123px 0 0;
	height: 176px;
}

#headerJobSection h2, #headerVacancySection h2{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

#headerJobSection p, #headerVacancySection p{
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 1.2em;
	color: #fff;
}

#headerJobSection{
	background: url(../images/header-search-icon.png) no-repeat 100% 20px;
	left: 20px;
}

#headerVacancySection{
	background: url(../images/header-vacancy.png) no-repeat 100% 20px;
	left: 360px;
}

#headerFlash{
	position: absolute;
	top: 159px;
	left: 708px;
}

#content{
	overflow: hidden;
	_display: inline;
	_display: inline-block;
}

#mainColumn{
	float: left;
	width: 670px;
	padding-bottom: 1px;
}

#sideColumn{
	background: #f5f4ed;
	color: #474848;
	font-size: 11px;
	float: right;
	width: 212px;
	padding: 20px 20px 0;
	padding-bottom: 5010px;
	margin-bottom: -5000px;
}

#sideColumn h2{
	width: 212px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: url(../images/side-header-bg.png) no-repeat;
	margin-bottom: 5px;
}

#sideColumn h3{
	color: #141414;
	font-size: 14px;
	margin-bottom: 5px;
}

.sideJobs li{
	padding: 13px 0;
	border-bottom: 1px dotted #93928e;
}

.sideJobs li p{
	line-height: 1.3em;
	margin-bottom: 10px;
}


#footerWrapper{
	background: #262626;
}

#footer{
	width: 940px;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	color: #a3a3a3;
	font-size: 11px;
}

#footer a{
	color: #a3a3a3;
}

#footerLeft{
	float: left;
}

#footerRight{
	float: right;
}

