html {
  overflow-x:auto;
  overflow-y:scroll;
}

body.gray {
  background: #cfcfcf url(body-bg.png) repeat-x;
}

a {
  color: #1f8cff;
}

div.grid_12.header .image {
  background: url(header.jpg) no-repeat;
  height: 222px;
  margin: 0 -10px;
}

div.grid_12.content {
  background: white url(header.jpg) no-repeat -10px -290px;
  color: black;
}

div.grid_12.footer {
  background: url(footer.png) no-repeat;
  height: 47px;
  text-align: center;
  color: gray;
  padding-top: 80px;
}

#page-content, #companies {
  padding: 0;
}

#companies h3 {
  margin: 0 0 0 0;
  clear: right;
}

#page-title {
  padding: 0;
  margin-top: 15px;
}

ul#mainmenu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 172px;
  list-style: none;
}

ul#mainmenu li {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 40px;
  float: left;
}

ul#mainmenu li.active {
  background: url(menu.png) no-repeat top right !important;
}

ul#mainmenu li a {
  padding: 8px 10px 0;
  margin: 0;
  list-style: none;
  height: 32px;
  font-size: 14px;
  float: left;
  display: block;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 0.1em #003000;
}

ul#mainmenu li a:hover {
  text-decoration: underline;
}

div.block {
  margin-top: 20px;
  padding: 15px;
  display: block;
}

.left-sidebar div.block {
  margin-left: 20px;
}

.right-sidebar div.block {
  margin-right: 20px;
}

div.block.blue {
  background: url('blue.png');
}

div.block.green {
  background: url('green.png');
}

div.block.gray {
  background: #d6d6d6 url('gray.png') repeat-x;
}

div.block h3 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  text-shadow: 1px 1px #FFFFFF;
}

div.block.ad h3 {
  color: gray;
  font-size: 9px;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}

div.block span.tag:nth-child(3n) a {
  color: #115511;
}
div.block span.tag:nth-child(3n+1) a {
  color: #111155;
}


.tag a {
  color: black;
  text-decoration: none;
}

ul.listtags li,
ul.contentlist li {
  margin-left:15px;
  list-style-image:url("arrowbullet.png");
}

ul.contentlist a {
  text-decoration: none;
  color: black;
}
span.tag .in {
  display: none;
}
.tag.weight-2 {
  font-size: 16px;
}
.tag.weight-3 {
  font-size: 19px;
}
.tag.weight-4 {
  font-size: 22px;
}
.tag.weight-5 {
  font-size: 25px;
  line-height: 90%;
}

span.keyword {
  margin-right: 10px;
  float: left;
}


form#search {
  height: 20px;
}
form#search input {
  width: 145px;
  border: 1px solid;
  border-color: #078600 #679665 #8cc542 #679665;
  background-color: white;
  float: left;
}

form#search #submit-search {
  border-width: 1px 1px 1px 0;
  padding: 1px;
  width: 18px;
}

#searchwords {
  display: none;
  clear: both;
}

#searchwords .word a{
  color: black;
}

#searchwords h4{
  font-family: "Trebuchet MS", sans-serif;
  font-size: 15px;
  text-shadow:1px 1px 0.1em #FFFFFF;
  margin: 15px 0 0 0;
}

span.mission {
  display:block;
  float: right;
  letter-spacing:1px;
  margin-left:50px;
  margin-right:20px;
  padding-top:10px;
  text-shadow:1px 1px 1px #000000;
  color: white;
}

.companythumbnail {
  float: right;
}

.clearblock {
  clear: both;
  display: block;
  height: 0;
}

.companyitem div.thumbnail {
  float: left;
  margin-right: 20px;
}

/*
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

body
{
  /* Font */
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;

  /* Text color */
  color: #222;

  /* Remove the background color to make it transparent */
  background-color: #fff;

  padding: 4px;
}

html
{
  /* #3658: [IE6] Editor document has horizontal scrollbar on long lines
  To prevent this misbehavior, we show the scrollbar always */
  _overflow-y: scroll
}

img:-moz-broken
{
  -moz-force-broken-image-icon : 1;
  width : 24px;
  height : 24px;
}
img, input, textarea
{
  cursor: default;
}

#headbanner {
  position: absolute;
  display: block;
  width: 468px;
  height: 60px;
  bottom:60px;
  right:10px;
}
