/* //standard styles*/

body{
      font-family: Arial, Verdana, Helvetica, sans-serif; 
      color: #4b4942;
      background: #ffffff;
      padding:0;
      margin:0;
   }
   
   a{
      text-decoration: underline;
      color: #c4722e;
   }
   #topnavigation a {
      text-decoration: none;
   }
   a:hover
   {
      color: #bb800f;
   }
   hr{
      display: none;
   }
   
   strong{
      font-weight: bold!important;
   }
   
   em {
      font-style:italic!important;
   }


/* //template specific styles */
#llb {
      margin:0 auto;
}
#container {
      width:963px;
      margin: 0 auto;
      line-height: 1.5em;
      position: relative;
      background-image:url("../../images/ic_rightmenu_background.gif");
      background-position:right top;
      background-repeat:repeat-y;
      overflow:hidden;
      background-color:#ffffff;
}
#container h1 {
   line-height: 1.2em;
}
.strapline {
   line-height: 1.2em;
}

/* //header styles */

#header {
   background-color:#ffffff;
}

#container #logo {
   float: left;
   width: 280px;
}
#container #logo img {
   padding: 12px 10px;
}

#container .rightside {
   float:right;
   width: 400px;
   
}
#container .rightside ul.itemlist {
   clear: right;
   line-height: 120%;
}

.rightside  .itemlist li {
   float: right;
   border-right: 1px solid #ccc;
   margin:0.3em;
   padding-right:0.6em;
}
   
.rightside  .itemlist li.last{ 
   border: none;
}
   
.ptlogo {
   float: right;
   clear: right;
}

.ptlogo img {
   float: right;
   margin:10px;
}


/* //main content container styles containes both side nav and body */
#main-content-container {
   clear: both;
   float:left;
   width:963px;
}

#content {
   width:710px;
   float: left;
   padding-left:10px;
}
   
#rightnavbar { 
   width:240px;
   float: right;
   padding:0;
   margin:0;
   overflow:hidden;
   background-image:url("../../images/ic_rightmenu_background.gif");
   background-position:right top;
   background-repeat:repeat-y;   
}
      
/* footer styling */
#footer {
   clear: both;
   background-color: #343232;
   color: #fff;
   line-height: 1.6em;
   padding: 7px;
   overflow:hidden;
   width: 100%;
   margin-top: 10px;
   }
   
#footerarea {
   clear:both;
   overflow:hidden;
}

#footer-text li {
   float:left;
   border-right: 1px solid #fff;
   line-height: 1em;
   margin: 5px 5px 5px 0;
   padding-right: 5px;
   }
   
#footer-text li.last { border: none;}

.hidden {
   clear:both;
   line-height:0;
   margin:0;
   padding:0;
}

#content h3 {
    padding:1% 0% 0% 0%;
}
#content blockquote {
    padding:2%;
}

.pubGAAccount {
	display:none;
}
/* cookies policy  */
.cornerPolicyTab {
    position: fixed;
    right: 0px;
    bottom: 0px;
    background-color:#2389DD;
    color:#cdcdcd;
    z-index:999999;
    -moz-border-radius:6px 0px 0px 0px;
    -webkit-border-radius:6px 0px 0px 0px;;
    border-radius:6px 0px 0px 0px;
    padding-left: 9px;
    padding-right: 9px;
    color:#000000;
}
.PolicyTab{
    color:#ffffff;
}

.mainCookiesPopUp {
    border-radius: 8px;
    border:solid 1px #ccc;
    width:150px;
    z-index:9999;
    background-color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    padding:9px;
}
.closePolicyPopup {
    font-weight: bold;
    float:right;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color:#2389DD;
    color:#ffffff;
    padding: 0px 2px 0px 0px;
    width: 19px;
    height: 19px;
    text-align: center;
    cursor: pointer;
}
.closePolicyPopup:hover {
    background-color:#2389DD;
    color:#ffffff;
}
.findOutMore {
    text-align:center;
    display:block;
    font-size:86%;
}
.setCookie:hover{
    background-color:#2389DD;
    color:#fff;
}

.mainCookiesPopUp h6 {
    margin-bottom: 10px;
    font-size: 113%;
}
.setCookie {
    display:block;
    background-color:#2389DD;
    color:#fff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    padding:5px;
    text-align:center;
    margin: 5px 0px 5px 0px;
}
.setCookie a:visited,
.setCookie a:active {
    color:#fff;
    }
.mainCookiesPopUp p {
    padding:0px;
    margin:0px;
}

display .forminputfield.markItUpEditor {
   font-family:arial;
}

