/* CSS Document */
/*--------------------------------------body---*/
body, td, th, label, input {
  color:#000;
  font-family: 'Mercury Text G1 A', Georgia, Times, Serif; 
  font-size: 16.5px;
  line-height:1.2em;
}

body {
  background: url(../images/bg-main.png);
}

input {color:#000}

a, a:visited {
  color: #00502f;
}
a:hover {
  color: #87aac0;
}
a   {text-decoration:none;}
a:hover {text-decoration:none}

fieldset {
  border: 0;
  padding: 1em !important;
}

.hiddenTop input.inputbox:focus {
  background: #d8ff99;
}

.leafGreen {
  color: #a3b77b;
}

label {
  margin: 0 1em 0 0;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
}

.formelm {
  margin: 0.5em 0 0 0;
  overflow: auto;
}

.formelm label {
  float: left;
}

.formelm input {
  float: right;
}

#k2Container .itemBody ul, .itemListCategoriesBlock ul {
  list-style:url(../images/bullet.png);
  margin:0px 0px 2em 13px;
}

#k2Container .itemBody ul li, .itemListCategoriesBlock ul li {
  margin: 0 0 1em 0;
}

/*----------------------------------------------------------reusable styles---*/
.rounded4px {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/PIE.htc);
}

input.button.buttonSoftArrow {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: #666 0px 1px 3px;
  -moz-box-shadow: #666 0px 1px 3px;
  box-shadow: #666 0px 1px 3px;
  background: #FFFFFF;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E8E8E8));
  background: -webkit-linear-gradient(#FFFFFF, #E8E8E8);
  background: -moz-linear-gradient(#FFFFFF, #E8E8E8);
  background: -ms-linear-gradient(#FFFFFF, #E8E8E8);
  background: -o-linear-gradient(#FFFFFF, #E8E8E8);
  background: linear-gradient(#FFFFFF, #E8E8E8);
  -pie-background: linear-gradient(#FFFFFF, #E8E8E8);
  padding: 0.25em 10px; 
  color: #006d40;
  border: 0;
  display: block;
  behavior: url(/PIE.htc);
}

a.buttonSoftArrow {
  padding: 0.25em 10px; 
  background: #e3e3e3;
  color: #666;
  border: 0;
  display: block;
}


input.button.buttonSoftArrow:hover, a.buttonSoftArrow:hover {
  cursor: pointer;
  color: #000;
  background: #E4E4E4;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E4E4E4), to(#CCC));
  background: -webkit-linear-gradient(#E4E4E4, #CCC);
  background: -moz-linear-gradient(#E4E4E4, #CCC);
  background: -ms-linear-gradient(#E4E4E4, #CCC);
  background: -o-linear-gradient(#E4E4E4, #CCC);
  background: linear-gradient(#E4E4E4, #CCC);
  -pie-background: linear-gradient(#E4E4E4, #CCC);
  color: #333;
  behavior: url(/PIE.htc);
}


/*----------------------------------------------------------content---*/

.newsDate {
	color: #748258;
	font-size: 0.85em;
}

.portfolioRule {
	clear: both;
	text-align: center;
	background: #f1eee8;
	border-bottom: 1px solid #D4CFC6;
	padding: 0.5em 0;
}

.module .k2ItemsBlock ul {
  border-top: 1px solid #D4CFC6;
}

.module .k2ItemsBlock ul li {
  background: none;
  margin: 0;
  border-bottom: 1px solid #D4CFC6;
}

.module .k2ItemsBlock ul li a {
  padding: 1em 0.5em;
  display: block;
  color:#00502F;
}

.module.profSearch {
  background: url("../images/bg-vertmenu-sub.png") repeat-x scroll 0 0 #19587A;
  padding: 1em 20px;
}

.module.profSearch h3 {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
}

div, table, th, td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#cboxClose {
  background: url("../images/icon-close.png") no-repeat scroll center center transparent;
  top: 0;
  right: 0;
  height: 28px;
  position: absolute;
  text-indent: -9999px;
  width: 28px;
}

#cboxLoadedContent {
  border-top: 1px solid #C7C7C7;
}

#cboxContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;  
  padding: 30px 0 0 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 9999;
}

#cboxOverlay {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
}

#colorbox {
  background: #fff;
  border: 1px solid #C7C7C7;
}

#cboxWrapper .professionals {
  padding: 10px;
  text-align: left;
}

#cboxWrapper .itemFullText {
  padding: 0 1em;
}








/*-----------------------------article_settings-*/

#itemListPrimary {
  border-top: 0px solid #C7C7C7;
}

#itemListPrimary .itemContainer {
  overflow: auto;
 }

.catItemHeader {
  overflow: auto;
  padding: 1em 0;
  border-bottom: 1px solid #C7C7C7;
}

.itemHeader p {
  color: #666;
  font-family: 'pt_sans_narrowregular', Trebuchet, arial;
  font-size: 1.2em;
  line-height: 1.2em;
}

.profPhoto {
  border: 1px solid #ccc;
  margin: 0 20px 0 0;
  float: left;
  display: block;
}

.profDetails {
  float: left;
  width: 400px;
}

.catItemTitle, .itemExtraFields ul li {
  padding: 0;
  margin: 0;
  display: block;
}

.companies .catItemTitle {
  padding: 0;
  margin: 0 0 0.5em 0;
  display: block;
}


.finePrint {
  font-size: 0.7em;
}

h1,legend {
  font-family: 'Engravers W01 Roman 706165',Helvetica, Arial, Sans; 
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
  color: #67645e;
  font-size: 2em;
  font-weight: 200;
  margin: 0 0 1.5em 0;
}

.profDetails h1 {
  margin: 0.5em 0 0.75em 0;
}

h2 {
  color: #67645e;
  font-size: 1.25em;
  font-weight: 200;
  padding: 0 0 1em;
  margin: 0 0 2px 0;
}

.module.col1 h2 {
	border-bottom: 1px solid #00502F;
	color: #000;
}

h3 {
  color: #67645E;
  margin: 0 0 1em 0;
  font-size: 1.75em;
  font-weight: normal;
}

.peopleList h3 {
	font-size: 1.1em;
	width: 80%;
}


h4 {
  color: #67645e;
  margin: 0 0 1em 0;
  font-size: 1.3em;
  font-weight: normal;
}

.peopleList h4 {
  font-size: 1em;
	width: 80%;
}

.k2storeCheckout h3 {
  padding: 0 0 0.2em 0;
  border-bottom: 1px solid #ccc;
}

.professionals .profDetails h2 {
  font-size: 2em;
  font-weight: 300;
  margin: 0 0 0.75em 0;
}

.catItemView .profDetails h2 {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0 0 0.5em 0;
}

.catItemView .profDetails h3 {
  font-size: 1.5em;
  color: #666;
  font-weight: 300;
  margin: 0 0 0.5em 0;
}


.catItemView .profDetails p {
  padding: 0;
}

.itemSocialSharing {
  padding: 5px;
  overflow: auto;
}

.itemPrintLink {
  background: url(../images/icon-print.png) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
}

.itemPrintLink span {
  display: none
}

.itemEmailLink {
  background: url(../images/icon-email.png) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
}

.itemEmailLink span {
  display: none
}

.itemSocialSharing div {
  float: left;
}

.k2FeedIcon {
  text-align: right;
  padding: 5px;
}


#k2Container .itemToolbar ul {
  float: right;
  list-style: none;
}

#k2Container .itemToolbar ul li {
  float: left;
  padding: 1em 0 0 5px;
  border: 0;
}

#k2Container #itemListLinks .itemContainer {
  border-bottom: 0;
  padding: 0;
}

#k2Container .itemComments {
  border-top: 1px solid #E5E5E5;
  padding: 5px;
}

#splash {
  border: 1px solid #E5E5E5;
  padding: 15px;
  overflow: auto;
}

#splashLeft {
  float: left;
  width: 45%;
  margin: 0 10% 0 0;
}

#splashRight {
  float: left;
  width: 45%;
}

.toolBar {
  float: right;
  margin-top: 1.5em;
  text-align: right;
  display: none;
}

.toolBar2 {
  float: right;
  margin-top: 1.5em;
  text-align: right;
}


.successory-story h6{
    border-bottom: 2px solid #d4cfc6;
    font-size: 13px;
    font-weight: 100;
    margin: 0 0 10px;
    padding: 0 0 6px;
    text-transform: uppercase;
    text-align : center;
    display: none;
}
.successory-story img{
  width : 220px;
  display: none;
}
.toolbar .login{
   /* background-position : 100px 0px;*/
    height : 30px;
}

.bgPhoto {
  background: url(../images/bg-camera.png);
}

.fright {
  float: right;
  }

.absolute {
  /*position: absolute;*/
  width: 958px;
}

.readMore {
  float: right;
  background: url("../images/list-item.gif") no-repeat scroll 0px center !important;
  padding: 0 0 0 10px !important;
  margin: 0 0 1em 0;
}
  
.article-decor {
  padding:0px 0px 12px 0px;
}
.article-indent  {
  padding:20px 0px 0px 0px; 
}
#contact_text   {
  height:auto; 
  overflow:auto;
  margin:0px 0px 5px 0px; 
  width:90%
}
.article_bot  {
  line-height:5px
}
.article_separator  {
  display:block;
  line-height:1px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  height:1px;
}
.column_separator  {
  padding:0px 0px 0px 8px !important;
}
.article_column {
  padding:0px 0px 0px 0px;
}
.article-indent h3 {
  overflow:hidden;
}
.article-indent h3 img {
  margin:0px 3px 0px 0px !important;
  float:left
}
.contentpaneopen ul, .article-indent ul {
  list-style:none;
  margin:0px 0px 0px 0px;
}
.contentpaneopen ul li, .article-indent ul li{
  background:url(../images/list-item.gif) no-repeat 0 5px;
  padding:0px 0px 4px 11px;
  line-height:16px;
}
.contentpaneopen ul a, .contentpaneopen ul a:visited, .article-indent ul a:visited {
  font-weight:bold;
  line-height:14px;
  text-decoration:underline;
}
.contentpaneopen ul a:hover, .article-indent ul a:hover{
  text-decoration:none !important;
}
.contentpaneopen p  {
  width:100%
}
.article-indent img, .article-indent canvas  {
  margin:0px 15px 0 0px;
  border: 1px solid #E5E5E5;
  float: none !important;
  
}
.contentpaneopen h4 {
  color:#2a2a2a;
  font-size:20px;
  line-height:30px;
}
.contentpane li {
  line-height:normal;
  padding:0px 0px 6px 0px;
}
.contentdescription img {
  margin:0px 20px 0px 0px;
}
.border-x {
}
.separator2 {
  line-height:12px;
  }
/*---------------------------content-heading---*/

.contentheading, .componentheading {
  color:#00374f;
  font:normal 18px Arial, Helvetica, sans-serif;
  line-height:22px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 6px 0px;
}
.contentheading, .buttonheading {
}  
.componentheading {
  font-size:24px;
  padding:0px 0px 10px 0px;
}
.contentpaneopen p {
  padding:0px 0px 10px 0px;
}
.item-info {
  padding:0px 0px 4px 0px;
}
.buttonheading    {
  padding:0px 5px 6px 0px;
}
.buttonheading img    {
  padding:0;
  margin:0;
}

/*-----------------------------item-info---*/

.iteminfo     {
  padding:0px 0px 6px 0px; 
  margin:0px 0px 15px 0px;
}
.modifydate       {
  color:#daf0f7; 
  font-size:11px; 
  padding:10px 0px 10px 0px; 
  text-decoration:none !important; 
}
.md-indent {
  padding:0px 0px 0px 0px;
}
.createdby      {
  color:#daf0f7; 
  display:block;
  text-transform:none; 
}
.createdate       {
  color:#daf0f7;
  font-size:11px;
  margin:0px 0px 0px 0px; 
  padding:0px 0px 0px 0px; 
  text-transform:none; 
}
div .small      { /* Written by */
  color:#daf0f7;
  font-size:11px;
  font-weight:normal;
  margin:0px 0px 0px 0px; 
  padding:0px 0px 0px 0px;
  text-transform:none;
  white-space:nowrap;
  line-height:11px;
}
.createdate-space {
  padding:0px 0px 0px 0px;
  width:100%;
}


/*-----------------------------------buttons---*/

.button, 
.validate     {
  background:#f0f0f0;
  border: 1px solid #E5E5E5;
  color: #000;
  padding: 1px;
  margin: 0 0 0 5px;
}
* html .button, 
* html .validate {
  display:block;
}

/*-----------------------------------read-more---*/

#editor-xtd-buttons div.readmore {
  background:none; 
  height:auto;
  margin:0px 0px 0px 0px;
  width:auto; 
}
div.readmore  {
  overflow:hidden;
  margin:0px 0px 0px 0px; 
  padding:4px 0px 0px 0px;
}
div a.readon {
  background:url(../images/button.jpg) no-repeat 0 0;
  color:#6d7b80;
  display:block;
  font-weight:normal;
  font-size:12px;
  padding:5px 0px 5px 0px;
  text-align:left;
  width:95px;
  text-align:center;
  text-decoration:none;
}

a.readon:hover  {
  color:#6d7b80 !important;
  text-decoration:underline;
}
a.readon:visited {
  color:#6d7b80;
}


/*-----------------------------blog-more---*/

.blog_more    {
  padding:0px 0px 10px 0px;
}
.blog_more h2  {
  background:none;
  color: #000; 
  font-size:12px;  
  padding:0px 0px 0px 0px;
}
.blog_more ul {
  margin:10px 0px 0px 15px;
}
.blog_more ul li {
  padding:0px 0px 0px 0px !important;
  color: #000;
}
.blog_more a  {
  color: #000; 
  text-decoration:underline
}
.blog_more a:hover  {
  color: #000; 
  text-decoration:none;
}     
.blog_more strong  {
  color: #000; 
}

/*-----------------------------pagenav---*/

a.pagenav:hover  {
  color: #000; 
  text-decoration:none
}
a.pagenav:visited {
  color: #000; 
  text-decoration:none
}
.pagination_nav  {
  color: #000; 
  font-size:12px; 
  padding:10px 20px 0px 27px;
}
.pagination_nav div  {
  background:#fff;
  padding:5px 0px 5px 0px; 
}

.pagination    {
  margin-top:10px
}
.pagination  li  {
  float:left; 
  padding:0px 5px 0px 5px;
}  
.pagination_result  {
  color: #000; 
  padding:5px 0px 0px 0px;
  line-height:16px;
}
    
/*--------------------------------------result---*/

.sectiontableentry0 td  {  
  color:#606271;
  padding:5px 0px 5px 0px; 
}
.sectiontableentry1 td  {
  background:#63C5E2;
  color:#606271;
  padding:5px 0px 5px 0px;
}
.sectiontableentry2 td   {
  color:#606271;
  padding:5px 0px 5px 0px; 
}

.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2    {}

.sectiontableentry1 a  {
}
.sectiontableentry2 a  {
}
.sectiontableentry1 a:hover {
}
.sectiontableentry2 a:hover {
}
.sectiontableentry1 a:visited {
}
.sectiontableentry2 a:visited {
}

.var1 {
  padding:5px !important;
  margin:5px 0px 5px 0px;
}
.var1 a, .var1 p, .var1  {
  color:#666;
}
.var2 {
  background:#63C5E2;
  padding:5px !important;
  margin:5px 0px 5px 0px;
}
.var2 a, .var2 p, .var2  {
  color:#606271;
}

.results  {
  text-align:center;
  padding:0px 0px 15px 20px;
}
#page  {
  padding:0px 0px 0px 0px;
}
#page ol li  {
  padding:0px 0px 10px 0px; 
  text-align:left
}
.searchintro  {
  padding:0px 0px 10px 0px;
}
.search {
  padding:0px 0px 0px 0px;
  overflow:hidden;
}
#page h3  {
  font-size:130%; 
  padding:10px 0px 5px 0px; 
  text-align:left;
  color:#00374f;
}
#page .inputbox   {
  color:#000;
}
#page #ordering {
  height:20px; display:inline; vertical-align:middle;
}
#page .display  {
  padding:10px 0px 0px 0px;
  text-align:center;
}
#page legend  {
  color:#666;
  font-size:12px;
  line-height:12px;
}

.sectiontableentry0 .pad2,
.sectiontableentry1 .pad2,
.sectiontableentry2 .pad2  {
  padding:2px 0px 2px 15px;
  font-weight:bold
}
.sectiontableheader {
  padding-bottom:2px
}

/*--------------------------------------poll---*/

.poll .question   {
  color: #000;
  font-size:12px;
  font-weight:bold;
  padding:0px 10px 10px 0px;
}
.poll .poll-body  {
  padding:0px 0px 0px 0px;
}
.poll-body label {
  font-size:12px;
  color: #000;
  line-height:14px;
  padding:0px 0px 0px 0px;
}
.poll .buttons {
  padding:0px 0px 0px 0px;
}
.poll .button  {
  background:url(../images/vote.jpg) no-repeat 0 0;
  border:none;
  color:#1c6a86;
  font-size:12px;
  font-weight:normal;
  cursor:pointer;
  display:inline;
  line-height:15px;
  margin:8px 0px 0px 0px;
  padding:5px 0px 6px 0px;
  width:45px;
  text-align:center;
}
.poll .result  {
  background:url(../images/results.jpg) repeat-x 0 0;
  width:63px;
}
.poll .section  {
  overflow:hidden; 
  padding:0px 0px 0px 0px;
  width:100%; 
}
.poll .section2  {
  overflow:hidden; 
  padding:5px 0px 5px 0px;
  width:100%; 
}
.poll .radio  {
  float:left;
  width:20px;
}
.poll .radio input {
  display:block;
  width:16px;
  height:16px;
  vertical-align:middle;
}
.poll .var  {
  margin:0px 0px 0px 20px;
  text-align:left
}
.display  {
  padding:0px 0px 10px 0px;
}
.display select  {
  border:1px solid #46462f; 
  width:100px;
}
.sectiontableentry1 div, 
.sectiontableentry0 div {
  font-size:1px
}

/*--------------------------------------user---*/

dl.contentpane  dt {
  padding:10px 0px 20px 0px;
}
dl.contentpane  dd {
  width:100%;
  overflow:hidden;
}
dl.contentpane  div {
  vertical-align:middle
}
dl.contentpane .description {
  width:110px;
  padding:0px 0px 0px 0px;
  vertical-align:middle
}
dl.contentpane .input-field {
  width:160px;
  padding:0px 0px 0px 0px;
  vertical-align:middle
}
dl.contentpane .button-field {
  width:140px;
  padding:2px 0px 0px 0px;
  vertical-align:middle
}

/*-------------------------------------search---*/

.module-search     {
  overflow:hidden;
  padding:1px 0px 0px 0px;
}
.search {
  padding:6px;
}

.module.search label, .word label {
  display: none;
}

.search input.inputbox {
  border: 0;
  background: none;
  float:left;
  width:190px;
  padding: 2px;
}
.search .button  {
  background: url(../images/icon-arrow-right-med.png) no-repeat;
  border: 0;
  color: #000;
  padding: 1px;
  margin: 0;
  width: 20px;
  height: 20px;
  float: right;
}
  
.search .button:hover  {
  cursor: pointer;
}


.search .button span {
  display: none;
}

/*-------------------------------------search-result---*/
.search_result {
  padding:0px 0px 0px 0px;
}  
/*-------------------title----*/

.search_result h3  {
  color:#808080; 
  font-size:14px;
}

/*-------------------article----*/

.fieldName {
 font-weight: bold; 
}

.search_result p  {
  padding:10px 0px 0px 0px;
}


/*----------*/
#search_searchword  {
  border:1px solid #46a6c3
}
legend    {
  color:#808080
}

.highlight  {  /* highlight sought word */
  color:#d04020; 
  font-weight:bold
}
.phrase {
  border:solid 1px #46a6c3;
  color:#606271;
  float:left; 
  margin:10px 10px 10px 0; 
  padding:10px 10px 10px 10px; 
  width:60%;
  height:140px;
}
.phrase .inputbox  {
  background:#fff; 
  color:#808080; 
  display:block; 
  margin-top:5px; 
}

.phrase .inputbox option {
  background:#fff; 
  border-bottom:solid 1px #333; 
  padding:2px; 
}
.phrase .inputbox option a:hover {
  background:#C00;
  border-color:#cfd0d6;
  color:#606271;   
}

fieldset.word, fieldset.only, fieldset.phrases { 
  border-bottom: 1px solid #C7C7C7;
  border-right: 0;
  border-top: 1px solid #C7C7C7;
  border-left: 0;
  padding: 1em;
}

fieldset.word {
  display: none;
}

.ordering {
  display:inline;
  padding:3px 0px 0px 0px;
}

.phrases-box {
  float: left;
}

.ordering-box {
  float: right;
}

.form-limit {
  margin: 1em 0;
}

.only  {
  border:solid 0; 
  line-height:1.3em;
  margin:10px 0 0 10px; 
  padding:10px 10px;
  height:140px;
}
.word  {
  border:solid 0 !important;
  padding:10px 10px 10px 0; 
}
.word input {
  background:#fff; 
  font-weight:normal; 
  margin:0 10px 0 10px; 
  padding:1px 2px 2px 2px;;
  vertical-align:middle;
}
.word .button {
  margin-top:0px;
  display:inline !important;
  vertical-align:middle;
}
.contact_email  input  {
  margin:4px 0px 3px 0px;
}
/*-------------------------------------admin-form---*/

.adminform td    {padding:0px 0px 2px 0px;}

/*---------------------------system-error-messages--*/
.err-space {
  margin:0px 0px 0px 25px;
}
.error    {
}
.error h2  {
  color:#ce0303;
  font:bold 14px Tahoma;  
  padding:0px 0px 5px 20px;
}
#system-message dt.error, dt.message { 
  display: none; 
}
.error dd ul {
  background: #ffd2e4; 
  border-top: 1px solid #e65c94; 
  border-bottom: 1px solid #e65c94; 
  color: #e65c94;
  margin:0; 
  padding:5px 0px 5px 5px;
}
.error dd ul li  {
  background:none !important;
  color:#e65c94 !important; 
  margin:0px 0px 0px 20px !important; 
}
.pass_remind { 
  vertical-align:middle; 
  padding:0px 0px 0px 10px;
}

/*---------------------------------------------------------------------------------boxes---*/

/* 
#col1, #col2, #col3 {
}
*/

.component, #col1, #col2, #col3  {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.moduledummy {
  text-align: center;
}
.module .first {
  background:url(../images/box-bottom.gif) no-repeat 0 bottom;
}
.module .sec {
  padding:0px 0px 0px 0px;
}
.module .box-indent {
  padding:12px 20px 16px 27px;
}
/*-------------------title----*/

.module h3 {
  color: #67645E;
  margin: 0 0 1em 0;
  font-size: 1.75em;
}

.module.news h3 {
  float: left;
  color:#000;
  font-weight:normal;
  font-size: 2em;
  padding: 0.5em 0 0.5em 50px !important;
  margin:0;
  line-height: 300%;
  width: 170px;
  text-transform: uppercase;
  font-family: 'pt_sans_narrowregular', Trebuchet, arial;
}

.module.news {
  margin: 1em 0 0 0;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  overflow: auto;
}

.module.news li {
  float: left;
  width: 300px;
  padding: 1.3em 20px 1.3em 0;
  background: none;
  margin: 0;
}

.k2ItemsBlock.news {
  float: right;
  width: 960px;
}

/*-------------------content----*/
.module div  {

}
.module td, .module p {

}
.module ul  {
  list-style: none;
  margin:0px 0px 0px 0px;
  padding: 0px;
}

.module ul li {
  background:url("../images/list-item.gif") no-repeat scroll 0 0.5em transparent; 
  margin: 0 0 1em 0;
}

.module .menu li {
  margin: 0;
  display:inline;
}

.module .menu li a {
  color: #494848;
}


.module li li {
  font-weight: normal;
  padding:  0 0 0 10px;
  margin: 0 0 1em 0;
}

/*-------------------------------------mainmenu---*/

.module ul.menu ul li {
  background: url("../images/list-item.gif") no-repeat scroll 0 0.5em transparent;
  line-height: 16px;
  margin: 0;
}

.module ul.menu ul li a {
  padding: 5px 5px 5px 10px;
}

.module .megaMenuAdv {
  padding: 5px;
}

.module .megaMenuAdv ul {
  float: left;
  margin: 0 15px 1em 0;
  width: 200px; 
}

.module .megaMenuAdv ul ul {
  margin: 0.5em 15px 0.5em 0;
  float: none;
}

.module .megaMenuAdv li { 
  float: left;
  
  margin: 0;
  padding: 0.25em 0.5em 0.5em 15px;
}

.module .megaMenuAdv li a { 
  font-weight: normal;
  margin: 0;
  padding: 0;
}


.module ul.megaMenu { 
  overflow: auto;
  padding: 10px;
}

.module ul.megaMenu ul { 
  margin: 1em 0 0 15px;
}

.module ul.megaMenu li { 
  float: left;
  margin: 0 0 1em 0;
}

.module ul.megaMenu li a { 
  padding:  0 15px 0 10px;
}

.module ul.megaMenu li li { 
  float: none;
  margin: 0;
  padding: 0.25em 0.5em 0.5em 15px;
}

.module ul.megaMenu li li a { 
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*-------------------------------------mainmenu---*/
.module.horizMenu {
}
.module.horizMenu .first {
  background:url(../images/box-bottom.gif) no-repeat 0 bottom;
}
.module.horizMenu .sec {
  padding:0px 0px 0px 0px;
}
.module.horizMenu .box-indent {
  padding:12px 20px 19px 27px;
}

.module.horizMenu.mainmenu {
    margin: 0 auto;
  border-top: 1px solid #d4cfc6;
  text-align: center;
  width: 100%;
}

.iconMenu li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: #666 0px 1px 3px;
  -moz-box-shadow: #666 0px 1px 3px;
  box-shadow: #666 0px 1px 3px;
  background: #FFFFFF;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E8E8E8));
  background: -webkit-linear-gradient(#FFFFFF, #E8E8E8);
  background: -moz-linear-gradient(#FFFFFF, #E8E8E8);
  background: -ms-linear-gradient(#FFFFFF, #E8E8E8);
  background: -o-linear-gradient(#FFFFFF, #E8E8E8);
  background: linear-gradient(#FFFFFF, #E8E8E8);
  -pie-background: linear-gradient(#FFFFFF, #E8E8E8);
  display: block;
  behavior: url(/PIE.htc);
}



/*-------------------title----*/
.module.horizMenu h3  {
  color:#000;
  font-weight:normal;
  font-size:14px;
  /* padding:14px 0px 0px 27px; */
  margin:0px 0px 0px 0px;
}
/*-----------------content----*/
.module.horizMenu  {
  font-size:12px;
  overflow: auto;
}
.module.horizMenu ul {
  list-style:none;
  margin:0px;
  padding: 0px;
  overflow: auto;
}
.module.horizMenu li  {
  display:inline;
  background: none;
  padding: 0;
  margin: 0;
}

.module.horizMenu.mainmenu li a {
  padding: 1em 2%;
  line-height: 3.5em;
}

.module.horizMenu.mainmenu li a span {
}


/* level 2 */

.module.vertMenu ul {
  border-top: 1px solid #ccc;
}

.module.vertMenu ul ul {
  border: 0;
  padding: 1em 0;
  background: url(../images/bg-vertmenu-sub.png) repeat-x #19587a;
}
.module.vertMenu ul li {
  display: block;
  background: 0;
  border-bottom: 1px solid #ccc;
}

.module.vertMenu ul li li {
  border: 0;
  background: none;
}

.module.vertMenu ul li a {
  display: block;
  padding: 1em 0.5em;
  color: #000;
  background: 0;
}

.vertMenu .menu li.active a, .module .k2ItemsBlock li a.active {
	background: url("../images/icon-arrow-right.png") no-repeat scroll right center transparent;
	color: #006d40;
}

.module.vertMenu ul li.active li a {
  background: none;
  color: #fff;
}

.module.vertMenu ul li.active li.active a {
  color: #006d40;
}

.module.vertMenu ul li a:hover {
  color: #87aac0;
}


.module.horizMenu ul ul {
  width:960px;
  /* display: block;
  position: absolute;
  left: 15%;
  background: pink; */ 
}

.module.horizMenu ul ul li{
  border:none;
  background: none;
  line-height: 16px;
}

.module.horizMenu ul ul li a, .module.horizMenu ul ul li a:visited {
  border-left: 0px;
}

.module.horizMenu.dynMenu ul li{
  width: auto !important;
}
 
/* end level 2 */


/* SHOW BIG SUB MENU */

.horizSubMenu {
  background: #E5E5E5;
  border-top: 0px;
}

.subMenuBoxContainer {
  display: block;
}

#mainmenu .parent:hover div {
  display: block;
} 
/*
#mainmenu .active:hover div {
  display: none;
} 


#mainmenu .active div {
  display: none;
} 
*/


.module.horizMenu li a, .module.horizMenu li a:visited {
  font-size: 1.2em;
  font-weight: normal;
  background: none;
  padding: 1em 0;
  text-decoration:none !important;
  text-transform: uppercase;
}


.module.horizMenu .submenuColumn li a, .module.horizMenu .submenuColumn li a:visited  {
  background: url("../images/list-item.gif") no-repeat scroll 10px 1em;     
}


.module.horizMenu li.firstItem a, .module.horizMenu li.firstItem a:visited {
  border-left: 0px;
}

.module.horizMenu li a span {
  color: #000;
  text-decoration:none;
}
.module.horizMenu li a:hover span {
  color: #748258;
  text-decoration:none;
}
.horizMenu .menu li.active a {
  color: #006d40;
  text-decoration:none !important;
  background: url("../images/icon-arrow-down-menu.png") no-repeat scroll center 2.3em;
}

.wrapperCenter {
  width: 100%;
  text-align: center;
  position: absolute;
  left: -4px;
  display: none;
}

.subMenuBox {
  margin: 0 auto 5px;
  padding: 10px;
  background: #E5E5E5;
  border: 1px solid #E5E5E5;
  width: 930px;
  text-align: left;
  }

.module.subMenuBox h3 {
  color:#000;
  font-weight:normal;
  font-size:14px;
  padding: 0.5em 0px !important;
  margin:0px 0px 0px 0px;
  background: #e5e5e5;
}

.subMenuBox div.module {
  display: none;
  }
  
.subMenuBox img, .subMenuBox canvas {
  margin: 0 15px 0 0 !important;
  border: 1px solid #E5E5E5;
  background: #fff;
  }
  
.subMenuBox .module {
  background: none;
  border: 0px;
  }  
/*
#subMenuServices_51 {
margin-left: 100px;
}
*/
.subMenuBox .module li a, .module li a:visited {
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}
.subMenuBox ul {
  width: auto !important;
}

.subMenuBox li {
  float: none !important;
}

.submenuColumn {
  float: left;
  border-right: 1px solid #E5E5E5;
  padding: 0 10px;
}

.columnmenu {

}

.columnmenu .parent {
  float: left;
  width: 200px;
  background: none;  
}

.columnmenu .separator {
  display: block;
  color:#000;
  font-weight:normal;
  font-size:14px;
  padding:.5em 10px;
  margin:0px 0px 0px 0px;
  background: #e5e5e5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.columnmenu .separator {
  display: block;
  color:#000;
  font-weight:normal;
  font-size:14px;
  padding:.5em 10px;
  margin:0px 0px 0px 0px;
  background: #e5e5e5;
  border-right: 1px solid #E5E5E5;
}

.columnmenu li a, .columnmenu li a:visited  {
  border-top: none;
}


/*-------------------------------------main menu---*/

ul#mainmenu {
  list-style:none;
  margin:0px;
  padding: 0px;
}

ul#mainmenu li {
  float: left;
}

ul#mainmenu li a  {

}


/*-------------------------------------topmenu---*/
.topmenu-left {
  background:url(../images/topmenu-left.gif) no-repeat 0 0;
  height:40px;
  left:0px;
  position:absolute;
  width:3px;
  z-index:99;
}
.topmenu-right {
  background:url(../images/topmenu-right.jpg) no-repeat right 0;
  height:40px;
  right:0px;
  position:absolute;
  width:3px;
  z-index:99;
}
.module-topmenu {
  padding:0;
  margin:0;
  position:relative;
}

/*---------------------icon menu--------------------------------*/

.belowComponent {
  position: relative;
  overflow: auto;
  margin: 0 auto 1em auto;
  padding: 0.2em 1em;
  width: 1180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #666 0px 1px 3px;
  -moz-box-shadow: #666 0px 1px 3px;
  box-shadow: #666 0px 1px 3px;
  background: #FFFFFF;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E8E8E8));
  background: -webkit-linear-gradient(#FFFFFF, #E8E8E8);
  background: -moz-linear-gradient(#FFFFFF, #E8E8E8);
  background: -ms-linear-gradient(#FFFFFF, #E8E8E8);
  background: -o-linear-gradient(#FFFFFF, #E8E8E8);
  background: linear-gradient(#FFFFFF, #E8E8E8);
  -pie-background: linear-gradient(#FFFFFF, #E8E8E8);
  behavior: url(/PIE.htc);
}

.belowComponent .custom, .belowComponent ul.menu {
  float: right;
  margin: 0;
  padding: 0.5em 1em;
  border-left: 1px solid #CCCCCC;
}

.belowComponent ul.iconMenu li {
  background: none;
  margin: 0 0.5em 0 0;
  float: left;
  list-style: none;
}

ul.iconMenu li span {
  display: none;
}

.belowComponent p {
  padding: 0;
}

.belowComponent.widthThird .custom, .belowComponent.widthThird .menu {
  width: 32%;
  margin: 0 1% 0 0;
  float: left;
  list-style: none;
  padding: 0.5em 0;
  border: 0;
}

.widthThird .promoColLast {
  margin: 0;
  width: 34%;
}

.widthThird .promoColLast .promoColLast {
  width: 100%;
}




/*----------------------------------------login-form---*/

.login {
  background: url(../images/icon-secure.png) no-repeat;
  padding: 0 0 0 20px;
}

.k2store_login_box {
  float: left;
  width: 39%;
  margin: 0 2% 0 10%;
}
.k2store_register_box {
  float: left;
  width: 39%;
  margin: 0 10% 0 0;
}

.loginLinks {
  margin:  1em 0 0 0;
  list-style: none;
}

.module-login {
  background:url(../images/login-top.jpg) no-repeat 0 0 #e1eef1;
  float:left;
  width:286px;
  overflow:hidden;
}
.module-login .first{
  background:url(../images/login-bottom.gif) no-repeat 0 bottom;
}
.module-login .box-indent {
  padding:14px 10px 24px 24px;
}
/*-------------------title----*/

.module-login h3 {
  color:#2f4a55;
  font-weight:normal;
  font-size:17px;
  padding:20px 0px 3px 24px;
  margin:0px 0px 0px 0px;
}

/*-----------------content----*/

.loginform-left {
  padding:0px 0px 4px 0px;
}
.form-login {
  padding:0px 0px 0px 11px;
}

.module-login label {
  font-size:12px;
  color:#6d777b;
  line-height:18px;
  padding:0px 8px 0px 0px;
  width:100%;
}
.module-login p, .module-login div, label.remember {
  color:#999;
  font-size:11px;
}
.module-login a, .module-login a:hover, .module-login a:visited  {
  color:#24a9d0;
  padding:0px 10px 0px 0px;
  font-size:12px;
  line-height:140%;
  text-decoration:underline;
}
.module-login a:hover {
  text-decoration:none;
}
.module-login .inputbox { /* inputbox */
  background:#fff;
  border:none;
  border-top:1px solid #6f6f6f;
  border-left:1px solid #6f6f6f;
  color:#6d6d6d;
  padding:3px 0px 3px 4px;
  vertical-align:top;
  width:166px;
  margin:0px 0px 0px 0px;
}
#modlgn_username, #modlgn_passwd {
  float:left;
  width:160px;

}
.username label, .password label {
  display:block;
  float:left;
  width:61px;
}
.module-login .button  { /* button */
  background:url(../images/login.gif) no-repeat 0 0;
  border:none;
  color: #000;
  font:normal 12px Arial, Helvetica, sans-serif;
  line-height:14px;
  padding:5px 0px 6px 0px;
  margin:12px 0px 8px 0px;
  text-align:center;
  width:54px;
  display:block;
} 
.remember {
  padding:4px 0px 0px 0px;
  line-height:20px;
  font:normal 10px Arial, Helvetica, sans-serif;
}

input.checkbox { /* checkbox */
  border:none; 
  display:block;
  float:left; 
  margin:2px 3px 0px 0px; 
  vertical-align:middle;  
  width:12px;
  height:12px
}
.username {
  width:100%;
  overflow:hidden;
  padding:0px 0px 6px 0px;
}
.password {
}
#inputs {
}
      
/*---------------------------------------------------------structure---*/
.layer01 {background:url(../images/tail.gif) repeat-x 0 0 #63c5e2;}
.indent {
  padding:0px 0px 0px 0px;
}

/*-------------------------------------pre-header(hidden)---*/

.hiddenTop {
  overflow: auto;
  text-align: center;
  font-size: 0.9em;
}

.module.hidden_top {
  /* width: 1180px; */
  margin: 0 auto;
}


.hiddenTop .hiddenLogin {
  background: #f4f4f4;
  overflow: auto;
  padding: 0 1%;
  display: none; 
}

.hiddenTop fieldset{
  padding: 1em 0 0.75em 0 !important;
  /* width: 60%; */
  float: left;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.hiddenTop body, .hiddenTop td, .hiddenTop th, .hiddenTop label {
  font-family: 'HelveticaNeueW01-45Ligh',Helvetica, Arial, Sans; 
  font-size: 100%;
  line-height:1.2em;
  padding: 0 0 0 1em;
}

#form-login-remember {
}

.userdata .buttonSoftArrow {
  margin: 0 0 0 20px;
}

#modlgn-remember {
  margin: 0.5em 0 0 0;
}

.hiddenTop #form-login-username, .hiddenTop #form-login-password, .hiddenTop #form-login-remember, .hiddenTop .button {
  float: left;
}

.hiddenTop fieldset.userdata {
  float: right;
}

.hiddenTop input.inputbox {
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 0.25em 10px;
}

ul.reminders {
  list-style: none;
  float: left;
  width: 35%;
  padding: 1em 0 !important;
}

ul.reminders li {
  float: left;
  background: none;
  margin: 0 1% 0 0;
}

.hiddenTopTabWrapperOuter {
  text-align: center;
  width: 100%;
  position: absolute;
}

.hiddenTopTabWrapperInner {
  margin: 0 auto 1em;
  text-align: left;
  width: 1180px;
}


.hiddenTopTab {
  text-transform: uppercase;
  display: block;
  padding: 0.5em 0 0.5em 20px;
  overflow: visible;
  text-align: left;
  float: right;
  white-space: nowrap;
  background: url(../images/icon-secure.png) no-repeat left center;
/*
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: #666 0px 1px 3px;
  -moz-box-shadow: #666 0px 1px 3px;
  box-shadow: #666 0px 1px 3px;
  background: #FFFFFF;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E8E8E8));
  background: -webkit-linear-gradient(#FFFFFF, #E8E8E8);
  background: -moz-linear-gradient(#FFFFFF, #E8E8E8);
  background: -ms-linear-gradient(#FFFFFF, #E8E8E8);
  background: -o-linear-gradient(#FFFFFF, #E8E8E8);
  background: linear-gradient(#FFFFFF, #E8E8E8);
  -pie-background: linear-gradient(#FFFFFF, #E8E8E8);
  behavior: url(/PIE.htc);
*/

  position: absolute;
  right: 15%;

  behavior: url(/PIE.htc);


}

.hiddenTopTab:hover {
  cursor: pointer;
}

.login-greeting {
  display: inline-block;
  white-space: nowrap;
}

.logout-button {
  display: inline-block;
  white-space: nowrap;
}

.logout-button input {
  padding: 0;
  color: #fff;
  border: 0;
  background: none;
  display: inline;
}

.logout-button input:hover {
  cursor: pointer;
}


/*-------------------------------------header---*/
.header {
  overflow: auto;
  padding: 2em 0;
  text-align: left;
}
#topmenu {
  background:url(../images/topmenu-bg.gif) repeat-x 0 bottom;
  height:40px;
  overflow:hidden;
  width:100%;
  margin:0px 0px 26px 0px;
  }
.module.search {
  float:right;
  width:230px;
  background: #fff;
  -webkit-box-shadow: #666 0px 2px 3px;
  -moz-box-shadow: #666 0px 2px 3px;
  box-shadow: #666 0px 2px 3px;
  behavior: url(/PIE.htc);
}
.word {
  width:330px;
  background: #fff;
  -webkit-box-shadow: #666 0px 2px 3px;
  -moz-box-shadow: #666 0px 2px 3px;
  box-shadow: #666 0px 2px 3px;
  behavior: url(/PIE.htc);
  margin: 0 0 2em 0;
}
#top {
  height:116px;
  overflow:hidden;
}
#boxes {
  height:235px;
  overflow:hidden;
}

.k2StoreCartBlock {
  margin: 0.25em 0 1em 5%;
  font-size: 0.835em;
  text-transform: uppercase;
}

#miniK2StoreCart {
  display: inline;
  background: url(../images/icon-bag.png) no-repeat left center;
  padding: 0.25em 0 0.25em 25px;
  line-height: 2em;
}
.minicart {
  display: inline;
  margin: 0 2% 0 0;
  border-right: 1px solid #ccc;
  padding: 0 2% 0 0;
}
.miniCartButton {
  display: inline;
}

/*-------------------------------------content---*/
.contentWrapper {
  border: 1px solid #D4CFC6;
  min-height: 25em;
  overflow: auto;
  margin: 0 auto;
  text-align: left;
  padding: 0.25em;
}

.contentWrapper2 {
  border: 2px solid #B3A898;
  padding: 0.1em;
}

.contentWrapper3 {
  /* background: url(../images/opac-w-70.png);  */
  background: #fff; 
  overflow: auto;
}

.contentHeader img {
  width: 100%;
  height: auto;
}

.content {
  margin: 4em 0;
}


.content.cols-None #col2 {
  padding: 0 3%;
}

.content.cols-1-3Narrow {
  overflow: auto;
  background: url(../images/sep-vert.png) repeat-y 84% 0;
}

.content.cols-3 {
  background: url(../images/sep-vert.png) repeat-y 75% 0;
}

.content.cols-3 #col2 {
  padding: 0 0 0 3%;
}

.content.cols-3Narrow {
  background: url(../images/sep-vert.png) repeat-y 85% 0;
}

.content.cols-3Narrow #col2 {
  padding: 0 3%;
}

#wrapper {
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 80%;
}

#wrapper .width {
  overflow:hidden;
}

.promoCols {
  text-align: left;
  overflow: auto;
  width: 1180px;
  margin: 0 auto;
}

#left .space {
  padding:0px 9px 0px 0px;
}

.module {
  margin: 0 0 3em 0;
}

.widthFull .module {
  width: 100%;
}

.widthHalf .module {
  width: 50%;
}

.widthThird .custom {
  width: 32%;
  margin: 1px 1px 0 0;
  float: left;
}

.widthThird .promoColLast {
  margin: 0;
  width: 34%;
}

.widthThird .promoColLast .promoColLast {
  width: 100%;
}

#col1 {
  float:left;
  padding: 0.5em 3% 0 3%;
  color: #fff;
}

#col2 {
  float:left;
  padding: 0 3% 0 0;
}

#col3 {
  float:left;
  padding: 0 3%;
}  
 
.cols-1-3Narrow #col3 {
  float:left;
  padding: 0 3%;
  text-align: center;
}  
  
.itemBackToTop {
  border-top: 1px solid #E5E5E5;
  text-align: center;
  padding: 10px 5px 5px 0;
  background: url(../images/icon-arrow-up.png) no-repeat center 5px;
  display: none;
}

.itemBackToTop a {
  display: block;
}

.itemToolbar {
  margin: -3.5em 0 0 0;
  float: right;
  width: 10%;
}

/*-------------------------------------footer---*/

#footer {
  clear: both;
  margin: 0 2%;
  color: #b3a898;
}

#footerLeft {
  margin: 1em 0 0 0;
  float: left;
  color: #777;
  font-size: 0.8em;
}

#footerRight {
  margin: 1em 0 0 0;
  float: right;
  font-size: 0.8em;
}

.clr {
  clear:both;
  font-size:0px;
  line-height:0px;
  height: 0px;
}

/* Canvas Styles */

.moduleItemDateCreated {
  white-space: nowrap;
  color: #748258;
  display: block;
	font-size: 0.8em;
}

.letterboxHolder {
  text-align: center;
  border: 1px solid #d4cfc6;
  padding: 0.25em;
}

.letterbox {
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #b3a898;
  padding: 2px;
}

.underLetterboxWrapper {
  text-align: center;
  margin: -22em 0 0 0;
  width: 80%;
  padding: 0.5em 1em;
  position: absolute;
}

.headlineWrapper {
  border-top: 1px solid #045f39;
  border-bottom: 1px solid #045f39;
  padding: 1.5em 1em;
  background: url(../images/opac-k-50.png);
  width: 98%;
  margin: 0 0 1em 0;
}

.underLetterboxWrapper h2.headline {
  text-align: center;
  color: #FFFFFF;
  font-family: Georgia,'GeorgiaProW02-Light',Times,Serif;
  font-size: 2.4em;
  line-height: 1em;
  margin: 0 0 0.5em;
  text-transform: capitalize;
	padding: 0;
}

.underLetterboxWrapper p.subHeadline {
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: Georgia, 'GeorgiaProW02-Light', Times, Serif;
  text-transform: capitalize;
  color: #fff;
padding: 0 0 0.5em;
}
.underLetterboxWrapper .chi-banner .chi-container{
	text-align:center;
}
.underLetterboxWrapper .chi-banner .chi-container span{
	margin-right:0px;
	font-size:20px!important;
}
.underLetterboxWrapper .chi-banner .chi-container img{
	width:230px;
  	margin-left: -10px;
}
.underLetterboxWrapper .chi-banner .chi-container a{
	font-size:19px!important;
}
.underLetterboxWrapper .newsTableWrapper, .underLetterboxWrapper .custom {
  display: table;
  margin: 0 0 0 35%;
  width: 65%;
}

.underLetterboxWrapper a.moreNews {
  display: block;
  float: right;
  color: #fff;
  font-size: 0.85em;
  padding: 0.1em  0.5em;
  margin: 0 2.5em 0 0;
  background: #748258;
  background: #475036;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NTAzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzc0ODI1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #475036 0%, #748258 19%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#475036), color-stop(19%,#748258));
  background: -webkit-linear-gradient(top,  #475036 0%,#748258 19%);
  background: -o-linear-gradient(top,  #475036 0%,#748258 19%);
  background: -ms-linear-gradient(top,  #475036 0%,#748258 19%);
  background: linear-gradient(to bottom,  #475036 0%,#748258 19%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475036', endColorstr='#748258',GradientType=0 );
  -pie-background: linear-gradient(#475036, #748258);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  behavior: url(/pie/PIE.htc)
}

.underLetterboxWrapper div.newsModuleWrapper {
  margin: 0 0 0 35%;
  width: 65%;
}

.underLetterboxWrapper div.newsModule {
  width: 98%;
  height: 6em;
  text-align: center;
  background: none repeat scroll 0 0 #FFFFFF;
  background: url("../images/bg-main.png") repeat scroll 0 0 transparent;
  -webkit-box-shadow: #000 0px 1px 3px;
  -moz-box-shadow: #000 0px 1px 3px;
  box-shadow: #000 0px 1px 3px;
  behavior: url(/PIE.htc);
}


.underLetterboxWrapper div.titleBox {
  float: left;
  width: 10%;
}

.underLetterboxWrapper h3 {
	margin: 0 20%;
	color: #67645E;
	line-height: 5em;
	text-transform: uppercase;
	font-size: 1.2em;
}

.underLetterboxWrapper div.newsBox {
  float: left;
  width: 85%;
  height: 6em;
  overflow: hidden;
  background: #fff;
}

.underLetterboxWrapper div.newsBox div {
  float: left;
  display: table-cell;
  width: 33%;
  height: 6em;
  overflow: hidden;
  border-left: 1px solid #DCDAD7;
}

.underLetterboxWrapper .newsBox {
  width: 50%;
}

.underLetterboxWrapper table table {
  width: 100%;
  overflow: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  behavior: url(/PIE.htc);
}


.underLetterboxWrapper able table td {
  border-left: 1px solid #DCDAD7;
  background: #fff;
}

.underLetterboxWrapper .newsBox a {
  padding: 1em 1.5em;
  display: block;
  /*border-left: 1px solid #DCDAD7;
  height: 6em;*/
}

.underLetterboxWrapper .newsArrow  {
  background: url("../images/icon-arrow-right.png") no-repeat scroll center center transparent;
  width: 5%;
  height: 6em;
  float: left;
  display: block;
}

.underLetterboxWrapper .newsArrow:hover  {
  cursor: pointer;
}

.logoMain {
  margin: 0.5em 0 0 0;
}

.canvasDummyImage {
background: #fff;
border: 1px solid #E5E5E5;
}

.module.menuFooter li {
  background: none;
  margin: 0;
  display:inline;
  margin:0 0 0 15px;
}
.module.menuFooter li a,.module.menuFooter li a:visited {color:#777;}
.module.menuFooter li a:hover, .module.menuFooter li.active a:visited, .module.menuFooter li.active a:link{color:#333;}

/**
 * @version    $Id: k2.css 1492 2012-02-22 17:40:09Z joomlaworks@gmail.com $
 * @package    K2
 * @author    JoomlaWorks http://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2012 JoomlaWorks Ltd. All rights reserved.
 * @license    GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/*
### Legend ###
Font families used:
  font-family:Georgia, "Times New Roman", Times, serif;
  font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-family:Arial, Helvetica, sans-serif;

Colors used:
  #f7fafe (light blue) used as background on all toolbars, category and user/author boxes

*/



/*----------------------------------------------------------------------
  Common Elements
----------------------------------------------------------------------*/

/* --- Basic typography --- */
a:active,
a:focus {outline:0;}
img {border:none;}

/* --- Global K2 container --- */
#k2Container {
  padding:0 0 3em;
  line-height: 1.6em;
  overflow: auto;
}


#k2Container .titleWrapper {
  padding: 2.5em 1em 1em 1em;
}

.contentHeader div {
  margin: -6.2em 0 0 0;
  position: relative;
  width: 100%;
}


.contentHeader h1 {
  font-size: 2.5em;
  background: url("../images/opac-k-50.png") repeat scroll 0 0 transparent;
  padding: 1em 3%;
  color: #fff;
  border-top: 1px solid #045f39;
}

body.contentpane #k2Container {padding:16px;} /* used in popups */

/* --- General padding --- */
.k2Padding {padding:4px;}

/* --- Clearing --- */
.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}

/* --- Zebra rows --- */
.even, .odd {background:none;padding:inherit;border:inherit;}

/* --- RSS feed icon --- */
div.k2FeedIcon {padding:4px 8px;}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {display:block;float:right;margin:0;padding:0;width:16px;height:16px;background:url(../images/fugue/feed.png) no-repeat 50% 50%;}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {display:none;}

/* --- Rating --- */
.itemRatingForm {display:block;vertical-align:middle;line-height:25px;float:left;}
.itemRatingLog {font-size:11px;margin:0;padding:0 0 0 4px;float:left;}
div.itemRatingForm .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;height:25px;padding:0 0 0 20px;}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {background:transparent url(../images/system/transparent_star.gif) left -1000px repeat-x;}
.itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.itemRatingList li {display:inline;background:none;padding:0;}
.itemRatingList a,
.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover {background-position:left bottom;}
.itemRatingList a.one-star {width:20%;z-index:6;}
.itemRatingList a.two-stars {width:40%;z-index:5;}
.itemRatingList a.three-stars {width:60%;z-index:4;}
.itemRatingList a.four-stars {width:80%;z-index:3;}
.itemRatingList a.five-stars {width:100%;z-index:2;}
.itemRatingList .itemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}
span.siteRoot {display:none;}

/* --- CSS added with Javascript --- */
.smallerFontSize {font-size:100%;line-height:inherit;}
.largerFontSize {font-size:150%;line-height:140%;}

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {background-color:#fff !important;}
#recaptcha_table {border-color: #ccc !important;}
#recaptcha_response_field {border-color: #ccc !important;background-color:#fff !important;}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {} /* Example CSS: padding:0;margin:0;list-style:none;*/

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {} /* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc;*/

.clearList {display:none;float:none;clear:both;} /* this class is used to clear all previous floating list elements */
.lastItem {border:none;} /* class appended on last list item */

/* --- Avatars --- */
.k2Avatar img {display:block;float:left;background:#fff;border:1px solid #ccc;padding:2px;margin:2px 4px 4px 0;}

/* --- Read more --- */
a.k2ReadMore {}
a.k2ReadMore:hover {}

/* --- Pagination --- */
div.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}

/* --- Pagination (additional styling for Joomla! 1.6+) --- */
div.k2Pagination ul {
  text-align:center;
  border-bottom: 1px solid #D4CFC6;
  border-top: 1px solid #D4CFC6;
  padding: 0.5em 0;
}
div.k2Pagination ul li {display:inline; margin: 0 0.5em 0 0;}

/* --- Extra fields: CSV data styling --- */
table.csvData {}
table.csvData tr th {}
table.csvData tr td {}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {background:url(../images/system/featuredItem.png) no-repeat 100% 0;}



/*----------------------------------------------------------------------
  Component: Item view
----------------------------------------------------------------------*/
a.itemPrintThisPage {display:block;width:160px;margin:4px auto 16px;padding:4px;background:#F7FAFE;border:1px solid #ccc;text-align:center;color:#555;font-size:13px;}
a.itemPrintThisPage:hover {background:#eee;text-decoration:none;}

div.itemView {padding:8px 0 24px 0;margin:0 0 24px 0; text-align: left; border: 0;} /* this is the item container for this view */
div.itemIsFeatured {} /* Attach a class for each featured item */

span.itemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.itemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
span.itemEditLink a:hover {background:#ffffcc;}

div.itemHeader { float: left; width: 90%; }
  div.itemHeader span.itemDateCreated {color:#999;font-size:11px;}
  div.itemHeader h1.itemTitle { color: #006D40; font-family:Georgia, "Times New Roman", Times, serif;font-weight:normal;line-height:110%;margin:0; text-transform: capitalize; }
  div.itemHeader h2.itemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:36px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
  div.itemHeader h2.itemTitle span {}
  div.itemHeader h2.itemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Featured" presented in superscript */
  div.itemHeader span.itemAuthor {display:block;padding:0;margin:0;}
  div.itemHeader span.itemAuthor a {}
  div.itemHeader span.itemAuthor a:hover {}

div.itemToolbar { border: 0; background: 0; margin: 0; padding: 0; float: right; }
  div.itemToolbar ul {text-align:right;list-style:none;padding:0;margin:0;}
  div.itemToolbar ul li {display:inline;list-style:none;padding:0 4px 0 8px;margin:0;text-align:center;background:none;font-size:12px;}
  div.itemToolbar ul > li:first-child {border:none;} /* remove the first CSS border from the left of the toolbar */
  div.itemToolbar ul li a {font-size:12px;font-weight:normal;}
  div.itemToolbar ul li a:hover {}
  div.itemToolbar ul li a span {}
  div.itemToolbar ul li a.itemPrintLink {}
  div.itemToolbar ul li a.itemPrintLink span {}
  div.itemToolbar ul li a.itemEmailLink {}
  div.itemToolbar ul li a.itemEmailLink span {}
  div.itemToolbar ul li a.itemVideoLink {}
  div.itemToolbar ul li a.itemVideoLink span {}
  div.itemToolbar ul li a.itemImageGalleryLink {}
  div.itemToolbar ul li a.itemImageGalleryLink span {}
  div.itemToolbar ul li a.itemCommentsLink {}
  div.itemToolbar ul li a.itemCommentsLink span {}
  div.itemToolbar ul li a img {vertical-align:middle;}
  div.itemToolbar ul li span.itemTextResizerTitle {}
  div.itemToolbar ul li a#fontDecrease {margin:0 0 0 2px;}
  div.itemToolbar ul li a#fontDecrease img {width:13px;height:13px;background:url(../images/system/font_decrease.gif) no-repeat;}
  div.itemToolbar ul li a#fontIncrease {margin:0 0 0 2px;}
  div.itemToolbar ul li a#fontIncrease img {width:13px;height:13px;background:url(../images/system/font_increase.gif) no-repeat;}
  div.itemToolbar ul li a#fontDecrease span,
  div.itemToolbar ul li a#fontIncrease span {display:none;}

div.itemRatingBlock {padding:8px 0;}
  div.itemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}

div.itemBody {padding:1em 0;margin:0; clear: both; }

div.itemImageBlock {
  padding: 0 4% 1em 0; 
  float: left;
  width: 25%;
}

.peopleList div.itemImageBlock {
  width: 25%;
}

.peopleList .catItemImageBlockPeople .catItemImage {
} 
/**--- EDITED FOR PEOPLE LISTING FIRST ROW **/
#itemListLeading .peopleList .catItemImageBlockPeople .catItemImage img {
width: 82%;
}

div#itemListLeading {
margin-left: 10%;
}

.peopleList .catItemImageBlockPeople .catItemImage img {
	display: block;
	border: 1px solid #D4CFC6;
	padding: 3px;
	width: 100%;
}

span.itemImage {
    background: none repeat scroll 0 0 #FFFFFF;
   <!-- border: 1px solid #D4CFC6;-->
    display: block;
    
    line-height: 150px;
    padding: 3px;
    text-align: center;
  }

span.itemImagePeopleList {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4CFC6;
    display: block;
    padding: 3px;
    text-align: center;
  }

span.itemImagePeopleList img {
    display: block;
	width: 100%;
}

span.itemImage img {
    vertical-align: middle;
    border: 0;
  }
  span.itemImageCaption {color:#666;float:left;display:block;font-size:11px;}
  span.itemImageCredits {color:#999;float:right;display:block;font-style:italic;font-size:11px;}

div.itemIntroText {color:#444;font-size:18px;font-weight:bold;line-height:24px;padding:4px 0 12px 0;}
  div.itemIntroText img {}

.itemIsProduct div.itemFullText {float: right; width: 65%;}
body#print .itemIsProduct div.itemFullText {float: right; width: 55%;}
  div.itemFullText h3 {margin:0;padding:16px 0 4px 0;}
  div.itemFullText p {}
  div.itemFullText img {}

div.itemExtraFields { display: block; clear: both; }
  div.itemExtraFields h3 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
  div.itemExtraFields ul {margin:0;padding:0;list-style:none;}
  div.itemExtraFields ul li {}
  div.itemExtraFields ul li span.itemExtraFieldsLabel {display:block;font-weight:bold;margin:0 4px 0 0;width:30%;}
  div.itemExtraFields ul li span.itemExtraFieldsValue {}

div.itemContentFooter {display:block;text-align:right;padding:4px;margin:16px 0 4px 0;border-top:1px solid #ddd;color:#999;}
  span.itemHits {float:left;}
  span.itemDateModified {}
  
div.itemSocialSharing {}
  div.itemTwitterButton {float:left;margin:2px 0.5em 0 0;}
  div.itemTwitterButton iframe {width: 90px !important;}
  div.itemFacebookButton {float:left;margin-right:0.5em;width:200px;}
  div.itemGooglePlusOneButton {}
  
div.itemLinks {margin:16px 0;padding:0;}

div.itemCategory {padding:4px;border-bottom:1px dotted #ccc;}
  div.itemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
  div.itemCategory a {}
div.itemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
  div.itemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
  div.itemTagsBlock ul.itemTags {list-style:none;padding:0;margin:0;display:inline;}
  div.itemTagsBlock ul.itemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
  div.itemTagsBlock ul.itemTags li a {}
  div.itemTagsBlock ul.itemTags li a:hover {}

div.itemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
  div.itemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
  div.itemAttachmentsBlock ul.itemAttachments {list-style:none;padding:0;margin:0;display:inline;}
  div.itemAttachmentsBlock ul.itemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
  div.itemAttachmentsBlock ul.itemAttachments li a {}
  div.itemAttachmentsBlock ul.itemAttachments li a:hover {}
  div.itemAttachmentsBlock ul.itemAttachments li span {font-size:10px;color:#999;font-weight:normal;}

/* Author block */
div.itemAuthorBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;}
  div.itemAuthorBlock img.itemAuthorAvatar {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
  div.itemAuthorBlock div.itemAuthorDetails {margin:0;padding:4px 0 0 0;}
  div.itemAuthorBlock div.itemAuthorDetails h3.authorName {margin:0 0 4px 0;padding:0;}
  div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {font-family:Georgia, "Times New Roman", Times, serif;font-size:16px;}
  div.itemAuthorBlock div.itemAuthorDetails h3.authorName a:hover {}
  div.itemAuthorBlock div.itemAuthorDetails p {}
  div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {font-weight:bold;color:#555;border-right:1px solid #ccc;padding:0 8px 0 0;margin:0 4px 0 0;}
  div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {font-weight:bold;color:#555;}
  div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
  div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {font-weight:normal;}

/* Author latest */
div.itemAuthorLatest {margin-bottom:16px;padding:0;}
  div.itemAuthorLatest h3 {}
  div.itemAuthorLatest ul { list-style: none; padding: 0; margin: 0;}
    div.itemAuthorLatest ul li {}
      div.itemAuthorLatest ul li a {}
      div.itemAuthorLatest ul li a:hover {}

/* Related by tag */
div.itemRelated {margin-bottom:16px;padding:0;} /* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
  div.itemRelated h3 {}
  div.itemRelated ul {}
    div.itemRelated ul li {}
    div.itemRelated ul li.k2ScrollerElement {float:left;overflow:hidden;border:1px solid #ccc;padding:4px;margin:0 4px 4px 0;background:#fff;} /* you need to insert this class in the related li element in item.php for this styling to take effect */
    div.itemRelated ul li.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}
      a.itemRelTitle {}
      div.itemRelCat {}
        div.itemRelCat a {}
      div.itemRelAuthor {}
        div.itemRelAuthor a {}
      img.itemRelImg {}
      div.itemRelIntrotext {}
      div.itemRelFulltext {}
      div.itemRelMedia {}
      div.itemRelImageGallery {}

/* Video */
div.itemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
  div.itemVideoBlock div.itemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
  div.itemVideoBlock span.itemVideo {display:block;overflow:hidden;}
  div.itemVideoBlock span.itemVideoCaption {color:#eee;float:left;display:block;font-size:11px;font-weight:bold;width:60%;}
  div.itemVideoBlock span.itemVideoCredits {color:#eee;float:right;display:block;font-style:italic;font-size:11px;width:35%;text-align:right;}

/* Image Gallery */
div.itemImageGallery {margin:0 0 16px 0;padding:0;}

/* Article navigation */
div.itemNavigation {padding:4px 8px;margin:0 0 24px 0;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;background:#fffff0;}
  div.itemNavigation span.itemNavigationTitle {color:#999;}
  div.itemNavigation a.itemPrevious {padding:0 12px;}
  div.itemNavigation a.itemNext {padding:0 12px;}

/* Comments */
div.itemComments {border:1px solid #ddd;padding:10px;}

  div.itemComments ul.itemCommentsList {margin:0 0 16px;padding:0;list-style:none;}
  div.itemComments ul.itemCommentsList li {padding:4px;margin:0;border-bottom:1px dotted #ddd;}
  div.itemComments ul.itemCommentsList li.authorResponse {background:url(../images/system/stripes.png) repeat;}
  div.itemComments ul.itemCommentsList li.unpublishedComment {background:#ffeaea;}
  div.itemComments ul.itemCommentsList li img {float:left;margin:4px 4px 4px 0;padding:4px;background:#fff;border-bottom:1px solid #d7d7d7;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;}
  div.itemComments ul.itemCommentsList li span.commentDate {padding:0 4px 0 0;margin:0 8px 0 0;border-right:1px solid #ccc;font-weight:bold;font-size:14px;}
  div.itemComments ul.itemCommentsList li span.commentAuthorName {font-weight:bold;font-size:14px;}
  div.itemComments ul.itemCommentsList li p {padding:4px 0;}
  div.itemComments ul.itemCommentsList li span.commentAuthorEmail {display:none;}
  div.itemComments ul.itemCommentsList li span.commentLink {float:right;margin-left:8px;}
  div.itemComments ul.itemCommentsList li span.commentLink a {font-size:11px;color:#999;text-decoration:underline;}
  div.itemComments ul.itemCommentsList li span.commentLink a:hover {font-size:11px;color:#555;text-decoration:underline;}
  
  div.itemComments ul.itemCommentsList li span.commentToolbar {display:block;clear:both;}
  div.itemComments ul.itemCommentsList li span.commentToolbar a {font-size:11px;color:#999;text-decoration:underline;margin-right:4px;}
  div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {font-size:11px;color:#555;text-decoration:underline;}
  div.itemComments ul.itemCommentsList li span.commentToolbarLoading {background:url(../images/system/searchLoader.gif) no-repeat 100% 50%;}

div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
  div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}

div.itemCommentsForm h3 {margin:0;padding:0 0 4px 0;}
  div.itemCommentsForm p.itemCommentsFormNotes {}
  div.itemCommentsForm form {}
  div.itemCommentsForm form label.formComment {display:block;margin:12px 0 0 2px;}
  div.itemCommentsForm form label.formName {display:block;margin:12px 0 0 2px;}
  div.itemCommentsForm form label.formEmail {display:block;margin:12px 0 0 2px;}
  div.itemCommentsForm form label.formUrl {display:block;margin:12px 0 0 2px;}
  div.itemCommentsForm form label.formRecaptcha {display:block;margin:12px 0 0 2px;}
  div.itemCommentsForm form textarea.inputbox {display:block;width:350px;height:160px;margin:0;padding: 0.2em;}
  div.itemCommentsForm form input.inputbox {display:block;width:350px;margin:0; padding: 0.2em;}
  div.itemCommentsForm form input#submitCommentButton {
    background: none repeat scroll 0 0 #006d40;
    border: 1px solid #006d40;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 5px rgba(1, 1, 1, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 1em;
    padding: 7px 20px;
    display:block;
    font-size:16px;
  }
  div.itemCommentsForm form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
  div.itemCommentsForm form .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;}

/* "Report comment" form */
div.k2ReportCommentFormContainer {padding:8px;width:480px;margin:0 auto;}
  div.k2ReportCommentFormContainer blockquote {width:462px;background:#f7fafe;border:1px solid #ddd;padding:8px;margin:0 0 8px 0;}
  div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:left;}
  div.k2ReportCommentFormContainer blockquote span.quoteIconRight {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:right;}
  div.k2ReportCommentFormContainer blockquote span.theComment {font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;font-size:12px;font-weight:normal;color:#000;padding:0 4px;}
  div.k2ReportCommentFormContainer form label {display:block;font-weight:bold;}
  div.k2ReportCommentFormContainer form input,
  div.k2ReportCommentFormContainer form textarea {display:block;border:1px solid #ddd;font-size:12px;padding:2px;margin:0 0 8px 0;width:474px;}
  div.k2ReportCommentFormContainer form #recaptcha {margin-bottom:24px;}
  div.k2ReportCommentFormContainer form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
  div.k2ReportCommentFormContainer form .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;}

/* Back to top link */
div.itemBackToTop {text-align:right;}
  div.itemBackToTop a {text-decoration:underline;}
  div.itemBackToTop a:hover {text-decoration:underline;}



/*----------------------------------------------------------------------
  Component: Itemlist view (category)
----------------------------------------------------------------------*/
.peoplelist div.itemListCategoriesBlock {
margin-top:30px;
}

div.itemListCategoriesBlock {
}

/* --- Category block --- */
div.itemListCategory {background: none; border: none;solid #ddd; padding: 0; margin: 0;}
  span.catItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}
  span.catItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}
  span.catItemAddLink a:hover {background:#ffffcc;}
  div.itemListCategory img {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
  div.itemListCategory h2 {}
  div.itemListCategory p {}

/* --- Sub-category block --- */
div.itemListSubCategories {}
  div.itemListSubCategories h3 {}
    div.subCategoryContainer {float:left;}
    div.subCategoryContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
      div.subCategory {background:#f7fafe;border:1px solid #ddd;margin:4px;padding:8px;}
        div.subCategory a.subCategoryImage,
        div.subCategory a.subCategoryImage:hover {text-align:center;display:block;}
        div.subCategory a.subCategoryImage img,
        div.subCategory a.subCategoryImage:hover img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
        div.subCategory h2 {}
        div.subCategory h2 a {}
        div.subCategory h2 a:hover {}
        div.subCategory p {}

/* --- Item groups --- */
div.itemList { overflow: auto; }
  div#itemListLeading {}
  .companies div#itemListLeading { border-top: 1px solid #D4CFC6; };
  div#itemListPrimary {}
  div#itemListSecondary {}
  div#itemListLinks {background:#f7fafe;border:1px solid #ddd;margin:8px 0;padding:8px;}

    div.itemContainer {float:left;}
    .companies div.itemContainer {float:left; border-bottom: 1px solid #D4CFC6; padding: 1.5em;}
    div.itemContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */

/* --- Item block for each item group --- */
div.catItemView {padding:4px;} /* this is the item container for this view - we add a generic padding so that items don't get stuck with each other */

  /* Additional class appended to the element above for further styling per group item */
  div.groupLeading { padding: 0; }
  div.groupPrimary {}
  div.groupSecondary {}
  div.groupLinks {padding:0;margin:0;}

  div.catItemIsFeatured {} /* Attach a class for each featured item */

span.catItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.catItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
span.catItemEditLink a:hover {background:#ffffcc;}

div.catItemHeader {}
  div.catItemHeader span.catItemDateCreated {color:#999;font-size:11px;}
  div.catItemHeader h3.catItemTitle {font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
  div.catItemHeader h3.catItemTitle span {}
  div.catItemHeader h3.catItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* superscript */
  div.catItemHeader span.catItemAuthor {display:block;padding:0;margin:0;}
  div.catItemHeader span.catItemAuthor a {}
  div.catItemHeader span.catItemAuthor a:hover {}

div.catItemRatingBlock {padding:8px 0;}
  div.catItemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}

div.catItemBody { padding: 0;}
div.catItemImageBlock { float: left; margin: 0 3% 16px 0; padding: 0;width:150px;}
div.catItemImageBlockPeople{padding: 0; width: 65%;}
.companies  div.catItemImageBlock { float: left; margin: 0 3% 0 0; padding: 0; width: 20%;}
  div.catItemImageBlock a.catItemImage {display: block; }
  div.catItemImageBlock span { width: 0; font-size: 0; }
  a.catItemImage img { border: 0; padding: 0; vertical-align: middle;}

div.catItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:0; }
div.catItemIntroTextCompanies {font-size:inherit;font-weight:normal;line-height:inherit;padding:0;float:left;width: 77%; }
  div.catItemIntroText img {}

div.catItemExtraFields, div.genericItemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border: 0;}
  div.catItemExtraFields h4, div.genericItemExtraFields h4 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
  div.catItemExtraFields ul, div.genericItemExtraFields ul {margin:0;padding:0;list-style:none;}
  div.catItemExtraFields ul li, div.genericItemExtraFields ul li {display:block;}
  div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
  div.catItemExtraFields ul li span.catItemExtraFieldsValue {}

div.catItemLinks {margin:0 0 16px 0;padding:0;}

div.catItemHitsBlock {padding:4px;border-bottom:1px dotted #ccc;}
  span.catItemHits {}

div.catItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
  div.catItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
  div.catItemCategory a {}

div.catItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
  div.catItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
  div.catItemTagsBlock ul.catItemTags {list-style:none;padding:0;margin:0;display:inline;}
  div.catItemTagsBlock ul.catItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
  div.catItemTagsBlock ul.catItemTags li a {}
  div.catItemTagsBlock ul.catItemTags li a:hover {}

div.catItemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
  div.catItemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
  div.catItemAttachmentsBlock ul.catItemAttachments {list-style:none;padding:0;margin:0;display:inline;}
  div.catItemAttachmentsBlock ul.catItemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
  div.catItemAttachmentsBlock ul.catItemAttachments li a {}
  div.catItemAttachmentsBlock ul.catItemAttachments li a:hover {}
  div.catItemAttachmentsBlock ul.catItemAttachments li span {font-size:10px;color:#999;font-weight:normal;}

/* Video */
div.catItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
  div.catItemVideoBlock div.catItemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
  div.catItemVideoBlock span.catItemVideo {display:block;}

/* Image Gallery */
div.catItemImageGallery {margin:0 0 16px 0;padding:0;}

/* Anchor link to comments */
div.catItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
  div.catItemCommentsLink a {}
  div.catItemCommentsLink a:hover {}

/* Read more link */
div.catItemReadMore {display:inline;}
  div.catItemReadMore a {}
  div.catItemReadMore a:hover {}

/* Modified date */
span.catItemDateModified {display:block;text-align:right;padding:4px;margin:4px 0;color:#999;border-top:1px solid #ddd;}



/*----------------------------------------------------------------------
  Component: Itemlist view (user)
----------------------------------------------------------------------*/

/* User info block */
div.userView {}
  div.userBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;clear:both;}

    span.userItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}
    span.userItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}
    span.userItemAddLink a:hover {background:#ffffcc;}

    div.userBlock img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
    div.userBlock h2 {}
    div.userBlock div.userDescription {padding:4px 0;}
    div.userBlock div.userAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}
      span.userURL {font-weight:bold;color:#555;display:block;}
      span.userEmail {font-weight:bold;color:#555;display:block;}

    div.userItemList {}

/* User items */
div.userItemView {} /* this is the item container for this view */
div.userItemIsFeatured {} /* Attach a class for each featured item */

div.userItemViewUnpublished {opacity:0.9;border:4px dashed #ccc;background:#fffff2;padding:8px;margin:8px 0;}

span.userItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
  span.userItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
  span.userItemEditLink a:hover {background:#ffffcc;}

div.userItemHeader {}
  div.userItemHeader span.userItemDateCreated {color:#999;font-size:11px;}
  div.userItemHeader h3.userItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
  div.userItemHeader h3.userItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Unpublished" presented in superscript */

div.userItemBody {padding:8px 0;margin:0;}

div.userItemImageBlock {padding:0;margin:0;float:left;}
  span.userItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
  span.userItemImage img {border:1px solid #ccc;padding:8px;}

div.userItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
  div.userItemIntroText img {}

div.userItemLinks {margin:0 0 16px 0;padding:0;}

div.userItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
  div.userItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
  div.userItemCategory a {}

div.userItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
  div.userItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
  div.userItemTagsBlock ul.userItemTags {list-style:none;padding:0;margin:0;display:inline;}
  div.userItemTagsBlock ul.userItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
  div.userItemTagsBlock ul.userItemTags li a {}
  div.userItemTagsBlock ul.userItemTags li a:hover {}

/* Anchor link to comments */
div.userItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
  div.userItemCommentsLink a {}
  div.userItemCommentsLink a:hover {}

/* Read more link */
div.userItemReadMore {display:inline;}
  div.userItemReadMore a {}
  div.userItemReadMore a:hover {}



/*----------------------------------------------------------------------
  Component: Itemlist view (tag)
----------------------------------------------------------------------*/
div.tagView {}

div.tagItemList {}

div.tagItemView {border-bottom:1px dotted #ccc;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */

div.tagItemHeader {}
  div.tagItemHeader span.tagItemDateCreated {color:#999;font-size:11px;}
  div.tagItemHeader h2.tagItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

div.tagItemBody {padding:8px 0;margin:0;}

div.tagItemImageBlock {padding:0;margin:0;float:left;}
  span.tagItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
  span.tagItemImage img {border:1px solid #ccc;padding:8px;}

div.tagItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
  div.tagItemIntroText img {}
  
  div.tagItemExtraFields {}
    div.tagItemExtraFields h4 {}
    div.tagItemExtraFields ul {}
      div.tagItemExtraFields ul li {}
        div.tagItemExtraFields ul li span.tagItemExtraFieldsLabel {}
        div.tagItemExtraFields ul li span.tagItemExtraFieldsValue {}

  div.tagItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
    div.tagItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
    div.tagItemCategory a {}

/* Read more link */
div.tagItemReadMore {display:inline;}
  div.tagItemReadMore a {}
  div.tagItemReadMore a:hover {}



/*----------------------------------------------------------------------
  Component: Itemlist view (generic)
----------------------------------------------------------------------*/
div.genericView {}

div.genericItemList {}

div.genericItemView {border-bottom:1px dotted #ccc;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */

div.genericItemHeader {}
  div.genericItemHeader span.genericItemDateCreated {color:#999;font-size:11px;}
  div.genericItemHeader h2.genericItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

div.genericItemBody {padding:8px 0;margin:0;}

div.genericItemImageBlock {padding:0;margin:0;float:left;}
  span.genericItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
  span.genericItemImage img {border:1px solid #ccc;padding:8px;}

div.genericItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
  div.genericItemIntroText img {}
  
  div.genericItemExtraFields {}
    div.genericItemExtraFields h4 {}
    div.genericItemExtraFields ul {}
      div.genericItemExtraFields ul li {}
        div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {}
        div.genericItemExtraFields ul li span.genericItemExtraFieldsValue {}

  div.genericItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
    div.genericItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
    div.genericItemCategory a {}

/* Read more link */
div.genericItemReadMore {display:inline;}
  div.genericItemReadMore a {}
  div.genericItemReadMore a:hover {}

/* --- Google Search --- */
#k2Container div.gsc-branding-text {text-align:right;}
#k2Container div.gsc-control {width:100%;}
#k2Container div.gs-visibleUrl {display:none;}



/*----------------------------------------------------------------------
  Component: Latest view
----------------------------------------------------------------------*/

div.latestItemsContainer {float:left;}

/* Category info block */
div.latestItemsCategory {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;}
  div.latestItemsCategoryImage {text-align:center;}
  div.latestItemsCategoryImage img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
div.latestItemsCategory h2 {}
div.latestItemsCategory p {}

/* User info block */
div.latestItemsUser {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;clear:both;}
  div.latestItemsUser img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
  div.latestItemsUser h2 {}
  div.latestItemsUser p.latestItemsUserDescription {padding:4px 0;}
  div.latestItemsUser p.latestItemsUserAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}
    span.latestItemsUserURL {font-weight:bold;color:#555;display:block;}
    span.latestItemsUserEmail {font-weight:bold;color:#555;display:block;}

/* Latest items list */
div.latestItemList {padding:0 8px 8px 0;}

div.latestItemView {} /* this is the item container for this view */

div.latestItemHeader {}
  div.latestItemHeader h3.latestItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

span.latestItemDateCreated {color:#999;font-size:11px;}

div.latestItemBody {padding:8px 0;margin:0;}

div.latestItemImageBlock {padding:0;margin:0;float:left;}
  span.latestItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
  span.latestItemImage img {border:1px solid #ccc;padding:8px;}

div.latestItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
  div.latestItemIntroText img {}

div.latestItemLinks {margin:0 0 16px 0;padding:0;}

div.latestItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
  div.latestItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
  div.latestItemCategory a {}

div.latestItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
  div.latestItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
  div.latestItemTagsBlock ul.latestItemTags {list-style:none;padding:0;margin:0;display:inline;}
  div.latestItemTagsBlock ul.latestItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
  div.latestItemTagsBlock ul.latestItemTags li a {}
  div.latestItemTagsBlock ul.latestItemTags li a:hover {}

/* Video */
div.latestItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
  div.latestItemVideoBlock span.latestItemVideo {display:block;}

/* Anchor link to comments */
div.latestItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
  div.latestItemCommentsLink a {}
  div.latestItemCommentsLink a:hover {}

/* Read more link */
div.latestItemReadMore {display:inline;}
  div.latestItemReadMore a {}
  div.latestItemReadMore a:hover {}

/* Items presented in a list */
h2.latestItemTitleList {font-size:14px;padding:2px 0;margin:8px 0 2px 0;font-family:Arial, Helvetica, sans-serif;border-bottom:1px dotted #ccc;line-height:normal;}



/*----------------------------------------------------------------------
  Component: Register & profile page views (register.php & profile.php)
----------------------------------------------------------------------*/
.k2AccountPage {}
.k2AccountPage table {}
.k2AccountPage table tr th {}
.k2AccountPage table tr td {padding: 0.25em 0 0 0;border-bottom:1px solid #e9e9e9;}
.k2AccountPage table tr td label {white-space:nowrap;}
img.k2AccountPageImage {border:4px solid #ddd;margin:10px 0;padding:0;display:block;}
.k2AccountPage div.k2AccountPageNotice {padding:8px;}
.k2AccountPage div.k2AccountPageUpdate {border-top:1px dotted #ccc;margin:8px 0;padding:8px;text-align:right;}

.k2AccountPage th.k2ProfileHeading {text-align:left;font-size:18px;padding: 1em 0 0.5em 0;border-bottom:1px solid #ccc;}
.k2AccountPage td#userAdminParams {padding:0;margin:0;}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {color:#666;font-weight:bold;text-align:right;font-size:11px;width:140px;padding: 0.5em 10px 0 0;}

/* Profile edit */
.k2AccountPage table.admintable {}
.k2AccountPage table.admintable tr td {}
.k2AccountPage table.admintable tr td span {}
.k2AccountPage table.admintable tr td span label {}



/*----------------------------------------------------------------------
  Modules: mod_k2_comments
----------------------------------------------------------------------*/

/* Latest Comments */
div.k2LatestCommentsBlock {}
div.k2LatestCommentsBlock ul {}
div.k2LatestCommentsBlock ul li {}
div.k2LatestCommentsBlock ul li.lastItem {}
div.k2LatestCommentsBlock ul li a.lcAvatar img {}
div.k2LatestCommentsBlock ul li a {}
div.k2LatestCommentsBlock ul li a:hover {}
div.k2LatestCommentsBlock ul li span.lcComment {}
div.k2LatestCommentsBlock ul li span.lcUsername {}
div.k2LatestCommentsBlock ul li span.lcCommentDate {color:#999;}
div.k2LatestCommentsBlock ul li span.lcItemTitle {}
div.k2LatestCommentsBlock ul li span.lcItemCategory {}

/* Top Commenters */
div.k2TopCommentersBlock {}
div.k2TopCommentersBlock ul {}
div.k2TopCommentersBlock ul li {}
div.k2TopCommentersBlock ul li.lastItem {}
div.k2TopCommentersBlock ul li a.tcAvatar img {}
div.k2TopCommentersBlock ul li a.tcLink {}
div.k2TopCommentersBlock ul li a.tcLink:hover {}
div.k2TopCommentersBlock ul li span.tcUsername {}
div.k2TopCommentersBlock ul li span.tcCommentsCounter {}
div.k2TopCommentersBlock ul li a.tcLatestComment {}
div.k2TopCommentersBlock ul li a.tcLatestComment:hover {}
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {color:#999;}



/*----------------------------------------------------------------------
  Modules: mod_k2_content
----------------------------------------------------------------------*/

div.k2ItemsBlock {}

div.k2ItemsBlock p.modulePretext {}

div.k2ItemsBlock ul { list-style: none; margin: 0;}
div.k2ItemsBlock ul li { margin: 0 0 1em 0;}
div.k2ItemsBlock ul li a {}
div.k2ItemsBlock ul li a:hover {}
div.k2ItemsBlock ul li.lastItem {}

div.k2ItemsBlock ul li a.moduleItemTitle {}
div.k2ItemsBlock ul li a.moduleItemTitle:hover {}

div.k2ItemsBlock ul li div.moduleItemAuthor {}
div.k2ItemsBlock ul li div.moduleItemAuthor a {}
div.k2ItemsBlock ul li div.moduleItemAuthor a:hover {}

div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {}

div.k2ItemsBlock ul li div.moduleItemIntrotext {display:block;padding:4px 0;line-height:120%;}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {float:right;margin:2px 0 4px 4px;padding:0;border:2px solid #ddd;}

div.k2ItemsBlock ul li div.moduleItemExtraFields {}
  div.moduleItemExtraFields ul {}
  div.moduleItemExtraFields ul li {}
  div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
  div.moduleItemExtraFields ul li span.moduleItemExtraFieldsValue {}

div.k2ItemsBlock ul li div.moduleItemVideo {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCaption {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCredits {}

div.k2ItemsBlock ul li span.moduleItemDateCreated {}

div.k2ItemsBlock ul li a.moduleItemCategory {}

div.k2ItemsBlock ul li div.moduleItemTags {}
div.k2ItemsBlock ul li div.moduleItemTags b {}
div.k2ItemsBlock ul li div.moduleItemTags a {padding:0 2px;}
div.k2ItemsBlock ul li div.moduleItemTags a:hover {}

div.k2ItemsBlock ul li div.moduleAttachments {}

div.k2ItemsBlock ul li a.moduleItemComments {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li a.moduleItemComments:hover {}
div.k2ItemsBlock ul li span.moduleItemHits {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li a.moduleItemReadMore {}
div.k2ItemsBlock ul li a.moduleItemReadMore:hover {}

div.k2ItemsBlock a.moduleCustomLink {}
div.k2ItemsBlock a.moduleCustomLink:hover {}



/*----------------------------------------------------------------------
  Modules: mod_k2_user (mod_k2_login will be removed in v2.6)
----------------------------------------------------------------------*/

div.k2LoginBlock {}
  div.k2LoginBlock p.preText {}

  div.k2LoginBlock fieldset.input {margin:0;padding:0 0 8px 0;}
  div.k2LoginBlock fieldset.input p {margin:0;padding:0 0 4px 0;}
  div.k2LoginBlock fieldset.input p label {display:block;}
  div.k2LoginBlock fieldset.input p input {display:block;}
  div.k2LoginBlock fieldset.input p#form-login-remember label,
  div.k2LoginBlock fieldset.input p#form-login-remember input {display:inline;}
  div.k2LoginBlock fieldset.input input.button {}

  div.k2LoginBlock ul {}
  div.k2LoginBlock ul li {}

  div.k2LoginBlock p.postText {}

div.k2UserBlock {}
  div.k2UserBlock p.ubGreeting {border-bottom:1px dotted #ccc;}
  div.k2UserBlock div.k2UserBlockDetails a.ubAvatar img {}
  div.k2UserBlock div.k2UserBlockDetails span.ubName {display:block;font-weight:bold;font-size:14px;}
  div.k2UserBlock div.k2UserBlockDetails span.ubCommentsCount {}

  div.k2UserBlock ul.k2UserBlockActions {}
    div.k2UserBlock ul.k2UserBlockActions li {}
    div.k2UserBlock ul.k2UserBlockActions li a {}
    div.k2UserBlock ul.k2UserBlockActions li a:hover {}

  div.k2UserBlock ul.k2UserBlockRenderedMenu {}
    div.k2UserBlock ul.k2UserBlockRenderedMenu li {}
    div.k2UserBlock ul.k2UserBlockRenderedMenu li a {}
    div.k2UserBlock ul.k2UserBlockRenderedMenu li a:hover {}
    div.k2UserBlock ul.k2UserBlockRenderedMenu li ul {} /* 2nd level ul */
    div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li {}
    div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li a {}
    div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul {} /* 3rd level ul (and so on...) */
    div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li {}
    div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li a {}

  div.k2UserBlock form {}
  div.k2UserBlock form input.ubLogout {}



/*----------------------------------------------------------------------
  Modules: mod_k2_tools
----------------------------------------------------------------------*/

/* --- Archives --- */
div.k2ArchivesBlock {}
div.k2ArchivesBlock ul {}
div.k2ArchivesBlock ul li {}
div.k2ArchivesBlock ul li a {}
div.k2ArchivesBlock ul li a:hover {}

/* --- Authors --- */
div.k2AuthorsListBlock {}
div.k2AuthorsListBlock ul {}
div.k2AuthorsListBlock ul li {}
div.k2AuthorsListBlock ul li a.abAuthorAvatar img {}
div.k2AuthorsListBlock ul li a.abAuthorName {}
div.k2AuthorsListBlock ul li a.abAuthorName:hover {}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {display:block;clear:both;}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem:hover {}
div.k2AuthorsListBlock ul li span.abAuthorCommentsCount {}

/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock {}
div.k2BreadcrumbsBlock span.bcTitle {padding:0 4px 0 0;color:#999;}
div.k2BreadcrumbsBlock a {}
div.k2BreadcrumbsBlock a:hover {}
div.k2BreadcrumbsBlock span.bcSeparator {padding:0 4px;font-size:14px;}

/* --- Calendar --- */
div.k2CalendarBlock {height:190px;margin-bottom:8px;} /* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {background:#fff url(../images/system/k2CalendarLoader.gif) no-repeat 50% 50%;}
table.calendar {margin:0 auto;background:#fff;border-collapse:collapse;}
table.calendar tr td {text-align:center;vertical-align:middle;padding:2px;border:1px solid #f4f4f4;background:#fff;}
table.calendar tr td.calendarNavMonthPrev {background:#f3f3f3;text-align:left;}
table.calendar tr td.calendarNavMonthPrev a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthPrev a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarCurrentMonth {background:#f3f3f3;}
table.calendar tr td.calendarNavMonthNext {background:#f3f3f3;text-align:right;}
table.calendar tr td.calendarNavMonthNext a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthNext a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarDayName {background:#e9e9e9;font-size:11px;width:14.2%;}
table.calendar tr td.calendarDateEmpty {background:#fbfbfb;}
table.calendar tr td.calendarDate {}
table.calendar tr td.calendarDateLinked {padding:0;}
table.calendar tr td.calendarDateLinked a {display:block;padding:2px;text-decoration:none;background:#eee;}
table.calendar tr td.calendarDateLinked a:hover {display:block;background:#135cae;color:#fff;padding:2px;text-decoration:none;}
table.calendar tr td.calendarToday {background:#135cae;color:#fff;}
table.calendar tr td.calendarTodayLinked {background:#135cae;color:#fff;padding:0;}
table.calendar tr td.calendarTodayLinked a {display:block;padding:2px;color:#fff;text-decoration:none;}
table.calendar tr td.calendarTodayLinked a:hover {display:block;background:#BFD9FF;padding:2px;text-decoration:none;}

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock {}
div.k2CategorySelectBlock form select {width:auto;}
div.k2CategorySelectBlock form select option {}

/* --- Category List/Menu --- */
div.k2CategoriesListBlock {}
div.k2CategoriesListBlock ul {}
div.k2CategoriesListBlock ul li {}
div.k2CategoriesListBlock ul li a {}
div.k2CategoriesListBlock ul li a:hover {}
div.k2CategoriesListBlock ul li a span.catTitle {padding-right:4px;}
div.k2CategoriesListBlock ul li a span.catCounter {}
div.k2CategoriesListBlock ul li a:hover span.catTitle {}
div.k2CategoriesListBlock ul li a:hover span.catCounter {}
div.k2CategoriesListBlock ul li.activeCategory {}
div.k2CategoriesListBlock ul li.activeCategory a {font-weight:bold;}

  /* Root level (0) */
  ul.level0 {}
  ul.level0 li {}
  ul.level0 li a {}
  ul.level0 li a:hover {}
  ul.level0 li a span {}
  ul.level0 li a:hover span {}

    /* First level (1) */
    ul.level1 {}
    ul.level1 li {}
    ul.level1 li a {}
    ul.level1 li a:hover {}
    ul.level1 li a span {}
    ul.level1 li a:hover span {}

      /* n level (n) - like the above... */

/* --- Search Box --- */
div.k2SearchBlock {position:relative;}
div.k2SearchBlock form {}
div.k2SearchBlock form input.inputbox {}
div.k2SearchBlock form input.button {}
div.k2SearchBlock form input.k2SearchLoading {background:url(../images/system/searchLoader.gif) no-repeat 100% 50%;}
div.k2SearchBlock div.k2LiveSearchResults {display:none;background:#fff;position:absolute;z-index:99;border:1px solid #ccc;margin-top:-1px;}
  /* Live search results (fetched via ajax) */
  div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {list-style:none;margin:0;padding:0;}
  div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {border:none;margin:0;padding:0;}
  div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {display:block;padding:1px 2px;border-top:1px dotted #eee;}
  div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {background:#fffff0;}
  
/* --- Tag Cloud --- */
div.k2TagCloudBlock {padding:8px 0;}
div.k2TagCloudBlock a {padding:4px;float:left;display:block;}
div.k2TagCloudBlock a:hover {padding:4px;float:left;display:block;background:#135cae;color:#fff;text-decoration:none;}

/* --- Custom Code --- */
div.k2CustomCodeBlock {}



/*----------------------------------------------------------------------
  Modules: mod_k2_users
----------------------------------------------------------------------*/

div.k2UsersBlock {}
div.k2UsersBlock ul {}
div.k2UsersBlock ul li {}
div.k2UsersBlock ul li.lastItem {}
div.k2UsersBlock ul li a.ubUserAvatar img {}
div.k2UsersBlock ul li a.ubUserName {}
div.k2UsersBlock ul li a.ubUserName:hover {}
div.k2UsersBlock ul li div.ubUserDescription {}
div.k2UsersBlock ul li div.ubUserAdditionalInfo {}
  a.ubUserFeedIcon,
  a.ubUserFeedIcon:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/feed.png) no-repeat 50% 50%;}
  a.ubUserFeedIcon span,
  a.ubUserFeedIcon:hover span {display:none;}
  a.ubUserURL,
  a.ubUserURL:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/globe.png) no-repeat 50% 50%;}
  a.ubUserURL span,
  a.ubUserURL:hover span {display:none;}
  span.ubUserEmail {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/mail.png) no-repeat 50% 50%;overflow:hidden;}
  span.ubUserEmail a {display:inline-block;margin:0;padding:0;width:16px;height:16px;text-indent:-9999px;}

div.k2UsersBlock ul li h3 {clear:both;margin:8px 0 0 0;padding:0;}
div.k2UsersBlock ul li ul.ubUserItems {}
div.k2UsersBlock ul li ul.ubUserItems li {}


/* ----------------------- K2 Store Styles ----------------------- */

.k2storeadminform {
  border-top: 1px solid #CCCCCC;
  line-height: 3em;
  overflow: auto;
  padding: 0.5em 2% 0 2%;
}

.k2storeadminform .product_price {
  font-family: 'HelveticaNeueW01-45Roma',Helvetica, Arial, Sans; 
  font-size: 1.2em;
  float: left;
  margin: 0 5% 0 0;
}

.k2storeadminform div {
  float: left;
  margin: 0 5% 0 0;
}

/* ----------------------- SimpleTabs ----------------------- */
div.simpleTabs {clear:both; padding:2em 0; /*width:75%; float:right;*/}
div.simpleTabsPeopleList {clear:both; padding:2em 0; width:72%; float:right;}
ul.simpleTabsNavigation {margin:0 10px;padding:0;white-space:nowrap;}
ul.simpleTabsNavigation li {list-style:none;display:inline;margin:0;padding:0;}

ul.simpleTabsNavigation li a {border:1px solid #E0E0E0;padding:5px 10px 3px 10px;background-color:#F0F0F0;font-size:14px;text-decoration:none;color:#666;}
ul.simpleTabsNavigation li a:hover {text-decoration:none;background-color:#F6F6F6;}
ul.simpleTabsNavigation li a.current {background-color:#fff;color:#222;border-bottom:1px solid #fff;}

div.simpleTabsContent {border-top:1px solid #E0E0E0;padding:2em 20px;margin-top:2px;display:none;}
div.simpleTabsContent.currentTab {display:block;

}
/* End */



/* ----------------------- Modal WIndow Overrides ----------------------- */
#sbox-window {
  padding: 1em 1%;
}

#overall {
  padding: 2em 5%;
}

/* --- END --- */



#print .componentCol1 {
  display: none;

}


/*-------------Contact Form----------*/
.container1 legend{
  color:black
}


.container1 dt{
  padding-top: 10px;
  
}
.container1 dt label{
  color:black;
}

.container1 dd{
  padding-top:3px
}

#jform_contact_emailmsg {
width: 400px;
}

.K2FilterBlockPRSearch {
  padding:1em 0 0 0;
  overflow: auto;
  border-top: 1px solid #D4CFC6;
  border-bottom: 1px solid #D4CFC6;
  margin: 0 0 2em 0;
}

.k2filter-table {
  float: left;
}


.logoTable {
	text-align: center;
	border-collapse: collapse;
	width: 100%;
	border: 0;
}


.logoTable td {
	padding: 1em  0;
}

.chi-banner{
    margin-left : 35%;
}

.chi-frame{
  width :98%;
   border-top: 1px solid #839c51;
    border-bottom: 1px solid #839c51;
    background: #f3e8dc; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3e8dc 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3e8dc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3e8dc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3e8dc 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3e8dc 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3e8dc 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e8dc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.chi-container{
    width: 90%;
    overflow : auto;
    margin : 0 auto;
    padding: 15px 0 15px 0px;
   
}
.chi-container span{
    margin-right : 15px;
}
.chi-container a{
    margin-left : 10px;
    text-decoration : underline;
}

.chi-container > *{
    line-height: 60px;
    float: left;

}
.toolBar{
    position : relative;
}

.home .successory-story{
  opacity: 0;
}
.home .successory-story:before{
  opacity : 0;
}

.home .successory-story::before{
  top : 47px;
}

.successory-story:before {
    background: url("/templates/naw_base/images//logo-symbol.png") no-repeat scroll 0 0 / 51px auto rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 100px;
    left: -57px;
    position: absolute;
    top: 23px;
    width: 100px;
}

#companyButton {
  background: #f0f0f0;
  border: 1px solid #E5E5E5;
  color: #000;
  padding: 5px;
  font-size: 23px;
  font-family: 'Engravers W01 Roman 706165';
}

.companyList {
  position: absolute;
  z-index: 2;
  background: white;
  width: 967px;
  margin-left: -30px;
  padding-left: 0;
  margin-top: -2px;
  box-shadow: 1px 1px 6px 0;
}

.customjsNews {
  padding: 1em 0 0 0;
  overflow: auto;
  margin: 0 0 2em 0;
}

.companyTable div {
  float: left;
  padding: 10px;
  width: 20%;
  height: 3em;
}

.companyTable div:hover {
  background: #D4CFC6;
}