/*
** HTML elements
*/

* {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px; /* 17px basis */
  line-height: 1.308;
  color: #333333;
  margin: 0;
  padding: 0;
}
/* Force vertical scrollbar on all the time (prevent flicker) */
html { 
  overflow-y: scroll; 
}
html { 
  overflow: -moz-scrollbars-vertical; 
}

html > body {
  font-size: 13px;
}
body {
  font-size: 13px;
  line-height: 1.308;
  margin: 0;
  padding: 0;
  background-color: #f79020;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
b, em, i, strong, u {
  color: inherit;
  font-size: inherit;
}
img {
  border: 0px;
}
sub {
  font-size: 7px;
  vertical-align: text-bottom;
}
sup {
  font-size: 7px;
  vertical-align: text-top;
}
table, tr, td, tbody {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}


#mainframe-left {
  background-image: url(images/bg-mainframe-left.gif);
  background-repeat: no-repeat;
  background-position: top right;
}
#mainframe {
  width: 996px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
#mainframe-right {
  background-image: url(images/bg-mainframe-right.gif);
  background-repeat: no-repeat;
}

#banner {
  width: 996px;
  height: 158px;
  background-color: #ffffff;
  position: relative;
}         
#banner .language-switch {
  background-color: red;
}

/* todo: theme entire menubar */
#menubar {
  width: 996px;
  height: 36px;
}
#menubar *, #menubar a {
  cursor: pointer;
}
#menubar a.nolink:hover {
  text-decoration: none;
}
.menubar-submenu, .menubar-submenu ul { /*topmost and sub ULs, respectively*/
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  list-style-type: none;
  visibility: hidden;
  z-index: 100;
  background-color: #80bdbd;
  border: 1px solid #cbe1e1;
}
.menubar-submenu li {
  font-size: 12px; 
  line-height: 1.334; 
}
.menubar-submenu li a {
  font-size: 12px; 
  line-height: 1.334; 
  display: block;
  width: 150px;
  color: #ffffff;
  background-color: #80bdbd;
  background-image: url(images/bg-menubar-submenu.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 3px 19px 3px 19px;
}
.menubar-submenu li a:hover{
  background-color: #017c7c;
}
.menubar-submenu li a img.rightarrowpointer {
  position: absolute;
  padding-top: 3px;
  border: 0;
}
* html .menubar-submenu li a { /*IE6 CSS hack*/
  display: inline-block;
}
.menubar-submenu li a .description {
  color: #DDDDDD;
  font-size: 10px; 
  line-height: 1;
}
.menubar-submenu li a.line {
  border-top: 1px solid #DDDDDD; 
}

#main {
  background-color: #ffffff;
  padding: 19px 27px 32px 19px; 
}
#main #feature-graphic {
  margin-bottom: 16px;
}
#main .content {
  padding: 0px 18px;
}
#main div.content-unpublished {
  background-color: #ffeeee;
  padding: 0px 10px; /* todo: ??? */
  clear: both;
}

#main iframe {
  width: 100%;
}
#cse-search-results iframe {
  width: 692px;
}

#sidebar-right {
  width: 292px;
  background-color: #ffffff;
  padding: 19px 12px 19px 0px;
}
#sidebar-right .ad {
  margin-bottom: 13px;
}

#footer {
  width: 996px;
  height: 48px;
  background-color: #dedede;
  background-image: url(images/bg-footer.gif);
  background-repeat: repeat-x;
  text-align: center;
  padding-top: 23px;
}
#footer p {
  color: #666666;
  font-size: 12px;
  line-height: 1.167;
  margin: 0;
}
#footer a {
  text-decoration: underline;
}

div.box {
  padding: 0;
  margin: 0;
}
            
div.clear {
  width: 100%;
  height: 1px;
  margin: 0 0 -1px 0;
  clear: both;
}

#language-switch {
  position: absolute;
  /* top: -27px;
  left: 728px;*/
  top: 131px;
  left: 700px;
}
#feature-graphic-map {
  width: 626px;
  height: 318px;
  background-color: #000000;
  background-image: url(/images/en/feature-graphic3.jpg);
  background-repeat: no-repeat;
  padding-top: 262px;
  padding-left:20px;
}
#feature-graphic-map2 {
  width: 626px;
  height: 240px;
  background-color: #000000;
  background-image: url(/images/en/feature-graphic5.jpg);
  background-repeat: no-repeat;
  padding-top: 210px;
  padding-left:20px;
  }
