html {
    padding: 0;
    margin: 0;
    background-color: #FFF;
    overflow-y: scroll;
}

body {
    width: 900px;
    padding: 20px 30px 0;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #768D8C;
    position: relative;
}

#header {
    margin: 0;
    padding: 0;
}

#logo {
    float: left;
    padding-left: 10px;
}

#logo img {
    border: none;
}

#contact-menu {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
    text-transform: capitalize;
}

#contact-menu li {
    float: left;
    display: block;
    padding: 0 12px 0 0;
}

#contact-menu li a {
    text-decoration: none;
    color: #768D8C;
}

#tel {
    float: right;
    font-size: 18px;
    margin-top: 20px;
    clear: right;
    margin-bottom: 15px;
    margin-right: 12px;
    display: inline;
}

.top-menu-holder {
    background: url(../images/top-menu-back.gif) scroll no-repeat left top;
    width: 900px;
    height: 30px;
    float: left;
    padding-bottom: 30px;
}

#top-menu {
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
    list-style: none;
    text-transform: capitalize;
    margin-left: 15px;
    font-size: 12px;
}

#top-menu li {
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 8px;
    padding-left: 5px;
}

#top-menu li a {
    text-decoration: none;
    color: #FFF;
}

#search {
    float: right;
    margin-right: 20px;
}

.search-lbl {
    float: left;
    margin: 9px 10px 0;
    color: #FFF;
    font-size: 11px;
}

.search-input {
    font-size: 11px;
    height: 13px;
    width: 122px;
    margin-top: 7px;
    background: url(../images/inp-left.gif) top left no-repeat;
    border: none;
    float: left;
    padding-left: 4px;
    padding-bottom: 1px;
    padding-top: 1px;
    color: #768D8C;
}

.search-inp-right {
    background: url(../images/inp.gif) left top scroll no-repeat;
    margin-top: 7px;
    margin-right: 5px;
    width: 4px;
    height: 15px;
    float: left;
}

.search-btn {
    width: 15px;
    height: 15px;
    background: url(../images/btn.gif) scroll no-repeat left top;
    border: none;
    float: left;
    margin-top: 7px;
    padding: 0px;
	cursor: pointer;
}

#footer {
    background: url(../images/footer-back.gif) no-repeat scroll left top;
    width: 870px;
    padding: 9px 15px 20px;
    height: 21px;
    clear: both;
    margin-bottom:0px;
}

#footer-menu {
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
    list-style: none;
    text-transform: capitalize;
    margin-left: 5px;
    font-size: 10px;
}

#footer-menu li {
    display: block;
    float: left;
    margin-right: 5px;
    padding-left: 5px;
    border-left: 1px solid #768D8C;
}

#footer-menu li a {
    text-decoration: none;
    color: #768D8C;
}

#mailing-list {
    float: right;
    font-size: 10px;
}

#RSS {
    float: left;
    text-decoration: none;
    color: #FFF;
    padding-left: 15px;
    background: url(../images/rss-link.gif) left top scroll transparent no-repeat;
    margin-right: 15px;
    padding-top: 1px;
    margin-top: -1px;
}

#Join {
    background: left top url(../images/join-link.gif) scroll no-repeat;
    padding-left: 20px;
    float: left;
    text-decoration: none;
    color: #FFF;
}

.float {
    float: left;
}

.clear {
    border-top: 1px #007CB1 solid;
    margin: 15px 0;
    float: left;
    width: 860px;
    height:0px;
    line-height: 0px;
}
.indent {
	padding-left: 20px;
}
h1 {
    color: #DC642D;
    font-size: 28px;
    margin: 0 0 15px;
}

h2 {
    color: #DC642D;
    font-size: 15px;
    margin: 12px 0;
}

h3 {
    color: #409dc6;
    font-size: 15px;
    margin: 12px 0;
}

ul{
  padding: 0 0 0 40px;
  margin: 12px 0;
}


.tx-devdirectory-pi1 h3 strong {
	color:#768D8C;
}

p {
    margin: 12px 0;
}

#wraper-home, #wraper-inner, #wraper-team {
    /*padding: 30px 20px 15px;  */
    margin: 0px 20px 15px;
    padding: 0px;
    /*clear: both;
    float: none;*/
}

/*-----LINKS?------*/
a, a:visited {
    color: #DC642D;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #DC642D;
    text-decoration: underline;
}

/*-------end links-------*/
#wraper-home a, #wraper-home a:visited {
    color: #DC642D;
    text-decoration: none;
    font-weight: bold;
}

#wraper-home a:hover {
    color: #DC642D;
    text-decoration: underline;
}

.two-col h2 {
    margin-top: 0px;
}

#wraper-home  #home-content-col1 {
    float: left;
    width: 260px;
    padding: 0px;
    margin: 0;
}

#wraper-home #home-content-col2 {
    float: right;
    width: 580px;
    padding: 0 0 0 15px;
    display: inline;
    margin: 0;
    /*_float:none;*/
}

.three-col {
    clear: both;
    float: left;
    width: 860px;
    background: url(../images/3col-back.gif) left repeat-y scroll transparent;
    margin-bottom: 15px;
}

.three-col h2 {
    margin-top: 0px;
}

#col1, #col2 {
    float: left;
    width: 260px;
    padding-right: 20px;
    margin-right: 19px;
}

#col3 {
    float: left;
    width: 260px;
}

.news {
    width: 260px;
    margin-bottom: 25px;
    float: left;
}

.date {
    background: url(../images/newsicon.gif) top left no-repeat scroll;
    width: 28px;
    height: 26px;
    float: left;
    margin-right: 10px;
    padding: 5px 4px;
    color: #FFF;
}

.day {
    float: right;
    font-size: 13px;
}

.month {
    float: right;
    font-size: 9px;
}

.news-text {
    float: left;
    width: 214px;
}

.news-text p {
    margin: 0 0 0px 0 !important;
}
div#wraper-home div.news-text div.news-title a {
	color: #768D8C;
}

/* news elements on inner pages in the central column
div#inner-col1 div.news {
	border-left: 2px solid #768D8C;
	padding-left: 10px;
}

div#inner-col2 .news .news-text {
	width: 200px;
}                */  

.publications {
    float: left;
    width: 260px;
    margin-bottom: 15px;
}

.cover {
    width: 40px;
    float: left;
    margin-right: 8px;
}
.cover img{
border: 1px solid #768D8C}


.publication-text {
    float: left;
    width: 210px;
}

.publication-text p {
    margin: 0 0 0px 0 !important;
}

.three-col p:last-child, .three-col .news:last-child, .three-col .publications:last-child {
    margin-bottom: 0px;
}

.three-col p {
    _margin-bottom: expression( nextSibling == null ? '0px': '12px' );
}

.three-col .news{
	_margin-bottom: expression(nextSibling == null ? '0px': '15px' );
}

.three-col .publications{
	_margin-bottom: expression(nextSibling == null ? '0px': '15px' );
}

/*-------inner page content------*/

.left-menu-holder{
	width:170px;
	float:left;
	margin-right:20px;
}

#left-menu{
	float:left;
	width:170px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #adbbbb;
	font-size: 12px;
}

#left-menu li{
	margin: 1px 0px;
	float:left;
	display: block;
	width: 170px;
}


#left-menu ul{
  padding: 0;
  margin:0;
}

#left-menu li a {
	background: #edf1f0;
	padding: 7px 10px;
	color: #768D8C;
	font-weight: normal;
	width: 150px;
	display: block;
}
#left-menu li li a {
	padding-left:20px;
  width:140px;
}
#left-menu li li li a {
	padding-left:30px;
  width:130px;
}

#left-menu li li li li a {
	padding-left:40px;
  width:120px;
}
#left-menu li li li li li a {
	padding-left:50px;
  width:110px;
}
#left-menu a:hover, #left-menu .active{
	background: #adbbbb;
	color: #FFF;
}

#left-menu li.inv{
	display: none;
}

.menu-name{
	background: #409dc6;
	padding: 7px 10px;
	color: #FFF;
	font-weight: normal;
	width: 150px;
	display: block;
	margin: 0 0 1px 0px;
}

#menu-name a {
	color: #FFF;
	display: block;
}

#inner-col1 {
	float:left;
	width:380px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.team-c1 {
	float:left;
	width:380px;
	padding-right: 30px;
}

#wraper-team #inner-col1{
	float:left;
	width:390px;
	padding-right: 30px;
}

.orange{
	color: #DC642D;
}


#inner-col2, .team-c2{
	float:left;
	width:260px;
  padding-bottom: 15px;
}

#wraper-team #inner-col2{
	float:left;
	width:250px;
}

#inner-col2 img, .team-c2 img{
	display: block;
	margin: 0 auto;
}

#inner-col2 dl{
  margin: 0;
}


.inner-publ{
	width:240px;
	float:left;
	border: 1px solid #768D8C;
	padding: 9px 9px 0;
	display: inline;
	margin: 10px 0 3px 0;
}

.publication-text{
	width: 190px;
	display: inline;
}

.inner-publ .publications{
	width: 240px;
	margin-bottom: 0px;
    padding-bottom: 10px;
}

.inner-publ p {
	margin: 0 0 12px;
}

/*-------search database-------------*/

.search-label2{
	float: left;
	background: #409dc6;
	padding: 7px 10px;
	color: #FFF;
	font-weight: normal;
	width: 150px;
	display: block;
	margin: 0 0 1px 0px;
}
/*------------search team-----------*/
#srch-database .search-input,#srch-database .search-inp-right, #srch-database .search-btn{
	margin-top: 0;
}

#srch-database.search-label2, #filter-database.search-label2{
	background: #ADBBBB;
  padding-right:0px;
  width:160px;
}

#srch-database .search-input{
	background: url(../images/inp-left2.gif) top left no-repeat;
}

#srch-database .search-inp-right{
	background: url(../images/inp2.gif) left top scroll no-repeat;
  margin-right: 4px;

}


#srch-database .search-btn{
	background: url(../images/btn2.gif) scroll no-repeat left top;
}
/*------------search team-----------*/

/*team list----------------*/

#listChooser{
	font-size:15px;
	font-weight: bold;
}

#listChooser a{
	color: #409dc6;
}

table.peopleDirectory{
	width:100%;
}
table.peopleDirectory td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.letter td{
	border-bottom: 1px solid #409dc6;
}


.letter h2{
	margin-bottom:0px;
}
.letter h2 a{
	color: #409dc6;
	font-weight: bold;
  padding: 0;
  background: none;
}
.peopleDirectory a, .peopleDirectory a:visited{
	color: #768D8C;
	font-weight: normal;
  padding-left: 14px;
  background: url(../images/oranage-arrow.gif) center left no-repeat;
}

.peopleDirectory a:hover{
	color: #DC642D;
}

#inner-col{
	float:left;
	width:670px;
  overflow:hidden;

}
.teamMainblock{
  width:400px;
  float:left;
}

.teamImageblock{
  width:250px;
  float: right;
  overflow: hidden;
  margin-bottom: 10px;
}

.teamImageblock .contacts{
  background: #EDF1F0;
  padding:5px;
  float: left;
  width:100px;
  height:170px;
}

.teamImageblock .image{
  float: left;
  width:140px;
  height:180px;
}

.teamImageblock .vCard{
  padding-left: 30px;
  background: url(../images/vcard.gif) left center no-repeat;
  min-height: 25px;
  _height:25px;
  margin-top: 50px;
}


.teamImageblock .contacts strong{
	color: #DC642D;
  font-weight: normal;
}

.srchItem {
  float: left;
  width:360px;
  padding: 16px 0px 8px;
  border-bottom: 1px solid #80bed8;
}

.srchItem *{
  width: 285px;
  float: right;
}
.srchItem a{
  display:inline;
  float:none;
}
.srchItem br{
  float:none;
  display: inline;
}

.srchItem img{
  float: left;
  width: 60px;
  margin-right: 10px;
}

.srchItem p{
  margin-top:0;
  margin-bottom: 20px;
}
.srchItem p.telephone{
  color: #DC642D;
}
.srchItem p.telephone a {
  color: #DC642D;
  font-weight: normal;
}
.srchItem p strong a{
  color:  #409DC6;
  font-size: 13px;
  font-weight: bold;
}

.srchItem p strong a:hover{
  color: #DC642D;
  text-decoration: none;
}

.pubItem {
  float: left;
  width:360px;
  padding: 16px 0px 8px;
  border-bottom: 1px solid #80bed8;
}

.pubItem *{
  width: 275px;
  float: right;
}
.pubItem img{
  float: left;
  width: 75px;
  margin-right: 10px;
  border: 1px solid #b3b3b3;
}
.pubItem br{
  width: auto;
  float: none;
  display: inline;
}
.pubItem .pubThumb{
  float: left;
  width: 75px;
  margin-right: 8px;
  border: 1px solid #b3b3b3;
}

.pubItem h4{
  margin: 0px;
  color: #409dc6;
  font-size: 13px;
}


.csc-firstHeader{
  margin-top: 0px;
}


/*tt_news - EVENTS */

.news-list-date {
	color: #DC642D;
/*	font-size: 13px;    */
	font-weight: bold;
}

.news-list-item h3 a, .news-list-item h3 a:visited {
	font-size: 13px;
	margin: 0px;
	color: #409DC6;
	text-decoration: none;
	font-weight: bold;
}
.news-list-item h3 a:hover {
	text-decoration: underline;
}

/* -------- Combo box style */
.comboboxContainer
{
	border: none;
	outline: none;
}

.comboboxValueContainer
{
	background:  url(../images/filter.gif) no-repeat left top;
}

.comboboxValueContent
{
	padding: 0px;
  color:#768D8C;
	font-weight: normal;
 /*	max-height: 3px;   */
  padding: 0px 4px;
}

.comboboxDropDownContainer{
	border: 1px solid #768D8C;
	background: #fff;
	overflow: hidden;
	padding: 0px 3px;
	cursor: default;
  color:#768D8C;
  width:112px !important;
}

.comboboxDropDownButton
{
	width: 16px;
	height: 15px;
	background-image:  url(../images/filter-btn.gif);
}

/*.comboboxGroupItemHeader
{
	display: block;
	border-bottom: dashed 1px #fff;
	font-weight: bold;
	font-style: italic;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}

.comboboxItem
{
}     */

.comboboxItemHover
{
  color:#FFF;
  font-weight: bold;
	background: #ADBBBB;
}

/*.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 5px;
	margin-left: 0px;
}
                        */

 /*-------end combo box style--------- */

.testimonial {
  width: 200px;
  margin: 20px auto;
  line-height:18px;
  color:#768D8C;
  font-size: 14px;
  text-indent: 50px;
  background: url(../images/openquote.gif) no-repeat transparent top left;
  padding-top: 20px;
  float:left;
  margin-left: 30px;
  display: inline;
}
.testimonial span{
  background: url(../images/closequote.gif) no-repeat transparent bottom right;
  padding-right: 30px;
}


.testimonial img{
/*  display: inline !important;*/
}

.testimonial p{
 /* display: inline !important;*/
  background: url(../images/closequote.gif) no-repeat transparent bottom right;
  margin:0;
  white-space: normal;
  padding-bottom: 8px;
  padding-right: 30px;
}

#testimonial-text{
 /* display: inline;*/
}

.news-list-item {
border-bottom:1px solid #80BED8;
margin-bottom:10px;
padding-bottom:10px;
}
.news-list-item *{
  margin: 0;
}

/*Victor L. 29.09.09*/
.news-list-item .news-list-date {
	margin-bottom: 5px;
}

nobr{
  display: inline;
}


.nw{
  white-space: nowrap;
}

/* -- Services A-Z sitemap -- */
div.servicesSM ul {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
div.servicesSM li {
	float: left;
	margin: 0 10px 5px 0;
	min-height: 30px;
	padding: 0 5px 0 0;
	width: 160px;
}
div.servicesSM li a, div.servicesSM li a:visited {
	color: #768D8C;
}
div.servicesSM li a:hover {
	color: #DC642D;
}
/* -- Services sitemap on "What We Do" page */
div.level2-sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* -- MySecond2 forms -- */
form.mysecond2 {
	clear: both;
}
form.mysecond2 fieldset{
	border: medium none;
	padding-bottom: 0;
}
form.mysecond2 fieldset input {
	clear: right;
	display: inline;
	float: left;
	margin: 0 0 5px;
	width: 200px;
}
form.mysecond2 fieldset input, form.mysecond2 input {
	border: 1px solid #768D8C;	
}
form.mysecond2 input {
	margin-left: 120px;
}
form.mysecond2 fieldset p {
	display: block;
	float: left;
	margin: 5px 0;
	min-height: 1px;
	min-width: 380px;
}
form.mysecond2 p {
	margin: 0 0 15px 120px;
}
form.mysecond2 label {
	clear: both;
	float: left;
	margin: 0;
	width: 110px;
}
form.mysecond2 fieldset input.no-display {
	display: none;
}
form.mysecond2 p.formError {
	color: #DC642D;
	font-weight: bold;
}
form.mysecond2 fieldset div.interests div {
	float: left;
	width: 120px;
	min-height: 30px;
	margin-bottom: 5px;
	margin-right: 6px;
}
form.mysecond2 fieldset div.interests div input{
	width: 19px;
	float: left;
	clear: right;
	border: medium none;
}
form.mysecond2 fieldset div.interests div label {
	width: 100px;
	clear: none;
	float: right;
}
form.mysecond2 fieldset div.interests {
	margin-top: 10px;
	margin-bottom: 20px;
}
form.mysecond2 fieldset p.required {
	margin: 5px 0 15px 110px;
}
/* -- Contact us bespoke styles -- */
div.contact-address, div.contact-telephone {
	width: 180px;
	float: left;
}
div.clearfix {
	margin: 0;
	padding: 0;
	clear: both;
}
/*------Search form results-------------*/
span.tx-indexedsearch-result-number, span.tx-indexedsearch-percent {
	display: none;
}

.tx-indexedsearch-redMarkup{
  color: #409dc6 !important;
}

.tx-indexedsearch-searchbox fieldset{
  border:none !important;
  padding: 0;
}
.tx-indexedsearch-form label{
  width: 80px !important;
  line-height: 22px;
  margin: 0 !important;
}
#tx-indexedsearch-searchbox-sword{
  float: left;
  width: 200px;
}

.tx-indexedsearch-search-submit{
  float:right;
  margin-right: 20px;
}

#tx-indexedsearch-searchbox-button-submit{
  border:none;
  width:44px;
  height: 22px;
}

.tx-indexedsearch-form{
  width: 300px;
  float:left;
}

ul.browsebox{
  padding-left: 0;
}

.tx-indexedsearch-res h3 {
  margin-top: 5px;
  clear: both;
}

.tx-indexedsearch .percent-tmpl-css{
  margin-top: 5px;
  float: right;
  font-size: 15px;
  color:#409DC6;
}

.tx-indexedsearch-info{
  float: left;
  margin-bottom: 15px;
  margin-top: 0px;
}
.rs-wrap{
  clear:both;
  width: 380px;
}

#area{
  background: #ADBBBB url(../images/combo.gif) left top  no-repeat;
  padding: 0;
  width: 170px;
  font-size:10px;
}
.open{
  background-position: left -29px !important;
}


#area ul{
  display: block;
  list-style: none;
  padding: 0px 12px;
  margin: 0;
  background: url(../images/combo-middle.gif) repeat-y left;
}
#area ul li{
  display: block;
  list-style: none;
  padding: 0px 0;
  margin: 0;
}

#area ul li a{
  color: #768D8C;
  font-weight:normal;
  width: 125px;
  margin-top: 1px;
  display: block;
}
#area ul li a:hover {
	background-color: #eee;
	text-decoration: none;
}
div#area div.editbox {
	
}
.editbox{
  color: #768D8C;
  padding: 8px 12px 7px;
  cursor: pointer;
}
div.editbox div.selected-category {
	width: 125px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.combobottom{
  height: 11px;
  width:170px;
  background: url(../images/combo-bottom.gif) no-repeat left top;
}

.b-top{
  border:1px solid red;

}

.event-properties ul{
  padding: 0 0 0 15px;
  margin: 12px 0;
}

.event-properties ul li{
  padding: 0;
  margin: 5px 0 10px;
  color:#409DC6;
}

.event-properties ul li .txt{
  color: #768D8C;
}

.event-properties {
	border-bottom:1px solid #409DC6;
	margin-bottom: 10px;
}

/*-------- Inner news block---------*/

.teamImageblock .news-latest-container, .inner-news{
	width:230px;
	float:left;
	border: 1px solid #768D8C;
	padding: 9px 9px 0;
	display: inline;
	margin: 10px 0 3px 0;
}

.teamImageblock .news-latest-container .news, .inner-publ .news-latest-container .news{
  width:228px;
  margin-bottom: 9px;
}

.teamImageblock .news-latest-container .news-text, .inner-publ .news-latest-container .news-text{
	width: 180px;
	display: inline;
}

.teamImageblock .news-latest-container h2 {
	margin-top: 0;
}

.news-latest-container .news-latest-container  {
	border: none;
	padding: 0;
	margin: 0;
}


.news-text .news-title a {
  color:#768D8C;
}

@media print{
  .search-btn{
    visibility: hidden;
  }
}

#inner-col1 .sectionNews{
  border-left:2px solid #768D8C;
  padding-left:10px;
}

#inner-col1 .sectionNews h2{
  padding: 9px 0 9px 50px;
  background: url(../images/newsicon.gif) no-repeat left center;
}


#inner-col1 .news-latest-container{

}
#inner-col1 .date{
  display: none;
  float:none;
}


#inner-col1 .news{
  width:320px;
  margin-bottom: 9px;
  float:none;
}

#inner-col1 .news-text{
	width: 300px;
	display: inline;
  float:none;
}

.news-text .news-title a {
  color:#768D8C;
}

#inner-col1 h3 strong{
    color:#768D8C;
}

