#featured_jobs
{
display: block;
position: relative;
margin-left: 230px;
width: 500px;
min-height: 400px;
_height: 400px;
_margin-top: -360px;
}

#featured_jobs h1
{
margin-left: -10px;
}

#featured_1
{
display: block;
float: left;
width: 470px;
background: url(/templates/images/featured_1.gif) left top no-repeat;
padding: 10px 15px 20px 15px;
}

#featured_1 .title
{
display: block;
width: 100%;
float: left;
font-size: 115%;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
color: #000;
border-bottom: 1px solid #ebe0c4;
margin-bottom: 5px;
} 

#featured_1 .description
{
display: block;
width: 470px;
font-size: 95%;
padding-top: 5px;
color: #330033;
} 

#featured_1 .keywords
{
display: inline;
font-size: 80%;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
color: #681668;
margin-right: 4px;
} 

#featured_1 .keywords a
{
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
color: #681668;
} 
#featured_1 a.apply
{
color: #681668;
border: 1px solid #c7c7c7;
padding: 4px;
text-decoration: none;
background: url(/templates/images/apply_now_bg.gif) top right repeat-y;
width: 80px;
text-align: center;
float: right;
margin-top: 10px;
} 
#featured_2
{
display: block;
width: 450px;
height: auto;
background: #fff url(/templates/images/featured_3.gif) left bottom no-repeat;
padding: 5px 25px 5px 25px;
float: left;
}
#featured_2 a#previous
{
color: #681668;
padding: 4px 4px 4px 24px;
text-decoration: none;
background: url(/templates/images/arrow_prev.gif) left no-repeat;
width: auto;
float: left;
} 
#featured_2 a#next
{
color: #681668;
padding: 4px 24px 4px 4px;
text-decoration: none;
background: url(/templates/images/arrow_next.gif) right no-repeat;
width: auto;
float: right;
} 

#vacancies
{
width: 100%;
display: block;
float: left;
clear: left;
padding-bottom: 30px;
}

.vacancy
{
width: 100%;
display: block;
padding: 5px 0px 5px 0px;
font-size: 110%;
}

.vacancy_title a
{
float: left;
color: #656565;
text-decoration: none;
background: url(/templates/images/vacancy_bg.gif) left no-repeat;
padding-left: 25px;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.vacancy_title a:hover
{
color: #000000;
background: url(/templates/images/vacancy_hover.gif) left no-repeat;
}

.vacancy_sep
{
color: #ebe0c4;
margin-right: 10px;
margin-left: 10px;
}

.vacancy_keyword
{
margin-right: 5px;
text-decoration: none;
color: #681668;
font-size: 80%;
}

.vacancy_keyword:hover
{
text-decoration: none;
color: #000;
}

#tooltip {
    padding: 4px 6px;
    background:  url(/templates/images/tooltip_bg.gif) left repeat-x #faf9f3;
    border: 1px solid #caadca;
    text-align: center;
    font-size: 11px;
	color: #000;
	
}

span.tip {
    border-bottom: 1px solid #eee;
}