@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(bg01.png) 0 0 repeat-x;
	font-size: 12px;
	color: #000;
}
img {
	border: 0;
}
a {
	cursor: pointer;
	color: #00425e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* =wrap
-------------------------------------------------- */
#wrap {
	width: 980px;
	margin: 0 auto;
}
div.header {
	height: 150px;
	background: url(bg02.png) 0 0 no-repeat;
	position: relative;
}
div.header p.logo {
	position: absolute;
	top: 34px;
	right: 39px;
}
div.header div.searchbar {
	padding-left: 20px;
}
div.header div.searchbar p {
	float: left;
}
div.header div.searchbar p.input {
	background: url(bg04.png) 0 0 no-repeat;
	height: 20px;
	width: 160px;
	margin: 5px 10px 0 0;
}
div.header div.searchbar p.input input {
	background: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	width: 155px;
	padding: 3px 0 0 3px;
}
div.header div.searchbar p.btn {
	margin-top: 8px;
	margin-right: 41px;
}
*+ html div.header div.searchbar p.btn {
	margin-top: 10px;
}
div.menu {
	background: #003f59;
	margin-top: 10px;
}
div.menu table {
	width: 100%;
	text-align: center;
	height: 40px;
}
div.menu table td {
	text-align: center;
	width: 10%;
	vertical-align: middle;
}
div.menu table td a {
	border-left: 10px solid #003f59;
	border-right: 10px solid #003f59;
	padding: 14px 8px 11px 8px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
}
*+ html div.menu table td a {
	padding: 14px 8px 14px 8px;
}
* html div.menu table td a {
	padding: 14px 8px 14px 8px;
}
div.menu table td.active a{
	border-left: 10px solid #ad0c4f;
}
/* =index_content
-------------------------------------------------- */
div.index_content {
	background: url(bg03.png) 0 0 repeat-y;
	margin-top: 10px;
	height: 425px;
}
div.index_left {
	float: left;
	width: 280px;
	padding: 16px 20px;
	margin-right: 10px;
}
* html div.index_left  {
	padding-bottom: 0;
}
div.index_left p {
	margin-bottom: 17px;
	line-height: 1.4em;
}
div.index_left p.title {
	font-size: 20px;
	color: #b10c51;
	font-weight: bold;
}
div.index_left p.more {
	margin-bottom: 0 !important;
}
div.index_left p.more a {
	font-weight: bold;
	background: url(ico01.png) 100% 3px no-repeat;
	padding-right: 14px;
}
div.index_center {
	width: 320px;
	float: left;
}
div.index_center p {
	
}
div.index_center p.img {
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}
div.index_center p.img img {
	display: block;
}
div.index_right {
	float: right;
	width: 320px;
	padding: 15px 0;
}
div.index_right p {
	line-height: 1.4em;
}
div.index_right p.title {
	font-size: 20px;
	font-weight: bold;
}
div.index_right div.last_news {
	margin-top: 10px;
	border-bottom: 3px solid #b10c51;
}
div.index_right div.last_news div.news_item {
	margin-bottom: 9px;
}
div.index_right div.last_news div.news_item p.title {
	font-size: 12px;
}
div.index_right div.last_news div.news_item p.title a {
	font-weight: bold;
}
div.index_right div.last_news div.news_item p.title a span {
	color: #000;
	font-weight: normal;
}
div.index_right div.links {
	margin-top: 4px;
}
div.index_right div.links p {
	float: left;
	padding-left: 13px;
}
div.index_right div.links p.rss {
	float: right;
	padding-right: 13px;
}
div.index_right div.links p.rss a {
	background: url(ico02.png) 100% 1px no-repeat;
	padding-right: 18px;
}
/* =content
-------------------------------------------------- */
div.content {
	background: url(bg05.png) 0 0 repeat-y;
	margin-top: 10px;
}
div.leftbar {
	float: left;
	width: 208px;
	padding: 20px 10px 10px 32px;
}
div.leftbar ul.submenu {
	list-style: none;
}
div.leftbar ul.submenu li {
	background: url(bg06.png) 0 0 no-repeat;
	margin-bottom: 6px;
	padding: 0 0 0 11px;
}
div.leftbar ul.submenu li.active {
	background: url(bg07.png) 0 0 no-repeat;
}
div.leftbar ul.submenu li.active a {
	font-weight: bold;
}
div.leftbar ul.submenu li.active ul {
	list-style: none;
	margin: 10px 0;
	padding-left: 8px;
}
div.leftbar ul.submenu li.active ul li {
	background: url(ico07.png) 0 3px no-repeat;
	list-style: none;
}
div.leftbar ul.submenu li.active ul li a {
	font-weight: normal;
}
div.leftbar ul.submenu li.active ul li.active {
	background: url(ico10.png) 0 3px no-repeat;
}
div.leftbar ul.submenu li.active ul li.active a {
	color: #b10c51;
}
div.rightbar {
	float: right; 
	width: 655px;
	padding: 25px 26px 26px 0;
}
div.article p {
	margin-bottom: 15px;
	line-height: 1.4em;
}
div.article p.jobtitle {
	font-size: 20px;
	color: #b10c51;
}
div.article p.back a {
	font-weight: bold;
	background: url(ico06.png) 0 2px no-repeat;
	padding-left: 14px;
	font-size: 11px;
}
div.article h1 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}
div.article div.print p {
	float: right;
}
div.article div.print p.rss {
	margin-top: 2px;
	padding-right: 7px;
}
div.article div.print p.print_a {
	margin-top: 1px;
	padding-left: 7px;
}
*+ html div.article div.print p.print_a {
	margin-top: 3px;
}
* html div.article div.print p.print_a {
	margin-top: 3px;
}
div.article ul {
	list-style: none;
	padding-left: 22px;
	margin-bottom: 15px;
}
div.article ul li {
	background: url(ico04.png) 0 3px no-repeat;
	padding-left: 15px;
	margin-bottom: 4px;
}
div.rightbar div.news div.news_item {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 20px;
	margin-bottom: 23px;
}
div.rightbar div.news div.news_item h2 {
	font-size: 12px;
	color: #00425e;
}
div.rightbar div.news div.news_item p {
	margin-bottom: 0;
}
div.rightbar div.news div.news_item p.text {
	margin-bottom: 15px;
}
div.rightbar div.news div.news_item p.date {
	color: #999999;
}
div.rightbar div.news div.news_item p.read_more a {
	font-weight: bold;
	background: url(ico05.png) 100% 4px no-repeat;
	padding-right: 14px;
}
div.rightbar div.news div.news_big h2 {
	font-size: 12px;
}
div.rightbar div.news div.news_big p {
	line-height: 1.5em;
}
div.rightbar div.news div.news_big p.date {
	color: #999999;
}
div.rightbar div.news div.news_big p.back a {
	font-weight: bold;
	background: url(ico06.png) 0 2px no-repeat;
	padding-left: 14px;
	font-size: 11px;
}
div.rightbar div.news div.news_big p.back a.noback {
	background: 0;
	padding-left: 0;
}
div.rightbar ul.partners {
	list-style: none;
	padding: 0;
}
div.rightbar ul.partners li {
	float: left;
	width: 145px;
	background: 0;
	padding: 0;
	margin-right: 20px;
}
div.rightbar ul.partners li.last {
	margin-right: 0;
}
div.rightbar ul.partners li p.img {
	border: 1px solid #dddddd;
	margin-bottom: 5px;
}
div.rightbar ul.partners li p.img:hover {
	border: 1px solid #00415c;
}
div.rightbar ul.partners li p.img img {
	display: block;
}
div.rightbar ul.partners li p.name {
	font-weight: bold;
	color: #00425e;
	line-height: 1.2em;
}
div.rightbar ul.partners li p.name span {
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
div.cv h1 {
	margin-bottom: 7px;
	font-size: 28px;
}
div.cv div.data {
	margin-bottom: 33px;
}
div.cv div.data p.img {
	float: right;
	margin-bottom: 0;
	line-height: 1em;
}
div.cv div.data p.img img {
	display: block;
}
div.cv div.data {
	border-bottom: 3px solid #b10c51;
}
div.cv div.data table {
	margin-top: 40px;
}
*+ html div.cv div.data table {
	margin-top: 55px;
}
div.cv div.data table td {
	padding: 2px 0 1px;
	vertical-align: middle;
}
div.cv div.data table td.td_width {
	width: 225px;
}
div.cv div.data table td.table_width2 {
	width: 282px;
}
div.cv p.heading {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
}
/* =footer
-------------------------------------------------- */
div.footer {
	background: #00425e;
	margin-top: 10px;
	border-top: 3px solid #b10c51;
	padding: 18px;
}
div.footer_wrap {
	width: 980px;
	margin: 0 auto;
}
div.footer_wrap a {
	color: #fff;
}
div.footer_wrap p.contact {
	background: url(ico03.png) 0 3px no-repeat;
	padding: 0 0 0 13px;
	color: #fff;
	line-height: 1.4em;
	float: left;
	width: 168px;
}
div.footer_wrap p.dif {
	width: 229px;
}
div.footer_wrap p.tls {
	float: right;
	padding-right: 31px;
}
div.footer_wrap p.copywright {
	color: #99b3bf;
	font-size: 11px;
}
div.footer_wrap p.copywright a {
	color: #99b3bf;
}
/* =adm
-------------------------------------------------- */
div.adm {
	width: 980px;
	margin: 0 auto;
}
div.adm p {
	float: right;
	padding: 8px 0;
}
div.adm p a {
	color: #99b3bf;
	font-size: 11px;
}
/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}

/* martinj 090811 */
.separator {
	border-top: 1px solid #b10c51;
	height: 1px;
	margin: 25px 0 24px;
}
.question_form h2,
.q_and_a h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
}
div.rightbar .question_form td {
	padding-bottom: 5px;
}
div.rightbar .question_form td.label {
	vertical-align: top;
}
div.rightbar .question_form td.label {
	display: block;
	padding: 4px 10px 0 0;
	text-align: right;
	width: 80px;
}
div.rightbar .question_form td .input {
	background: url(bg_input_text.png) 0 0 no-repeat;
	height: 22px;
	width: 240px;
}
div.rightbar .question_form td .input input {
	background: transparent;
	border: 0;
	height: 19px;
	padding: 3px 0 0 3px;
	width: 237px;
}
div.rightbar .question_form td .textarea {
	background: url(bg_textarea.png) 0 0 no-repeat;
	height: 92px;
	width: 330px;
}
div.rightbar .question_form td .textarea textarea {
	background: transparent;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 89px;
	padding: 3px 0 0 3px;
	width: 327px;
}
div.rightbar .question_form td.submit {
	padding: 10px 10px 0 0;
	text-align: right;
}
div.rightbar .q_and_a {
	line-height: 18px;
}
div.rightbar .q_and_a .question {
	font-weight: bold;
	margin-bottom: 5px;
}
div.rightbar .q_and_a .answer {
	margin-bottom: 15px;
}

div.wide {
	float: right;
	width: 650px;
	padding: 15px 0;
}
div.wide div.last_news {
	border-bottom: 0;
	float: left;
	margin-right: 10px;
	width: 320px;
}
div.wide div.right_col {
	margin-right: 0;
}
div.wide div.links {
	border-top: 3px solid #b10c51;
	clear: both;
}

div.article .pages ul {
	text-align: center;
}
div.article .pages ul li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}
div.article .pages ul li a {
	padding: 0 8px;
}
div.article .pages ul li.first a,
div.article .pages ul li.last a {
	padding: 0;
}
div.article .pages ul li.prev a {
	padding-left: 0;
}
div.article .pages ul li.next a {
	padding-right: 0;
}
div.article .pages ul li.current {
	color: #b10c51;
	font-weight: bold;
	padding: 0 8px;
}
div.article .pages ul li img {
	vertical-align: middle;
}