/***** ZERO ALL ELEMENTS *****/
html,body,table,tr,td,p,br,form,h1,h2,h3,h4,div,ul,li {
	margin: 0px; padding: 0px;
	font-family: verdana, arial, helv, helvetica;
	font-size: 12px;
	color: #000;
}

/***** DEFAULT STYLES *****/
a:link, a:visited { color: #663399; text-decoration: underline; }
a:hover { color: #98ca3c; text-decoration: underline; }
img { border: 0px; }

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

/***** LAYOUT *****/
body {
	background: #bba2cd url(/images/bodybg.gif) repeat-y center top;
}

#pagecontainer {
	width: 960px;
	margin: 35px auto;
	background: #fff;
}

	#topheader {
		width: 960px;
		height: 85px;
	}

		#topleft {
			float: left;
			width: 290px;
			height: 70px;
		}

			#topleft img {
				float: left;
			}

		#topright {
			float: right;
			width: 504px;
			height: 70px;
			text-align: right;
		}

			#topright p {
				margin: 5px 0 0 0;
				line-height: 12px;
				font-size: 11px;
			}

			#topright a:link, #topright a:visited { color: #663399; text-decoration: underline; padding: 0 5px; }
			#topright a:hover, #topright a:active { color: #98ca3c; }

			#topright img { float: right; margin-top: 15px; }

	/*** TOP NAV ***/

	#topnav {
		width: 960px;
		height: 35px;
		margin-top: 30px;
		margin-bottom: 20px;
	}

		#topnav ul {
			clear: both;
			float: left;
			width: 960px;
			height: 35px;
			line-height: 35px;
			list-style: none;
			margin: 0;
			padding: 0;
		}

			#topnav ul li {
				height: 35px;
				line-height: 35px;
				display: inline;
				float: left;
				margin: 0 7px 0 0;
				padding: 0;
				font-family: arial, helvetica, helv, verdana;
				font-weight: bold;
				font-size: 14px;
			}

				#topnav ul li a {
					background: transparent url(/images/navl.gif) repeat-x left top;
					display: block;
					padding: 0 0 0 10px;
					text-decoration: none;
				}

					#topnav ul li a span {
						display: block;
						padding: 0 10px 0 0;
						background: url(/images/navr.gif) no-repeat right top;
					}

					#topnav ul li a:link, #topnav ul li a:visited { color: #fff; }
					#topnav ul li a:hover { color: #fff; }

				#topnav ul li a:hover, #topnav ul li.active a { background: transparent url(/images/navl-on.gif) repeat-x left top; }
					#topnav ul li a:hover span, #topnav ul li.active a span { background: url(/images/navr-on.gif) no-repeat right top; }

					#topnav ul li.active a:link, #topnav ul li.active a:visited { color: #fff; }

	#pageheader {
		width: 960px;
		height: 200px;
	}

		/*** SUB NAV ***/

		#maincontent #subnav {
			float: left;
			width: 170px;
		}

			#maincontent #subnav ul {
				margin: 0;
				padding: 0 0 31px 0;
				background: url(/images/subnavbottom.gif) no-repeat left bottom;
			}

				#maincontent #subnav ul li {
					list-style: none;
					margin: 0;
					padding: 9px 10px 9px 10px;
					border-bottom: 1px solid #E8E8E8;
					font-size: 11px;
				}

					#maincontent #subnav ul li a:link, #maincontent #subnav ul li a:visited {
						color: #663399;
						text-decoration: none;
					}
					#maincontent #subnav ul li a:hover, #maincontent #subnav ul li a:active {
						color: #98ca3c;
						text-decoration: underline;
					}

				#maincontent #subnav ul li.head {
					/* height: 24px; */
					padding: 6px 10px 5px 10px;
					border: 0px;
					background: url(/images/subnavhead.gif) no-repeat left top;
				}

					#maincontent #subnav ul li.head a:link, #maincontent #subnav ul li.head a:visited {
						color: #fff;
						text-decoration: none;
						font-size: 16px;
						font-weight: bold;
					}
					#maincontent #subnav ul li.head a:hover, #maincontent #subnav ul li.head a:active {
						color: #fff;
						text-decoration: underline;
					}

				#maincontent #subnav ul li.active { font-weight: bold; }

		a.greenbutton:link, a.greenbutton:visited {
			display: block;
			margin-top: 10px;
			background: url(/images/lhslinkbg.gif) no-repeat left top;
			font-size: 10px;
			padding: 5px 50px 5px 10px;
			color: #ffffff;
			font-weight: bold;
			text-decoration: underline;
		}

		/*** PAGE HERO ***/

		#pagehero {
			position: relative;
			width: 770px;
			height: 196px;
			overflow: hidden;
			border-bottom: 4px solid #663399;
		}

			#pagefadertext {
				/* now you see it */
				position: absolute;
				top: 0;
				left: 0;
				width: 300px;
				height: 196px;
				background: #ffffff;
				opacity: 0.75;
				filter: alpha(opacity=75);
				z-index: 10;

				/* now you don't */
				display: none;
			}

				#maincontent #pagefadertext h1 {
					font-family: "Gill Sans",Verdana,Arial;
					font-size: 36px;
					font-weight: normal;
					padding-left: 15px;
					color: #92bf45;
				}

				#maincontent #pagefadertext h2 {
					font-family: "Gill Sans",Verdana,Arial;
					font-size: 27px;
					font-weight: normal;
					padding-left: 25px;
					color: #663399;
				}

			#pagefaderpictures {
				z-index: 5;
			}

	/*** MAIN CONTENT AREA ***/

	#maincontent {
		/* margin-top: 30px; */
		width: 960px;
		float: left;
	}

		#maincontent h1 {
			font-size: 22px;
			color: #663399;
			margin: 15px 0 10px 0;
		}

		#maincontent p {
			font-size: 12px;
			line-height: 20px;
			margin: 20px 0;
		}

		#maincontent ul {
			margin: 0 0 0 25px;
		}

			#maincontent ul li {
				list-style: square;
				font-size: 12px;
				padding: 2px 0;
				color: #663399;
			}

		#maincontent ol {
			margin: 0 0 0 25px;
		}

			#maincontent ol li {
				font-size: 12px;
				padding: 2px 0;
				color: #663399;
			}

		#maincontentright {
			float: right;
			width: 770px;
		}

		#maincontentright h2{
			color:#98ca3c;
			font-size:1.4em;
		}

		#pagecontentl {
			float: left;
			width: 570px;
		}

		#pagecontentr {
			float: right;
			width: 190px;
		}

			#pagecontentr h2 {
				color: #fff;
				font-size: 17px;
				font-weight: normal;
				margin: 18px 0 5px; 0;
				background: url(/images/subnavheada.gif) no-repeat left top;
				padding:5px 10px 5px 8px;
			}

				#pagecontentr a:link, #pagecontentr a:visited { color: #bba2cd; text-decoration:none; }
				#pagecontentr a:hover, #pagecontentr a:active { color: #bba2cd; text-decoration:none; }


	/*** HOME IMAGE FADER ***/
	#homefader {
		position: relative;
		width: 960px;
		height: 290px;
		border-bottom: 4px solid #663399;
		overflow: hidden;
	}

		#homefadertext {
			/* now you see it */
			position: absolute;
			top: 0;
			left: 0;
			width: 300px;
			height: 290px;
			background: #ffffff;
			opacity: 0.75;
			filter: alpha(opacity=75);
			z-index: 10;

			/* now you don't */
			display: none;
		}

			#homefadertext h1 {
				font-family: "Gill Sans",Verdana,Arial;
				font-size: 36px;
				font-weight: normal;
				padding-left: 15px;
				color: #92bf45;
			}

			#homefadertext h2 {
				font-family: "Gill Sans",Verdana,Arial;
				font-size: 27px;
				font-weight: normal;
				padding-left: 25px;
				color: #663399;
			}

		#homefaderpictures {
			z-index: 5;
		}

		#movie-wrapper {
			width: 245px;
			height: 275px;
			position: absolute;
				top: 0;
				right: 0;
			/* border: 1px solid #f90; */
		}

	/*** HOMEPAGE FEATURE BOXES ***/
	#homeboxes {
		clear: both;
		margin: 0 0 25px 0;
	}

		.homebox {
			float: left;
			width: 310px;
			height: 150px;
			border-radius: 4px;
			margin: 25px 15px 0 0;
			background: #79B01A;
		}

			.homebox a:link, .homebox a:visited {
				padding: 0 10px;
				display: block;
				font-size: 1.1em;
				line-height: 25px;
				width: 290px;
				color: #ffffff;
				text-decoration: none;
				background: url(/images/homeboxlink.gif) no-repeat 280px 1px;
			}

			.homebox a:hover {
				color: #ffffff;
				text-decoration: underline;
			}

		.homeboxright {
			margin-right: 0;
		}


	/*** HOMEPAGE FEATURE BOXES NEW***/

	.homefeatbox {
	    margin: 20px 15px 15px 0px;
	    float: left;
	}

	.homefeatbox h2 {
	    padding: 0px;
	    margin: 0px;
	    font-size: 1.0em;
	    color: #92bf45;
	}

	.homefeatbox a {
	    text-decoration: none;
	}

	.homefeatbox .text {
	    margin: 6px 0px 0px 0px;
	    font-size: 0.9em;
	    line-height: 1.6em;
	}

	.homefeatbox img {
	    float: right;
	    border-bottom: 3px solid #92bf45;
	    margin-bottom: 5px;
	}

	    .homefeatbox img.arrow {
	        margin: 0px;
	        border: 0px;
	    }

	    .hfend {
    	    margin: 20px 0px 0px 0px;
	    }

	    .hfsize1 {
	        width: 150px;
	    }

	    .hfsize2 {
	        width: 300px;
	    }


	/*** FOOTER (old) ***/

	#footer {
		clear: both;
		width: 960px;
		height: 78px;
		margin-top: 25px;
		margin-bottom: 15px;
		background: #663399 url(/images/footerright.gif) no-repeat right top;
	}

		#footerleft {
			float: left;
			width: 770px;
			height: 66px;
			padding: 12px 0 0 30px;
			background: url(/images/footerleft.gif) no-repeat left top;
		}

			#footerleft p {
				color: #fff;
				font-size: 11px;
				line-height: 18px;
			}

				#footerleft a:link, #footerleft a:visited { color: #fff; }
				#footerleft a:hover, #footerleft a:active { color: #000; }

		#footerright {
			float: right;
			width: 130px;
			height: 60px;
			padding: 20px 30px 0 0;
			text-align: right;
		}

			#footerright p {
				color: #fff;
				font-size: 11px;
				line-height: 18px;
			}

				#footerright a:link, #footerright a:visited { color: #fff; }
				#footerright a:hover, #footerright a:active { color: #000; }

	/*** INTEGRATED FOOTER (new) ***/

	#integrated-footer {
		clear: both;
		width: 960px;
		min-height: 75px;
		background: #98ca3c url(/images/bg-integrated-footer.gif) no-repeat left top;
		color: #fff;
		font-size: 11px;
		line-height: 18px;
		margin: 10px 0 0 0;
		padding: 60px 0 0 0;
	}

		/* added to override inheritance from somewhere ??? */
		#integrated-footer strong, #integrated-footer p {
			color: #fff;
			font-size: 11px;
		}

		#integrated-footer a:link, #integrated-footer a:visited { color: #fff; }
		#integrated-footer a:hover, #integrated-footer a:active { color: #663399; }

		#int-foot-lft {
			width: 250px;
			min-height: 75px;
			background: #98ca3c url(/images/bg-int-foot-lft.gif) no-repeat left top;
			float: left;
			margin: 0 10px;
			padding: 22px 0 2px 0;
		}

			/* 2 for the price of 1 on left-margin in IE6 */
			/* dont hurry, offer never ends!              */
			* html #int-foot-lft { margin-left: 5px; }

		#int-foot-mid {
			width: 350px;
			min-height: 75px;
			background: #98ca3c url(/images/bg-int-foot-mid.gif) no-repeat left top;
			float: left;
			margin: 0 10px 0 0;
			padding: 22px 0 2px 10px;
		}

			#int-foot-mid img { float: left; margin-right: 2px; }

		#int-foot-rgt {
			width: 310px;
			min-height: 75px;
			background-color: #98ca3c;
			color: #fff;
			float: right;
			margin: 0;
			padding: 2px 10px 0 0;
			text-align: right;
		}


#whos-who-content { margin-top: 10px;}

.whos-who {
	float:left;
	width:355px;
	padding:5px;
	margin: 10px 20px 10px 0px;
	font-size: 0.75em;
	line-height: 18px;
}

.whos-who-image {
	float:left;
	width: 65px;
	margin: 0px 5px 0px 0px;
	padding: 0;
}

.whos-who-text {
	width: 285px;
	margin: 0;
	padding: 0;
	float:left;
}

.whos-who-text strong.partner {
	color: #bba2cd;
	text-decoration: none;
	font-size:1.1em;
	text-decoration:underline;
}

.rhsstaff {
	width: 100%;
	height: 70px;
}

#contact-form-box {
	float:left;
	width:960px;
	margin:0px;
	padding:0px;
	background:#eee;
}

#contact-form-left {
	float:left;
	width:460px;
	margin:0px;
	padding:0px 20px 0px 0px;
}

#contact-form-right {
	float:left;
	width:480px;
	margin:0px;
	padding:0px;
}

	#contact-form {
		display:inline;
	}

		#contact-form .contact-form-entry {
			margin: 0px 0px 10px 0px;
		}

		#contact-form .contact-form-entry label {
			font-weight:bold;
			width:100px;
			float:left;
			text-align:right;
			padding:2px 5px 0px 0px;
		}

		#contact-form .contact-form-entry label.contact-label-error {
			font-weight:bold;
			width:180px;
			float:left;
			text-align:right;
			padding:2px 5px 0px 0px;
			color:#c00;
		}

		#contact-form .contact-form-entry input.contact-text-input {
			font-size: 1.0em;
			font-family: "Tahoma", "Helvetica", "Arial", "MS Sans Serif";
			padding: 2px 0px 2px 2px;
		}

		#contact-form .contact-form-entry input.contact-text-input-error {
			font-size: 1.0em;
			font-family: "Tahoma", "Helvetica", "Arial", "MS Sans Serif";
			border:1px solid #c00;
			padding: 2px 0px 2px 2px;
		}

		#contact-form .contact-form-entry .contact-error-note {
			font-weight:bold;
			color:#c00;
			padding:0px 0px 0px 185px;
		}

		#contact-button {
			margin:0px 0px 0px 100px;
		}


		#contact-form .contact-form-entry .contact-form-display {
			font-size: 1.0em;
			font-family: "Tahoma", "Helvetica", "Arial", "MS Sans Serif";
			padding: 2px 0px 2px 2px;
		}
		
		
	#job-form {
		display:inline;
	}

		#job-form .contact-form-entry {
			margin: 0px 0px 10px 0px;
		}

		#job-form .contact-form-entry label {
			font-weight:bold;
			width:180px;
			float:left;
			text-align:right;
			padding:2px 5px 0px 0px;
		}

		#job-form .contact-form-entry label.contact-label-error {
			font-weight:bold;
			width:180px;
			float:left;
			text-align:right;
			padding:2px 5px 0px 0px;
			color:#c00;
		}

		#job-form .contact-form-entry input.contact-text-input {
			font-size: 1.0em;
			font-family: "Tahoma", "Helvetica", "Arial", "MS Sans Serif";
			padding: 2px 0px 2px 2px;
		}

		#job-form .contact-form-entry input.contact-text-input-error {
			font-size: 1.0em;
			font-family: "Tahoma", "Helvetica", "Arial", "MS Sans Serif";
			border:1px solid #c00;
			padding: 2px 0px 2px 2px;
		}

		#job-form .contact-form-entry .contact-error-note {
			font-weight:bold;
			color:#c00;
			padding:0px 0px 0px 187px;
		}

		#job-button {
			margin:0px 0px 0px 100px;
		}


		#job-form .contact-form-entry .contact-form-display {
			font-size: 1.0em;
			font-family: "Tahoma", "Helvetica", "Arial", "MS Sans Serif";
			padding: 2px 0px 2px 2px;
		}		

	#account-error {
		padding:10px;
		border:2px solid #c00;
		background:#ffc;
		color:#c00;
		font-weight:bold;
	}

	#account-success {
		padding:10px;
		border:2px solid #060;
		background:#cfc;
		color:#060;
		font-weight:bold;
		margin:0px 0px 10px 0px;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.jquer-corner { position: relative; }


/*** homepage features ***/

#home-features {
	width: 960px;
	margin: 10px 0;
	padding: 0;
}

	#home-feat-lft {
		width: 280px;
		min-height: 210px;
		float: left;
	}

		#hp-news {
			width: 245px;
			height: 190px;
			/* border: 1px solid 663399; */
			padding: 10px;
		}

			#hp-news p {
				color: #663399;
				font-size: 0.9em;
				line-height: 1.4em;
			}

			#hp-news h3 {
				color: #663399;
				font-size: 1.3em;
			}

			#hp-news a:link, #hp-news a:visited { color: #663399; }
			#hp-news a:hover, #hp-news a:active { color: #98ca3c; }

	#home-feat-rgt {
		width: 675px;
		float: right;
	}

		#hp-feat-row {
			width: 675px;
			min-height: 60px;
			background: #ffffff url(/images/bg-hp-feat-row.jpg) no-repeat left top;
			padding: 150px 0 0 0;
		}

			.hp-feat-cell {
				width: 150px;
				float: left;
				margin: 0 29px 0 0;
			}

			.hp-feat-cell-end {
				width: 135px;
				margin-right: 0;
			}

				.hp-feat-cell h4 {
					color: #663399;
					font-size: 1.3em;
				}

					#maincontent #home-feat-rgt .hp-feat-cell h4 a:link, #maincontent #home-feat-rgt .hp-feat-cell h4 a:visited { text-decoration: none; }
					#maincontent #home-feat-rgt .hp-feat-cell h4 a:hover, #maincontent #home-feat-rgt .hp-feat-cell h4 a:active { text-decoration: underline; }

				.hp-feat-cell div.text {
					color: #663399;
					font-size: 0.9em;
				}

/* ***FLASH*** */
#pagehero-flash {
	position: relative;
	width: 770px;
	height: 200px;
	overflow: hidden;
	border-bottom: 4px solid #663399;
}

	#pagehero-flash-gif {
		width: 590px;
		height: 200px;
		float: right;
	}

	#pagehero-flash-fla {
		width: 180px;
		height: 200px;
		float: left;
	}
	
	
/****CANDIDATE TABLE****/	

table#candidates {
	width:770px;
	border-collapse:collapse;
	border:1px solid #bba2cd;	
	padding:0px;
	margin:0px;
}

	table#candidates tr.rowb { background-color:#eee; }

	table#candidates tr th {
		text-align:left;
		background:#bba2cd;
		height:20px;
	}
	
		table#candidates tr th.th0 {width:40px;}
		table#candidates tr th.th1 {width:10px;}
		table#candidates tr th.th2 {width:10px;}
		table#candidates tr th.th3 {width:10px;}
		table#candidates tr th.th4 {width:10px;}
		table#candidates tr th.th5 {width:10px;}
		table#candidates tr th.th6 {width:50px;}		
		
		table#candidates #filter_0 { width:90px; margin:3px 0 0 0;}
		table#candidates #filter_1 { width:10px; margin:3px 0 0 0;}
		table#candidates #filter_2 { width:10px; margin:3px 0 0 0;}
		table#candidates #filter_3 { width:10px; margin:3px 0 0 0;}
		table#candidates #filter_4 { width:10px; margin:3px 0 0 0;}
		table#candidates #filter_5 { width:50px; margin:3px 0 0 0;}		
		table#candidates #filter_5 { width:50px; margin:3px 0 0 0;}		
		
		table#candidates tr td {
			height:24px;
			padding:0 0 0 6px;
		}	
		
/****CANDIDATE TABLE****/	

table#vacancies {
	width:770px;
	border-collapse:collapse;
	border:1px solid #bba2cd;	
	padding:0px;
	margin:0px;
}

	table#vacancies tr.rowb { background-color:#eee; }

	table#vacancies tr th {
		background:#bba2cd;
		height:20px;
		text-align:left;
	}
		
		table#vacancies tr th.th0 {width:50px;}
		table#vacancies tr th.th1 {width:10px;}
		table#vacancies tr th.th2 {width:10px;}
		table#vacancies tr th.th3 {width:10px;}
		table#vacancies tr th.th4 {width:10px;}
		table#vacancies tr th.th5 {width:50px;}		
		
		table#vacancies #filter_0 { width:100px; margin:3px 0 0 0;}
		table#vacancies #filter_1 { width:10px; margin:3px 0 0 0;}
		table#vacancies #filter_2 { width:10px; margin:3px 0 0 0;}
		table#vacancies #filter_3 { width:10px; margin:3px 0 0 0;}
		table#vacancies #filter_4 { width:10px; margin:3px 0 0 0;}
		table#vacancies #filter_5 { width:50px; margin:3px 0 0 0;}
		
		
		table#vacancies tr td {
			height:24px;
			padding:0 0 0 6px;
		}	
		
		
		.formhelp {
			border:1px solid #ccc;
			background:#eee;
			margin:0px 0px 0px 186px;
			padding:10px;
			width:403px;
		}
		
		
	
		
