/**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


body
{
        background: #fff;
        color: #0f4474;
        font-size: 18px;
        padding: 0px;
        margin: 0;
        /* font-family: 'Tahoma', 'Helvetica', sans-serif; */
        font-family: "ff-dagny-web-pro",sans-serif;
    text-align: left;
}

body.contentpane {
    width:auto;
    margin:10px;
    text-align: left;
}
img { 
  border: 0 none; 
  max-width: 100%;  
}

input, textarea, button {
     font-size: 16px;
     line-height: 16px;
     font-family: "ff-dagny-web-pro",sans-serif;
}

div.clr {
  clear: both;
}

a {
  text-decoration: none;
}

a:hover {
  transition: color .30s linear, background-color .15s linear .1s;
  -webkit-transition: color .30s linear, background-color .15s linear .1s;
  -moz-transition: color .30s linear, background-color .15s linear .1s;
  -o-transition: color .30s linear, background-color .15s linear .1s;
}

.container {
  padding: 0;
  margin: 0;
  width: 100%;
}

.row:after, .clearfix:after {
  clear: both;
}

.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.row, .front_wrap p {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

div.header_wrap, div.menu_wrap, div.gallery_wrap, div.welcome_wrap, div.front_wrap, div.main_content_wrap, div.footer_wrap, div.copyright_wrap {
  width: 100%;
  overflow: hidden;
}

div.header_wrap {
  margin: 0;
  padding: 5px 0;
}

div.logo, div.header_right {
  float: left;
  margin: 0;
}

div.logo {
  width: 40%;
}

div.header_right {
  width: 60%;
  text-align: right;
  color: #9e9e9e;
  font-size: 14px;
  padding: 20px 0 0;
}

div.menu_wrap {
  background: #dedede;
  padding: 12px 0;
}

div.main_menu {
  float: left;
  overflow: hidden;
  margin: 3px 0 0;
}

div.menu_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.menu_wrap ul li {
  float: left;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: 1px solid #0f4474;
}

div.menu_wrap ul li:last-child {
  margin: 0;
  border-right: none;
}

div.menu_wrap ul li a {
  color: #0f4474;
  font-size: 20px;
}

div.menu_wrap ul li a:hover, div.menu_wrap ul li.active a, div.menu_wrap ul li.active ul li a:hover, div.menu_wrap ul li.active ul li.active a {
  color: #b80808;
}

div.menu_wrap ul li.active ul li a {
  color: #0f4474;
}

div.menu_wrap ul li.parent ul {
  display: none;
  position: absolute;
  padding: 30px 20px 10px;
  background: #dedede;
  margin-left: -20px;
  z-index: 1000;
}


div.menu_wrap ul li.parent ul li {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}

div.menu_wrap ul li.parent ul li a {
  font-size: 18px;
  display: block;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

div.search {
  float: right;
}

div.search .inputbox {
  background: #bcbdc0;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #ffffff !important;
  outline: none;
  border: none;
  height: 18px;
  padding: 6px;
  float: left;
}

div.search .input {
  float: left;
}

div.gallery p {
  margin: 0;
}

div.welcome_wrap {
  background: url("../images/welcome_bg.jpg") repeat-x 0 0 transparent;
  margin: 0 0 80px;
}

div.welcome_wrap h3 {
  color: #b80808;
  font-size: 30px;
  font-weight: normal;
  margin: 15px auto 0;
  padding: 15px 20px;
  text-align: center;
  background: #fff;
  width: 300px;
}

div.welcome_wrap div {
  clear: both;
  font-size: 18px;
}

div.front_wrap h3 {
  color: #b80808;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  margin:0;
  padding: 10px 35px;
  text-align: center;
  background: #fff;
}

div.front_wrap div.moduletableservices, div.front_wrap div.moduletablebusiness {
  margin: 0 0 100px;
}

.section_title {
  width: 100%;
  /* border-top: 2px solid #d1d1d1; */
  background: url("../images/divider.png") repeat-x 0 17px transparent;
}

div.title {
  background: #fff;
  display: table;
  margin: 0 auto;
  position: relative;
}

div.title:before {
  background: url("../images/graph.png") no-repeat 0 0 transparent;
  background-size: 18px;
  content:'';
  position: absolute;
  display: block;
  width: 18px;
  height: 17px;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

div.title:after {
  background: url("../images/graph.png") no-repeat 0 0 transparent;
  background-size: 18px;
  content:'';
  position: absolute;
  display: block;
  width: 18px;
  height: 17px;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

div.front_wrap .leftarrow {
  background: url("../images/left_arrow_s.png") no-repeat 0 0 transparent;
  width: 30px;
  height: 30px;
  margin: 0 4px 0 0;
  float: left;
  cursor: pointer;
}

div.front_wrap .leftarrow:hover {
  background: url("../images/left_arrow_s.png") no-repeat 0 -39px transparent;
}

div.front_wrap .rightarrow {
  background: url("../images/right_arrow_s.png") no-repeat 0 0 transparent;
  width: 30px;
  height: 30px;
  margin: 0;
  float: left;
  cursor: pointer;
}

div.front_wrap .rightarrow:hover {
  background: url("../images/right_arrow_s.png") no-repeat 0 -39px transparent;
}

div.scrollerservices li, div.scrollerbusiness li, div.scrollerprojects li {
  background: #efefef;
  padding: 0 0 15px;
  font-size: 18px;
  line-height: 22px;
}


div.slideText {
  padding: 18px 15px;
}

div.slide_header {
  height: 70px;
  border-bottom: 1px solid #fff;
  text-align: center;
  width: 96%;
  display: table;
  padding: 0 2%;
}

div.slide_header_holder {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}

div.front_wrap a.moduleItemTitle {
  color: #b80808;
  font-size: 19px;
  text-align: center;
  padding: 0;
  /* display: block; */
  /* vertical-align: middle; */
}

div.front_wrap a.moduleItemTitle:hover {
  color: #ababab;
}

div.front_wrap a.moduleItemCategory {
  text-align: right;
  display: block;
  color: #b80808;
  font-size: 20px;
  background: url("../images/plus_btn.png") no-repeat right top transparent;
  height: 30px;
  padding: 4px 36px 0 0;
  margin: 20px 0 0;
}

div.front_wrap a.moduleItemCategory:hover {
  color: #ababab;
  background: url("../images/plus_btn.png") no-repeat right -39px transparent;
  transition: none;
}

div.front_wrap div.moduleItemReadMore {
  text-align: center;
  margin: 30px 0;
}

div.front_wrap div.moduleItemReadMore a {
  padding: 10px 25px;
  border: 2px solid #ababab;
  text-align: center;
  color: #ababab;
  font-weight: bold;
  font-size: 15px;
}

div.front_wrap div.moduleItemReadMore a:hover {
  color: #B80808;
  border: 2px solid #B80808;
}

div.itemHeader_wrap, div.catHeader_wrap, div.contact_wrap, div.search_wrap {
  background: #dedede;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  margin: 0 0 40px;
}

div.itemHeader_wrap h2, div.catHeader_wrap h2, div.contact_wrap h3, div.search_wrap h3 {
  color: #b80808;
  font-size: 32px;
  line-height: 30px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

div.inside_left {
  width: 33%;
  float: left;
  margin: 0 3% 0 0;
}

div.inside_left h3, div.contact_right h3 {
  font-size: 24px;
  font-weight: normal;
  color: #b80808;
  text-align: center;
  padding: 18px 0;
  border-bottom: 1px solid #fff;
  margin: 0;  
  background: #efefef;
}

div.inside_left ul {
  margin: 0px 0 50px;
  padding: 0 15px 15px;
  list-style: none;
  background: #efefef;
}

div.inside_left ul li {
  overflow: hidden;
  padding: 20px 0 15px;
}

div.inside_left ul li a {
  color: #000;
  background: url("../images/left_menu_bg.png") no-repeat left 5px transparent;
  padding: 0 0 0 13px;
  display: block;
  font-size: 20px;
}

div.inside_left ul li a:hover, div.inside_left ul li.active a {
  color: #b80808;
  background: url("../images/left_menu_bg.png") no-repeat left -22px transparent;
  transition: none;
}

div.inside_left div.customguidelines {
  padding: 0 15px 15px;
  background: #efefef;
}

div.customguidelines p {
  margin: 0 0 20px;
  padding: 20px 0 0;
}

div.inside_left img {
  display: block;
  margin: 0 auto;
}

div.customguidelines li {
  margin: 0 0 15px;
}

div.inside_left ol {
  padding: 0 15px 0 20px;
  margin: 10px 0;
}

div.inside_right {
  width: 64%;
  float: left;
  margin: 0 0 0 0;
}

div.breadcrumb, div.breadcrumb a {
  padding: 22px 0 30px;
  font-size: 14px;
  color: #bcbdc0;
}

div.breadcrumb a:hover {
  color: #000;
}

div.itemBodyCompany {
  margin: 0;
  padding: 0;
}

div.itemBodyCompany ul {
  color: #b80808;
  margin: 10px 0;
  padding: 0 0 0 5%;
}

div.itemBodyCompany a {
  color: #0f4474;
  text-decoration: underline;
}

div.itemBodyCompany a:hover {
  text-decoration: none;
}

div.itemView {
  border: none !important;
}

h3.catItemTitleCompany {
  margin: 0 0 18px;
}

h3.catItemTitleCompany a {
  color: #b80808;
  background: url("../images/right_arrow_s.png") no-repeat scroll 0 0 transparent;
  height: 28px;
  padding: 2px 0 0 35px;
  display: block;
  font-weight: normal;
  font-size: 22px;
}

h3.catItemTitleCompany a:hover {
  background: url("../images/right_arrow_s.png") no-repeat scroll 0 -39px transparent;
  color: #ababab;
}

div.itemContainerCompany {
  margin: 0 0 50px;
}

div.catItemIntroTextCompany p {
  margin: 0;
}

div.catItemReadMoreCompany a {
  color: #B80808;
  font-size: 14px;
  font-style: italic;
  text-align: right;
  float: right;
}

div.catItemReadMoreCompany a:hover {
  color: #ababab;
}

div.itemSocialSharingCompany {
  margin: 60px 0;
}

div.catItemImageBlockCompany {
  float: left;
  margin: 0 1% 0 0;
}

span.catItemImageCompany, span.itemImageCompany {
  display: block;
}

div.catItemExtraFieldsCompany, div.itemExtraFieldsCompany {
  margin: 0 0 10px;
}

div.catItemExtraFieldsCompany ul, div.itemExtraFieldsCompany ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #0F4474;
}

div.itemExtraFieldsCompany ul {
  margin: 20px 0;
}

div.catItemExtraFieldsCompany ul li.even, div.catItemExtraFieldsCompany ul li.odd, div.itemExtraFieldsCompany ul li.even, div.itemExtraFieldsCompany ul li.odd {
  background: none;
  border: none;
  padding: 0 0 2px;
}

div.catItemExtraFieldsCompany span.catItemExtraFieldsLabel, div.itemExtraFieldsCompany span.itemExtraFieldsLabel {
  font-weight: bold;
}

div.itemImageGalleryCompany {
  margin: 30px 0 0;
  overflow: hidden;
}

div.contact-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

div.contact-form legend {
  display: none;
}

div.contact_left {
  float: left;
  width: 64%;
  margin: 0 3% 0 0;
}

div.contact_right {
  float: left;
  width: 33%;
  margin: 0;
  background: #efefef;
  padding: 0 0 20px;
  color: #000;
}

div.contact_right div.contact-miscinfo, div.contact_right div.contact-address, div.contact_right div.contact-contactinfo {
  padding: 0 15px;
}

address {
  font-style: normal;
}

div.contact_right span.jicons-text {
  font-weight: bold;
  display: block;
}

div.contact-form dt {
  margin: 0 0 3px;
  font-weight: bold;
}

div.contact-form dd {
  margin: 0 0;
}

div.contact-form dd input {
  background: #efefef;
  border: none;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  /* height: 30px; */
  padding: 16px 2% 16px 2%;
  width: 94%;
  outline: none;
  margin: 0 0 35px;
}

div.contact-form dd textarea {
  background: #efefef;
  border: none;
  color: #000;
  font-size: 16px;
  height: 120px;
  padding: 10px 2% 10px 2%;
  width: 94%;
  outline: none;
  resize: none;
  margin: 0 0 5px;
}

span.note {
  font-style: italic;
  font-size: 14px;
}

div.contact-form button {
  margin: 50px auto;
  border: 2px solid #ABABAB;
  color: #ABABAB;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 25px;
  text-align: center;
  width: 150px;
  cursor: pointer;
  background: #efefef;
}

div.contact-form button:hover {
  border: 2px solid #B80808;
  color: #B80808;
  background: #fff;
}

h2.genericItemTitlePipeserv {
  color: #B80808;
  display: block;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 10px;
}

h2.genericItemTitlePipeserv a {
  color: #B80808;
}

h2.genericItemTitlePipeserv a:hover, div.genericItemCategory a:hover, div.genericItemReadMore a:hover {
  color: #ababab;
}

div.genericItemBodyPipeserv p {
  margin: 0 0 10px;
}

div.genericItemCategory {
  font-style: italic;
}

div.genericItemCategory span {
  color: #0F4474;
  font-weight: normal;
}

div.genericItemCategory a, div.genericItemReadMore a {
  color: #B80808;
  font-style: italic;
}

div.generic_search_r {
  float: right;
  margin: 0 0 20px;
  font-size: 14px;
}

div.genericItemView {
  border: none;
  margin: 0 0 30px;
}

































div.footer_wrap {
  background: #dedede;
  padding: 10px 0;
  margin: 120px 0 0;
  overflow: visible;
}

div.footer_wrap img {
  margin: -69px auto 0;
  display: block;
}

div.footer_menu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  /* width: 660px; */
  overflow: hidden;
  text-align: center;
}

div.footer_menu ul li {
  /* float: left; */
  display: inline;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: 1px solid #fff;
}

div.footer_menu ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

div.footer_menu ul li a {
  color: #fff;
  font-size: 20px;
}

div.footer_menu ul li a:hover {
  color: #B80808;
}

div.footer_menu ul li ul {
  display: none;
}

div.footer_menu, div.footer_info {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 20px auto;
}


div.copyright {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  color: #ababab;
  font-size: 14px;
}

div.copyright a {
  color: #ababab;
  font-size: 14px;
  text-decoration: underline;
}

div.copyright a:hover {
  color: #b80808;
  text-decoration: none;
}

div.copyright.right {
  text-align: right;
}

div.catItemHeader span.catItemDateCreated {
  color: #9e9e9e;
  font-size: 16px;
  text-align: right;
  float: right;
  margin: 0 0 5px;
}

div.k2Pagination ul li.pagination-start, div.k2Pagination ul li.pagination-prev, div.k2Pagination ul li.pagination-next, div.k2Pagination ul li.pagination-end {
  display: none;
}

div.k2Pagination ul {
  text-align: right;
}

div.k2Pagination ul li {
  margin: 0 2px;
  display: inline-block;
  background: #b80808;
}

div.k2Pagination ul li a, div.k2Pagination ul li span {
  color: #fff;
  display: block;
  width: 30px;
  height: 26px;
  float: left;
  padding: 4px 0 0;
  text-align: center;
}

div.k2Pagination ul li span, div.k2Pagination ul li a:hover {
  color: #9e9e9e;
}

div.main_content_wrap #system-message {
  margin: 0;
}

div.main_content_wrap #system-message > dd {
  text-indent: 0;
}

div.main_content_wrap #system-message > .message > ul {
  background-color: #dedede;
  background-image: none;
}

div.main_content_wrap #system-message > dd > ul {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  color: #bd2525;
  margin: 0;
}

div.main_content_wrap #system-message > dd > ul > li {
  text-align: center;
}


.recaptcha_only_if_privacy {font-size: 11px; color: #ccc}








