body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323232;
	font-size: 12px;
	line-height: 1.5em;
	background: url(../images/bgBody.jpg) repeat-x top left #000;
	margin: 0;
}
html {
	border: 0;
}
a {
	text-decoration: none;
	color: #323232;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #323232;
	font-weight: normal;
}
a.aRed {
	color: #d71635;
	font-weight: bold;
}
acronym {
	cursor: help;
}
img {
	border: 0;
}
form  {
	margin: 0;
}
hr {
	height: 1px;
	border-top: 1px dashed #999;
	padding: 0;
	margin: 20px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
}
.input {
	background: url(../images/bgdInput.gif) repeat-x #fff top left;
	width: 150px;
	border: 1px solid #a5a5a5;
	height: 20px;
	color: #000;
	font-size: 12px;
	padding: 3px 0px 0px 5px;
}
#container {
	width: 876px;
	margin: auto;
	padding: 0 28px;
	background: #fff;
}
#header {
	width: 876px;
	height: 109px;
	margin-bottom: 4px;
	background: url(../images/bgdHeader.jpg) no-repeat #fff;
}
#menu {
	width: 201px;
	float: left;
}
#loginWrapper {
	width: 201px;
	height: 106px;
	margin-bottom: 2px;
	background: #ccc;
}
#login {
	width: 181px;
	height: 96px;
	padding: 5px 10px;
	font-size: 10px;
	z-index: 1000;
	position: absolute;
	top: 0;
	margin: 112px 0 0 -206px;
}
#login h2 {
	font: 100%/120% 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif; 
	font-size: 18px;
	color: #666;
	margin: 0;
}
#login .inputLogin {
	width: 120px;
	height: 19px;
	background: #fff;
	border: 0px;
}
#login .tbError{
	width: 120px;
	height: 19px;
	background: #fff;
	border: 1px;
	border-color : Red;
}
ul#menuMedium  {
	margin: 0 0 0 -47px;
	padding: 0;
}
#menuMedium li {
	width: 248px;
	height: 40px;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#menuMedium li.brief {
	width: 248px;
	height: 26px;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#menuSmall  {
	margin: 30px 0;
	padding: 0;
}
#menuSmall li {
	list-style: none;
	margin-bottom: 4px;
}
#menuSmall li a.adviceCandidate {
	width: 201px;
	height: 23px;
	display: block;
	background: url(../images/menuAdviceCandidates.jpg) 0 0 no-repeat;
	text-decoration: none;	
}
#menuSmall li a:hover.adviceCandidate {
	background-position: -201px 0;
}
#menuSmall li a.about {
	width: 201px;
	height: 23px;
	display: block;
	background: url(../images/menuAbout.jpg) 0 0 no-repeat;
	text-decoration: none;	
}
#menuSmall li a:hover.about {
	background-position: -201px 0;
}
#menuSmall li a.referrals {
	width: 201px;
	height: 23px;
	display: block;
	background: url(../images/menuReferrals.jpg) 0 0 no-repeat;
	text-decoration: none;	
}
#menuSmall li a:hover.referrals {
	background-position: -201px 0;
}
#menuSmall li a.contact {
	width: 201px;
	height: 23px;
	display: block;
	background: url(../images/menuContact.jpg) 0 0 no-repeat;
	text-decoration: none;	
}
#menuSmall li a:hover.contact {
	background-position: -201px 0;
}
#menuSmall li a.home {
	width: 201px;
	height: 23px;
	display: block;
	background: url(../images/menuHome.jpg) 0 0 no-repeat;
	text-decoration: none;	
}
#menuSmall li a:hover.home {
	background-position: -201px 0;
}
ul#menuLarge  {
	margin: 0 0 0 -47px;
	padding: 0;
}
#menuLarge li {
	width: 248px;
	height: 89px;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.dropMenu {
	width: 190px;
	background: #d71635;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 2px solid #fff;
	margin-top: -28px;
	margin-left: 202px;
	visibility: hidden;
	position: absolute;
}
.dropMenu a {
	width: auto;
	height: 20px;
	display: block;
	text-indent: 5px;
	padding: 3px 5px 0;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 4px solid #fff;
}
.dropMenu a:hover {
	color: #ffffff;
	background-color: #e22a2a;
}
* html .dropMenu a { /*IE only hack*/
	width: 100%;
}
#contentWrapper {
	width: 671px;
	min-height: 750px;
	background: url(../images/bgdContent.jpg) repeat-y top left #e5e5e5;
	float: right;
}
/* for Internet Explorer */
/*\*/
* html #contentWrapper {
	height: 750px;
}
/**/
#contentWrapper h1 {
	font: 100%/120% 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif; 
	font-size: 18px;
	color: #666;
	margin-top: 0;
}
#contentWrapper h2 {
	font: 100%/120% 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif; 
	font-size: 18px;
	color: #666;
	margin-top: 0;
}
#contentWrapper h3 {
	font: 100%/120% 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif; 
	font-size: 13px;
	color: #666;
	margin-top: 0;
}
#content {
	width: 460px;
	float: left;
	padding: 20px;
}
#content li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .taxes {
	width: 460px;
	height: 163px;
	color: #000;
	margin-bottom: 20px;
	background: url(../images/bgdTaxes.jpg) no-repeat #b4b4b4;
}
#content .callback {
	width: 460px;
	height: 201px;
	color: #fff;
	margin-bottom: 20px;
	background: url(../images/bgdCallback.jpg) no-repeat #961f35;
}
#banner {
	width: 671px;
	height: 196px;
	border-bottom: 4px solid #fff;
	background: url(../images/headerBlue.jpg) no-repeat top center #fff;
}
#userMenu a {
	font-weight: bold;
}
ul#userMenu  {
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
}
#userMenu li {
	list-style: none;
	margin-bottom: 5px;
}
#vacancies {
	width: 160px;
	float: right;
	padding: 20px 5px 0 0;
}
#vacancies .vacancy {
	width: 139px;
	height: 91px;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 13px;
	background: url(../images/bgdVacancy.jpg) no-repeat #961f35;
}
#vacancies .vacancy p {
	margin-top: 0;
}
#vacancies .vacancy a {
	color: #fff;
}
#vacancies .vacancy img {
	vertical-align: middle;
}





.featuredVacancy {position:relative; 
	width:159px; background:#961f35; 
	color: #fff;
	font-size: 13px;

 	}

#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#9caf9c; background:#E6E4E5; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.featuredVacancy em b {position:absolute; font-size:150px; font-family:arial; color:#961f35; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.featuredVacancy  p {position:relative; z-index:100; padding:20px 5px 5px 10px; }
.featuredVacancy a{ color:#fff; margin-top:0px;padding:0px; line-height:20px}
.fVacLink{
margin:0px;
padding:0px;

}
#footerMenu {
	width: 460px;
	height: 94px;
	background: url(../images/bgdFooterMenu.jpg) no-repeat #b7b7b7;
}
#footer {
	width: 660px;
	background: #fff;
	font: 100% "Tahoma", "Trebuchet MS", Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #323232;
	padding: 15px 10px 50px 206px;
}
.team {
	width: 453px;
	height: 87px;
	padding: 7px 0 0 7px;
	margin-bottom: 30px;
	background: url(../images/bgdFooterMenu.jpg) no-repeat #b7b7b7;
}
.team p {
	margin: 14px 0 0;
	padding: 0;
}

/* Start DataGrid CSS */

.topRowLeft {
	background-color: #676767;
	color: #ffffff;
	padding: 10px;
}
.topRowRight {
	background-color: #676767;
	color: #ffffff;
	padding: 10px;
	text-align: right;
}
.tblRowHead {
	background-color: #939393;
	color: #fff;
}
.tblRow1 {
	background: #d0d0d0;
}
.tblRow2 {
	background: #ebebeb;
}
.tblPages {
	background: #828282;
	color: #fff;
	padding: 10px;
}
.tblPages a {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}
.tblPages a:hover {
	text-decoration:none;
	color:#000;
	font-weight:normal;
}
.btmRowLeft {
	background: #676767;
	color: #fff;
	padding: 5px;
}
.btmRowRight {
	background: #676767;
	color: #fff;
	padding: 5px;
	text-align: right;
}