/* 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: #fff;
}

body {
	font: 62.5%/1 Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	//zoom: 1;
	/* position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%; */
}


.Content h1, .Content h2, .Content h3, .Content h4, .Content h5, .Content h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin: 1.4em 0 .8em;
}

.Content h1 {
	font-size: 2.1em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #10429c;
}

.Content h2 {
	font-size: 2.1em;
	font-weight: bold;
	color: #10429c;
}

.Content h3 {
	font-size: 1.7em;
	font-weight: bold;
}

.Content h4,
.Content h5,
.Content h6 {
	font-size: 1.3em;
	font-weight: bold;
}

.Content h1:first-child,
.Content h2:first-child,
.Content h3:first-child,
.Content h4:first-child {
	margin-top: 0;
}

.Content p {
	margin: 0 0 7px 0;
	font-size: 13px;
	line-height: 1.4;
}

.Content p.accent {
	color: #10429c;
	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: -3px 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: 13px;
	line-height: 1.4;
	margin-top: 3px;
}

.Content hr {
	color: #10429c;
	background-color: #10429c;
	margin-top: 40px;
}

.Content td,
.Content th {
	padding: 2px 4px;
	font-size: 1.2em;
	line-height: 1.5;
}

.Content th {
	color: #fff;
	background-color: #10429c;
}




/* 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: 960px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	//zoom: 1;
}


#Header {
	padding-top: 40px;
	height: 65px;
	margin-bottom: 30px;
	position: relative;
	z-index: 500;
}

#Logo {
	float: left;
	margin-right: -100%;
}

#Logo h2,
#Logo h2 a {
	display: block;
	position: relative;
	width: 198px;
	height: 61px;
	background: url(../../images/eres/e-logo.gif) no-repeat 0 0;
	text-decoration: none;
	text-indent: -9999em;
}

#mainMenu {
	margin: 0 0 0 230px;
	padding-top: 36px;
	height: 20px;
	position: relative;
	border-bottom: 1px solid #ccc;
	z-index: 9000;
	display: block;
}

#mainMenu  li {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 20px;
	border-left: 1px solid #ccc;
	position: relative;
}

#mainMenu :first-child {
	border: none;
}

#mainMenu ul {
	position: absolute;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-left: -1px;
	visibility: hidden;
	display: block;
	//zoom: 1;
}

#mainMenu ul ul {
	top: -1px;
	left: 100%;
	margin-left: 0;
}

#mainMenu ul li {
	display: block;
	float: none;
	border: none;
}


#mainMenu li a {
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	padding: 0 13px;
}

#mainMenu ul li a {
	padding: 3px 15px 3px 7px;
	line-height: 14px;
	min-width: 200px;
	//width: 220px;
}

#mainMenu li a:hover {
	background-color: #eee;
}

#mainMenu li a.active {
	background-color: #10429c;
	color: #fff;
}

#mainMenu a .arrowdiv {
	display: none;
}

#mainMenu ul a .arrowdiv {
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: .47em;
	right: 0;
	background-image: url(../../images/eres/smenu-ico.gif);
	background-repeat: no-repeat;
}

#mainMenu ul a.active .arrowdiv {
	background-image: url(../../images/eres/smenu-ico-a.gif);
}


.ticker {
	font-size: 11px;
	line-height: 12px;
	color: #000;
	position: absolute;
	width: 50%;
	top: 15px;
	right: 0px;
}

.ticker h3 {
	font-size: 11px;
	line-height: 16px;
	padding-right: 0px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	color: #10429c;
	border-right: 1px solid #10429c;
}

#ticker {
	font-size: 11px;
	line-height: 16px;
	margin-left: 70px;
	height: 16px;
}

#ticker p {
	display: inline;
}

#ticker span {
	color: #808080;
	margin-right: 10px;
}

#ticker a {
	color: #000;
	text-decoration: none;
}

#ticker a:hover {
	text-decoration: underline;
}

#ticker br {
	display: none;
}


#LeftCol {
	float: left;
	width: 200px;
	margin-right: -200px;
}


#RightPart {
	margin-left: 230px;
	position: relative;
	*zoom: 1;
}


#MainCol {
	float: left;
	width: 500px;
	padding-bottom: 70px;
}


#RightCol {
	float: right;
	width: 200px;
	margin-left: -200px;
}

/* #Footer {
	position: absolute;
	left: 230px;
	bottom: 0;
	width: 500px;
	padding-bottom: 7px;
} */


#Footer {
	//zoom: 1;
	margin-top: 10px;
}


#seo {
	background-color: #ccc;
	/* border-top: 1px solid #ccc; */
	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 2px 0 5px;
	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: #10429c;
}


#Footer .bMenu {
	background-color: #eee;
	color: #000;
	padding: 0 20px 9px;
	overflow: hidden;
	line-height: 11px;
}

#Footer .bMenu .left {
	float: left;
}

#Footer .cprt {
	float: right;
	padding-top: 6px;
}

#Footer .cprt a {
	color: #000;
}

#Footer .cprt a:hover{
	color: #000;
    text-decoration: none;
}


#Footer .menu {
	margin-top: 6px;
	font-size: 11px;
}

#Footer .menu li {
	display: inline;
	margin-right: 3px;
}

#Footer .menu li a {
	color: #444;
}

#Footer .menu li a:hover {
	color: #000;
}



.shadowed {
	position:relative;
	width:100%;
	padding: 2px 4px 0 2px;
	margin: -2px -4px 0 -2px;
	overflow:hidden;
}

.sCn {
	position: absolute;
	background:url(../../images/eres/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;
}




.collapseBox,
.sectionBox {
	margin-bottom: 7px;
	*zoom: 1;
}

.collapseBox h3,
.sectionBox h3 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 20px 4px 10px;
	background: #10429c url(../../images/eres/block-expanded.gif) no-repeat 100% 0;
	cursor: pointer;
	margin-bottom:3px;
}

.sectionBox h3 {
	background-image: none;
	cursor: auto;
}

.collapseBox.collapsed h3 {
	background-image: url(../../images/eres/block-collapsed.gif);
	background-position: 100% 0;
}

.collapseBox h3:hover {
	background-position: 100% 100%;
}

.collapseBox .bBody,
.sectionBox .bBody {
	border: 3px solid #ccc;
	padding: 7px;
}

.collapseBox .bBody.sideForm {
	border: none;
}



.recmember {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

.recmember * {
	vertical-align: middle;
}

.recmember a {
	color: #000;
	text-decoration: none;
}

.recmember img {
	margin-right: 5px;
}

.recmember span {
	display: inline-block;
	width: 60px;
	text-align: left;
}




.collapseBox .sectors,
.sectionBox .sectors {

}

.collapseBox .sectors li,
.sectionBox .sectors li {

}

.collapseBox .sectors a,
.sectionBox .sectors a {
	display: block;
	padding: 5px 7px 5px 7px;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	text-decoration: none;
}

.collapseBox .sectors a:hover,
.sectionBox .sectors a:hover {
	background-color: #eee;
}

.collapseBox .sectors a.active,
.sectionBox .sectors a.active {
	background-color: #10429c;
	color: #fff;
	font-weight: bold;
}



.bBody.vacancies {
	padding-bottom: 3px;
}

.vacancy {
	display: block;
	border-bottom: 2px solid #ccc;
	padding: 5px;
	color: #000;
	position: relative;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	cursor: pointer;
}


.vacancy span {
	display: block;
}

.vacancy span.title {
	font-size: 12px;
	font-weight: bold;
	color: #10429c;
}

.vacancy span.view {
	color: #999;
	font-size: 10px;
	display: none;
	text-align: right;
	line-height: 10px;
}

.vacancy:hover {
	background-color: #eee;
}

.vacancies div.rss {
	padding: 7px 0px 0px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.vacancies div.rss a.rss {
	float: right;
}


a.rss {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../../images/eres/rss-ico.gif) no-repeat 0 0;
	text-indent: -1000em;
	margin-top: -4px;
}




.topPic {
	margin-bottom: 20px;
}

.topPic.home {
	margin: 0 -25px 20px;
}



.press .pRelease {
	display: block;
	padding: 5px;
	border-top: 2px solid #ccc;
	color: #000;
	position: relative;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	cursor: pointer;
	overflow: hidden;
}

.press .pRelease:hover {
	background-color: #eee;
	color: #10429c;
}

.press .pRelease.first {
	border: none;
}

.press .pRelease img {
	float: left;
	margin-right: 5px;
	outline: 1px solid #eee;
}

.press .pRelease span {
	display: block;
}

.press .pRelease .title {
	font-size: 12px;
	font-weight: bold;
}

a.sideBtn {
	display: block;
	width: 180px;
	height: 11px;
	padding: 5px 10px;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	background: url(../../images/eres/side-button-bg.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 7px;
}

a.sideBtn:hover {
	background-position: 0 100%;
}



.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: #10429c;
	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: #10429c;
	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: #10429c;
	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: #10429c;
	font-size: 11px;
}

#paging .leftBtn a:hover,
#paging .rightBtn a:hover {
	color: #000;
}


#paging .pas {
	background-color: #10429c;
	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: #10429c;
	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: #10429c;
	font-size: 13px;
	text-transform: uppercase;
}


.consultTop {
	border-bottom: 3px solid #10429c;
	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 #10429c;
	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: #10429c;
}

.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 #10429c;
	border-bottom: 1px solid #10429c;
	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 #10429c;
	margin-bottom: 15px;
}

.jobButtons.bottom {
	border-top: 1px solid #10429c;
	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: #10429c;
}

/* 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 #10429c;
}

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: #10429c;
	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;
}



.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: #10429c;
}


#Header .bodyLogin {
	position: absolute;
	right: 0px;
	top: 40px;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	color: #676767;
	z-index: 10000;
}

#Header .bodyLogin h3 {
	font-size: 13px;
	/* padding-bottom: 3px; */
	padding-left: 20px;
	/* border-bottom: 1px solid #891859; */
	color: #10429c;
}

#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;
}




.serviceLinks {
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 18px;
}

.serviceLinks li {
	display: inline;
	margin-right: 3px;
	padding-left: 6px;
	border-left: 1px solid #10429c;
}

.serviceLinks li.first {
	padding-left: 0;
	border-left: none;
}
