* {
  margin: 0;
  padding: 0; 
}

body {
  background: white url('../images/bg.gif') top left repeat-x;
  color: #231f20;
  text-align: center;
  font: 15px/1.5 Candara, Verdana, sans-serif;
}

body.verdana {
  font: 13px/1.5 Verdana, sans-serif;
}

a {
  color: #231f20;
}

a:hover {
  color: #ed1c24;
}

a img {
  border: 0 solid;
}

h1 {
  margin: 40px 0 28px;
  line-height: 0;
}

h2 {
  font-size: 48px;
  letter-spacing: -2px;
  margin-bottom: 40px;
  padding: 10px 0 5px;
}

h2 b {
  color: #ed1c24;
}

h3 {
  font-size: 18px;
  margin: 1em 0 0.5em;
}

p {
  margin-bottom: 1em;
}

#text ul, #text ol {
  list-style: square;
  margin: 1em 0 1em 40px;
}

#text ol {
  list-style: lower-alpha;
}

#accessibility {
  position: absolute;
  left: -400em;
}

#header {
  width: 970px;
  margin: 0 auto;
  text-align: left;
  padding: 0 10px;
}

#menu { 
  float: left; 
}

#page { 
  margin: 0 auto;
  width: 980px;
  clear: both;
  text-align: left;
  position: relative;
  padding: 55px 10px 0 10px;
}

#wrapper {
  position: relative;  
  width: 980px;
  overflow: hidden;
}

#menu li, #submenu li {
  color: #ed1c24;
  float: left;
  list-style: none;
  margin-right: 20px;
  font-size: 100%;
}

#menu a {
  color: #231f20;
  text-decoration: none;
}

#menu a:hover, #submenu a:hover {
  text-decoration: underline;
}

#menu li.active, #submenu li.active {
  font-weight: bold;
}

#submenu {
  clear: left;
  float: left;
  padding-top: 9px;
  width:100%;
}

#submenu a {
  color: #808080;
  text-decoration: none;
}

#submenu li { 
  color: #231f20;
  white-space:nowrap;
}

#submenu li.active a {
  color: #231f20;
}

.content {
  width: 1035px;  
  text-align: left;
  clear: both;
  font-size: 69%;
}

.content li {
  width: 152px;
  list-style: none;
  float: left;
  margin-right: 55px;
  height: 245px;
}

.content a {
  color: #808080;
  line-height: 1.65;
  text-decoration: none;
  display: block;
}

.content a:hover, .content a:hover b {
  color: #ed1c24;
}

.content b {
  font-weight: normal;
  color: #231f20;
  display: block;
  margin-top: 10px;
}

#text {
  float: left;
  width: 640px;
  padding-bottom: 55px;
  font-size: 85%;
}

#imagery {
  float: right;
  margin-bottom: 55px;
}

#footer {
  padding: 22px 370px 0 10px;
  clear: both;
  background: url('../images/footer.gif') 100% 25px no-repeat;
  width: 610px;
  margin: 0 auto 50px;
  text-align: left;
  font-size: 69%;
  color: #808080;
  line-height: 1.8;
}

#footer a {
  color: #808080;
}

#prev, #next {
  display: block;
  visibility: hidden;
  width: 29px;
  height: 28px;
  background: url(../images/arr_back.gif) 0 0 no-repeat;
  position: absolute;
  top: 260px;
  text-decoration: none;
}

#prev.disabled {
  background-position: 0 -28px;
}

#prev { 
  left: 0px;
}

#next {
  background: url(../images/arr_forw.gif) 0 0 no-repeat;
  right: 0px;
}

#prev.disabled, #next.disabled {
  background-position: 0 -28px;
}


#blind {
  width: 100%;
  height: 100%;
  background: white url(../images/loading.gif) 45% 45% no-repeat;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

#iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  overflow: hidden;
  border: 0 solid;
}

#page ul.content li {display:inline-block; float:left; overflow:hidden;}
.kafkaimage {height: 152px; width:152px; position: relative; overflow: hidden; }
.kafkaimage  span {display: table-cell; vertical-align: middle;}