/*
CSS for VisionBeyondBorders site
*/

/*
colors - orange #F57E20, grey #6D7B8D, black #000000, white #FFFFFF
*/


body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #000000;
  color: white;
}

a {
  font-weight: normal;
  text-decoration: none;
}

a:link {
    color: #F57E20;
}

a:visited {
    color: #F57E20;
}

a:hover {
    color: #F57E20;
}

a:active {
    color: #FFFFFF;
}

ul {
  list-style-type: none;
  padding-left: 10px;
  margin: 0px;
}

li {
  font-size: 12px;
}

#text_pane p {
  color: #FFFFFF;
  font-size: 12px;
  padding-right: .4em;
  text-align: justify;
}

#company p {
  font-size: 9px;
  background-color: #000000;
  color: #F57E20;
  text-align: center;
}

#language p {
  font-size: 9px;
  background-color: #000000;
  color: #F57E20;
  text-align: right;
}

#navigate li {
  font-size: 14px;
}

.current {
    color: #FFFFFF;
}

.bulletlist {
    list-style-type: disc;
    font-size: 11px;
}

.central {
    text-align: center;
}

table.iconlinks {
  border-collapse: collapse;
}

/*
position of items on screen  - absolute, fixed x and y coordinates  
from top-left corner of browser content display
*/

#navigate, #language, #logo, #text_pane, #company, #networks, #fco {
  position: absolute;
}

#logo {
  top: 50px;
  left: 50px;
  width: 220px;
}

#language {
  top: 30px;
  left: 800px;
  width: 175px;
}

#navigate {
  top: 225px;
  left: 40px;
  width: 280px;
}

#text_pane {
  top: 50px;
  width: 650px;
  height: 440px;
  left: 330px;
  overflow: auto;
}

#company {
  top: 500px;
  width: 650px;
  height: 40px;
  left: 330px;
}

#networks {
  top: 450px;
  width: 120px;
  height: 40px;
  left: 50px;
}

#fco {
  top: 500px;
  width: 120px;
  height: 40px;
  left: 50px;
}
