/* CSS Document */

body{
	font-family:Helvetica, Arial, Verdana, sans-serif; 
	font-size: 12px;
}
a:link,a:visited  {
	color: #99e62b;
	text-decoration: none;
}
a:hover {
	color: #754200;
	text-decoration: underline;
}
a.language:link; a.language:visited  {
	color: #99e62b;
	text-decoration: none;
	font-weight: bold;
}
a.language:hover {
	color: #754200;
	text-decoration: underline;
}
#container{
	width: 998px;
	margin-top: 28px;
	margin-left: 22px;
	margin-bottom: 20px;
}
#index_container{
	width: 758px;
	heigh: 431px;
	margin-top: 159px;
	margin-left: 22px;
	margin-bottom: 20px;
}
#header_jobs{
	width: 998px;
	height: 215px;
	background: #ffffff url("images/jobs_header.gif") no-repeat;
	margin-bottom: 60px;
}
#header_contact{
	width: 998px;
	height: 215px;
	background: #ffffff url("images/contact_header.gif") no-repeat;
	margin-bottom: 60px;
}
#header_home{
	width: 998px;
	height: 215px;
	background: #ffffff url("images/home_header.gif") no-repeat;
	margin-bottom: 60px;
}
#line{
	width: 998px;
	height: 1px;
	background: #ffffff url("images/red_line.gif") repeat-x; 
	margin-bottom: 12px;
	margin-top: 12px;
}
#blue_line{
	width: 998px;
	height: 1px;
	background: #ffffff url("images/blue_line.gif") repeat-x;
	margin-bottom: 12px;
	margin-top: 12px;
}
#brown_line{
	width: 998px;
	height: 1px;
	background: #ffffff url("images/brown_line.gif") repeat-x;
	margin-bottom: 12px;
	margin-top: 4px;
}
#content{
	width: 998px;
}
#footer{
	width: 998px;
	margin-bottom: 12px;
	margin-top: 30px;
	color: #754200;
	clear:both;
}
#error{
	width: 998px;
}
#language{
	float: right;
	width: 100px;
	font-weight: bold;
}
.red_text{
	margin-right: 10px;
	color: #eb0078;
	font-size: 12px;
	line-height: 1.4;
}
.error_text{
	color: #FF0000;
}
.blue_text{
	margin-right: 30px;
	color: #007d9b;
	font-size: 12px;
	line-height: 1.3;
}
.green_text{
	color: #99e62b;
	font-size: 12px;
	line-height: 1.3;
}
.brown_text{
	color: #754200;
	font-weight:none;
	font-size: 12px;
	line-height: 1.4;
	margin-right: 60px;
}
.sub_header{
	color: #007d9b;
	font-weight:bold;
	font-size: 14px;
}
.table_margin{
	margin-top: 12px;
}
.form{
	border: 1px solid #754200;
	font-size: 14px;
}
.fieldset{
	border: 1px solid #754200;
}
.admin_applicants_table{
	width: 300px;
}
.row1{
	background: #CCCCCC;
}
.row2{
	background: #FFF;
}
.padding{
	padding-bottom: 60px;
}