@charset "utf-8";
/* CSS Document */

body{
	background-color:#cecfd0;
	padding-top:25px;
	font-family: calibri,trebuchet ms,Arial, Helvetica, sans-serif;
}
.content{
	width:980px;
	margin:0 auto;
	background-color:#fff;
	border-radius:20px;
	min-height:500px;
	padding-bottom:20px;
}
.header-left{
	width:50%;
	float:left;
}
.header-right{
	width:50%;
	float:right;
	position:relative;
}
.navm{
	margin-top:70px;
	margin-right:20px;	
}
.logo{
	padding-top:10px;
	padding-left: 30px;	
}

.home_link{
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 4;
  top: 70px;
  right: 200px;
}
.career_link{
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 4;
  top: 70px;
  right: 155px;
  
}
.facebook_link{
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 4;
  top: 70px;
  right: 110px;
  
}
.sitemap_link{
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 4;
  top: 70px;
  right: 65px;
  
}
.contacts_link{
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 4;
  top: 70px;
  right: 20px;
}
.mainmenu{
	background: none repeat-x scroll 0 0 #003c6b;
    left: 5px;
    width: 100%;
	min-height:50px;
	margin-top:10px;
}
.mainmenu a.active{
		
}

#menu{
display:block;
border-bottom:1px solid #2094A1;
}

#menu ul li{
background: url("../img/bg_menu.jpg") repeat-x scroll 0 0 transparent;
border-left: 1px solid #858585;
border-right: 1px solid #858585;
border-top: 1px solid #858585;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
float: left;
height: 40px;
list-style: none outside none;
margin-right: 10px;
padding-left: 11px;
padding-right: 11px;
text-align: center;
width: 124px;
font:bold 12px/35px Tahoma;
color:#9CB3BF;
margin-top: 9px;
}

#menu ul li:hover{
background: url("../img/bg_menu_hover.jpg") repeat-x scroll 0 0 transparent;
border-left: 1px solid #858585;
border-right: 1px solid #858585;
border-top: 1px solid #858585;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
float: left;
height: 40px;
list-style: none outside none;
margin-right: 10px;
padding-left: 11px;
padding-right: 11px;
text-align: center;
font:bold 12px/35px Tahoma;
color:#ffffff;
}

#menu ul li.active{
background: url("../img/bg_menu_hover.jpg") repeat-x scroll 0 0 transparent;
border-left: 1px solid #858585;
border-right: 1px solid #858585;
border-top: 1px solid #858585;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
float: left;
height: 40px;
list-style: none outside none;
margin-right: 10px;
padding-left: 11px;
padding-right: 11px;
text-align: center;
font:bold 12px/35px Tahoma;
color:#fff;
}

#menu ul li a{
color:#9CB3BF;
text-decoration:none;
}
#menu ul li a:hover{
color:#ffffff;
text-decoration:none;
}
#menu ul li.active a{
	color:#ffffff;
}
@font-face {
    font-family: 'clementepdagbook';
    src: url('../fonts/clementepdag-book-webfont.eot');
    src: url('../fonts/clementepdag-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clementepdag-book-webfont.woff2') format('woff2'),
         url('../fonts/clementepdag-book-webfont.woff') format('woff'),
         url('../fonts/clementepdag-book-webfont.ttf') format('truetype'),
         url('../fonts/clementepdag-book-webfont.svg#clementepdagbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
.header-banner{
	position:relative;
		
}
.header-banner h2{
  color: #fff;
  top: 110px;
  left: 73px;
  font-size: 48px;
  position:absolute;
  font-family: 'clementepdagbook', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-family: Calibri, sans-serif; }
h1 {
	font-weight: normal;
	color: #417CAB;
}

h2 { color: #323232; }
h3 { color: #417CAB; }
h4 { color: #323232; }
h5 { color: #417CAB; }
h6 { color: #323232; }

footer{
	font-size: 12px;	
}

.mceItemTable{
	padding-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}

footer span.anchor {
	right: 3px;
	cursor:pointer;
	width: 19px;
	height: 19px;
	background: url(../img/footer_anchor.png) 0 0 no-repeat;
	display: block;
	text-decoration: none;
}

footer span.anchor:hover { background-position: 0 -30px; }

.content-box{
	padding-right:30px;
	padding-left:30px;
}
a.readmore {
	display: block;
	width: 120px;
	height: 22px;
	float: left;
	line-height: 22px;
	text-indent: 10px;
	font-size: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
a.readmore {
    color: #555555;
}
a.readmore:hover {
	line-height: 24px;
	color: #16547C;
	text-decoration:none;
}
.article-box{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:15px;	
}
.article-box img{
	max-width:181px;	
}
#contactus_resume_errorloc{
	margin-left: 130px;	
}