* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
	background: url(media/bg_all_dark.jpg) no-repeat 0 72px;
	height: 81%;
}

html {
	height: 81%;
	text-align: left;
}

#header {
 color: #333;
 width: 99%;
 float: left;
 height: 52px;
 background: #006;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}

#navigation {
float: left;
 width: 99%;
 color: #333;
 margin: 0;
 background: #b7b7b7;
	height: 18px;
	border-bottom: 1px solid #7d7d7d;
	border-top: 1px solid #d4d4d4;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding: 0;
}

#wrapper {
	min-height: 100%;
	height: 81%;
	margin: 0 auto -4em;
	width: 800px;
	float: left;
}

#wrapper {
	min-height: 100%;
	height: 81%;
	margin: 0 auto -4em;
	width: 100%;
	float: left;
}
#leftcolumn { 
 color: #333;
 width: 193px;
 float: left;
	padding-bottom: 20px;
	margin: 12px 0px 0px 0;
}
#content { 
 float: left;
 color: #333;
 padding: 10px;
 width: 369px;
 display: inline;
	margin: 12px 0px 0px;
}
#rightcolumn { 
 color: #333;
 width: 171px;
 float: left;
	padding-bottom: 20px;
	padding-left: 8px;
	border-left: 1px solid #bababa;
	height: 450px;
	margin: 12px 0px 0px 0;
}

#navlist
{
	position: relative;
	top: 2px;
	margin-left: 12px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 0;
}

#navlist li a
{
display: inline;
list-style-type: none;
padding-right: 10px;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	background: none no-repeat 0 top;
	padding-left: 5px;
}

h1 {
	font-size: 16px;
	margin-bottom: 20px;
}

h2 {
	font-size: 12px;
	color: #cc0003;
	margin-bottom: 10px;
}

#navlistvert li {
	background: url(media/closed.gif) no-repeat 0;
	padding-left: 13px;
	text-decoration: none;
}

#navlistvert li a {
	color: #00117a;
	text-decoration: none;
	font-weight: bold;
}

#navlistvert li a:hover {
	color: #cc0003;
	text-decoration: none;
	font-weight: bold;
}

.vacresult {
	background-image: none;
}

.vactitle {
	font-weight: bold;
}

.vaclocation {
	
}

.vacsalary {
	
}

.vacdesc {
	
}

.vacapply {
	
}

a {
	font-weight: bold;
	color: #171724;
}

#footer { 
 	width: 99%;
 	color: #333;
	background: url(media/footer_bk.gif) repeat-x 0 bottom;
}

#footer p {
	text-align: right;
	color: #fff;
}

#footer, .push {
	 height: 4em;
	
}

#search_box {
	background-color: #f2f2f2;
	padding: 10px;
	border: 1px solid #abaaa8;
}

#search_box img {
	position: relative;
	/*top: 4px;*/
	/*left: 6px;*/
}

.keyword_search {
	background-color: #f2f2f2;
	margin: 5px 10px 5px 0;
	width: 325px;
	float: left;
	clear: both;
	font-size: 14px;
	color: #006;
	padding: 9px;
	border: 1px solid #abaaa8;
}

select {
	color: #006;
	font-size: 12px;
	width: 345px;
	padding: 5px;
	border: 1px solid #cc0003;
	background-color: #fff;
}

p {
	margin-bottom: 20px;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
	border: 1px solid #abaaa8;
}

table a {
	color: #cc0003;
}

#content td {
	/*border-top: 1px dashed #c5c5c5;*/
	/*height: 40px;*/
	margin: 0;
	padding: 10px;
}

.grey {
	background-color: #efefef;
	margin: 0;
	padding: 0;
}

th {
	height: 20px;
	color: #fff;
	margin: 0;
	padding: 10px;
}

thead {
	background-color: #006;
	color: #fff;
}

.detail {
	clear: both;
	background-color: #efefef;

	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;
	padding: 12px;
	height: 88px;
	margin-bottom: 24px;
	line-height: 20px;
}

.detail h3 {
	font-size: 12px;
}

.detail img {
	float: left;
	border-style: solid;
	border-width: 1px;
	margin-right: 12px;
}

