body {
  font-size: small;
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #d6dce5;
}

h1 {
  margin: 0 0 .6em;
  font: normal 1.9em/1em Arial;
}

p {
  margin: 0 0 1em;
}

a {
  color: #5c7ea9;
}

a:hover {
  color: #000;
}

img {
  border: 0;
}

.page {
  margin: 15px auto;
  padding: 20px 30px;
  width: 740px;
  text-align: left;
  background-color: #fff;
}

.lang {
  font-size: .9em;
  text-align: right;
  margin: 0 0 4px;
}

.lang a {
  text-decoration: none;
}

.masthead {
  width: 740px;
  height: 140px;
}

#home .masthead {
  height: 400px;  
  /*background: url(../img/bridge.jpg) no-repeat;*/ /*Xuan deleted 12/12/2011*/
  background: url(../img/2007_display_program.jpg) no-repeat; /*Xuan added 12/12/2011*/
}

#about .masthead {
  background: url(../img/company.jpg) no-repeat;
}

#expertise .masthead {
  background: url(../img/expertise.jpg) no-repeat;
}

#people .masthead {
  background: url(../img/people.jpg) no-repeat;
}

#careers .masthead {
  background: url(../img/careers.jpg) no-repeat;
}

#newsroom .masthead {
  background: url(../img/newsroom.jpg) no-repeat;
}

#contact .masthead {
  background: url(../img/contact.jpg) no-repeat;
}

#home h1 {
  margin: 0;
  font: normal 46px/46px Arial;
  color: #c8dbed;
  position: relative;
  top: 98px;
  left: 70px;
  width: 600px;
}

#home h1 span {
  display: block;
}

/* BEGIN English */
#line2_en {
  margin: 0 0 0 55px;
}

#line3_en {
  margin: 0 0 0 30px;
}
/* END English */

/* BEGIN Vietnamese */
#line2_vn {
  margin: 0 0 0 55px;
}

#line3_vn {
  margin: 0 0 0 30px;
}
/* END Vietnamese */

#nav {
  white-space: nowrap;
  display: block;
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  letter-spacing: normal;
  margin: 8px 0 35px;
  padding: 0;
}

#nav li {
  display: inline;
  margin: 0 13px;
}

#nav li a, #subnav li a {
  text-decoration: none;
}

#nav li a:visited, #subnav li a:visited {
  color: #5c7ea9;
}

#nav li.selected a, #nav li.selected a:visited, #subnav li.selected a, #subnav li.selected a:visited {
  color: #000;
}

#nav li#index {
  margin-left: 0;
}

#nav li#contact {
  /*margin-right: 0;*/
}

h2, #home p {
  font-size: 1.39em;
  color: #5c7ea9;
  line-height: 1.1em;
  font-weight: normal;
}

#home p {
  text-align: justify;
  margin: 0 0 135px;
  padding-top: 10px;
  line-height: 1.6em;
}

#subnav, .compact {
  display: block;
  list-style: none;
  margin: 0 3em;
  padding: 0;
}

#subnav, .circle {
  display: block;
  list-style: none;
  margin: 0 3em;
  padding: 0;
}

#subnav, #photos {
  margin: 0 20px 0 0;
  width: 160px;
  float: left;
}

#subnav li, .compact li {
  padding: 0 0 15px 13px;
  list-style-type: none;
  background: url(../img/bullet_square_blue.gif) 0 .4em no-repeat;
}

#subnav li.selected, .compact li {
  background-image: url(../img/bullet_square_black.gif);
}
.circle li{
	 padding: 0 0 9px 0;
	 list-style-type: circle;
}

#photos a {
  display: block;
  margin: 0 0 10px;
}

#content {
  float: right;
  width: 560px;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 3px 15px 3px 6px;
  border: 1px solid #d6dce5;
}

th {
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

td .compact {
  margin: 0;
}

td .compact li {
  padding: 0 0 8px 13px;
}

h4 {
  margin: 0;
}

.date {
  white-space: nowrap;
}

#iso9001 {
  display: block;
  width: 100%;
  height: 78px;
  margin: 10px 0 0;
  background: url(../img/iso9001.gif) right 0 no-repeat;
}

#footer {
  clear: both;
  padding-top: 30px;
  text-align: center;
  font-size: 0.8em;
}

#iso9001 #footer {
  padding-top: 68px;
}

