body {
background-color: #E4DFDC;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}


/* Layout */

#wrapper {
background-color: #FFFFFF;
width: 960px;
margin: 0px auto;
}

#navigation {
float: right;
padding: 80px 30px 0px 0px;
color: #E4DFDC;
}

#navigation p a{
color: #000000;
text-decoration:none;
}

#main {
clear: both;
padding: 10px 30px 10px 30px;
height: 100%;
border-top: 1px #CDBFA8 solid;
}

#main_index {
clear: both;
padding: 10px 30px 10px 30px;
height: 100%;
border-top: 1px #FFF solid;
}

#left {
float: left;
width: 250px;
height: 360px;
padding: 0px 30px 0px 30px;
}

#right {
float: left;
width: 600px;
height: 450px;
}

#full_width {
height: 568px;
}

#footer {
clear: both;
height: 30px;
padding: 10px 30px 15px 30px;
background-color:#CDBFA8;
}

#vacancy_search {
padding: 5px 20px 10px 20px;
border: 1px solid #CCCCCC;
height: 113px;
clear: both;
}

#intro_text {
padding: 5px 20px 10px 20px;
height: 115px;
clear: both;
}

.box {
padding: 10px;
border: 1px solid #CCCCCC;
}

.clear {
clear: both;
height: 10px;
}

/* Text */

p {
font-size: 12px;
}


h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
font-weight: bold;
}


#intro_text h2 {
font-style: italic;
font-weight:normal;
font-size: 18px;
line-height: 130%;
}

h3 {
font-size: 14px;
}

#left h3 {
color: #CDBFA8;
}

hr {
background-color:#CDBFA8;
border: 0;
clear: both;
height: 4px;
margin-bottom: 18px;
}

.text_padding_left {
padding: 0px 0px 0px 30px;
}

.job_title {
text-transform: uppercase;
color: #666666;
}

.apply {
padding: 10px;
float: right;
text-transform: uppercase;
border: 1px solid #CCCCCC;
text-align:center;
}

.apply a {
text-decoration: none;
color: #000000;
}

.bold {
font-weight: bold;
}
/* Tables */

table {
font-size: 12px;
}

/* Forms */

input { 
color: #000000;
border: 1px solid #CCCCCC;
}

textarea {
color: #CCCCCC;
color: #000000;
border: 1px solid #CCCCCC;
}

.form_input_175 {
width: 145px;
margin-right: 10px;
}



.form_input_250 {
width: 250px
}

/* Accordian */

div.header-toggle {
position: absolute;
top:0;
margin: 5px 0px 0px 570px;
z-index: 10;
background: url('media/button_toggle.jpg');
height: 20px;
width: 20px;
background-position: 0px 0px;
background-repeat:no-repeat;
}

#drawer h3 {
position: relative;
padding: 7px 7px 7px 0px;
margin: 0px 0px 5px 0px;
font-size: 12px;
font-weight: bold;
outline:none;
color: #666666;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
}

#drawer h3.ui-state-active {
	margin: 0px 0px 0px 0px;

}

#drawer h3.ui-state-default {
border-bottom: 1px solid #CCCCCC;

}

.list-container {
padding: 10px 20px 10px 20px;
border: 1px solid #CCCCCC;
border-top: none;
margin: 0px 0px 10px 0px;
}

#drawer h3 {
border: 1px solid #CCCCCC;
border-bottom: none;
padding: 10px 20px 10px 20px;
}



/*
#drawer h3.ui-state-active > div.header-toggle {
	background: url('media/button_toggle.jpg');
	background-position: -25px 0px;
	background-repeat:no-repeat;
}

div.header-toggle:hover {
	background: url('media/button_toggle.jpg');
	background-position: -25px 0px;
	background-repeat:no-repeat;
}

#drawer h3:hover {
	cursor: pointer;
}

#drawer h3:hover div.header-toggle {
	background: url('media/button_toggle.jpg');
	background-position: -25px 0px;
	background-repeat:no-repeat;
}
*/

