/*         Style sheet DPI Website April 2011         */

html { 
	min-height: 101%;
	*height:auto !important; /* IE 7 and below */
	margin-bottom: 1px; 
}

body {
	background-color: #3B3B3D;
	background-image: url(images/site_bkgd.jpg);
	background-repeat: repeat-x;
}
p{
	font-family:simsong;
}
#main {
	background-color: #fff;
	min-width: 980px; 
	max-width: 100%;
	width: 71.5em;
	_width: 80.7em; /* IE 6 and below */
	border: 6px solid #FFFFFF;
}
#brandbar {
	background-image: url(../../../common/images/brandbarbkgd.jpg);
	background-repeat: repeat-x;
}



/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#D7D7D7;
}

/* LANGUAGES */

#languages {
	z-index: 8;
	font-size: 90%;
	position: relative;
	float: right;
	top: 0px;
	height: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#languages   ul li  {
	display: none;
}

#languages ul li#chinese  {
	color: #EFB21C;
	text-decoration: none;
	font-weight: bold;
}	
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#languages ul li a:hover {
	text-decoration: underline;
}

h2 {
	font-weight: normal;}
	
/* TOP BANNER */

#topbanner {
	background-image: url(images/banner2.jpg);
	background-repeat: repeat-y;
	z-index: 0;
	height: 80px;
	width: 100%;
	background-color: #02314D;
}
#topbanner  h1      {
	font-size: 275%;
	color: #FFFFFF;
	font-family: simhei;
	padding-left: 4.4em;
	padding-top: 0.8em;
	text-transform: none;
	font-weight: normal;
	padding-bottom: 0em;
	text-align: left;
}
#topbanner #unlogo {
	float: left;
	margin-left: 2.5em;
	margin-top: 1.3em;
	position: absolute;
	z-index: 10;
}
strong {
	color: #073F76;
}


/* STYLES FOR SECOND LAYER PAGES */

#content #breadcrumbs {
	font-family: Simsun, "Century Gothic", Arial, Verdana;
	font-size: 100%;
	margin-top: 0.3em;
	color: #4B575F;
	width: 73%;
}

/*  SECOND LAYER PAGES */

    /* VERTICAL NAV/BOX ON SECOND LAYER PAGES */
#content #vertnav  {
	float: right;
	width: 24%;
	margin-top: 1em;
	background-color: #EDEDED;
	padding: 0em;
	background-image: url(images/vertnav_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: -40px 0px;
	margin-left: 1em;
	font-family: "Century Gothic", Arial, Verdana;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
/*#content  #vertnav  h2 {
	margin: 0px;
	padding: 0.2em;
	font-size: 115%;
	color: #02314D;
	background-color: #D9DEE1;
}
#content #vertnav p {
	margin: .45em;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 100%;
}*/

#content   #vertnav   ul li  {
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-left: 1em;
	background-position: 0px 5px;
}
#content  #vertnav  ul  li a {
	text-decoration: none;
	color: #02314D;
}
#content  #vertnav  ul  li  a:hover {
	color: #003399;
	text-decoration: underline;
}
#content #vertnav #border {
	border: 1px solid #A8B4B9;
	padding: .3em;
}

/* DID YOU KNOW BOX */

#content #diduknow {
	float: right;
	width: 28%;
	margin-top: 3em;
	background-color: #EDEDED;
	padding: 0em;
	background-image: url(images/vertnav_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: -40px 0px;
	margin-left: 1em;
	font-family: Simsun, "Century Gothic", Arial, Verdana;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-bottom: 1.5em;
}
#content #diduknow h2 {
	font-size: 135%;
	color: #02314D;
	background-color: #D9DEE1;
	margin: 0px;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.6em;
}
#content #diduknow p {
	margin: 0.8em;
	font-family: Simsun, "Century Gothic", Arial, Verdana;
	font-size: 100%;
}
#content #diduknow ul li {
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-left: 1em;
	background-position: 0px 5px;
}
#content #diduknow ul li a {
	text-decoration: none;
	color: #02314D;
}
#content #diduknow ul li a:hover {
	color: #003399;
	text-decoration: underline;
}
#content #diduknow #border {
	border: 1px solid #A8B4B9;
	padding: .3em;
}


/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
}
#content .layer2  {
	margin-left: 3.4em;
	margin-right: 3.4em;
	line-height:1.5
}
#content .layer2 p {
	padding: 0px;
	font-size: 115%;
	line-height:1.5
}

#content .layer2 ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 1.3em;
	margin-bottom: 0.6em;
	margin-left: 0.6em;
	font-size: 115%;
}
#content .layer2 ul li span{
	color: #1668AB;
	font-size: 135%;
	font-weight: bold;
	font-family: simsong;
	margin-top: 1.3em;
	display: block;
	margin-bottom: 0.3em;
}

#content  .layer2  ul  ul li {
	background-image: url(http://www.un.org/en/hq/dpi/images/bullet-grey.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-left: 2em;
}
#content .layer2 a {
	color: #054498;
}
#content h2  {
	color: #022952;
	font-weight: normal;
	font-size: 180%;
	margin-top: 1.2em;
	font-family: simhei;
	font-weight: normal;
}

#content h3     {
	color: #0650A2;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 0.8em;
	margin-top: 2em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0650A2;
}
#content h3.border  {
	width:69%;
}
#content h4  {
	color: #02314D;
	font-size: 130%;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: 0.3em;
}
#content h4.clear  {
	clear: left;
	padding: 1em 0 0.3em 0;
	margin: 0;
	width: 20%;
}
#content .item {
	margin: 1em 0 1em 0;
	float: left;
}

#content .item p {
	margin: auto 0 auto 0;
}
#content  p, #content ul li {
	color: #333333;
}

#content ul li {
	list-style-type: none;
}
#content ul.thumbnail {
	margin: 0;
	padding: .3em 0 0 0;
	display:block;
}

#content ul.thumbnail li.thumbnail {
	padding-left: 4em;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: .7em;
	list-style-type: none;
	background-image: url(http://www.un.org/en/hq/dpi/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 102px 5px;
	
}

#content .clear1 {
	clear: left;
	display: inline-block;
	margin-top: .7em;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}

#content .clear1 p {
	padding-top: 3.5%;
}

#content ol li {
	padding-left: 0.6em;
	margin-left: 2em;
	color: #333333;
	padding-bottom: .5em;
}

#content a:hover {
	text-decoration: underline;
}


#content a:visited {
	color: #333;
}

 
/* HOMEPAGE STYLES */

#content .home_section {
	float: left;
	width: 49%;
	margin-top: 0em;
	margin-bottom: 0.3em;
	padding-left: 0em;
}
#content  .section_right  {
	float: right;
	font-size: 115%;
	margin-bottom: 3.5em;
}

#content .home_row {
	float: left;
	width: 100%;
	background-image: url(http://www.un.org/zh/hq/dpi/images/grey_bkgd.jpg);
	background-position: 0px 1px;
	background-repeat: repeat-x;
	background-color: #EDEDED;
	margin-bottom: 0.55em;
	border: 1px solid #D2D8DB;
}

/* HOME - IN FOCUS BOX */

#content .infocus  {
	width: 51%;
}
#content .infocus h2   {
	color: #022952;
	margin-left: 0.5em;
}
.tabs a {
	text-decoration:none
}
.tabs li a {
	margin: 0px;
	padding: 0px;
} 


/* HOME - WHAT WE DO */

#content .home_column  {
	float: left;
	margin-right: 2%;
	margin-top: 0em;
	width: 47%;
	_width: 42.5%; /* IE 6 and below */
	height: 9.5em;
}
#content .home_column  a:hover {
	text-decoration: underline;
}
#content .home_column img {
	margin-bottom: 0.6em;
	margin-right: 0.6em;
	margin-top: .1em;
}
#content .home_column h3  {
	font-size: 135%;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0em;
	background-image: none;
		font-family: simhei;
	font-weight:normal;

}
#content .home_column a {
	color: #094684;
	text-decoration: none;

}
#content .home_column h3 a:hover {
	text-decoration:underline;
}
#content .home_column p {
	font-family: Simsun, Arial, Helvetica, sans-serif;
	font-size: 93%;
	line-height: 1.3em;
	padding-top: 0.5em;
	color: #35383C;
}


/* HOME - HORIZONTAL CONTAINER  - BOTTOM */

#content #home_row {
	float: left;
	width: 100%;
}
#content  #home_row  #ataglance {
	float: left;
	width: 73%;
	*width:69%;
	margin-left: 1em;
}
#content #home_row #ataglance a {
	text-decoration: none;
	font-size: 98%;
}
#content  #home_row  #ataglance  a:hover {
	text-decoration: underline;
}

#content  #home_row  #ataglance  h2 {
	width: 99.5%;
	margin-top: 0.6em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0.07em;
	padding-bottom: 0.14em;
	color: #022952;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B5273;
	padding-right: 0px;
	padding-left: 0em;
}
#content  #home_row  #ataglance  .row  h3 {
	color: #094684;
	background-color: #F0F3F4;
	padding-left: 0.35em;
	padding-top: 0.1em;
	padding-bottom: 0.13em;
	font-size: 135%;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #094684;
	border-left-color: #094684;
}
#content  #home_row  #ataglance  .glancebox {
	float: left;
	width: 98%;
}
#content    #home_row    #ataglance    .glancebox    li,.glancebox2   li  {
	font-size: 13px;
	background-image: url(http://www.un.org/en/hq/dpi/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 1em;
	margin-left: 0.5em;
	padding-bottom: 0.1em;
	line-height: 1.5;
}
#content #home_row #ataglance .row {
	float: left;
	width: 32.66%;
	margin-right: 0.4em;
	
}
#content #home_row #ataglance .last {
	margin-right:0;
	float: left;
	
}
#content #home_row #ataglance .row .glancebox2 {
	width: 97%;
	float: left;
	margin-right: 0.1em;
	padding-left: 0.3em;
}
#content #home_row  #ataglance .glancebox h4, .glancebox2 h4 {
	width: 100%;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 105%;
	color: #02314D;
	margin-top: 0.4em;
	margin-left: 0.3em;
}
#content #home_row #ataglance .row .glancebox ul, .glancebox2 ul {
	margin-top: .3em;
	margin-bottom: 0px;
}

/* HOME - SOCIAL MEDIA BOX */

#content #home_row #socialmedia  {
	float: right;
	width: 22%;
	padding: 0.em;
	margin-top: 0.6em;
	border: 1px solid #6FB1C8;
	margin-right: 2%;
	background-color: #D8F1FA;
}
#content #home_row #socialmedia h2 {
	color: #FFFFFF;
	margin-top: 0em;
	font-size: 135%;
	text-align: center;
	display: block;
	margin-bottom: 0.2em;
	padding-bottom: 0.3em;
	background-color: #0A6094;
	padding-top: 0.2em;
}
#content #home_row #socialmedia h3 {
	font-size: 118%;
	margin-right: 0em;
	margin-left: 0.7em;
	border-bottom-style: none;
	display: block;
	padding-left: 2.2em;
	padding-top: 0.4em;
	padding-bottom: 0em;
	margin-top: 0px;
	height: 1.5em;
	float: left;
	width: 80%;
	margin-bottom: 0em;
}
.sina {
	background-image: url(../../images/sina_16.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
}

.youku  {
	background-image: url(../../images/youku_16.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
}
.tudou {
	background-image: url(../../images/tudou_16.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
}

#content  #home_row  #socialmedia  .tweets  {
	float: left;
	width: 100%;
	padding-top: 0em;
	padding-bottom: .4em;
	height: 300px;
}

#content  #home_row  #socialmedia  ul {
	margin: 0 auto;
	padding-top: 0;
}

#content #home_row #socialmedia  ul li {
	float: left;
	line-height: 18px;
	font-size: 125%;
	font-family:simhei;
	margin-left: 8px
}
#content #home_row #socialmedia  ul li img{
	margin-right: 5px;}

#content #home_row #socialmedia p {
	margin-top: 0.3em;
	margin-right: 0.7em;
	margin-bottom: 1em;
	font-size: 11.5px;
	color: #0A4F94;
	font-weight: normal;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5CEDC;
	display: block;
	width: 92%;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.3em;
	padding-left: 0px;
	margin-left: 0.7em;
}
#content #home_row #socialmedia  a {
	text-decoration: none;
	color: #0A4F94;
}
#content #home_row #socialmedia a:hover {
	text-decoration: underline;
}


/*  STYLES FOR THE FOLLOWING SECOND LAYER PAGES:
    GET NEWS OUT, WORK WITH MEDIA, SPOTLIGHT ISSUES, BUILD PARTNERSHIPS, SHARE KNOWLEDGE, ENGAGE PUBLIC */

/*#content h2.title {
	font-family: "Century Gothic", Arial, Verdana;
	color: #022952;
	margin-top: 1.5em;
}*/

#content  .subbox {
	float: left;
	width: 99%;
	margin-bottom: 0em;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0em;
	padding-left: 0.8em;
	margin-right: 1em;
	margin-top: 2em;
}
#content .subbox img {
	border: 1px solid #ACBFCA;
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}

#content  .subbox  h2 {
	margin-top: 0em;
	margin-bottom: 1em;
}
#content  .subbox  h3 {
	font-size: 140%;
	font-weight: bold;
	color: #0A4F94;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0.5em;
	margin-top: 1.6em;
}
#content .subbox .box .top {
	margin-top: .3em;
}

#content   .subbox   .end {
	margin-right: 0px;
}
#content .box {
	width: 95%;
	float: left;
	margin-bottom: 0.3em;
	margin-right: 0.8em;
	padding: 0.8em;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	margin-top: 0.3em;
}
#content .box {
	width: 95%;
	float: left;
	margin-bottom: 0.3em;
	margin-right: 0.8em;
	padding: 0.8em;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	margin-top: 0.3em;
}
#content  .box  li  {
	background-image: url(http://www.un.org/en/hq/dpi/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 1em;
}

#content .box h4 {
	margin-bottom: 0.6em;
	font-size: 120%;
	color: #303847;
	font-family: "Century Gothic", Arial, Verdana;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	margin-top: 0px;
}

/* ORGANIZATIONAL CHART */

#content #organigram {
	z-index: 999;
}

.photoright {
	margin: 0;
	float: right;
	padding: 0 0 7px 25px;
}

/* PHOTOS ON SECOND LAYER PAGES */
#content p.photorightcaption {
	font-size: 92%;
}

.photoleft {
	margin: 0;
	float: left;
	padding: 7px 19px 0px 0;
}

#content p.photoleftcaption {
	font-size: 96%;
}

#content p #pos{
float: left;
}

/* STYLES FOR FOOTER NAVIGATION - CURRENTLY DISABLED */
/*
#products {
	width: 31%;
	float: left;
}
#products  a, #products  a:visited, #services a, #services a:visited, #activities a, #activities a:visited{
	text-decoration: none;
	color: #02314D;
}
#products a:hover, #services a:hover, #activities a:hover {
	text-decoration: underline;
}


#services {
	width: 31%;
	float: left;
	padding-left: 17px;
}
#activities {
	width: 31%;
	float: left;
	padding-left: 40px;
}

.footer_menu
 {
	width: 100%;
	clear: both;
	display: block;
	background-color: #ededed;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #BCC0C9;
	float: left;
/*	border-color:#690063;
}
.footer_menu  ul {
	margin-left: 2em;
}
.footer_menu   h3{
	color: #000033;
	font-size: 95%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BCC0C9;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	margin-left: 2em;
}
.footer_menu  ul  li{
	list-style-type: none;
	font-size: 92%;
	color:#FFFFFF;
	padding-bottom: 0.4em;
	padding-left: 1.3em;

}
.footer_menu  ul  li  a{
	color:#333333;
	text-decoration: none;
	padding-bottom: 0.4em;
	padding-left: 0em;

}
.footer_menu  a:hover {
	text-decoration: underline;
}*/


/* FOOTER BAR */

#footer {
	background-color: #042B56;
	color: #FFFFFF;
}

#footer ul {
	margin-top: 0em;
}
#footer ul li  {
	display: inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #C0F0FC;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #C0F0FC;
}

#wsscredit {
	font-size: 90%;
	color: #d8d8d8; /*color: #445125;*/
	text-align: center;
	width: 100%;
}


/* HORIZONTAL NAVIGATION */

#nav{
	font-family: simsong;
	font-weight:bold;
	background-image: url(images/nav_bkgd.gif);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	height: 1.9em;
	background-color: #D9DEE1;
	z-index: 1;
	font-size: 115%;
}
#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.4;	
}

#nav ul { /* all lists */
 	/*margin-left: 2em;*/
}
ul #subnav  { /* all lists */
	margin-left: 0em;
	z-index: 1;	
}

#nav a {
	display: block;
	padding-top:0.2em;
	text-decoration:none;
	color: #0D3A6C;
	font-size: 125%;
	
	height:1.3em;
}

#nav li { /* all list items */
    float: left;
    width: 19%; /* width needed or else Opera goes nuts */
	/*padding:.0em 2em  .0em;*/
	list-style: none;
	text-align:center;
}
#subnav li {
  padding:.0em .0em  .0em;
  width: 96%;
  text-align:left;
  }
#subnav li a {
  font-size: 100%;
  padding-left:.5em;
  padding-top: .2em;
  height:auto;
 
  }
#nav li ul { /* second-level lists */
	color:#FFFFFF;
    position: absolute;
    background: #26639A;
    width: 13.1em;
    margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a{ /* second-level lists */
	color:#FFFFFF;
	width:100%;
	border-bottom:1px solid #FFFFFF;
	padding-bottom: .5em;
}
#nav li  ul a:hover{ /* second-level lists */
	background-color:#02314D;
}
#nav li ul ul { /* third-and-above-level lists */
    margin: -1em 0 0 -1000em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
    margin-left: -1000em;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    margin-left: 0;
	color:#FFFFFF;	
}
#nav li li:hover ul, #nav li li.sfhover ul {
    margin-left: 10em;
}
#content {
    clear: left;
    color: #ccc;
}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul { margin-left: 0; }
#nav li li a:focus + ul { margin-left: 1010em; }
#nav li li a:focus { margin-left:1000em; width:100%;  background-color: #02314D; }
#nav li li li a:focus {margin-left: 2010em; width: 10em; background-color: #02314D; }
#nav li:hover a:focus, #nav li.sfhover a.sffocus { margin-left: 0; }
#nav li li:hover a:focus + ul, #nav li li.sfhover a.sffocus + ul { margin-left: 10em; }

/* styles for the TWEET BOX - HOME */
#tweets { 
    background:#FAFAFA;
    border:1px solid #e4e4e4;
    margin:0; 
    padding:0;
}
#tweets li {
    border-bottom:1px dotted #CCC;
    list-style:none;
    padding:0 0 0 10px;
}

#tweets li:last-child { 
    border:0; 
}