/* Reset Section
 * ----------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Global elements
*------------------------------------------------ */
html {
	background: #e6e6e6;
}

body {
	font: 62.5%/1 Arial, Helvetica, sans-serif;
	color: #333;
	background: #e6e6e6 url(../../images/hfg/bg.png) repeat-y center;
	//zoom: 1;
	/* position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%; */
}


.Content h1, .Content h2, .Content h3, .Content h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #891859;
	margin: 1.4em 0 .8em;
}

.Content h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.Content h2 {
	font-size: 2.1em;
}

.Content h3 {
	font-size: 1.7em;
}

.Content h4 {
	font-size: 1.3em;
}

.Content h1:first-child,
.Content h2:first-child,
.Content h3:first-child,
.Content h4:first-child {
	margin-top: 0;
}

.Content p {
	margin: 0 0 .769em 0;
	font-size: 1.3em;
	line-height: 1.4;
}

.Content p.accent {
	color: #891859;
	font-weight: bold;
}

a {
	color: #3d8fff;
}

a:hover {
	color: #1c6fc5;
}

.Content ins {
	display: block;
	font: bold italic 1.6em/1.4 Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
}

.Content ul,
.Content ol {
	margin: -5px 0 1em 0;
	padding-left: 25px;
}

.Content ul {
	list-style-type: disc;
}

.Content ol {
	list-style-type: decimal;
}

.Content ul li,
.Content ol li,
.specLinks ul li {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 5px;
}

.Content hr {
	color: #891859;
	background-color: #891859;
	margin-top: 40px;
}

.Content td {
	padding: 2px 4px;
	font-size: 1.2em;
	line-height: 1.5;
}



/* Fixes */

* html .clearfix{
	height: 1%;
	overflow: visible;
}

*+html .clearfix{
	min-height: 1%;
}

.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearFloat {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}


/* Layout styles
 * --------------------------------------------------------- */

#pageHolder {
	width: 950px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	//zoom: 1;
}

#Header {
	padding: 20px;
	position: relative;
	*zoom: 1;
}

#Logo {
	display: block;
	margin: -9px 0 -10px -10px;
	height: 110px;
	width: 310px;
	background: url(../../images/hfg/logo.png) no-repeat 0 0;
	overflow: hidden;
}

#Logo a,
#Logo span {
	display: block;
	height: 110px;
	width: 310px;
	text-indent: -999em;
	text-decoration: none;
	font-size: 24px;
	line-height: 24px;
}

#newsFeed {
	position: absolute;
	width: 475px;
	top: 20px;
	right: 20px;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
}

#newsFeed .feedTitle {
	float: left;
	padding-right: 10px;
	border-right: 2px solid #891859;
	margin-right: -100%;
	color: #8b8c8d;
}

#newsFeed .feedLine {
	margin-left: 75px;
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
    display: none;
}

#mainMenu {
	margin: 0 20px 20px;
	height: 20px;
	border-bottom: 1px solid #999;
	position: relative;
	z-index: 9000;
}

#mainMenu li {
	display: block;
	float: left;
	height: 20px;
	font-size: 11px;
	border-right: 1px solid #999;
	position: relative;
}

#mainMenu li.last {
	border-right: none
}

#mainMenu li a {
	display: block;
	height: 17px;
	line-height: 17px;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	color: #000;
	padding: 0 15px;
	white-space: nowrap;
}

#mainMenu li a:hover {
	border-bottom-color: #999;
	color: #999;
}

#mainMenu li.active a {
	border-bottom-color: #891859;
	color: #891859;
}

#mainMenu ul {
	position: absolute;
	left: -1px;
	background-color: #d9d9d9;
	min-width: 200px;
	border: 1px solid #999;
	visibility: hidden;
}

#mainMenu ul ul {
	left: 100%;
	top: -1px;
}

#mainMenu ul li {
	float: none;
	border-right: none;
	display: inline;
	display: block;
	//min-width: 200px;
}

#mainMenu li.active ul li a {

}

#mainMenu ul li a,
#mainMenu li.active li a,
#mainMenu li.active li.active li a {
	border-bottom: none;
	color: #000;
	background: none;
	height: 20px;
	line-height: 20px;
	/* padding-left: 12px;
	border-left: 3px solid #d9d9d9; */
	//min-width: 170px;
	padding-right: 11px;
}

#mainMenu ul li.active a,
#mainMenu ul li.active li.active a {
	color: #fff;
	background-color: #891859;
}


#mainMenu ul li a:hover {
	color: #fff !important;
	background-color: #999 !important;
}

#mainMenu .arrowdiv {
	display: none;
}

#mainMenu .arrowdiv {
	display: none;
}

#mainMenu ul li .arrowdiv {
	display: block;
	width: 7px;
	height: 9px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: .45em;
	background: url(../../images/hfg/smenu-ico.gif) no-repeat 0 0;
}

#mainMenu ul li.active .arrowdiv {
	background-position: 0 -50px;
}



#mainPart {
	margin: 0 20px 20px;
	//zoom: 1;
}


.collapseBox {
	margin-bottom: 20px;
	*zoom: 1;
}

.collapseBox h3 {
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px 5px 10px;
	background: #891859 url(../../images/hfg/block-expanded.gif) no-repeat 100% 0;
	cursor: pointer;
}

.collapseBox.collapsed h3 {
	background-image: url(../../images/hfg/block-collapsed.gif);
	background-position: 100% 0;
}

.collapseBox h3:hover {
	background-position: 100% 100%;
}


#leftCol {
	width: 180px;
	float: left;
	margin-right: -100%;
}

#leftCol .sectors {
	background-color: #f2f2f2;
	padding-top: 4px;
}

#leftCol .sectors li {
	margin-top: 3px;
}

#leftCol .sectors a {
	display: block;
	padding: 5px 5px 5px 7px;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	text-decoration: none;
	border-left: 3px solid #f2f2f2;
}

#leftCol .sectors a:hover {
	background-color: #d9d9d9;
	border-color: #999;
}

#leftCol .sectors a.active {
	background-color: #c5c5c5;
	border-color: #891859;
	color: #891859;
	font-weight: bold;
}

.vacancies {
	background-color: #e6e6e6;
}

.vacancy {
	display: block;
	border-bottom: 2px solid #c5c5c5;
	padding: 5px 10px;
	color: #000;
	position: relative;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	cursor: pointer;
}

.vacancy.even {
	background-color: #f2f2f2;
}

.vacancy span {
	display: block;
}

.vacancy span.title {
	text-transform: uppercase;
	font-weight: bold;
}

.vacancy span.view {
	color: #999;
	position: absolute;
	right: 7px;
	bottom: 3px;
	font-size: 10px;
}

.vacancy:hover {
	color: #676767;
}


#leftCol .consult {
	margin-bottom: 20px;
    text-decoration: none;
}

#leftCol .consult .img {
	overflow: hidden;
	background-color: #f2f2f2;
}

.img p {
	margin: 0;
	padding: 0;
}

#leftCol .consult .info {
	background-color: #c5c5c5;
	border-top: 3px solid #891859;
	padding: 5px 10px 7px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

#leftCol .consult .info b {
	color: #891859;
	font-size: 13px;
	text-transform: uppercase;
}

#leftCol .testimon {
	font-size: 11px;
	line-height: 16px;
	background-color: #f2f2f2;
	padding: 5px 0;
}

#leftCol .testimon blockquote {
	margin-bottom: 10px;
	padding: 0 10px;
}

#leftCol .testimon .signat {
	color: #891859;
	font-size: 11px;
	padding: 0 10px;
}

#leftCol .testimon blockquote p {
	display: inline;
}

#leftCol .testimon blockquote q {
	display: inline-block;
	width: 10px;
	height: 8px;
	overflow: hidden;
	background: url(../../images/hfg/quot-open.gif) no-repeat 0 0;
	margin-right: 5px;
	position: relative;
	top: -3px;
}

#leftCol .testimon blockquote q.close {
	background-image: url(../../images/hfg/quot-close.gif);
	margin-right: 0;
	margin-left: 5px;
}



#rightContainer {
	margin-left: 200px;
}


#mainCol {
	width: 510px;
	float: left;
}


.searchResults {
	background-color: #e6e6e6;
	padding: 5px;
}

.searchResults .title {
	overflow: hidden;
	position: relative;
}

.searchResults .title h3 {
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
	width: 350px;
}

.searchResults .title span {
	position: absolute;
	right: 0;
	bottom: 5px;
	color: #891859;
	line-height: 13px;
}

.searchResults .title span b {
	font-weight: normal;
	color: #333;
}

.searchResults .jobSect {
	background-color: #fff;
	padding: 5px 10px;
	margin-bottom: 2px;
	overflow: hidden;
}

.searchResults .jobSect dl {
	width: 375px;
	float: left;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: -3px;
}

.searchResults .jobSect dl dt {
	color: #891859;
	font-size: 11px;
	width: 75px;
	margin-right: -75px;
	float: left;
}

.searchResults .jobSect dl dd {
	margin-left: 75px;
	margin-bottom: 3px;
}

.searchResults .jobSect dl dd a {
	color: #891859;
	text-decoration: none;
}

.searchResults .jobSect dl dd a:hover {
	text-decoration: underline;
}

.searchResults .jobSect dl dd  b {
	font-weight: bold;
}

.searchResults .jobSect ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
	width: 90px;
}

.searchResults .jobSect ul li {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.searchResults .jobSect ul li a {
	color: #676767;
}

.searchResults .jobSect ul li a:hover {
	color: #000;
}




.pagingBlock {
	margin: 4px 0 0 0;
	font-size: 11px;
}


.returnedNum {
	padding: 2px;
	font-size: 11px;
	display: none;
}

#paging {
	margin-top: 3px;
	font-size: 10px;
	line-height: 15px;
}

#paging .wrap {
	display: -moz-inline-stack;
	display: inline-block;
	width: auto;
	position: relative;
}

#paging .leftBtn {
	display: -moz-inline-stack;
	display: inline-block;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
}

#paging .rightBtn {
	display: -moz-inline-stack;
	display: inline-block;
	width: 40px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

#paging .body {
	padding: 0 40px 0 40px;
	display: -moz-inline-stack;
	display: inline-block;
	white-space: normal;
}

#paging .body a,
#paging .body span {
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0;
	padding: 0 4px;
	word-spacing: -2px;
	white-space: nowrap;
}

#paging .body a {
	color: #666666;
}

#paging a:hover {
	color: #000000;
}

#paging .leftBtn a,
#paging .rightBtn a {
	color: #891859;
	font-size: 11px;
}

#paging .leftBtn a:hover,
#paging .rightBtn a:hover {
	color: #000;
}


#paging .pas {
	background-color: #891859;
	color: #ffffff;
}

#paging .leftBtn .pas,
#paging .rightBtn .pas {
	background: none;
	color: #999999;
	font-size: 11px;
}


.consultsList {
	position: relative;
	margin-right: -15px;
	word-spacing: -4px;
	letter-spacing: -4px;
}

.consultsList .link {
	width: 150px;
	display: inline-block;
	margin: 0 15px 10px 0;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	background-color: #f2f2f2;
	padding:5px;
	min-height: 32px;
}

.consultsList .consult {
	width: 160px;
    overflow: hidden;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0 15px 15px 0;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	vertical-align: top;
	border-bottom: 6px solid #c5c5c5;
	background-color: #891859;
	position: relative;
}

.consultsList .consult:hover {
	background-color: #999;
	border-color: #999;
}

.consultsList .consult .img {
	background-color: #f2f2f2;
}

.consultsList .consult .img p {
	margin: 0;
	padding: 0;
	display: inline;
}

.consultsList .consult .img img {
	position: relative;
	top: 0;
	left: -10px;
}

.consultsList .consult .info {
	background-color: #c5c5c5;
	margin-top: 3px;
	/* border-top: 3px solid #891859; */
	padding: 6px 10px 3px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
    height:60px;
}

.consultsList .consult .info b {
	color: #891859;
	font-size: 13px;
	text-transform: uppercase;
}


.consultTop {
	border-bottom: 3px solid #891859;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	height: 170px;
	position: relative;
	overflow: hidden;
}

.consultTop .img {
	float: left;
	margin-right: -150px;
}

.consultTop .info {
	left: 165px;
	bottom: 10px;
	width: 340px;
	position: absolute;
}

.consultTop .info h3 {
	margin: 0 0 3px;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
}

.consultTop .info p {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}

.consultTop .linkedIn {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 94px;
	height: 28px;
}


.contact {
	border-top: 1px solid #891859;
	margin-top: 15px;
	padding: 10px 0 0;
	position: relative;
}

.contact.us {
	border: none;
	padding: 0;
	margin-bottom: 25px;
}

.contact h3 {
	margin: 0 0 7px;
	font-size: 13px;
	line-height: 13px;
}

.contact  p {
	margin-bottom: 5px;
	font-size: 11px;
}

.contact.us p {
	font-size: 13px;
}

.contact b,
.contact strong {
	color: #891859;
}

.contact .vCard {
	position: absolute;
	top: 10px;
	right: 0;
}

.contact .vCard a {
	color: #8b8c8d;
}

.contact .vCard a:hover {
	color: #000;
}




.jobShortInfo {
	background-color: #f2f2f2;
	padding: 5px;
	border-top: 3px solid #891859;
	border-bottom: 1px solid #891859;
	margin-top: -7px;
	overflow: hidden;
}

.jobShortInfo h2 {
	font-size: 20px;
	line-height: 21px;
	margin-bottom: 5px;
	font-weight: normal;
}


.jobShortInfo dl {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	width: 300px;
	float: left;
}

.jobShortInfo dt {
	width: 80px;
	color: #666666;
	float: left;
	clear: left;
}

.jobShortInfo dd {
	color: #000;
}

.jobShortInfo .photo {
	float: right;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center;
}

.jobShortInfo .photo img {
	height: 80px;
}


.jobButtons {
	font-size: 12px;
	line-height: 12px;
	overflow: hidden;
	padding: 3px 0;
	word-spacing: -4px;
}

.jobButtons.top {
	border-bottom: 1px solid #891859;
	margin-bottom: 15px;
}

.jobButtons.bottom {
	border-top: 1px solid #891859;
	margin-top: 15px;
	margin-bottom: 15px;
}

.jobButtons .left {
	float: left;
	width: 160px;
	margin-left: -6px;
}

.jobButtons .right {
	float: right;
	width: 350px;
	text-align: right;
	margin-right: -6px;
}

.jobButtons a {
	color: #8b8c8d;
	text-decoration: none;
	padding: 0 6px;
	border-left: 1px solid #8b8c8d;
	word-spacing: normal;
	position: relative;
}

.jobButtons a span {
	position: relative;
	top: -2px;
	font-size: 10px;
}

.jobButtons a:first-child {
	border: none;
}

.jobButtons a:hover {
	color: #000;
}


.newsBlock {
	margin-top: 25px;
}

.newsBlock .date {
	color: #999;
	font-size: 10px;
	line-height: 11px;
}

.newsBlock .news_head {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.newsBlock .news_head a {
	color: #891859;
}




#rightCol {
	width: 180px;
	float: right;
}




#seo {
	background-color: #f2f2f2;
	padding: 10px 20px 7px;
	line-height: 14px;
	//zoom: 1;
}

#seo dt {
	clear: left;
	float: left;
	color: #676767;
	width: 105px;
	padding-right: 5px;
}

#seo dd {
	overflow: hidden;
	padding-bottom: 3px;
}

#seo dd a {
	padding: 0 4px 0 4px;
	color: #000;
	border-left: 1px solid #000;
	line-height: 11px;
	//zoom: 1;
}

#seo dd a:first-child {
	border: none;
	padding-left: 0;
}

#seo dd a:hover {
	color: #891859;
}



#Footer {
	//zoom: 1;
}

#Footer .menu {
	background-color: #999;
	padding: 6px 20px 9px;
	border-top: 3px solid #891859;
	color: #fff;
	overflow: hidden;
	line-height: 11px;
}

#Footer .menu ul {
	float: left;
}

#Footer .menu ul li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #fff;
}

#Footer .menu ul li:first-child {
	border-left: none;
	padding-left: 0;
}

#Footer .menu ul li a {
	text-decoration: none;
	color: #fff;
}

#Footer .menu ul li a:hover {
	text-decoration: underline;
	color: #e6e6e6;
}

#Footer .menu .cprt {
	float: right;
}

#Footer .menu .cprt a {
	color: #fff;
}

#Footer .menu .cprt a:hover{
	color: #fff;
    text-decoration: none;
}

#botShadow {
	width: 100%;
	min-width: 950px;
	height: 18px;
	background: url(../../images/hfg/page-bottom-shadow.png) no-repeat center 0;
	margin-bottom: -18px;
}




.shadowed {
	position:relative;
	width:100%;
	padding: 2px 4px 0 2px;
	margin: -2px -4px 0 -2px;
	overflow:hidden;
}

.sCn {
	position: absolute;
	background:url(../../images/hfg/input.png) no-repeat;
	left:-5px;
	z-index:-1;
}

.stl,
.str {
	height:500px;
	top:-5px;
}

.stl,
.sbl {
	width:100%;
}

.str,
.sbr {
	width:5px;
	margin-left:100%;
}

.sbl,
.sbr {
	height:5px;
}

.sbl {
	left:-7px;
	padding-right:6px;
	clip:rect(auto auto auto 5px);
}

.sbr {
	left:-1px;
}




/* Job Alert */

table.job-alert,
table.ReferralList,
table.apply-history {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 3px solid #891859;
}

table.job-alert td,
table.ReferralList td,
table.apply-history td {
	border-bottom: 1px solid #ccc;
}

table.job-alert th,
table.job-alert td,
table.ReferralList th,
table.ReferralList td,
table.apply-history th,
table.apply-history td {
	padding: 5px;
	width: auto;
	font-size: 12px;
}

table.job-alert th,
table.ReferralList th,
table.apply-history th {
	background-color: #891859;
	padding: 4px 8px;
	color: white;
	text-align: left;
	vertical-align: bottom;
}

table.job-alert th.num,
table.apply-history th.num {
	width: 1%;
}
table.job-alert th.status,
table.apply-history th.date {
	width: 20%;
}

table.job-alert th.status {
	width: 25%;
}

table.job-alert th.rss {
	width: 21px;
}

table.job-alert th.actions {
	width: 125px;
}

table.apply-history th.actions {
	width: 50px;
}

table.job-alert td button,
table.apply-history td button {
	width:auto;
	font: 12px/1 Arial, Helvetica, sans-serif;
	padding: 0 2px;
}

table.job-alert .buttonBlock {
	margin-top: -4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */

	table.job-alert td button,
	table.apply-history td button {
		padding: 2px;
	}

	table.job-alert .buttonBlock {
		margin-top: -6px;
	}

}

table.ReferralList th.job {
	/* width: 240px; */
}


table.job-alert td {
	padding-top: 15px;
	vertical-align: top;
}


.ReferralList .button {
	margin-left: 5px;
}

table.ReferralList .job_section {
	text-align: right;
	margin-bottom: 2px;
	white-space: nowrap;
}

.ReferralList th th {
	padding: 0 5px 0 0;
	text-align: right;
}

.ReferralList th table {
	width: 100%;
}

.ReferralList th th.bLabel {
	padding: 0 0 0 5px;
	width: 55px;
	text-align: left;
}



a.rss {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../../images/hfg/rss-ico.gif) no-repeat 0 0;
	text-indent: -1000em;
	margin-top: -4px;
}


a.callback {
	display: block;
	width: 160px;
	height: 11px;
	padding: 5px 10px;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	background: url(../../images/hfg/side-button-bg.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	margin-bottom: 15px;
}

a.callback:hover {
	background-position: 0 100%;
}



.zi50 {
	z-index: 50;
	position: relative;
}

.zi100 {
	z-index: 100;
	position: relative;
}




.sitemap ul {
	font-size: 11px;
	line-height: 15px;
}

.sitemap ul li {
	margin-top: 5px;
	font-weight: bold;
}

.sitemap ul ul {
	margin-top: 15px;
	font-size: 13px;
}

.sitemap ul ul ul {
	padding-left: 25px;
	margin-top: 0;
}

.sitemap ul ul li {
	font-weight: normal;
}

.sitemap ul li a {
	color: #999;
}

.sitemap ul ul li a {
	color: #000;
}

.sitemap ul li a:hover {
	color: #891859;
}


#Header .bodyLogin {
	position: absolute;
	right: 20px;
	top: 78px;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	color: #676767;
}

#Header .bodyLogin h3 {
	font-size: 13px;
	/* padding-bottom: 3px; */
	padding-left: 20px;
	/* border-bottom: 1px solid #891859; */
	color: #891859;
}

#Header .bodyLogin h3 span {
	color: #676767;
	font-weight: normal;
	font-size: 11px;
}

#Header .bodyLogin .links a {
	color: #676767;
}

#Header .bodyLogin .links a:hover {
	color: #000;
}

.vacancies div.rss {
	padding: 7px 3px 3px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.vacancies div.rss a.rss {
	float: right;
}
