html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html {
  font-size: 100.01%;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

a img {
  border: none;
}

body {
  line-height: 1.5;
  font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #0066a4;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.50em;
}

h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1.00em;
}

h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.50em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

p {
  margin: 0 0 1.5em;
}
p img.left {
  display: inline;
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
p img.right {
  display: inline;
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

a {
  text-decoration: underline;
  color: #0066a4;
}
a:visited {
  color: #0066a4;
}
a:focus {
  color: #00273e;
}
a:hover {
  color: #00273e;
}
a:active {
  color: #00273e;
}

blockquote {
  margin: 1.5em;
  color: #666666;
  font-style: italic;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

sup, sub {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

del {
  color: #666666;
}

pre {
  margin: 1.5em 0;
  white-space: pre;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

li ul, li ol {
  margin: 0;
}

ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

thead th {
  background: #c3d9ff;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tr.even td {
  background: #e5ecf9;
}

tfoot {
  font-style: italic;
}

caption {
  background: #eeeeee;
}

.quiet {
  color: #666666;
}

.loud {
  color: #111111;
}

form.bp label {
  font-weight: bold;
}
form.bp fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
}
form.bp legend {
  font-weight: bold;
  font-size: 1.2em;
}
form.bp input.text, form.bp input.title, form.bp input[type=email], form.bp input[type=text], form.bp input[type=password] {
  margin: 0.5em 0;
  background-color: white;
  padding: 5px;
}
form.bp input.title {
  font-size: 1.5em;
}
form.bp input[type=checkbox], form.bp input.checkbox, form.bp input[type=radio], form.bp input.radio {
  position: relative;
  top: 0.25em;
}
form.bp textarea {
  margin: 0.5em 0;
  padding: 5px;
}
form.bp select {
  margin: 0.5em 0;
}
form.bp fieldset {
  border: 1px solid #b3b3b3;
}
form.bp input.text, form.bp input.title, form.bp input[type=email], form.bp input[type=text], form.bp input[type=password],
form.bp textarea, form.bp select {
  border: 1px solid #b3b3b3;
}
form.bp input.text:focus, form.bp input.title:focus, form.bp input[type=email]:focus, form.bp input[type=text]:focus, form.bp input[type=password]:focus,
form.bp textarea:focus, form.bp select:focus {
  border: 1px solid lighter(#b3b3b3, 20%);
}
form.bp input.text, form.bp input.title, form.bp input[type=email], form.bp input[type=text], form.bp input[type=password] {
  width: 300px;
}
form.bp textarea {
  width: 390px;
  height: 250px;
}

/* IPS editor contents */
.editorelement {
  padding-left: 10px;
}
.editorelement table {
  border-collapse: collapse;
  float: none;
}
.editorelement table td {
  vertical-align: top;
  padding: 0.3em;
}
.editorelement table thead td {
  font-weight: 700;
}
.editorelement .font-weight_bold {
  font-weight: bold;
}
.editorelement .caption {
  font-size: 90%;
  font-style: italic;
  padding: 0.3em 0.5em;
  margin: 0;
}
.editorelement .float_left {
  float: left;
  margin-right: 1em;
}
.editorelement .float_right {
  margin-left: 1em;
  float: right;
}
.editorelement .dir_rtl, .editorelement .align_left, .editorelement .text-align_left {
  text-align: left;
}
.editorelement .dir_ltr, .editorelement .align_right, .editorelement .text-align_right {
  text-align: right;
}
.editorelement .align_center, .editorelement .text-align_center {
  text-align: center;
}
.editorelement .align_justify, .editorelement .text-align_justify {
  text-align: justify;
}
.editorelement span.underlined, .editorelement span.underline, .editorelement .underline {
  text-decoration: underline;
}
.editorelement .user-box {
  padding: 0.5em;
  background: #eeeeee;
}
.editorelement iframe {
  background: white;
}
.editorelement a.file_object {
  padding: 0.5em;
  text-decoration: none;
}
.editorelement .file_object img, .editorelement .file_object span {
  margin-right: 0.5em;
}

table.bordered-user-table {
  border: solid 1px #cccccc;
  border-bottom-width: 0;
  border-right-width: 0;
}
table.bordered-user-table td {
  border: 1px solid #cccccc;
  border-top-width: 0;
  border-left-width: 0;
}
table.outlined-user-table {
  border: solid 1px #cccccc;
}
table.outlined-horizontal-user-table {
  border: solid 1px #cccccc;
  border-bottom: 0 none;
}
table.outlined-vertical-user-table {
  border: solid 1px #cccccc;
  border-right: 0 none;
}
table.vertical-user-table {
  border-left: solid 1px #cccccc;
}
table.outlined-horizontal-user-table td, table.horizontal-user-table td {
  border-bottom: solid 1px #cccccc;
}
table.outlined-vertical-user-table td, table.vertical-user-table td {
  border-right: solid 1px #cccccc;
}

/* End IPS editor contents */
.content .editorelement {
  font-size: 14px;
}

.editorelement {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.editorelement .quote {
  width: 700px;
  margin-bottom: 20px;
  color: #767676;
  font-size: 36px;
  line-height: 40px;
  font-style: italic;
}
.editorelement .quote .start_quote, .editorelement .quote .end_quote {
  font-size: 50px;
  color: #c2c2c2;
}
.editorelement .quote .start_quote {
  position: relative;
  top: 25px;
  left: -7px;
  z-index: 6;
}
.editorelement .quote .end_quote {
  position: relative;
  top: 15px;
  z-index: 5;
  left: 0px;
}

.content .editorelement span.underlined, .content .editorelement span.underline, .content .editorelement .dropCap {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 38px;
  text-transform: uppercase;
  float: left;
  padding: 0;
  margin: 0 10px -5px 10px;
  line-height: 38px;
  text-decoration: none;
  font-weight: bold;
}
.content .editorelement ul li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
}
.content .editorelement h5 {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #464646;
  margin-bottom: 10px;
}

/* IPS forms */
.ipsform li.error {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.ipsform ul, .ipsform ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ipsform legend {
  display: none;
}
.ipsform legend {
  font-weight: bold;
  color: #0066a4;
  padding: 0 0.417em;
  display: inline;
}
.ipsform span.required, .ipsform span.mandatory {
  color: red;
}
.ipsform li {
  position: relative;
  z-index: 1;
  clear: both;
}
.ipsform li.error input, .ipsform li.error select, .ipsform li.error textarea {
  background-color: #f3faa7;
}
.ipsform li.error, .ipsform li label.error, .ipsform li p.error, .ipsform li.error p {
  color: red;
}
.ipsform li.separate {
  margin-bottom: 1.667em;
}
.ipsform li.afterseparate {
  clear: both;
}
.ipsform li.size_one_liner, .ipsform li.form_captcha {
  float: left;
  clear: none;
  width: 50%;
}
.ipsform li.form_password {
  float: left;
  clear: none;
  width: 50%;
  clear: both;
  margin-right: 50%;
}
.ipsform li.form_captcha, .ipsform li.username {
  clear: both;
  margin-right: 50%;
}
.ipsform li.size_one_liner input, .ipsform li.size_one_liner textarea {
  width: 90%;
}
.ipsform li.form_password input, .ipsform li.form_captcha input {
  width: 90%;
}
.ipsform li label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.167em;
  margin-right: 1.667em;
}
.ipsform li.form_text input {
  display: block;
  margin-bottom: 0.667em;
  margin-right: 1.667em;
  border: 1px solid #cccccc;
}
.ipsform li.form_fileinput input {
  margin-bottom: 0.667em;
}
.ipsform li.form_checkbox {
  position: relative;
  z-index: 1;
}
.ipsform li.form_checkbox input {
  margin: 0.417em 0px 0.833em 0px;
}
.ipsform li.form_checkbox label {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 0.417em;
}
.ipsform li.form_radio_button_group input {
  margin: 3px 0.417em 3px 0px;
}
.ipsform li input.submit {
  clear: both;
  margin-right: 0.417em;
  padding: 0.333em;
}
.ipsform select, .ipsform .form_text input, .ipsform .form_password input, .ipsform .form_captcha input {
  width: 98%;
  padding: 0.5em;
}
.ipsform select option {
  padding: 0 0.417em 0 0.25em;
}
.ipsform textarea {
  width: 95%;
  margin-bottom: 0.667em;
}
.ipsform select {
  margin-bottom: 0.667em;
}
.ipsform span.error {
  -moz-border-radius: 0.333em;
  -webkit-border-radius: 0.333em;
  -o-border-radius: 0.333em;
  -ms-border-radius: 0.333em;
  -khtml-border-radius: 0.333em;
  border-radius: 0.333em;
  display: block;
  background-color: white;
  border: 1px solid red;
  position: absolute;
  z-index: 5;
  padding: 0.417em;
  top: -10px;
  right: -10px;
  width: 50%;
  font-size: 0.917em;
}

/* End IPS forms */
/* Article/Summary */
div.article, div.summary {
  width: 100%;
  margin-bottom: 10p;
}
div.summary {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div.summary img, div.summary .flash_wrapper {
  float: left;
  margin-right: 10px;
  border: 1px solid #cccccc;
}
div.summary h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
div.summary h2 a {
  color: #0066a4;
  text-decoration: none;
}
div.summary a.readmore {
  text-decoration: none;
  font-weight: bold;
}
div.summary .readmore span {
  display: none;
}
div.article h2 {
  font-size: 36px;
  line-height: 33px;
  color: #3a3a3a;
  margin-bottom: 10px;
  padding-left: 10px;
}
div.article p.text {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
div.article .expanded {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
}
div.hasImage h2 {
  padding-left: 0px;
}
div .tools {
  width: 100%;
  border-top: 1px solid #cccccc;
  clear: both;
  font-size: 11px;
  color: #959595;
  padding: 10px;
  font-style: italic;
}
div .tools .byline, div .tools .share {
  width: 50%;
}
div .tools .byline {
  float: left;
}
div .tools .share {
  float: left;
  text-align: right;
}
div .tools a {
  color: #0066a4;
}
div .tools .facebook {
  padding: 0 5px;
}
div .tools .twitter {
  padding-left: 5px;
}

/* End Article/Summary */
/* SearchForm */
.result_list {
  clear: both;
  width: 100%;
}
.result_list li {
  width: 100%;
}

.search_form {
  position: absolute;
  right: 140px;
  top: 10px;
  z-index: 6;
  width: 190px;
  height: 15px;
}
.search_form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.search_form legend {
  display: none;
}
.search_form label {
  display: none;
}
.search_form ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.search_form li {
  position: static;
  z-index: 6;
}
.search_form input.query {
  width: 160px;
  padding: 0;
  position: absolute;
  z-index: 6;
  left: 45px;
  top: 0;
  border: 0px;
  border: 1px solid #a6a6a6;
  outline: 0;
}
.search_form input.button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  background-color: transparent;
  padding: 0 0px 0px 0px;
  border: 0;
  color: #878787;
  font-weight: bold;
  width: 45px;
  text-align: right;
}

/* End SearchForm */
/* Navigation */
/* .nav resets menuwrapper style */
ul.nav, ol.nav, dl.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.nav ul, ul.nav ol, ul.nav dl, ol.nav ul, ol.nav ol, ol.nav dl, dl.nav ul, dl.nav ol, dl.nav dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav a {
  color: #767676;
  text-decoration: none;
}
.nav a:hover {
  color: #434343;
}
.nav a.navigated {
  font-weight: 800;
}
.nav a.active {
  font-weight: 900;
}

.nav_language {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.nav_language li {
  display: inline;
  margin: 0 0.833em 0 0;
}
.nav_language li.last {
  margin-right: 0;
}
.nav_language li a {
  color: #0066a4;
  font-style: italic;
}
.nav_language img {
  margin: 0 0 0 5px;
}

.nav_support {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 11;
}
.nav_support li {
  display: inline;
  margin: 0 0.833em 0 0;
}
.nav_support li.last {
  margin-right: 0;
}

body .nav_accessibility {
  display: none;
}

.nav_main {
  position: absolute;
  top: 46px;
  left: 325px;
  z-index: 1000;
  padding: 0px;
  line-height: 36px;
  height: 36px;
  width: 635px;
}
.nav_main li {
  float: left;
  margin: 0 35px 0 0;
  padding-bottom: 1px;
}
.nav_main li.navigated {
  border-bottom: 3px solid #0066a4;
}
.nav_main li.last {
  margin-right: 10px;
}
.nav_main li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #767676;
}
.nav_main li a.navigated {
  color: #0066a4;
  border-bottom: 1px solid #0066a4;
}
.nav_main li a:hover {
  color: #a6c528;
}

.nav_sub {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}
.nav_sub li {
  padding: 7px 10px;
  border-bottom: 1px solid #c3c3c3;
}
.nav_sub a {
  display: block;
  color: #898989;
}
.nav_sub a.navigated, .nav_sub a.active {
  color: #0066a4;
}
.nav_sub ul li {
  padding: 2px 0px 2px 10px;
}

.sub2 li {
  background-color: #f3f3f3;
}

a.nav_title {
  color: #636363;
}

.nav_title {
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 10px;
  background: transparent url(../GFX/double_dash.png) bottom left repeat-x;
  color: #636363;
  margin-bottom: 0;
}

/* End navigation */
/* Breadcrumbs */
.breadcrumbs_pre_text {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  letter-spacing: 0.5px;
  display: inline;
}

ul.nav_breadcrumbs {
  width: 100%;
  line-height: 24px;
  height: 24px;
  padding: 0;
  margin: 0 0 0 10px;
}
ul.nav_breadcrumbs ol {
  float: left;
  display: inline;
}
ul.nav_breadcrumbs ol li {
  float: left;
  padding: 0px 3px 0px 3px;
}
ul.nav_breadcrumbs ol li a {
  font-style: italic;
  color: #878787;
  padding-right: 3px;
}
ul.nav_breadcrumbs ol li.last a {
  color: #464646;
}
ul.nav_breadcrumbs ol li.last span {
  display: none;
}
ul.nav_breadcrumbs a {
  font-weight: normal;
}

/* End breadcrumbs */
/* Start pagination */
.pagelinks, .paginator {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  clear: both;
  height: 30px;
  margin-bottom: 10px;
}
.pagelinks li, .paginator li {
  float: left;
}
.pagelinks li.prev a, .pagelinks li.next a, .paginator li.prev a, .paginator li.next a {
  border: 0;
}
.pagelinks a, .paginator a {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  padding: 3px 8px;
  border: 1px solid #cccccc;
  margin: 0 3px 0 3px;
  text-decoration: none;
}
.pagelinks a.active, .pagelinks a:hover, .paginator a.active, .paginator a:hover {
  background: #e6e6e6;
  border: 1px solid #999999;
  color: black;
  font-weight: bold;
}
.pagelinks a:hover, .paginator a:hover {
  border: 1px solid 1px solid lighter(#cccccc, 20%);
  text-decoration: none;
}

/* End pagination */
/* Layout */
div.container {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  z-index: 1;
  background-color: white;
}

.main {
  display: inline;
  float: left;
  margin-right: 0;
  width: 960px;
  padding: 10px 0;
}
* html .main {
  overflow-x: hidden;
}

.aside {
  background: transparent url(../GFX/double_dash.png) top left repeat-x;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding-top: 4px;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 232.5px;
}
* html .aside {
  overflow-x: hidden;
}
.aside > p, .aside > h2, .aside > h3 {
  padding-left: 10px;
}

.content_container {
  background: transparent url(../GFX/double_dash.png) top left repeat-x;
  padding-top: 14px;
  display: inline;
  float: left;
  margin-right: 0;
  width: 717.5px;
}
* html .content_container {
  overflow-x: hidden;
}
.content_container .content {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 555.833px;
}
* html .content_container .content {
  overflow-x: hidden;
}
.content_container .content_aside {
  display: inline;
  float: left;
  margin-right: 0;
  width: 151.667px;
}
* html .content_container .content_aside {
  overflow-x: hidden;
}

body.fullview .content_container, body.fullview .content {
  background: none;
  width: 100%;
  padding: 10px 5px;
}
body.fullview .aside {
  display: none;
}
body.fullview h2 a {
  background: transparent url(../GFX/double_dash.png) left bottom repeat-x;
  padding: 0 0 10px 0;
  margin: 0;
  height: auto;
  line-height: 14px;
  font-weight: bold;
  font-size: 14px;
  color: #555555;
}

ul.sections li {
  width: 220px;
  margin-right: 20px;
  background: none;
  float: left;
}
ul.sections .section_info {
  height: 220px;
  background: none;
  border: 0;
  padding: 0;
}
ul.sections .section_info p {
  padding: 10px 0;
  line-height: 18px;
  font-style: italic;
}

ul.sections li p.presectiontext {
  padding: 0px;
  margin: 5px 0 0 0;
  font-size: 14px;
  font-style: italic;
  color: #767676;
  line-height: 14px;
}
ul.sections dl.folder_attributes {
  padding: 0;
  margin: 10px 0 20px 0;
  width: 100%;
}
ul.sections dl.folder_attributes dt, ul.sections dl.folder_attributes dd {
  float: left;
  padding: 0;
  margin: 0;
}
ul.sections dl.folder_attributes dt {
  color: #767676;
  width: 40%;
  font-size: 11px;
  text-transform: uppercase;
}
ul.sections dl.folder_attributes dd {
  width: 60%;
  font-size: 14px;
  font-style: italic;
}
ul.sections dl.folder_attributes a {
  text-decoration: none;
  color: #0066a4;
}
ul.sections .folder_actions a {
  display: block;
  padding: 5px 10px;
  color: #959595;
  font-weight: bold;
  letter-spacing: -0.1px;
}
ul.sections .folder_actions a.map {
  border-top: 1px solid #dddddd;
}
ul.sections .folder_actions a.read_more {
  border: 1px solid #a9a9a9;
  border-left: 0;
  border-right: 0;
  color: #0066a4;
  background: url(../GFX/button_bg.png);
}

/* End layout */
/* Idium logo */
.idium {
  float: right;
  margin: 0.417em 1.083em 0 0;
}
.idium a {
  font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
}
.idium a:hover, .idium a:active {
  text-decoration: none;
}
.idium img {
  float: left;
  margin-top: -3px;
}
.idium span {
  font-family: Century Gothic, Verdana, Arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: -8px 0 0;
  padding: 0 0 0 0.5em;
  text-transform: lowercase;
  word-spacing: 3px;
  color: black;
}

/* End Idium logo */
body h1, body h2, body h3, body h4, body h5 {
  font-family: Times, "Times New Roman", Georgia, serif;
}

.header {
  height: 86px;
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
}

.header_title {
  margin: 0;
  padding: 0;
}
.header_title img {
  margin-top: 36px;
  margin-left: 10px;
}
.header_title span {
  display: none;
}

.employee_search {
  position:relative;
  z-index:100;
}
.employee_search ol li {
  position: relative;
}
.employee_search ol li.competence {
  left: 0px;
}
.employee_search ol li.department {
  left: 200px;
}
.employee_search ol li.required {
  xleft: 400px;
}
.employee_search ol li.submit {
  left: 400px;
}

ul.bselect {
  overflow: hidden;
  border: 1px solid #393939;
  background-color: white;
  padding: 0px;
  margin:0px;
  list-style-type: none;
  height: 19px;
  position: absolute;
  z-index: 99;
  width: 190px;
  background:url("../GFX/bselect_selected.jpg") repeat-x scroll left top transparent;
}
ul.bselect li {
  float: left;
  clear: left;
  background-color: #565656;
  color: #ebebeb;
  margin: 0px;
  padding: 0px 0 0 10px;
  width: 180px;
  cursor: pointer;
}
ul.bselect li:hover {
  background-color: #676767;
}
ul.bselect li.selected {
  background: url("../GFX/arrow.jpg") no-repeat scroll right top transparent;
  height:19px;
  overflow:hidden;
  position:relative;
}
ul.bselect li.selected:hover {
  background: url(../GFX/bselect_selected_hover.jpg) repeat-x top left;
}
ul.bselect li.selected span {
  background: url("../GFX/arrow.jpg") no-repeat scroll right top transparent;
  width: 20px;
  height: 19px;
  float: right;
  position:absolute;
  top:0px;
  right:0px;
}

.employee_search input.button {
  background: url(../GFX/bselect_selected.jpg) repeat-x top left;
  height: 20px;
}
.employee_search li.required {
  width: 214px;
  margin-right: 10px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  background: url(../GFX/search_input.png) 0px 0px no-repeat;
  padding: 2px;
  border: 1px solid #393939;
  /*span.glass
   * background: url(../GFX/searchglass.png) no-repeat left center
   * width: 13px
   * height: 13px
   * float: left
   * margin-right: 10px */
}
.employee_search li.required input.query {
  float: left;
  background: none;
  border: none;
  height: 13px;
  outline: 0;
  padding-left: 23px;
}
.employee_search li.required:hover {
  background-position: 0px -42px;
}

.employee_search {
  background-color: #565656;
  color: white;
  height: 29px;
  border: 1px solid #afafaf;
  border-left: 0px;
  padding: 9px 0px 0px 9px;
  margin: 0px;
}
.employee_search input, .employee_search select {
  border: 1px solid #393939;
}
.employee_search input.button {
  color: white;
  background-color: #707070;
}
.employee_search legend {
  display: none;
}
.employee_search .required {
  position: relative;
  background-repeat: none;
}
.employee_search .required input.query {
  width: 180px;
}
.employee_search h3 {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  width: 240px;
  margin: 0;
  padding: 0;
}
.employee_search ol {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.employee_search ol li {
  float: left;
}
.employee_search label {
  display: none;
}

.people_result {
  list-style: none;
  padding: 0;
  margin: 0;
}
.people_result li {
  position: relative;
  display: none;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid white;
  padding: 5px 0px;
}
.people_result li:hover {
  background-color: #f0f0f0;
}
.people_result li h3 {
  font-size: 24px;
  margin-bottom: 1px;
}
.people_result li h3 a {
  text-decoration: none;
}
.people_result li h3 a:hover {
  color: #0066a4;
}
.people_result li h3 a span {
  color: #959595;
}
.people_result li p {
  width: 260px;
  color: #b7b7b7;
}
.people_result li dl, .people_result li p {
  float: left;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0;
}
.people_result li dl dd, .people_result li dl dt {
  float: left;
  padding: 0;
}
.people_result li dl dt {
  margin: 0 5px 0 0;
  color: #cccccc;
}
.people_result li dl dd {
  margin: 0 20px 0 0;
}
.people_result li .user_img {
  display: block;
  float: left;
  margin: 0px 20px 0px 10px;
  border: 1px solid #999999;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.people_result li.visible.query_hit, .people_result li.index {
  display: block;
}
.people_result li.index {
  width: 100%;
  height: 55px;
  background: transparent url(../GFX/grey_circle.png) left top no-repeat;
  font-size: 32px;
  font-weight: bold;
  color: white;
  line-height: 43px;
  padding: 0px 0 2px 11px;
  border-bottom: 1px dotted #8e8e8e;
  margin: 10px 0 5px 0;
}

ul.people_result li.non_query_hit {
  display: none;
}

.sort_section {
  font-size: 12px;
  margin-bottom: 20px;
}
.sort_section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sort_section label {
  cursor: pointer;
  margin-left: 10px;
  color: #0066a4;
  font-weight: bold;
}
.sort_section li {
  line-height: 32px;
  height: 32px;
  border-bottom: 1px solid #c3c3c3;
}
.sort_section li.active label {
  color: #959595;
}

.expanded_user .sub {
  float: left;
  width: 335px;
  color: black;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 10px;
}
.expanded_user .email a {
  font-weight: bold;
  text-decoration: none;
}
.expanded_user h2 {
  font-size: 36px;
  font-weigh: normal;
}
.expanded_user h2 span {
  color: #898989;
  font-size: 32px;
}
.expanded_user dl {
  font-style: italic;
  font-size: 14px;
  width: 335px;
  float: left;
}
.expanded_user dt, .expanded_user dd {
  float: left;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ebebeb;
  padding: 4px 0;
}
.expanded_user dt {
  width: 124px;
  color: #898989;
  padding-left: 10px;
}
.expanded_user dd {
  width: 60%;
}
.expanded_user .lawyerarea span {
  display: none;
}
.expanded_user .lawyerarea.first, .expanded_user .attr_lawyerarea {
  margin-top: 40px;
}
.expanded_user .lawyerarea.first span, .expanded_user .attr_lawyerarea span {
  display: inline;
}
.expanded_user .email, .expanded_user .lawyerarea.last, .expanded_user .attr_lawyerarea {
  border-bottom: 1px solid #ebebeb;
}
.expanded_user .image_wrapper {
  float: left;
  margin: 0 20px 10px 10px;
  width: 200px;
  height: 275px;
}
.expanded_user .editorelement {
  clear: both;
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  padding-left: 10px;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 555.833px;
}
* html .expanded_user .editorelement {
  overflow-x: hidden;
}
.expanded_user .editorelement h3 {
  font-size: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
.expanded_user .editorelement h4 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  font-style: italic;
  color: #898989;
  border-bottom: 1px solid #ebebeb;
}
.expanded_user .editorelement h5 {
  font-size: 14px;
  font-style: italic;
  color: #959595;
  margin-bottom: 10px;
  text-align: left;
  text-transform: none;
}
.expanded_user .editorelement p.CV-tekst {
  margin-bottom: 10px;
}
.expanded_user .editorelement .user-table .user-table td {
  border-bottom: 1px solid #ebebeb;
  color: black;
  font-style: italic;
}
.expanded_user .editorelement .user-table .user-table td h5 {
  color: black;
  width: 110px;
  font-size: 14px;
  text-align: left;
  text-transform: normal;
}

.search_helper {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 376px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 140px;
  color: #e1e1e1;
}
.search_helper a {
  text-decoration: none;
}
.search_helper .back_to_search {
  display: block;
  color: #898989;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  height: 20px;
  line-height: 20px;
}
.search_helper li.prev, .search_helper li.next {
  width: 50%;
  float: left;
}
.search_helper a.prev, .search_helper a.next {
  display: block;
  outline: none;
}
.search_helper .next {
  text-align: right;
}

body.view_people .content_container {
  position: relative;
}
body.view_people .content_container .search_summary {
  position: absolute;
  right: 10px;
  top: -23px;
  font-style: italic;
  font-weight: bold;
}
body.view_people .content_container .showing, body.view_people .content_container .total {
  color: #0066a4;
}
body.view_people .content_container .query_summary {
  margin-right: 10px;
}
body.view_people .content_container .query_summary.active {
  background: url(../GFX/remove.png) center right no-repeat;
  padding-right: 20px;
}
body.view_people .content_container, body.view_people .aside {
  margin-top: 40px;
  padding-top: 10px;
}
body.view_people .content_container .content, body.view_people .aside .content {
  width: 100%;
}
body.view_people .aside p {
  color: #959595;
  font-style: italic;
  height: 100px;
}
body.view_people .aside h4 {
  background: transparent url(../GFX/double_dash.png) bottom left repeat-x;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #636363;
  margin-bottom: 0;
}

body.depth1 .label_kompetanse .main {
  margin-top: 0px;
  position: relative;
  z-index: 3;
}
body.depth1 .label_kompetanse .aside {
  display: none;
}
body.depth1 .label_kompetanse .content, body.depth1 .label_kompetanse .content_container {
  background: none;
  padding: 0;
  position: relative;
  z-index: 4;
  display: inline;
  float: left;
  margin-right: 0;
  width: 960px;
}
* html body.depth1 .label_kompetanse .content, * html body.depth1 .label_kompetanse .content_container {
  overflow-x: hidden;
}
body.depth1 .label_kompetanse h2.full {
  background: transparent url(../GFX/double_dash.png) bottom left repeat-x;
  padding: 10px;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: bold;
}

body .label_kompetanse .main {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}

.sections {
  clear: both;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sections h2 {
  font-size: 20px;
}
.sections h2 a {
  padding: 0 40px 0 50px;
  display: block;
  height: 60px;
  color: #7d7d7d;
  text-decoration: none;
}

.label_kompetanse .sections li, .view_frontpage .sections li {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 232.5px;
}
* html .label_kompetanse .sections li, * html .view_frontpage .sections li {
  overflow-x: hidden;
}
.label_kompetanse .sections li.last, .view_frontpage .sections li.last {
  margin-right: 0;
}
.label_kompetanse .sections .section_info, .view_frontpage .sections .section_info {
  background: #f4f4f4 url(../GFX/button_bg.png);
  height: 210px;
  border-bottom: 1px solid #dddddd;
}
.label_kompetanse .sections .section_info p, .view_frontpage .sections .section_info p {
  font-size: 14px;
  color: #4c4c4c;
  padding: 12px;
  line-height: 16px;
  margin-bottom: 0;
  font-style: normal;
}
.label_kompetanse .sections h3, .view_frontpage .sections h3 {
  background: transparent url(../GFX/double_dash.png) bottom left repeat-x;
  padding: 10px;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: bold;
}

.sections h2 a, .icons li a {
  background-image: url(../GFX/competence_icons_uncompress.png);
  background-position: 10px 15px;
  background-repeat: repeat-y;
}
.sections h2 a:hover, .icons li a:hover {
  color: #0066a4;
}

.eiendom h2 a, .corporate h2 a {
  padding-top: 13px;
  height: 48px;
}

.media h2 a {
  background-position: 10px -85px;
}

.eiendom h2 a {
  background-position: 10px -185px;
}

.corporate h2 a {
  background-position: 10px -285px;
}

.offshore h2 a:hover {
  background-position: 10px -35px;
}

.media h2 a:hover {
  background-position: 10px -135px;
}

.eiendom h2 a:hover {
  background-position: 10px -235px;
}

.corporate h2 a:hover {
  background-position: 10px -335px;
}

.icons {
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.icons li {
  margin-top: 5px;
  line-height: 30px;
  text-transform: uppercase;
  float: right;
  height: 40px;
}
.icons li.navigated {
  position: absolute;
  left: 5px;
}
.icons li.desc {
  margin-right: 5px;
}
.icons li.offshore a {
  background-position: 0px 0px;
}
.icons li.offshore a:hover {
  background-position: 0px -50px;
}
.icons li.media a {
  background-position: 0px -100px;
}
.icons li.media a:hover {
  background-position: 0px -150px;
}
.icons li.eiendom a {
  background-position: 0px -200px;
}
.icons li.eiendom a:hover {
  background-position: 0px -250px;
}
.icons li.corporate a {
  background-position: 0px -299px;
}
.icons li.corporate a:hover {
  background-position: 0px -349px;
}
.icons li a {
  text-indent: -9999px;
  display: block;
  width: 30px;
  height: 30px;
}

.fields {
  margin-bottom: 0px;
}

.subfolders {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
}
.subfolders li {
  border-bottom: 1px solid #dddddd;
}
.subfolders .placeholder.last {
  border-bottom: 0;
}
.subfolders a {
  color: #0066a4;
  display: block;
  padding: 5px 0px 5px 10px;
}
.subfolders a.read_more {
  background: url(../GFX/button_bg.png);
  color: #555555;
  font-size: 11px;
  padding-left: 10px;
  border-bottom: 1px solid #a9a9a9;
  border-top: 1px solid #a9a9a9;
}

.label_kompetanse .subfolders li.last {
  border-bottom: 0;
}

.sections .user {
  color: #959595;
  padding: 0 10px;
  height: 60px;
}
.sections .user a {
  font-weight: normal;
}
.sections .user dt, .sections .user dd {
  float: left;
  padding: 0;
  margin: 0;
}
.sections .user dt {
  width: 25%;
  text-transform: uppercase;
  font-size: 11px;
}
.sections .user dd {
  width: 60%;
  font-size: 12px;
}
.sections li.dropdown_fields {
  border-bottom: 0px;
  position: relative;
  z-index: 5;
}
.sections li.dropdown_fields a.dropdown_fields {
  color: #555555;
  background: url(../GFX/dropdown_white.png) top left no-repeat;
  background-position: 0px 4px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px 6px 10px;
}
.sections li.dropdown_fields a.dropdown_fields:hover {
  background-position: 0 -30px;
}
.sections li.dropdown_fields .dp_wrap {
  background-color: white;
  width: 229px;
  left: 0px;
  position: absolute;
  z-index: 2000;
  top: 30px;
  border: 1px solid #cccccc;
  -moz-box-shadow: #cccccc 1px 1px 5px 0;
  -webkit-box-shadow: #cccccc 1px 1px 5px 0;
  -o-box-shadow: #cccccc 1px 1px 5px 0;
  box-shadow: #cccccc 1px 1px 5px 0;
  height: 200px;
  overflow: hidden;
}
.sections li.dropdown_fields .dp_wrap.big {
  padding: 10px 0 20px 0;
  height: 170px;
}
.sections li.dropdown_fields .dp_wrap.big ul {
  top: 15px;
}
.sections li.dropdown_fields .dp_wrap .down, .sections li.dropdown_fields .dp_wrap .up {
  position: absolute;
  z-index: 1002;
  height: 20px;
  background-color: white;
  width: 229px;
  cursor: pointer;
}
.sections li.dropdown_fields .dp_wrap .down {
  bottom: 0;
  left: 0;
  background: white url(../GFX/dp_arrow_down.png) center center no-repeat;
}
.sections li.dropdown_fields .dp_wrap .up {
  padding-top: 5px;
  height: 15px;
  top: 0;
  left: 0;
  background: white url(../GFX/dp_arrow_up.png) center 5px no-repeat;
}
.sections li.dropdown_fields .dp_wrap ul {
  position: absolute;
  z-index: 1001;
  top: 5px;
  left: 0;
  width: 229px;
}
.sections li.dropdown_fields .dp_wrap ul li {
  width: 100%;
  border-bottom: 0;
  margin: 0;
  float: none;
}
.sections li.dropdown_fields .dp_wrap ul li a {
  display: block;
  padding: 5px 10px 5px 20px;
  font-size: 12px;
  color: #6b6b6b;
}
.sections li.dropdown_fields .dp_wrap ul li a:hover {
  color: white;
  background-color: #0066a4;
}

.view_frontpage .content_container, .view_frontpage .content {
  width: 100%;
}
.view_frontpage .frontpage_text {
  background: #f4f4f4 url(../GFX/button_bg.png);
  border: 1px solid #b2b2b2;
  border-right: 0;
  border-left: 0;
  padding: 10px;
  clear: both;
  font-size: 24px;
  color: #464646;
  line-height: 35px;
  margin: 24px 0 20px 0;
  letter-spacing: -0.05em;
}

table.frontpage_articles {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
table.frontpage_articles td {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

div.frontpage_focus {
  background: #d1dde2;
  width: 470px;
  height: 230px;
  float: left;
  color: #555555;
  position: relative;
  z-index: 2;
}
div.frontpage_focus a {
  color: #555555;
}
div.frontpage_focus h2 {
  float: left;
  width: 270px;
}
div.frontpage_focus h2 a {
  display: block;
  padding-left: 10px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.1px;
  font-weight: normal;
}
div.frontpage_focus .summary {
  padding: 10px;
  border: 0;
  width: auto;
}
div.frontpage_focus p.text, div.frontpage_focus .readmore, div.frontpage_focus .competence_icons p, div.frontpage_focus .pubdate {
  display: none;
}
div.frontpage_focus a.focus_image {
  height: 200px;
  display: block;
  float: left;
}
div.frontpage_focus a img {
  border: 1px solid white;
}
div.frontpage_focus time {
  padding-left: 85px;
  display: inline-block;
  margin: 0;
  background: url(../GFX/frontpage_line.png) left center no-repeat;
}
div.frontpage_focus .competence_icons {
  float: left;
  width: 270px;
  padding-left: 10px;
}
div.frontpage_focus .related_competence {
  background: url(../GFX/frontpage_line.png) left top no-repeat;
  padding: 5px 0 0 10px;
  position: absolute;
  bottom: 10px;
  left: 160px;
}

div.frontpage_latest_news {
  margin: 0 10px;
  border-bottom: 1px solid #cccccc;
  width: 230px;
  height: 230px;
  border-bottom: 1px solid #cccccc;
  float: left;
}
div.frontpage_latest_news h4 {
  font-size: 16px;
  margin: 0;
}
div.frontpage_latest_news h4 a {
  color: #0066a4;
}
div.frontpage_latest_news h4 span.pubdate {
  display: block;
  clear: left;
  font-size: 11px;
  color: #909090;
  margin-top: 0px;
}
div.frontpage_latest_news h4 span.pubdate span {
  display: none;
}
div.frontpage_latest_news ul li {
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
}
div.frontpage_latest_news li.last {
  border-bottom: 0;
}

div.frontpage_blogg {
  float: left;
  width: 240px;
  height: 230px;
  border-bottom: 1px solid #cccccc;
}
div.frontpage_blogg .editorelement {
  font-size: 12px;
  clear: both;
  padding-right: 10px;
}
div.frontpage_blogg img {
  border: 1px solid #cccccc;
  float: left;
  margin: 0 10px 10px 10px;
}
div.frontpage_blogg h2 {
  font-size: 18px;
  line-height: 20px;
}
div.frontpage_blogg h2 a {
  text-decoration: none;
}
div.frontpage_blogg strong {
  font-weight: normal;
  font-size: 11px;
  color: #a1a1a1;
}

div.frontpage_blogg .summary_focus {
  float:left;
}

.line, h4.line {
  background: transparent url(../GFX/double_dash.png) bottom left repeat-x;
  font-size: 15px;
  height: 30px;
  line-height: 27px;
  font-weight: bold;
  padding: 0 10px;
  color: #4c4c4c;
  margin-bottom: 5px;
  position: relative;
  z-index: 6;
}
.line a, h4.line a {
  text-decoration: none;
  color: #4c4c4c;
}
.line span, h4.line span {
  font-size: 12px;
  color: #0066a4;
  line-height: 28px;
  position: absolute;
  z-index: 7;
  right: 5px;
}

body.view_frontpage .sections .read_more {
  color: #0066a4;
  font-weight: bold;
}
body.view_frontpage .sections .read_more span {
  display: none;
}

.expanded li {
  display: block;
}

form.newsletter_form {
  padding: 0 10px;
}
form.newsletter_form legend, form.newsletter_form label {
  display: none;
}
form.newsletter_form li.email input, form.newsletter_form li.submit input {
  border: 1px solid #d9d9d9;
  font-size: 11px;
  color: #878787;
  margin-bottom: 6px;
}
form.newsletter_form li.email input {
  width: 200px;
  line-height: 21px;
  height: 21px;
}
form.newsletter_form li.error input {
  width: 200px;
  color: black;
}
form.newsletter_form li.submit input {
  width: 90px;
  background-color: #f3f3f3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

h4.line {
  margin-top: 40px;
  font-size: 14px;
}

.user .user_image {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  overflow: hidden;
  border: 1px solid #9b9b9b;
  margin: 0 10px;
}
.user a {
  font-weight: bold;
  color: #0066a4;
  text-decoration: none;
}
.user dd {
  color: #959595;
}
.user dd a {
  color: inherit;
  text-decoration: inherit;
}
.user dd a:active, .user dd a:focus {
  outline: none;
}

.aside .user dt {
  display: none;
}

.related_users a {
  font-weight: bold;
  color: #0066a4;
  text-decoration: none;
  font-size: 12px;
}
.related_users li {
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 11px;
}

.footer_content {
  background: transparent url(../GFX/footerBg.jpg) top center no-repeat;
  display: inline;
  float: left;
  margin-right: 0;
  width: 960px;
  clear: both;
  padding-top: 26px;
  margin-top: 20px;
  padding-bottom: 10px;
}
* html .footer_content {
  overflow-x: hidden;
}

div.footer {
  font-family: Georgia, Times, "Times New Roman", serif;
  border-top: 1px solid #e4e4da;
  width: 940px;
  clear: both;
  padding-left: 10px;
  padding-top: 7px;
  color: #ababab;
  font-size: 11px;
}
div.footer a {
  color: #ababab;
}
div.footer .editorelement {
  width: 60%;
  float: left;
}
div.footer .produced_by {
  text-align: right;
  width: 35%;
  float: right;
}

.footer_section {
  font-family: Georgia, Times, "Times New Roman", serif;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 232.5px;
  font-size: 11px;
}
* html .footer_section {
  overflow-x: hidden;
}
.footer_section > div, .footer_section > ul {
  padding: 0px 10px;
}
.footer_section h4 {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #4c4c4c;
  padding-left: 10px;
  border-bottom: 1px solid #b4b4b4;
}
.footer_section h4 a {
  color: #4c4c4c;
  text-decoration: none;
}
.footer_section .pubdate {
  font-size: 11px;
  color: #909090;
}
.footer_section .latest_news a {
  text-decoration: none;
}
.footer_section .user dl {
  overflow: hidden;
  *zoom: 1;
  margin: 10px 0px 10px 0px;
}
.footer_section .user dl a {
  color: inherit;
  text-decoration: inherit;
}
.footer_section .user dl a:active, .footer_section .user dl a:focus {
  outline: none;
}
.footer_section .user dt, .footer_section .user dd {
  float: left;
  padding: 0;
  margin: 0 0 3px 0;
}
.footer_section .user dt {
  color: #7d7d7d;
  width: 40%;
  font-size: 10px;
  text-transform: uppercase;
}
.footer_section .user dd {
  width: 60%;
  color: #555555;
}
.footer_section .user .read_more {
  font-size: 12px;
}
.footer_section .name {
  font-weight: bold;
  text-decoration: none;
}
.footer_section .name span {
  color: #4c4c4c;
}
.footer_section .openings h3 {
  font-size: 1.15em;
  margin-bottom: 0;
}
.footer_section .openings h3 a {
  color: #0066a4;
}
.footer_section .openings p {
  margin-bottom: 5px;
}
.footer_section .openings .readmore {
  display: none;
}
.footer_section > a {
  padding-left: 10px;
  display: block;
  font-size: 12px;
}
.footer_section .latest_news h3 {
  font-size: 12px;
  line-height: 15px;
}
.footer_section .latest_news h3 a {
  color: #0066a4;
}
.footer_section .departments a {
  font-weight: bold;
  color: #0066a4;
}
.footer_section .departments a.email {
  color: #0066a4;
  font-weight: normal;
}
.footer_section .departments dl {
  color: #959595;
}
.footer_section .departments dt, .footer_section .departments dd {
  float: left;
  padding: 0;
  margin-bottom: 5px;
}
.footer_section .departments dd {
  margin: 0 10px 5px 5px;
}
.footer_section > p {
  padding: 0 10px;
}

.footer_section.last {
  margin-right: 0;
}

/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 60;
  display: none;
}

/* If an image is wrapped in a link */
/* The slices in the Slider */
div.slideshow_wrapper {
  background: transparent url(../GFX/double_dash.png) bottom left repeat-x;
  padding: 0 0 40px 0;
  margin-bottom: 10px;
  width: 720px;
  height: 295px;
  overflow: hidden;
}

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 50;
  height: 100%;
}

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: -36px;
  height: 35px;
  width: 100%;
  font-size: 14px;
  font-style: italic;
  line-height: 35px;
  z-index: 89;
}
.nivo-caption p {
  padding: 0 10px;
  margin: 0;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 99;
  opacity: 0.8;
  cursor: pointer;
  background: url("../GFX/arrows_slideshow.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  display: block;
  height: 30px;
  text-indent: -9999px;
  width: 30px;
}
.nivo-directionNav a.nivo-nextNav {
  background-position: -30px 0;
}

.nivo-prevNav {
  left: 20px;
}

.nivo-nextNav {
  right: 20px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  bottom: -35px;
  height: 35px;
  position: absolute;
  right: 10px;
  z-index: 1000;
}
.nivo-controlNav a {
  border: 0 none;
  display: block;
  float: left;
  line-height: 35px;
  font-size: 14px;
  color: #898989;
  font-style: italic;
  margin-right: 3px;
  cursor: pointer;
  text-decoration: none;
}
.nivo-controlNav a.active {
  background-position: -10px 0;
  color: #0066a4;
}

.blog_title {
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 32px;
  line-height: 34px;
}
.blog_title a {
  color: #333333;
  text-decoration: none;
}

a.back_to_blog {
  padding-left: 10px;
  text-decoration: none;
  color: #636363;
  display: block;
  margin: 10px 0 20px 0;
}

.view_blog .main {
  padding-top: 10px;
}
.view_blog .aside, .view_blog .content_container {
  background: none;
  padding-top: 0;
}

.action_folder_contents.view_blog .label_archive .content_container time {
  display: block;
  padding-left: 95px;
  background: url(../GFX/line_blog.png) left center no-repeat;
  margin-bottom: 5px;
}
.action_folder_contents.view_blog .label_archive .content_container .summary {
  margin-bottom: 40px;
}
.action_folder_contents.view_blog .label_archive .content_container .summary p.text, .action_folder_contents.view_blog .label_archive .content_container .summary h2, .action_folder_contents.view_blog .label_archive .content_container .summary .readmore {
  padding-left: 10px;
}
.action_folder_contents.view_blog .label_archive .content_container .summary h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.action_folder_contents.view_blog .label_archive .content_container .summary p.text {
  margin-bottom: 5px;
}
.action_folder_contents.view_blog .label_archive .content_container .summary.last {
  margin-bottom: 0px;
}
.action_folder_contents.view_blog .label_archive .content_container .summary .readmore {
  font-weight: normal;
}
.action_folder_contents.view_blog .label_archive .content_container .article {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
}

.aside .editorelement {
  padding-left: 0px;
}
.aside .editorelement p {
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  padding-left: 10px;
  color: #666666;
}
.aside .editorelement ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #c3c3c3;
}
.aside .editorelement ul li a {
  border-bottom: 1px solid #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 5px 10px;
  font-size: 12px;
}

ul.entries {
  margin-bottom: 20px;
}
ul.entries li h4 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
ul.entries a {
  font-weight: bold;
}

ul.blog_actions {
  width: 100%;
  margin: 10px 0px;
}
ul.blog_actions li {
  width: 200px;
  float: left;
  background: url(../GFX/pointers.png) left -105px no-repeat;
  padding: 0 0 0 50px;
  height: 30px;
  line-height: 30px;
}
ul.blog_actions li.prev {
  float: right;
  text-align: right;
  padding: 0 50px 0 0;
  background-position: right -70px;
}
ul.blog_actions li.has_link_prev {
  background-position: right 3px;
}
ul.blog_actions li.has_link_next {
  background-position: left -33px;
}
ul.blog_actions li a {
  color: #0066a4;
}

.view_archivelist .paginator ul {
  float: right;
  margin-top: 5px;
}
.view_archivelist .main {
  margin-top: 40px;
  position: relative;
}
.view_archivelist .content_container {
  padding-top: 5px;
}
.view_archivelist .aside h2 {
  font-size: 25px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 53px;
}
.view_archivelist .aside h3 {
  margin-bottom: 0;
}
.view_archivelist .archive_actions {
  position: absolute;
  top: -10px;
  left: 255px;
  width: 705px;
  font-style: italic;
}
.view_archivelist .archive_actions li {
  float: left;
}
.view_archivelist .archive_actions li.rss_link {
  float: right;
}
.view_archivelist .archive_actions li.rss_link a {
  color: #0066a4;
}
.view_archivelist .archive_nav li a {
  background: url(../GFX/radios.png) 9px -33px no-repeat;
  display: block;
  padding-left: 42px;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #c3c3c3;
  color: #0066a4;
  font-weight: bold;
}
.view_archivelist .archive_nav li a.active {
  background-position: 9px 7px;
  color: #898989;
}
.view_archivelist .archive_nav li a:hover {
  background-position: 9px -77px;
  color: #898989;
}

/* Article news archive */
body.view_archivelist .content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 717.5px;
}
* html body.view_archivelist .content {
  overflow-x: hidden;
}

.archive_list li.archived {
  height: 46px;
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
}
.archive_list li.archived h2, .archive_list li.archived div.date, .archive_list li.archived div.competence_icons {
  float: left;
  height: 46px;
}
.archive_list li.archived h2 {
  width: 430px;
  padding-right: 50px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
  overflow: hidden;
}
.archive_list li.archived h2 a {
  color: #0066a4;
}
.archive_list li.archived div.date {
  width: 100px;
}
.archive_list li.archived div.date time {
  display: block;
  font-size: 14px;
  color: #6d6b6b;
}
.archive_list li.archived p, .archive_list li.archived div.date {
  color: #b7b7b7;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 3px 0;
}
.archive_list li.archived div.competence_icons {
  width: 115px;
}
.archive_list li.archived div.competence_icons li {
  float: right;
}

.competence_icons li {
  float: left;
  margin-right: 2px;
  color: #363636;
  font-weight: bold;
  line-height: 22px;
}
.competence_icons li a {
  background-image: url(../GFX/competence_icons_uncompress.png);
  /*background-position: 0px 395px;*/
  background-position: 0px 159px;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  display: block;
}

.frontpage_focus ul.nav li.corporate a {
  background-position: 0px 160px;
} 
.competence_icons li a.corporate:hover {
  background-position: 0px 120px;
}

.frontpage_focus ul.nav li.eiendom a {
  background-position: 0px 238px;
} 
.competence_icons li a.eiendom {
  background-position: 0px 237px;
}
.competence_icons li a.eiendom:hover {
  background-position: 0px 198px;
}

.frontpage_focus ul.nav li.media a {
  background-position: 0px 317px;
} 
.competence_icons li a.media {
  background-position: 0px 316px;
}
.competence_icons li a.media:hover {
  background-position: 0px 277px;
}

.frontpage_focus ul.nav li.offshore a {
  background-position: 0px 396px;
} 
.competence_icons li a.offshore {
  /*background-position: 0px 159px;*/
  background-position: 0px 396px;
}
.competence_icons li a.offshore:hover {
  /*background-position: 0px 120px;*/
    background-position: 0px 356px;

}

/* End Article news archive */
/* Pie-clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
