/* this body is for the editor */
/* line 5, ../sass/Content.scss */
body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #666;
  margin: 0;
}
/* line 10, ../sass/Content.scss */
body.contentbody {
  background: url(/img/bg.jpg) repeat-x #acacac;
  color: #666;
}

/* CONTENT */
/* line 18, ../sass/Content.scss */
ul {
  margin: 5px 0 5px 40px;
  padding: 0;
}

/* line 24, ../sass/Content.scss */
h1 {
  margin-bottom: 0px;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}

/* line 32, ../sass/Content.scss */
h2 {
  margin-bottom: 0px;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}

/* line 40, ../sass/Content.scss */
H3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 50, ../sass/Content.scss */
p {
  margin: 0 0 6px 0;
}

/* IMAGES */
/* line 54, ../sass/Content.scss */
img {
  border: none;
}

/* line 59, ../sass/Content.scss */
.contentimage {
  margin: 0;
}

/* line 62, ../sass/Content.scss */
.contentimageleft {
  margin: 0 10px 0 0;
}

/* line 65, ../sass/Content.scss */
.contentimageright {
  margin: 0 0 0 10px;
}

/* LINKS */
/* line 70, ../sass/Content.scss */
a {
  color: #0079AE;
  text-decoration: none;
}
/* line 73, ../sass/Content.scss */
a:hover {
  text-decoration: underline;
}

/* FORM */
/* line 80, ../sass/Content.scss */
form {
  margin: 0;
  padding: 0;
}

/* line 86, ../sass/Content.scss */
input, select, textarea {
  color: #666;
}

/* line 90, ../sass/Content.scss */
input {
  margin: 0;
  padding: 0;
}

/* line 96, ../sass/Content.scss */
#left h2 {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

/* line 105, ../sass/Content.scss */
h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

/* MENU */
/* line 117, ../sass/Content.scss */
.leftitem {
  padding: 10px;
  border-bottom: 1px solid #9CBEE0;
}

/* MAIN DIVIDERS, time to bring on the sass... */
/* line 126, ../sass/Content.scss */
#wrapper {
  background: #FFF;
  width: 960px;
  margin: 0 auto;
  position: relative;
}
/* line 132, ../sass/Content.scss */
#wrapper #topper {
  text-align: right;
  color: #FFF;
  background: url(/img/bg_top.png) no-repeat white;
  background-size: 960px 22px;
  padding: 5px 10px 5px 10px;
  width: 940px;
}
/* line 139, ../sass/Content.scss */
#wrapper #topper a {
  font-weight: normal;
  color: #FFFFFF;
}
/* line 145, ../sass/Content.scss */
#wrapper #boxleftmain {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #FFF;
}
/* line 151, ../sass/Content.scss */
#wrapper #boxleftmain #left {
  width: 200px;
  padding: 0px;
  float: left;
}
/* line 156, ../sass/Content.scss */
#wrapper #boxleftmain #left #logo {
  margin: 15px 0 0 20px;
  padding: 0;
  text-align: center;
  background: transparent url(/img/acab.png) no-repeat;
  width: 160px;
  height: 71px;
}
/* line 163, ../sass/Content.scss */
#wrapper #boxleftmain #left #logo a {
  display: block;
  height: 71px;
  width: 160px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
/* line 173, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0179AE;
  border-bottom: 1px solid #9CBEE0;
}
/* line 184, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu .mainmenuitem {
  padding: 0;
}
/* line 186, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu .mainmenuitem a {
  display: block;
  padding: 5px 0px 5px 15px;
  -webkit-transition: padding-left 0.2s ease-in;
  -moz-transition: padding-left 0.2s ease-in;
  -o-transition: padding-left 0.2s ease-in;
  transition: padding-left 0.2s ease-in;
}
/* line 190, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu .mainmenuitem a:hover {
  background-color: #f8f8f8;
  padding-left: 18px;
}
/* line 197, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu .menu-overview {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #9CBEE0;
}
/* line 204, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu li.menu-overview-on {
  background: url(/img/bg_submenu.gif) repeat-y white;
  list-style: none;
  padding: 5px 0px 5px 20px;
  margin: 0;
  border-top: 1px solid #9CBEE0;
}
/* line 212, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu li.menu-overview-on .mainmenuitem a {
  padding-left: 6px;
}
/* line 217, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu li.menu-overview-on ul.submenu {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #0079AE;
  text-decoration: none;
  text-transform: none;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}
/* line 228, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu li.menu-overview-on ul.submenu li {
  background: #FFF;
  list-style: disc url(/img/menu/bullet_empty.gif);
  padding: 5px 0 5px 7px;
  margin: 0;
}
/* line 234, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu li.menu-overview-on ul.submenu li.on {
  background: #FFF;
  padding: 5px 0 5px 7px;
  margin: 0 0 0 0;
}
/* line 240, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu li.menu-overview-on ul.submenu li ul.subsubmenu {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #0079AE;
  text-decoration: none;
  text-transform: none;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0;
}
/* line 251, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu li.menu-overview-on ul.submenu li ul.subsubmenu li {
  background: #FFF;
  list-style: disc url(/img/menu/bullet_empty.gif);
  padding: 5px 0 0px 7px;
  margin: 0;
}
/* line 256, ../sass/Content.scss */
#wrapper #boxleftmain #left ul.mainmenu li.menu-overview-on ul.submenu li ul.subsubmenu li.on {
  background: #FFF;
  padding: 5px 0 0px 7px;
  margin: 0 0 0 0;
}
/* line 269, ../sass/Content.scss */
#wrapper #boxleftmain #main {
  width: 720px;
  padding: 15px 0 0 20px;
  float: left;
}
/* line 273, ../sass/Content.scss */
#wrapper #boxleftmain #main .topImage {
  width: 100%;
}
/* line 278, ../sass/Content.scss */
#wrapper #boxleftmain #footer {
  width: 935px;
  clear: both;
  margin: 0px auto;
  background: white url(/img/bg_top.png) no-repeat bottom left;
  background-size: 960px 22px;
  padding: 5px 0px 5px 25px;
}
/* line 285, ../sass/Content.scss */
#wrapper #boxleftmain #footer a {
  color: #FFF;
}

/* BUSINESSAREA BAR */
/* line 296, ../sass/Content.scss */
#bizarea .firstbizitem {
  background: url(/img/core/item_top_first_noarrow.gif) no-repeat;
  padding: 20px 10px 10px 15px;
}
/* line 302, ../sass/Content.scss */
#bizarea .bizitem {
  background: url(/img/core/item_top_noarrow.gif) no-repeat;
  padding: 20px 10px 10px 15px;
}
/* line 307, ../sass/Content.scss */
#bizarea .bizheader, #bizarea .bizdescr {
  margin-left: 10px;
}

/* line 312, ../sass/Content.scss */
#newsarea {
  clear: both;
}
/* line 314, ../sass/Content.scss */
#newsarea #newsarealeft {
  background: url(/img/core/item_top_first_noarrow.gif) no-repeat;
  padding: 20px 10px 10px 15px;
}
/* line 318, ../sass/Content.scss */
#newsarea #newsarealeft .bizheader, #newsarea #newsarealeft .bizdescr {
  margin-left: 10px;
}
/* line 322, ../sass/Content.scss */
#newsarea #newsarearight {
  background: url(/img/core/item_top.gif) no-repeat;
  padding: 20px 10px 10px 15px;
}
/* line 326, ../sass/Content.scss */
#newsarea #newsarearight .bizheader, #newsarea #newsarearight .bizdescr {
  margin-left: 10px;
}

/* HOME template */
/* line 336, ../sass/Content.scss */
#closertoperfection {
  background: url(/img/core/closertop2.jpg) no-repeat top right white;
  padding-right: 0px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 0px;
}
/* line 342, ../sass/Content.scss */
#closertoperfection h1 {
  margin: 0px 0px 10px 0px;
  font-size: 14pt;
  color: #FFFFFF;
  background: transparent;
}
/* line 348, ../sass/Content.scss */
#closertoperfection p {
  margin: 0px;
  width: 500px;
  color: #FFFFFF;
}

/* NEWS/CASE-ITEM & LIST */
/* line 358, ../sass/Content.scss */
.newsitem {
  clear: both;
  margin-bottom: 10px;
  /*background-color: blue;*/
}
/* line 362, ../sass/Content.scss */
.newsitem .newsitemdesc {
  padding-top: 0px;
  float: left;
  /*background-color: Red;*/
}
/* line 366, ../sass/Content.scss */
.newsitem .newsitemimage {
  clear: both;
  margin-bottom: 10px;
  float: left;
  /*background-color: yellow;*/
}

/* OVERVIEW/SUBGROUP TEMPLATES*/
/* line 376, ../sass/Content.scss */
.navigatebarbox {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
}

/* line 381, ../sass/Content.scss */
.overviewtitlebox {
  padding: 0;
}

/* line 384, ../sass/Content.scss */
.overviewcontentbox {
  padding: 0 0 25px 0;
}

/* line 387, ../sass/Content.scss */
.casecontactbox {
  padding-top: 0px;
  padding-bottom: 15px;
}
/* line 390, ../sass/Content.scss */
.casecontactbox .casebox {
  padding-left: 20px;
  padding-right: 20px;
  border-right: #0079AE 1px solid;
}
/* line 396, ../sass/Content.scss */
.casecontactbox .contactlistbox {
  padding-right: 15px;
  padding-left: 15px;
  /*background-color: Green;*/
}

/* line 404, ../sass/Content.scss */
.contactitembox {
  float: left;
  width: 326px;
  padding-left: 20px;
  padding-right: 20px;
  /*background-color:Maroon;*/
}

/* CASE/NEWS TEMPLATE */
/* line 413, ../sass/Content.scss */
.casetitlebox {
  padding-right: 0px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 420, ../sass/Content.scss */
.casecontentbox {
  padding-left: 20px;
  padding-bottom: 25px;
}

/* NEWS-ARCHIVE TEMPLATE */
/* line 428, ../sass/Content.scss */
.newsarchivetitlebox {
  padding-right: 0px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 435, ../sass/Content.scss */
.newsarchivecontentbox {
  padding-right: 0px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 25px;
}

/* SEARCH TEMPLATE */
/* line 445, ../sass/Content.scss */
.topsearchform {
  width: 100%;
}

/* line 450, ../sass/Content.scss */
.topsearchinput {
  width: 115px;
  margin: 0;
  float: left;
  height: 17px;
}

/* line 457, ../sass/Content.scss */
.topsearchsubmit {
  float: right;
}

/* line 462, ../sass/Content.scss */
.searchresulttitlebox {
  width: 526px;
  float: left;
  padding-right: 0px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 471, ../sass/Content.scss */
.searchresultcontentbox {
  width: 526px;
  float: left;
  padding-right: 0px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 25px;
}

/* line 480, ../sass/Content.scss */
p.xsltsearch_result_title {
  font-size: 110%;
  margin: 0;
  font-weight: bold;
}

/* line 486, ../sass/Content.scss */
p.xsltsearch_result_description {
  margin-bottom: 1.5em;
}

/* CONTACT TEMPLATE */
/* line 494, ../sass/Content.scss */
.contacttitlebox {
  padding: 20px 0 20px 20px;
}

/* line 498, ../sass/Content.scss */
.contactgroupbox {
  margin: 15px 0 0 0;
}

/* line 502, ../sass/Content.scss */
.contactleftbox {
  padding-left: 20px;
  padding-right: 20px;
  border-right: #0079AE 1px solid;
  /*background-color:Maroon;*/
}
/* line 507, ../sass/Content.scss */
.contactleftbox #pnlBox.newsitem {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/* line 513, ../sass/Content.scss */
.contactrightbox {
  padding-right: 15px;
  padding-left: 15px;
  /*background-color:Silver;*/
  padding-bottom: 15px;
}

/* HOME-TEMPLATE HEADERS */
/* line 523, ../sass/Content.scss */
#newsheader {
  padding: 20px 0 0 0;
  overflow: hidden;
  background-image: url(/img/core/header2_news.gif);
  background-repeat: no-repeat;
  height: 0px !important;
  height: 20px;
}

/* line 532, ../sass/Content.scss */
#caseheader {
  padding: 20px 0 0 0;
  overflow: hidden;
  background-image: url(/img/core/header2_casefocus.gif);
  background-repeat: no-repeat;
  height: 0px !important;
  height: 20px;
}

/* utility classes */
/* line 543, ../sass/Content.scss */
.left {
  float: left;
}

/* line 544, ../sass/Content.scss */
.right {
  float: right;
}

/* line 545, ../sass/Content.scss */
.hide {
  display: none;
}

/* line 546, ../sass/Content.scss */
.clear {
  clear: both;
}

/* line 547, ../sass/Content.scss */
.clearfix, .topsearchform {
  display: inline-block;
}
/* line 549, ../sass/Content.scss */
.clearfix:after, .topsearchform:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 559, ../sass/Content.scss */
.col_one_half, #bizarea .firstbizitem, #bizarea .bizitem, #newsarea #newsarealeft, #newsarea #newsarearight, .casecontactbox .casebox, .casecontactbox .contactlistbox {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 565, ../sass/Content.scss */
.col_one_third {
  width: 33%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 570, ../sass/Content.scss */
.col_two_thirds {
  width: 66%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 576, ../sass/Content.scss */
.col_one_fourth {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 581, ../sass/Content.scss */
.col_two_fourths {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 586, ../sass/Content.scss */
.col_three_fourths {
  width: 75%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 592, ../sass/Content.scss */
.col_one_fifth {
  width: 20%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 597, ../sass/Content.scss */
.col_two_fifths, .contactrightbox {
  width: 40%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 602, ../sass/Content.scss */
.col_three_fifths, .contactleftbox {
  width: 60%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 607, ../sass/Content.scss */
.col_four_fifths {
  width: 80%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 615, ../sass/Content.scss */
#sliderFrame {
  position: relative;
  width: 720px;
  margin: 0 auto;
}
/* line 620, ../sass/Content.scss */
#sliderFrame #slider {
  width: 720px;
  height: 200px;
  /* Make it the same size as your images */
  background: white url(loading.gif) no-repeat 50% 50%;
  position: relative;
  margin: 0 auto;
  /*make the image slider center-aligned */
}
/* line 626, ../sass/Content.scss */
#sliderFrame #slider img {
  width: 720px;
  height: 200px;
  position: absolute;
  border: none;
  display: none;
}
/* line 635, ../sass/Content.scss */
#sliderFrame div.mc-caption-bg, #sliderFrame div.mc-caption, #sliderFrame div.navBulletsWrapper {
  display: none;
}
/* line 637, ../sass/Content.scss */
#sliderFrame #slider {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

/* line 645, ../sass/Content.scss */
#pnlMailSent {
  margin: 0 0 0 10px;
}
