@charset "UTF-8";
/* CSS Document */

body {
	background-color: #092C5C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
	padding: 0px;    
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	font-size: 9pt;
	color: #333;
}

a {
	color: #04306C;
	text-decoration: none;
}

a:hover {
	color: #04306C;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 832px;
	position: relative;
}

#wrapper #masthead {
	background-attachment: scroll;
	background-image: url(../images/masthead.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

#wrapper #top_container {
	background-attachment: scroll;
	background-image: url(../images/inner_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}

#wrapper #inner_container {
	background-attachment: scroll;
	background-image: url(../images/inner_container.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 27px;
}

#wrapper #paperstack {
	position: relative;
	height: 162px;
	width: 230px;
	background-image: url(../images/paper_stack.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	top: -235px;
	left: 15px;
}
.toplinks a   {
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #043CAC;
	color: #043CAC;
	text-decoration: none;
	font-weight: bold;
}

.toplinks a:hover {
	color: #00275D;
	text-decoration: underline;
}

.toplinks {
	text-align: right;
	margin: 0px;
	padding: 20px 0px 0px;
}
.toplinks .toplinks_last  {
	padding-right: 0px;
	border-style: none;
}

#menu {
	list-style-type: none;
	padding: 0px;
	height: 47px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 48px;
}

#menu li {
	width: 147px;
	height: 47px;
	float: left;
	background-image: url(../images/menu_background.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

#menu li a {
	color: #444;
	text-decoration: none;
	font-size: 9pt;
	text-transform: uppercase;
	display: block;
	padding-top: 16px;
	padding-bottom: 8px;
}
#menu li .current , #menu li a:hover{
	border-bottom: 8px solid #FDFDFD;
	width: 137px;
	margin-right: 5px;
	margin-left: 5px;
}

#menu li a:hover {
	color: #777;
	text-decoration: underline;
}
#panel-a h1 , #panel-b h1{
	font-weight: normal;
	color: #0E55BC;
	font-size: 16pt;
	padding: 10px 15px 5px 10px;
	margin: 0px;
}

#panel-a .headline_oursolutions {
	background-image: url(../images/headline_oursolutions.png);
	width: 154px;
	height: 53px;
	margin-top: 25px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
#panel-a .headline_management {
	background-image: url(../images/headline_management-team.png);
	width: 132px;
	height: 40px;
	margin-top: 25px;
	margin-left: 10px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

#panel-a p {
	font-size: 9pt;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

#panel-a .bio_block {
	margin: auto;
	width: 160px;
}

#panel-a #nav {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#panel-a #nav li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#panel-a #nav a {
	background-attachment: scroll;
	background-image: url(../images/li_arrow.png);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	display: block;
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 12px;
	text-decoration: none;
	color: #0E54B9;
	font-weight: bold;
}
#panel-a #nav .inner_nav{
	font-weight: normal;
	color: #071F4A;
	font-size: 10pt;
	padding-top: 3px;
}

#panel-a #nav .inner_nav.current { color: #FFB033; }

#panel-a #nav a:hover {
	text-decoration: underline;
	color: #0E54B9;
}



#panel-b { }
#panel-b h2 {
	color: #071F4A;
	font-size: 11pt;
	margin: 10px 0px;
	padding: 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #071F4A;
}

#panel-b h3 {
	font-weight: normal;
	color: #092C5C;
	font-size: 11pt;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#panel-b p {
	font-size: 9pt;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 8px;
	margin-left: 10px;
	text-align: left;
}

#panel-b .headline_women {
	background-image: url(../images/headline_woman.png);
	height: 65px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 15px;
	margin: 16px 0px 0px 10px;
}

#panel-b #nav {
	list-style-type: none;
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

#panel-b #nav li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#panel-b #nav a {
	background-attachment: scroll;
	background-image: url(../images/li_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	display: block;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 12px;
	text-decoration: none;
	color: #444;
	font-weight: normal;
	font-size: 8pt;
}

#panel-b #nav a:hover {
	text-decoration: underline;
	color: #0E54B9;
}



#content { }

#content p {
	font-size: 9pt;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: left;
}
#content a  {
	color: #0D55B9;
	text-decoration: none;
}

#content a:hover {
	color: #04306D;
	text-decoration: underline;
}

#content h1 {
	color: #071F4A;
	font-size: 11pt;
	border-bottom: 1px solid #071F4A;
	margin: 10px 0px;
	padding: 0px 0px 10px;
}

#content .page_headline {
	border-style: none;
	font-size: 15pt;
	font-weight: normal;
	line-height: 1.3;
}
#footer  {
	padding-top: 15px;
	padding-bottom: 15px;
	background-attachment: scroll;
	background-image: url(../images/inner_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer p {
	font-size: 8pt;
	color: #FFF;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 8px;
} 
#footer a , #footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.hide { display: none; }
#secondaryNAV    {
	width: 200px;
	float: right;
}
.imageRIGHT {
	float: right;
	margin-top: 15px;
	
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.imageLEFT {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#articleNAV {
	float: right;
	width: 260px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 15px;
}
#content #articleNAV ul {
	list-style-image: url(..//images/li_arrow.png);
}
#content #articleNAV li {
	line-height: 20pt;
}
#socialmedia {
	margin-top: 40px;
	text-align: left;
}
#homenews {
	margin-top: 20px;
	font-size: 13px;
	color: #2F54B9;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

