@charset "utf-8";
/* CSS Document */
body{
	background:#edeeed url(../assets/images/back.png) repeat-y;/*E4E5CF*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
}

a{
	text-decoration:underline;
	color: #454545;
}

a:hover{
	color: #F79420;
}

fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}

label {
  float:left;
  margin:0px;
  padding: 0px;
  width: 70px;
  margin-right:10px;
  padding-top:4px;
  text-align:left;
}
input{
	margin: 3px;
}

#head{
	background: transparent url(../assets/images/titleBg.png) bottom left repeat-x;/*#9B8C7C; */
	padding-top: 5px;
	padding-bottom: 5px;
	height: 37px;
	width: 100%;
	color: #fefefe;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	position:fixed;
	top: 0px;
	z-index:5;
}

#navbar{
	position: fixed;
	top: 35px;
	left: 0px;
	background: #E4E5CF;
	width: 792px;
	margin-left: 50px;
	margin-top: 2px;
	padding-top: 9px;
	padding-bottom: 3px;
}
#navbar a{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 8px;
	text-decoration: none;
}
#navbar a:hover{
	background: #71a64b;
	color: #fff;
}

.current{
	background: #71a64b;
	color: #fff;	
}

#flash{
	z-index: 0;	
	margin-left: 50px;
	margin-top: 45px;
}

#title h1{
	color: #fefefe;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	margin-left: 85px;
	margin-top: 32px;
	display:none;
}

.infobox{
	margin-left: 60px;
	margin-top: 25px;
	width: 772px;
	padding-bottom:10px;
}

.infobox h1{
/*	border-bottom: 1px solid #9b8c7c;*/
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #0082ec;
	margin: 0px;
	padding: 0px;
}

.infobox p{
	line-height: 18px;
}

#contact{	
	position:fixed;
	top: 0px;
	left: 344px;
	/*background: transparent url(../assets/images/contactBg.png) no-repeat;*/
	width: 335px;
	height: 70px;
	padding: 10px;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
}

#contact p{
	margin-left: 46px;
	margin-top: -2px;
	padding-top: 0px;
	line-height: 21px;
	color: #71a64b;
}

#contact p span{
		color: #f1911f;
}

#navigation{
	position:fixed;
	top: 25px;
	left: 98px;
	font-size: 15px;
	font-weight:bold;
}

#footer{
	position:fixed;
	background: transparent url(../assets/images/footerBg.png) repeat-x top;
	bottom: 0px;
	width: 100%;
	height: 23px;
	margin-left:0px;
	padding-top: 22px;
	color: #fefefe;
	font-size:11px;
}

ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
}

li{
	background:url(../assets/images/bullet.png) no-repeat;
	padding-left: 25px;
	margin-top: 6px;
}

ul li ul li{
	background:url(../assets/images/bullet_2.png) no-repeat;
	padding-left: 25px;
	margin-top: 3px;
}

.newsItem{
	
	background: url(../assets/images/arrow.png) no-repeat;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	/*border-bottom: 1px solid #ccc;*/
	margin-right: 25px;
	height: 26px;
}

.otherItem{
	
	background: url(../assets/images/arrow.png) no-repeat;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 8px;
}


.newsItem a{
	text-decoration: none;
}

.newsItem a:hover{
	text-decoration: underline;	
}

.newsDate{
	color: #ababab;
	font-size: 11px;
	
}

.linksMenu{
	width: 145px;
	float: left;
}

.linksMenu h1{
	font-size: 12px;
}

.linksMenu a{
	font-size: 11px;
	text-decoration: none;
	width: 145px;
}

.linksMenu a:hover{
	color: #71a64b;
	text-decoration: underline;	
}

.content{
	margin-left: 15px;
	padding-left: 15px;
	width: 590px;
	float: left;
	border-left: 1px #ededed solid;
}

.link{
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

.content p{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 3px;
}

.content h1{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
}

#specialTitle{
	position:fixed;
	top: 4px;
	left: 448px;
	width: 294px;
	color: #71a64b;
	z-index:6;
}
#specialTitle h1{
	font-size: 16px;
	color: #71a64b;
}

h1 a{
	text-decoration: none;
	font-style:italic;
	color:#F30;
}

h1 a:hover{
	color:#F60;	
}
.box{
	padding: 5px;
}

.box p{
	margin: 10px;
	margin-top: 15px;
	line-height: 24px;
}
.green{
	width: 193px; 
	float: left; 
	margin-left: 10px;
	padding: 5px;
	height: 160px; 
	background: transparent;
	border: 2px solid #ffffff;
}

.green h1{
	color: #71a64b;
	border-bottom:#ffffff solid 1px;
	padding-left: 5px;
}

.green p{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}

.wideGreen{
	width: 264px;
	height: 160px;
	padding: 5px;
	color: #ffffff;
	float:left;
	margin-right:5px;
	padding-right: 5px;
	margin-top: 5px;
	border-right: solid #ffffff 1px;
}

.vacancyItem{
	width: 465px;
	height: 55px;
	padding-top: 3px;
	padding-bottom:3px;
}
.vacancyImage{
	width: 55px;
	height: 55px;
	float: left;
}
.vacancyText{
	width: 397px;
	margin-left: 10px;
	height: 55px;
	float: left;
	color: #777;
}

.vacancyItem h1{
	padding: 0px;
	margin: 0px;
}

.vacancyText h1 a{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	color: #71a64b;
}

.vacancyText p{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}

#comments{
	line-height: 12px;
	color: #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #cccccc solid 1px;
	width: 420px;
}

#comments h1{
	font-size: 11px;
	color: #343434;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

#comments h2{
	font-size: 11px;
	font-weight: 100;
	margin: 0xp;
	padding: 0px;
	color: #999999;
}
#comments p{
	color: #777777;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}