@charset "utf-8";
/* CSS Document */

/*---html core elements----*/
body{
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 25px;
}

h2{
  font-family: Arial, Helvetica, sans-serif;
}

a.link{
  color: #ff0000;
  text-decoration: none;
}

a.link:hover, a.title:hover{
  text-decoration: underline;
}

a.title{
  color: #064771;
  text-decoration: none;
}

a img{
  border: none;
}

li{
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
}

ul{
  padding-left: 0px;
  margin-left: 0px;
}


/*---end html core elements----*/

/*--- layout ---*/

#container{
  width: 779px;
  margin: 0 auto;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}

#container-inner{
  padding: 0 15px;
}

#header{
  height: 101px;
  background: #ff6803 url(images/logo.png) left center no-repeat;
  color: #fff;
}
#header-inner{
 
}

#header span{
  background: url(images/issuebg.jpg) no-repeat;
  width: 263px;
  display: block;
  color: #763205;
  font-weight: bold;
}

#logo-holder a{
   text-indent: -9999px;
   width: 511px;
   height: 75px;
   display: block;
}

#vawip-holder{
  float: right;
}

#first, #second, #third, #forth, #fifth, #sixth{
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#first{
  border-bottom: 5px solid #ccc;
}

#editorial{
  width: 444px;
  float: left;
  background: #fbe2b2;
  padding: 5px 15px 20px;
  border: 1px dashed #cea24e;
}

#editorial h1{
  border-bottom: 1px solid #cea24e;
  margin-top: 0;
}

#editorial p{
  margin-bottom: 0;
}

#photo{
  float: right;
  margin-right: 0;
}

#second{
  border-bottom: 5px solid #ccc;
}

#editorial-board{
  background: #ffd1b2;
  font-size: 10px;
  padding: 15px;  
  width: 150px;
  float: left;
  border: 1px dashed #d39266;
}
#editorial-board h1{
  font-size: 12px;
}

#editorial-board p{
  margin-bottom: 0px;
  line-height: 12px;
}

#editorial-board strong{
  color: #934715;
}



#article{
  width: 540px;
  float: left;
  margin-left: 20px;
  background: url(images/article.jpg) top right no-repeat;
  padding-top: 12px;
}

#article span{
  color: #666666;
}

#third{
  border-bottom: 1px dashed #666666;
}

#third-inner{
  float: left;
}

#interview{
  width: 446px;
  background: #f9eea4 url(images/interview.jpg) top left no-repeat;
  padding: 10px;
  padding-top: 15px;
  margin-bottom: 10px;
}

#face{
  
}

#interview-pic{
  float: right;
}

#news{
  width: 446px;
  background: #defba5 url(images/news.jpg) top right no-repeat;
  padding: 10px;
}

#research{
  float: right;
  width: 240px;
  height: 350px;
  margin: 5px;
  padding-left: 30px;
  background: url(images/research.jpg) top left no-repeat;
}

.research-pic{
  float: right;
}

#international-instrument{
  background: url(images/international-instruments.jpg) top right no-repeat;
  border-bottom: 1px dashed #666666;
  margin-bottom: 20px;
  padding-top: 15px;
}

#eca{
  margin-bottom: 20px;
}

#forth-inner{
  margin-bottom: 10px;
  float: left;
  border-bottom: 1px dashed #666666;
  padding-bottom: 20px;
}

#opinion, #country-cases{
  width: 45%;
  padding: 10px;
  padding-top: 20px;
  height: 252px;
  display: block;
  
}

#opinion{
  float: left;
  background: #fcfada url(images/opinion.jpg) top right no-repeat;
}
#country-cases{
  float: right;
  background: #fcfada url(images/country-cases.jpg) top right no-repeat;
}

#opinion li{
  /*margin-bottom: 10px;*/
}

#events{
  padding-top: 20px;
  clear: both;
  background: url(images/events.jpg) top left no-repeat;
  border-bottom: 1px solid #ccc;
}

#vas{
  float: left;
  width: 500px;
}

#events-pic{
  float: right;
}

#happenings{
  background: url(images/happenings.jpg) top left no-repeat;
  padding-top: 20px;
}

#history{
  width: 484px;
  float: left;
  background: url(images/history.jpg) top left no-repeat;
  padding-top: 25px;
}

#history-pic{
  float: right;
  padding-right: 10px;
}

#books-review{
  width: 240px;
  float: left;
  border-left: 1px dashed #666666;
  padding-left: 20px;
  padding-top: 25px;
  background: url(images/books-review.jpg) top left no-repeat;
}

#books-review-pic{
  float: right;
  margin-top: 10px;
}

#sixth{
  background: #CCCCCC url(images/sixth-bg-top.jpg) top no-repeat;
}

#facts-figures, #quotations, #public-polls{
  width: 29%;
  float: left;
  padding: 15px;
}

#facts-figures{

}

#quotations{

}

#quotable-qoutes ul li{
  border-bottom: 1px solid #CCCCCC;
}

#public-polls{

}

#footer{
  text-align: center;
}

#source{
  border-top: 1px dashed #ccc;
}



/*--- end layout ---*/

img.inner-image{
  float: left;
  margin-right: 5px;
}

img.inner-image-right{
  float: right;
  margin-left: 5px;
}

#caption{
  float: left;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
}

#caption-right{
  float: right;
  width: 175px;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
}

#back{
  float: right;
}

span.cursive{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
}

#first1{
  color: #990033;
}

#second{
  
}

#photo i{
  font-size: 10px;
}

td p, td li{
  padding-left: 10px;
}

ul.outlook-decimal li{
  list-style: decimal;
  list-style-position: inside;
  font-weight: bold;
  color: #FF6803;
  
}

ul.outlook-decimal p{
  color: #000;
}

ul.discs{
  margin-bottom: 20px;
}

ul.discs li{
  list-style: disc;
  list-style-position: inside;
  margin-left: 10px;
  font-weight: normal;
  color: #000;
}

#blockquote.outlook{
  width: 300px;
  padding: 40px 20px 20px 72px;
  background: url(images/block-quote-left.png) left no-repeat;
}


.right{
  float: right;
  width: 200px;
  height: 150px;
  background-color: #CCCC66;
  padding: 20px;
}

.right a{
  color: #515103;
}